Anthony Liguori <anth...@codemonkey.ws> writes: > On 12/21/2011 05:01 AM, Markus Armbruster wrote: >> Test case: >> >> $ echo -e 'device_add usb-mouse\nq' | qemu-system-x86_64 -vnc :0 -monitor >> stdio -usb >> >> Works in v1.0, doesn't work in master's commit ab0115e1: >> >> qemu-system-x86_64: /work/armbru/qemu/hw/qdev.c:97: qdev_create_from_info: >> Assertion `bus->allow_hotplug' failed. >> >> Same for virtio-blk-pci, so it's not specific to USB. > > Yes, see: > > http://mid.gmane.org/1324334380-25278-1-git-send-email-aligu...@us.ibm.com > > Which is in the latest qemu.git. > > I also added a test to qemu-test to catch this.
I verified this is fixed on current master. Thanks!