Re: [PATCH 5/7] qemu: Support update net's bootindex

2022-12-06 Thread Jiang Jiacheng
On 2022/11/22 23:40, Peter Krempa wrote: > On Thu, Nov 17, 2022 at 10:05:31 +0800, Jiang Jiacheng wrote: >> Support to update the net'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 --p

Re: [PATCH 5/7] qemu: Support update net's bootindex

2022-11-22 Thread Peter Krempa
On Thu, Nov 17, 2022 at 10:05:31 +0800, Jiang Jiacheng wrote: > Support to update the net'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 imme

[PATCH 5/7] qemu: Support update net's bootindex

2022-11-16 Thread Jiang Jiacheng
Support to update the net'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. Signed-off-by: Jiang