Re: [Qemu-devel] [PATCH v4 0/2] Fixes/tests for hmp_object_del()

2017-03-06 Thread Michael Roth
Quoting Markus Armbruster (2017-01-13 06:51:57) > Andreas, please have a look. Feel free to ask me to take it through my > tree. Ping for 2.9. (sorry for not noticing this sooner) > > Michael Roth writes: > > > hmp_object_del() followed by a subsequent

Re: [Qemu-devel] [PATCH v4 0/2] Fixes/tests for hmp_object_del()

2017-01-13 Thread Markus Armbruster
Andreas, please have a look. Feel free to ask me to take it through my tree. Michael Roth writes: > hmp_object_del() followed by a subsequent hmp_object_add() can trigger a > duplicate ID error if the previous object shared the same ID and was added > via the

[Qemu-devel] [PATCH v4 0/2] Fixes/tests for hmp_object_del()

2016-12-15 Thread Michael Roth
hmp_object_del() followed by a subsequent hmp_object_add() can trigger a duplicate ID error if the previous object shared the same ID and was added via the command-line. Please see patch 2/2 for more details. This patchset fixes the issue in question and adds some general unit tests for object