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

2020-06-24 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200624194809.26600-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

[PATCH v3 0/2] Avoid abort on QMP attempt to add an object with duplicate id

2020-06-24 Thread Eric Auger
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 patch adds a test to check the error is gracefully