On 10/15/21 8:09 AM, Han Han wrote: > Diff from v2: > - Remove the code of qemu capabilities since the least supported QEMU > version is over the version introducing paeg-per-vq. > - Rebase to latest upstream > > v2: https://listman.redhat.com/archives/libvir-list/2021-October/msg00489.html > > Han Han (2): > conf: Add page_per_vq for driver element > qemu: Add support for virtio device option page-per-vq > > docs/formatdomain.rst | 9 +++++++ > docs/schemas/domaincommon.rng | 5 ++++ > src/conf/domain_conf.c | 16 ++++++++++++ > src/conf/domain_conf.h | 1 + > src/conf/domain_validate.c | 6 +++++ > src/qemu/qemu_command.c | 1 + > src/qemu/qemu_hotplug.c | 3 ++- > src/qemu/qemu_validate.c | 1 + > .../virtio-options.x86_64-latest.args | 24 ++++++++--------- > tests/qemuxml2argvdata/virtio-options.xml | 26 +++++++++---------- > 10 files changed, 66 insertions(+), 26 deletions(-) >
Reviewed-by: Michal Privoznik <mpriv...@redhat.com> and pushed. Michal