]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce pci-serial
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 6 May 2015 15:42:41 +0000 (17:42 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 21 May 2015 15:49:02 +0000 (17:49 +0200)
commit335b834d956f029323a1eb342fd0b1e08f73fcb0
treec2f09862ce8a7b63ae3c51aec53a260813c28e6a
parenta5c2d1988e7e978db7329a99ce56fd178750993a
Introduce pci-serial

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@redhat.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
tests/qemuxml2argvdata/qemuxml2argv-pci-serial-dev-chardev.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c