Re: [Qemu-devel] [PATCH v2 1/1] qemu-iotests: 067: ignore QMP events

2016-02-20 Thread Max Reitz
On 19.02.2016 14:01, Sascha Silbe wrote: > The relative ordering of "device_del" return value and the > "DEVICE_DELETED" QMP event depends on the architecture being > tested. On x86 unplugging virtio disks is asynchronous > (=qdev_unplug()= → =hotplug_handler_unplug_request()=) while on s390x > it

[Qemu-devel] [PATCH v2 1/1] qemu-iotests: 067: ignore QMP events

2016-02-19 Thread Sascha Silbe
The relative ordering of "device_del" return value and the "DEVICE_DELETED" QMP event depends on the architecture being tested. On x86 unplugging virtio disks is asynchronous (=qdev_unplug()= → =hotplug_handler_unplug_request()=) while on s390x it is synchronous (=qdev_unplug()= → =hotplug_handler_