Re: [libvirt] [PATCH 5/8] qemu: support attachment of disk device with boot index

2015-02-03 Thread Ján Tomko
On Mon, Jan 05, 2015 at 03:29:44PM +0800, Wang Rui wrote: > When we attach a disk to a running VM with boot index, we can get a > successful result. But in fact the boot index won't take effect. QEMU > supported to set device's boot index online recently(since QEMU 2.2.0). > It seems older QEMU s

Re: [libvirt] [PATCH 5/8] qemu: support attachment of disk device with boot index

2015-02-02 Thread John Ferlan
On 01/05/2015 02:29 AM, Wang Rui wrote: > When we attach a disk to a running VM with boot index, we can get a > successful result. But in fact the boot index won't take effect. QEMU > supported to set device's boot index online recently(since QEMU 2.2.0). > > After this patch, the boot index wil

Re: [libvirt] [PATCH 5/8] qemu: support attachment of disk device with boot index

2015-02-02 Thread John Ferlan
On 01/05/2015 02:29 AM, Wang Rui wrote: > When we attach a disk to a running VM with boot index, we can get a > successful result. But in fact the boot index won't take effect. QEMU > supported to set device's boot index online recently(since QEMU 2.2.0). > > After this patch, the boot index wil

[libvirt] [PATCH 5/8] qemu: support attachment of disk device with boot index

2015-01-04 Thread Wang Rui
When we attach a disk to a running VM with boot index, we can get a successful result. But in fact the boot index won't take effect. QEMU supported to set device's boot index online recently(since QEMU 2.2.0). After this patch, the boot index will take effect after virDomainAttachDevice(Flags) API