Re: [Xen-devel] [PATCH] docs/misc: update the meaning of the 'disk unplug' flag

2017-01-25 Thread Stefano Stabellini
On Wed, 25 Jan 2017, Paul Durrant wrote: > The documentation states that a value of '1' will cause unplug of > emulated IDE disks. This is not quite correct, as QEMU will also unplug > emulated SCSI disks at the same time. > > Signed-off-by: Paul Durrant Reviewed-by: Stefano Stabellini > Cc:

Re: [Xen-devel] [PATCH] docs/misc: update the meaning of the 'disk unplug' flag

2017-01-25 Thread Wei Liu
On Wed, Jan 25, 2017 at 10:42:55AM +, Paul Durrant wrote: > The documentation states that a value of '1' will cause unplug of > emulated IDE disks. This is not quite correct, as QEMU will also unplug > emulated SCSI disks at the same time. > > Signed-off-by: Paul Durrant Reviewed-by: Wei Liu

[Xen-devel] [PATCH] docs/misc: update the meaning of the 'disk unplug' flag

2017-01-25 Thread Paul Durrant
The documentation states that a value of '1' will cause unplug of emulated IDE disks. This is not quite correct, as QEMU will also unplug emulated SCSI disks at the same time. Signed-off-by: Paul Durrant --- Cc: Andrew Cooper Cc: George Dunlap Cc: Ian Jackson Cc: Jan Beulich Cc: Konrad Rzeszu