mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
I'm not sure what versions of qemu lack virtio-serial support, but it's not ones that we have ever seen, so remove this test. Also virtio-serial doesn't work without kernel support, but we never tested that. If qemu or the guest kernel really lacks virtio-serial (likely it has been compiled out) then we'll see it as soon as someone uses libguestfs. This also removes QEMU_OPTIONS_FOR_CONFIGURE, and the test of the qemu version, since both are no longer used after we remove this test.