Re: [PATCH 4/7] qemu: Support update disk's bootindex

2022-12-06 Thread Jiang Jiacheng
On 2022/11/22 23:17, Peter Krempa wrote: > On Thu, Nov 17, 2022 at 10:05:30 +0800, Jiang Jiacheng wrote: >> Support to update the disk's bootindex using 'virsh update-device'. >> Using flag --config or --persistent to change the boot index and the >> change will be affected after reboot. With --

Re: [PATCH 4/7] qemu: Support update disk's bootindex

2022-11-22 Thread Peter Krempa
On Thu, Nov 17, 2022 at 10:05:30 +0800, Jiang Jiacheng wrote: > Support to update the disk's bootindex using 'virsh update-device'. > Using flag --config or --persistent to change the boot index and the > change will be affected after reboot. With --persistent, we can get > the result of change imm

[PATCH 4/7] qemu: Support update disk's bootindex

2022-11-16 Thread Jiang Jiacheng
Support to update the disk's bootindex using 'virsh update-device'. Using flag --config or --persistent to change the boot index and the change will be affected after reboot. With --persistent, we can get the result of change immediently, but it still takes effect after reboot. Currently, support u