Re: [PATCH 6/7] qemu: Support add bootindex = 0 to boothash when its bootIndexSpecified is true

2022-12-06 Thread Jiang Jiacheng
On 2022/11/22 23:52, Peter Krempa wrote: > On Thu, Nov 17, 2022 at 10:05:32 +0800, Jiang Jiacheng wrote: >> Support add bootindex = 0 to boothash and return 0 if duplicated bootindex = >> 0 is set. >> It is nessary to add bootindex = 0 into boothash, otherwise libvirt will >> auto set boot dev

Re: [PATCH 6/7] qemu: Support add bootindex = 0 to boothash when its bootIndexSpecified is true

2022-11-22 Thread Peter Krempa
On Thu, Nov 17, 2022 at 10:05:32 +0800, Jiang Jiacheng wrote: > Support add bootindex = 0 to boothash and return 0 if duplicated bootindex = > 0 is set. > It is nessary to add bootindex = 0 into boothash, otherwise libvirt will auto > set boot dev, > which will cause bootindex unchangable. Meanwh

[PATCH 6/7] qemu: Support add bootindex = 0 to boothash when its bootIndexSpecified is true

2022-11-16 Thread Jiang Jiacheng
Support add bootindex = 0 to boothash and return 0 if duplicated bootindex = 0 is set. It is nessary to add bootindex = 0 into boothash, otherwise libvirt will auto set boot dev, which will cause bootindex unchangable. Meanwhile, bootindex = 0 means disable bootindex, so it should be allowed to