Re: [PATCH 1/7] qemu: Introduce qemuDomainChangeBootIndex API

2022-12-06 Thread Jiang Jiacheng
On 2022/11/22 22:36, Peter Krempa Wrote: > On Thu, Nov 17, 2022 at 10:05:27 +0800, Jiang Jiacheng wrote: >> Introduce qemuDomainChangeBootIndex api to support update device's bootindex. >> These function will be used in following patches to support change device's >> (support cdrom, disk and net

Re: [PATCH 1/7] qemu: Introduce qemuDomainChangeBootIndex API

2022-11-22 Thread Peter Krempa
On Thu, Nov 17, 2022 at 10:05:27 +0800, Jiang Jiacheng wrote: > Introduce qemuDomainChangeBootIndex api to support update device's bootindex. > These function will be used in following patches to support change device's > (support cdrom, disk and net) bootindex with virsh command like > 'virsh upda

[PATCH 1/7] qemu: Introduce qemuDomainChangeBootIndex API

2022-11-16 Thread Jiang Jiacheng
Introduce qemuDomainChangeBootIndex api to support update device's bootindex. These function will be used in following patches to support change device's (support cdrom, disk and net) bootindex with virsh command like 'virsh update-device [--flag]'. Signed-off-by: Jiang Jiacheng --- src/qemu/q

Re: [PATCH 1/7] qemu: Introduce qemuDomainChangeBootIndex API

2022-10-12 Thread Peter Krempa
On Tue, Oct 11, 2022 at 21:38:27 +0800, Jiang Jiacheng wrote: > Introduce qemuDomainChangeBootIndex api to support update device's bootindex. > These function will be used in following patches to support change device's > (support cdrom, disk and net) bootindex with virsh command like > 'virsh upda