Re: [PATCH v4 0/3] Avoid abort on QMP attempt to add an object with duplicate id

2020-07-01 Thread Paolo Bonzini
On 01/07/20 08:51, Auger Eric wrote: >> Very nice. I see a failure reported by Patchew, I'll look into it as >> well if you don't have time. > > So "[PATCH v5 0/3] Avoid abort on QMP attempt to add an object with > duplicate id" seems to have fixed the Patchew error (I decreased the > size of

Re: [PATCH v4 0/3] Avoid abort on QMP attempt to add an object with duplicate id

2020-07-01 Thread Auger Eric
Hi Paolo, On 6/29/20 5:30 PM, Paolo Bonzini wrote: > On 29/06/20 13:23, Eric Auger wrote: >> Attempting to add an object through QMP with an id that is >> already used leads to a qemu abort. This is a regression since >> d2623129a7de ("qom: Drop parameter @errp of object_property_add() >> &

Re: [PATCH v4 0/3] Avoid abort on QMP attempt to add an object with duplicate id

2020-06-29 Thread Auger Eric
Hi Paolo, On 6/29/20 5:30 PM, Paolo Bonzini wrote: > On 29/06/20 13:23, Eric Auger wrote: >> Attempting to add an object through QMP with an id that is >> already used leads to a qemu abort. This is a regression since >> d2623129a7de ("qom: Drop parameter @errp of object_property_add() >> &

Re: [PATCH v4 0/3] Avoid abort on QMP attempt to add an object with duplicate id

2020-06-29 Thread Paolo Bonzini
On 29/06/20 13:23, Eric Auger wrote: > Attempting to add an object through QMP with an id that is > already used leads to a qemu abort. This is a regression since > d2623129a7de ("qom: Drop parameter @errp of object_property_add() > & friends"). > > The first patch fixes the issue and the second

Re: [PATCH v4 0/3] Avoid abort on QMP attempt to add an object with duplicate id

2020-06-29 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200629112329.27611-1-eric.au...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN