[libvirt] [PATCH v2 0/3] Introduce new video model type 'none'

Erik Skultety posted 3 patches 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1531407710.git.eskultet@redhat.com
Test syntax-check passed
docs/formatdomain.html.in                          | 23 ++++++---
docs/news.xml                                      | 14 ++++++
docs/schemas/domaincommon.rng                      |  1 +
src/conf/domain_conf.c                             | 55 ++++++++++++++++------
src/conf/domain_conf.h                             |  1 +
src/qemu/qemu_command.c                            | 14 ++++--
src/qemu/qemu_domain.c                             |  3 ++
src/qemu/qemu_domain_address.c                     | 10 ++++
tests/domaincapsschemadata/full.xml                |  1 +
.../video-invalid-multiple-devices.xml             | 33 +++++++++++++
tests/qemuxml2argvdata/video-none-device.args      | 27 +++++++++++
tests/qemuxml2argvdata/video-none-device.xml       | 39 +++++++++++++++
tests/qemuxml2argvtest.c                           |  4 +-
tests/qemuxml2xmloutdata/video-none-device.xml     | 42 +++++++++++++++++
tests/qemuxml2xmltest.c                            |  1 +
15 files changed, 243 insertions(+), 25 deletions(-)
create mode 100644 tests/qemuxml2argvdata/video-invalid-multiple-devices.xml
create mode 100644 tests/qemuxml2argvdata/video-none-device.args
create mode 100644 tests/qemuxml2argvdata/video-none-device.xml
create mode 100644 tests/qemuxml2xmloutdata/video-none-device.xml
[libvirt] [PATCH v2 0/3] Introduce new video model type 'none'
Posted by Erik Skultety 5 years, 9 months ago
v1 here https://www.redhat.com/archives/libvir-list/2018-June/msg01793.html

Since v1:
- there were only small fixes needed as per the review
- decided not to split the patch as requested by the reviewer because the first
patch would contain 90% of the changes, both in qemu driver and domain_conf to
make the test suite happy (PCI address auto-assignment issues) and a single
hunk in qemu_command.c in the second patch to actually enable the feature -
this just wasn't worth doing, better keep it together in this case
- added some tiny reword patch 1
- added a news update

Erik Skultety (3):
  docs: Rephrase the mediated devices hostdev section a bit
  conf: Introduce new video type 'none'
  docs: news: Provide an update about the video type 'none'

 docs/formatdomain.html.in                          | 23 ++++++---
 docs/news.xml                                      | 14 ++++++
 docs/schemas/domaincommon.rng                      |  1 +
 src/conf/domain_conf.c                             | 55 ++++++++++++++++------
 src/conf/domain_conf.h                             |  1 +
 src/qemu/qemu_command.c                            | 14 ++++--
 src/qemu/qemu_domain.c                             |  3 ++
 src/qemu/qemu_domain_address.c                     | 10 ++++
 tests/domaincapsschemadata/full.xml                |  1 +
 .../video-invalid-multiple-devices.xml             | 33 +++++++++++++
 tests/qemuxml2argvdata/video-none-device.args      | 27 +++++++++++
 tests/qemuxml2argvdata/video-none-device.xml       | 39 +++++++++++++++
 tests/qemuxml2argvtest.c                           |  4 +-
 tests/qemuxml2xmloutdata/video-none-device.xml     | 42 +++++++++++++++++
 tests/qemuxml2xmltest.c                            |  1 +
 15 files changed, 243 insertions(+), 25 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/video-invalid-multiple-devices.xml
 create mode 100644 tests/qemuxml2argvdata/video-none-device.args
 create mode 100644 tests/qemuxml2argvdata/video-none-device.xml
 create mode 100644 tests/qemuxml2xmloutdata/video-none-device.xml

--
2.14.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list