Re: [PATCHv2 4/5] tests: Add test case for nvme-ns device configuration

2025-05-11 Thread ray wang
> > Hmm, does bootindex even work here? Shouldn't the bootindex apply to the > controller instead? > Both nvme and nvme-ns devices can have bootindex specified, and the corresponding fw_cfg entries will be generated. I think it's more appropriate for us to specify the boot order at the disk l

Re: [PATCHv2 4/5] tests: Add test case for nvme-ns device configuration

2025-04-28 Thread Peter Krempa via Devel
On Sun, Apr 27, 2025 at 19:48:06 +0800, honglei.w...@smartx.com wrote: > From: ray > > Signed-off-by: ray > --- > .../disk-nvme-ns-device.x86_64-latest.args | 36 +++ > .../disk-nvme-ns-device.x86_64-latest.xml | 42 > ++ > tests/qemuxmlconf

[PATCHv2 4/5] tests: Add test case for nvme-ns device configuration

2025-04-27 Thread honglei . wang
From: ray Signed-off-by: ray --- .../disk-nvme-ns-device.x86_64-latest.args | 36 +++ .../disk-nvme-ns-device.x86_64-latest.xml | 42 ++ tests/qemuxmlconfdata/disk-nvme-ns-device.xml | 41 + tests/qemuxmlconftest.c