search for: 53ffd1d6f

Displaying 2 results from an estimated 2 matches for "53ffd1d6f".

2017 May 17
7
[PATCH 1/5] s390x: launch: libvirt: Use <console> device sclp for appliance debug messages (RHBZ#1376547).
Thanks: Cole Robinson, Dan Horak, Thomas Huth. --- lib/launch-libvirt.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lib/launch-libvirt.c b/lib/launch-libvirt.c index f66c8e0ef..4adb2cfb3 100644 --- a/lib/launch-libvirt.c +++ b/lib/launch-libvirt.c @@ -1359,6 +1359,7 @@ construct_libvirt_xml_devices (guestfs_h *g, return -1; } +#ifndef __s390x__ /*
2017 May 17
0
[PATCH 5/5] s390x: launch: direct: Use virtio-*-ccw on this architecture.
...TIO_SERIAL "virtio-serial-pci" +#endif +#ifndef VIRTIO_NET +#define VIRTIO_NET "virtio-net-pci" +#endif +#ifndef VIRTIO_RNG +#define VIRTIO_RNG "virtio-rng-pci" +#endif /* Machine types. */ #ifdef __arm__ diff --git a/lib/launch-direct.c b/lib/launch-direct.c index 53ffd1d6f..2327f92bb 100644 --- a/lib/launch-direct.c +++ b/lib/launch-direct.c @@ -551,14 +551,14 @@ launch_direct (guestfs_h *g, void *datav, const char *arg) * when needing entropy. */ if (guestfs_int_qemu_supports_device (g, data->qemu_data, - "vi...