Re: [PATCH v2] xen: rework pci_piix3_xen_ide_unplug

2020-10-28 Thread Anthony PERARD via
On Tue, Oct 27, 2020 at 01:33:32PM -0400, John Snow wrote: > On 10/27/20 11:40 AM, Anthony PERARD wrote: > > From: Anthony PERARD > > > > This is to allow IDE disks to be unplugged when adding to QEMU via: > > -drive file=/root/disk_file,if=none,id=ide-disk0,format=raw > > -device ide-h

Re: [PATCH v2] xen: rework pci_piix3_xen_ide_unplug

2020-10-27 Thread John Snow
On 10/27/20 11:40 AM, Anthony PERARD wrote: From: Anthony PERARD This is to allow IDE disks to be unplugged when adding to QEMU via: -drive file=/root/disk_file,if=none,id=ide-disk0,format=raw -device ide-hd,drive=ide-disk0,bus=ide.0,unit=0 as the current code only works for disk add

RE: [PATCH v2] xen: rework pci_piix3_xen_ide_unplug

2020-10-27 Thread Paul Durrant
> -Original Message- > From: Anthony PERARD > Sent: 27 October 2020 15:41 > To: qemu-devel@nongnu.org > Cc: Anthony PERARD ; Paul Durrant ; > Stefano Stabellini > ; John Snow ; qemu-bl...@nongnu.org > Subject: [PATCH v2] xen: rework pci_piix3_xen_ide_unplug &

[PATCH v2] xen: rework pci_piix3_xen_ide_unplug

2020-10-27 Thread Anthony PERARD via
From: Anthony PERARD This is to allow IDE disks to be unplugged when adding to QEMU via: -drive file=/root/disk_file,if=none,id=ide-disk0,format=raw -device ide-hd,drive=ide-disk0,bus=ide.0,unit=0 as the current code only works for disk added with: -drive file=/root/disk_file,if=ide,