[libvirt] [PATCH 0/2] add debugcon-isa chardev guest interface

Nikolay Shirokovskiy posted 2 patches 5 years, 3 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/1548340140-561457-1-git-send-email-nshirokovskiy@virtuozzo.com
There is a newer version of this series
docs/formatdomain.html.in                         | 11 ++++++
docs/schemas/domaincommon.rng                     |  8 +++++
src/conf/domain_conf.c                            |  6 +++-
src/conf/domain_conf.h                            |  1 +
src/libvirt_private.syms                          |  2 ++
src/qemu/qemu_command.c                           | 13 +++++++
src/qemu/qemu_domain.c                            | 20 +++++++++++
tests/qemuxml2argvdata/channel-debugcon-isa.args  | 29 ++++++++++++++++
tests/qemuxml2argvdata/channel-debugcon-isa.xml   | 34 +++++++++++++++++++
tests/qemuxml2argvtest.c                          |  1 +
tests/qemuxml2xmloutdata/channel-debugcon-isa.xml | 41 +++++++++++++++++++++++
tests/qemuxml2xmltest.c                           |  1 +
12 files changed, 166 insertions(+), 1 deletion(-)
create mode 100644 tests/qemuxml2argvdata/channel-debugcon-isa.args
create mode 100644 tests/qemuxml2argvdata/channel-debugcon-isa.xml
create mode 100644 tests/qemuxml2xmloutdata/channel-debugcon-isa.xml
[libvirt] [PATCH 0/2] add debugcon-isa chardev guest interface
Posted by Nikolay Shirokovskiy 5 years, 3 months ago
It corresponds to QEMU's isa-debugcon device. It can be used
to output debug info by firmware at least.

I do not introduce capability to test for the device because it was
supported long before current minimal 1.5.0 version.

Nikolay Shirokovskiy (2):
  conf: add debugcon-isa chardev guest interface
  qemu: implement debugcon-isa chardev

 docs/formatdomain.html.in                         | 11 ++++++
 docs/schemas/domaincommon.rng                     |  8 +++++
 src/conf/domain_conf.c                            |  6 +++-
 src/conf/domain_conf.h                            |  1 +
 src/libvirt_private.syms                          |  2 ++
 src/qemu/qemu_command.c                           | 13 +++++++
 src/qemu/qemu_domain.c                            | 20 +++++++++++
 tests/qemuxml2argvdata/channel-debugcon-isa.args  | 29 ++++++++++++++++
 tests/qemuxml2argvdata/channel-debugcon-isa.xml   | 34 +++++++++++++++++++
 tests/qemuxml2argvtest.c                          |  1 +
 tests/qemuxml2xmloutdata/channel-debugcon-isa.xml | 41 +++++++++++++++++++++++
 tests/qemuxml2xmltest.c                           |  1 +
 12 files changed, 166 insertions(+), 1 deletion(-)
 create mode 100644 tests/qemuxml2argvdata/channel-debugcon-isa.args
 create mode 100644 tests/qemuxml2argvdata/channel-debugcon-isa.xml
 create mode 100644 tests/qemuxml2xmloutdata/channel-debugcon-isa.xml

-- 
1.8.3.1

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