On Thu, Apr 13, 2017 at 16:57:15 +0200, Pavel Hrdina wrote:
Was this the problem that virt-manager allowed to use the IDE bus on
Q35?
Resolves:
https://bugzilla.redhat.com/show_bug.cgi?id=1441964
Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
---
src/qemu/qemu_capabilities.c | 4 +++-
tests/domaincapsschemadata/qemu_2.6.0-gicv2-virt.aarch64.xml | 1 -
tests/domaincapsschemadata/qemu_2.6.0-gicv3-virt.aarch64.xml | 1 -
tests/domaincapsschemadata/qemu_2.6.0.aarch64.xml | 1 -
tests/domaincapsschemadata/qemu_2.6.0.ppc64le.xml | 1 -
tests/domaincapsschemadata/qemu_2.7.0.s390x.xml | 1 -
tests/domaincapsschemadata/qemu_2.8.0.s390x.xml | 1 -
7 files changed, 3 insertions(+), 7 deletions(-)
ACK,
but I think you should follow up and do the same for the floppy device
which AFAIK does not exist on aarch64 and others. There was an attempt
to do this but only for ppc in 020a178318
Peter