libvirt/src/qemu
Andrea Bolognani eb36666d22 qemu: Fix using guest architecture as lookup key
When looking for a QEMU binary suitable for running ppc64le guests
we have to take into account the fact that we use the QEMU target
as key for the hash, so direct comparison is not good enough.

Factor out the logic from virQEMUCapsFindBinaryForArch() to a new
virQEMUCapsFindTarget() function and use that both when looking
for QEMU binaries available on the system and when looking up
QEMU capabilities later.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1260753
2015-09-16 10:31:11 +02:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug
MIGRATION.txt
qemu_agent.c qemu: agent: Don't automatically disable CPU0 via guest agent 2015-07-01 09:38:02 +02:00
qemu_agent.h
qemu_blockjob.c qemu: Don't mess with disk->mirrorState 2015-06-19 15:15:10 +02:00
qemu_blockjob.h qemu: Use domain condition for synchronous block jobs 2015-06-19 15:15:10 +02:00
qemu_capabilities.c qemu: Fix using guest architecture as lookup key 2015-09-16 10:31:11 +02:00
qemu_capabilities.h qemu: Introduce QEMU_CAPS_DEVICE_VIRTIO_NET 2015-09-10 09:25:02 +02:00
qemu_cgroup.c qemu: Sync BlkioDevice values when setting them in cgroups 2015-08-18 16:27:43 -07:00
qemu_cgroup.h
qemu_command.c Ignore virtio-mmio disks in qemuAssignDevicePCISlots() 2015-09-15 11:35:50 +02:00
qemu_command.h Ignore virtio-mmio disks in qemuAssignDevicePCISlots() 2015-09-15 11:35:50 +02:00
qemu_conf.c Detect location of qemu-bridge-helper 2015-08-13 21:31:55 +02:00
qemu_conf.h qemu: Adjust VM id allocation 2015-07-29 09:15:44 +02:00
qemu_domain.c qemu: Try several network devices when looking for a default 2015-09-10 11:15:38 +02:00
qemu_domain.h qemu: Introduce qemuDomainMachineIsS390CCW 2015-09-04 08:47:33 -04:00
qemu_driver.c virSecurityManager: Track if running as privileged 2015-09-15 11:30:14 +02:00
qemu_driver.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: hotplug: Properly clean up drive backend if frontend hotplug fails 2015-09-14 09:41:43 +02:00
qemu_hotplug.h
qemu_hotplugpriv.h
qemu_interface.c qemu: add udp interface support 2015-09-02 10:17:50 +02:00
qemu_interface.h
qemu_migration.c qemu: migration: Relax enforcement of memory hotplug support 2015-09-09 09:39:55 +02:00
qemu_migration.h qemu: Remember incoming migration errors 2015-07-10 11:47:13 +02:00
qemu_monitor_json.c qemu: Update state of block job to READY only if it actually is ready 2015-07-21 15:32:59 +02:00
qemu_monitor_json.h qemu: monitor: Remove qemuMonitorGetBlockExtent 2015-06-26 16:41:24 +02:00
qemu_monitor_text.c Drive hot-unplug: reliable parsing of HMP results 2015-08-12 18:30:28 +02:00
qemu_monitor_text.h qemu: monitor: Remove qemuMonitorGetBlockExtent 2015-06-26 16:41:24 +02:00
qemu_monitor.c qemuMonitorOpenInternal: remove redundant code 2015-08-10 13:47:33 +02:00
qemu_monitor.h fix typo in qemu_monitor 2015-07-24 14:29:34 +02:00
qemu_process.c qemu: Do not allow others into per-VM subdirectories 2015-09-14 10:06:00 +02:00
qemu_process.h
qemu_processpriv.h
qemu.conf
test_libvirtd_qemu.aug.in
THREADS.txt There is no virDomainFindBy{ID, Name, UUID} anymore 2015-08-03 13:08:00 +02:00