Re: [libvirt] [PATCH v2 2/4] qemu: Implement pci-serial

2015-05-13 Thread Daniel P. Berrange
On Mon, May 11, 2015 at 05:26:09PM +0200, Michal Privoznik wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=998813 > > Implementation is pretty straight-forward. Of course, not all qemus > out there supports the device, so new capability is introduced and > checked prior each use of the device

[libvirt] [PATCH v2 2/4] qemu: Implement pci-serial

2015-05-11 Thread Michal Privoznik
https://bugzilla.redhat.com/show_bug.cgi?id=998813 Implementation is pretty straight-forward. Of course, not all qemus out there supports the device, so new capability is introduced and checked prior each use of the device. Signed-off-by: Michal Privoznik --- src/qemu/qemu_capabilities.c