Re: [libvirt][PATCH RESEND v12 3/6] Convert QMP capabilities to domain capabilities

2022-05-30 Thread Michal Prívozník
On 5/18/22 09:59, Haibin Huang wrote: > the QMP capabilities: > {"return": > { > "sgx": true, > "section-size": 1024, > "flc": true > } > } > > the domain capabilities: > > yes > 1 > > > Signed-off-by: Haibin Huang > --- >

[libvirt][PATCH RESEND v12 3/6] Convert QMP capabilities to domain capabilities

2022-05-18 Thread Haibin Huang
the QMP capabilities: {"return": { "sgx": true, "section-size": 1024, "flc": true } } the domain capabilities: yes 1 Signed-off-by: Haibin Huang --- src/conf/schemas/domaincaps.rng | 22 +++- src/qemu/qemu_capabilities.c