Re: [PATCHv2 2/5] qemu_capabilities: Add support for nvme-ns bus capabilities

2025-05-12 Thread Peter Krempa via Devel
On Fri, May 09, 2025 at 08:34:42 -, ray wang wrote: > > > > Generally patches adding a capability flag should only add the > > capability flag. Thus you'll need to split this patch. > > > > 1) capability addition > > - move it ahead to the beginning of the series (doing that will > >

Re: [PATCHv2 2/5] qemu_capabilities: Add support for nvme-ns bus capabilities

2025-05-09 Thread ray wang
> > Generally patches adding a capability flag should only add the > capability flag. Thus you'll need to split this patch. > > 1) capability addition > - move it ahead to the beginning of the series (doing that will > allow you to do capability checks when adding the code instead >

Re: [PATCHv2 2/5] qemu_capabilities: Add support for nvme-ns bus capabilities

2025-04-28 Thread Peter Krempa via Devel
On Sun, Apr 27, 2025 at 19:48:04 +0800, honglei.w...@smartx.com wrote: > From: ray > > Signed-off-by: ray > --- Generally patches adding a capability flag should only add the capability flag. Thus you'll need to split this patch. 1) capability addition - move it ahead to the beginning of t

[PATCHv2 2/5] qemu_capabilities: Add support for nvme-ns bus capabilities

2025-04-27 Thread honglei . wang
From: ray Signed-off-by: ray --- src/qemu/qemu_capabilities.c | 5 + src/qemu/qemu_capabilities.h | 1 + src/qemu/qemu_validate.c | 6 ++ tests/domaincapsdata/qemu_10.0.0-q35.x86_64+amdsev.xml | 1