Re: [Qemu-devel] device_del id missing after blockdev-add

2014-02-25 Thread William Dauchy
On Feb24 16:34, Stefan Hajnoczi wrote: > Also, it should probably be 'removable':true? oh true, did not mention this was a boolean > You forgot to give the device an ID. Could that be the problem here? yup I spotted that some days after and forgot to write an answer here. that's solved the issu

Re: [Qemu-devel] device_del id missing after blockdev-add

2014-02-24 Thread Stefan Hajnoczi
On Mon, Feb 17, 2014 at 04:36:42PM +0100, William Dauchy wrote: > I'm starting qemu with the following config in order to test drive > hotremove and hotadd: > > [drive "disk1"] > if = "none" > id = "disk1" > cache = "none" > aio = "native" > format = "raw" > file = "/dev/sda" > > [dev

[Qemu-devel] device_del id missing after blockdev-add

2014-02-17 Thread William Dauchy
Hello, I'm starting qemu with the following config in order to test drive hotremove and hotadd: [drive "disk1"] if = "none" id = "disk1" cache = "none" aio = "native" format = "raw" file = "/dev/sda" [device "disk1"] driver = "scsi-hd" drive = "disk1" scsi-id = "1" removable