Re: [PATCH 3/7] qemu: Introduce qemuCheckBootIndex and qemuChangeDiskBootIndex API

2022-12-06 Thread Jiang Jiacheng
On 2022/11/22 23:06, Peter Krempa wrote: > On Thu, Nov 17, 2022 at 10:05:29 +0800, Jiang Jiacheng wrote: >> Introduce qemuCheckBootIndex to check the new bootindex and is it nessary >> to update the bootindex. Introduce qemuChangeDiskBootIndex to support update >> disk's bootindex according to d

Re: [PATCH 3/7] qemu: Introduce qemuCheckBootIndex and qemuChangeDiskBootIndex API

2022-11-22 Thread Peter Krempa
On Thu, Nov 17, 2022 at 10:05:29 +0800, Jiang Jiacheng wrote: > Introduce qemuCheckBootIndex to check the new bootindex and is it nessary > to update the bootindex. Introduce qemuChangeDiskBootIndex to support update > disk's bootindex according to different disks' type. > > Signed-off-by: Jiang J

[PATCH 3/7] qemu: Introduce qemuCheckBootIndex and qemuChangeDiskBootIndex API

2022-11-16 Thread Jiang Jiacheng
Introduce qemuCheckBootIndex to check the new bootindex and is it nessary to update the bootindex. Introduce qemuChangeDiskBootIndex to support update disk's bootindex according to different disks' type. Signed-off-by: Jiang Jiacheng --- src/qemu/qemu_conf.c | 67