[libvirt] [PATCH v3 1/4] Introduce pci-serial

Daniel P. Berrange berrange at redhat.com
Wed May 20 12:35:06 UTC 2015


On Thu, May 14, 2015 at 10:33:03AM +0200, Michal Privoznik wrote:
> https://bugzilla.redhat.com/show_bug.cgi?id=998813
> 
> Like usb-serial, the pci-serial device allows a serial device to be
> attached to PCI bus. An example XML looks like this:
> 
>   <serial type='dev'>
>     <source path='/dev/ttyS2'/>
>     <target type='pci-serial' port='0'/>
>     <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
>   </serial>
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  docs/formatdomain.html.in                          | 16 ++++++----
>  docs/schemas/domaincommon.rng                      |  1 +
>  src/conf/domain_conf.c                             |  3 +-
>  src/conf/domain_conf.h                             |  1 +
>  .../qemuxml2argv-pci-serial-dev-chardev.xml        | 37 ++++++++++++++++++++++
>  tests/qemuxml2xmltest.c                            |  1 +
>  6 files changed, 52 insertions(+), 7 deletions(-)
>  create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pci-serial-dev-chardev.xml

ACK

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list