libvirt/src/qemu
Oleg Strikov 41b9b71877 qemu: Use virtio network device for aarch64/virt
This patch changes network device type used by default from rtl8139
to virtio when architecture type is aarch64 and machine type is virt.
Qemu doesn't support any other machine types for aarch64 right now and
we can't make any other aarch64-specific tuning in this function yet.

Signed-off-by: Oleg Strikov <oleg.strikov@canonical.com>
2014-02-19 10:46:10 -05:00
..
libvirtd_qemu.aug qemu: Fix augeas support for migration ports 2013-10-18 18:30:13 +02:00
MIGRATION.txt
qemu_agent.c qemuAgentDispose: Reset lastError 2013-12-04 14:43:54 -07:00
qemu_agent.h qemu_agent: Move updater function for VCPU hotplug into qemu_agent.c 2013-07-31 14:25:43 +02:00
qemu_bridge_filter.c maint: avoid 'const fooPtr' in qemu 2013-10-14 14:34:38 -06:00
qemu_bridge_filter.h maint: avoid 'const fooPtr' in qemu 2013-10-14 14:34:38 -06:00
qemu_capabilities.c qemu: Add USB keyboard capability 2014-02-19 09:16:31 +01:00
qemu_capabilities.h qemu: Add USB keyboard capability 2014-02-19 09:16:31 +01:00
qemu_cgroup.c util: Add one argument for several scsi utils 2014-01-30 15:48:28 +08:00
qemu_cgroup.h Auto-detect existing cgroup placement 2013-07-23 22:46:31 +01:00
qemu_command.c qemu: format qemu command line for USB keyboard 2014-02-19 09:16:31 +01:00
qemu_command.h qemu: snapshot: Add support for external active snapshots on gluster 2014-02-14 11:07:29 +01:00
qemu_conf.c conf: Move qemuSnapshotDiskGetActualType to virDomainSnapshotDiskGetActualType 2014-02-14 10:47:56 +01:00
qemu_conf.h conf: Move qemuSnapshotDiskGetActualType to virDomainSnapshotDiskGetActualType 2014-02-14 10:47:56 +01:00
qemu_domain.c qemu: Use virtio network device for aarch64/virt 2014-02-19 10:46:10 -05:00
qemu_domain.h qemu: Implement VIR_DOMAIN_TAINT_HOOK 2014-02-17 11:38:15 +01:00
qemu_driver.c qemu: snapshot: Add support for external active snapshots on gluster 2014-02-14 11:07:29 +01:00
qemu_driver.h
qemu_hostdev.c qemu: Fix the error message for scsi host device's shareable checking 2014-01-30 16:50:10 +08:00
qemu_hostdev.h qemu: default to vfio for nodedev-detach 2013-12-03 11:58:26 +02:00
qemu_hotplug.c network: Introduce network hooks 2014-02-18 14:46:49 +01:00
qemu_hotplug.h qemu: hotplug: Mark 2 private functions as static 2013-12-05 15:34:54 -05:00
qemu_hotplugpriv.h qemu: Let tests override waiting time for device unplug 2013-08-26 16:09:55 +02:00
qemu_migration.c qemu: Implement VIR_DOMAIN_TAINT_HOOK 2014-02-17 11:38:15 +01:00
qemu_migration.h qemu: Implement support for VIR_MIGRATE_PARAM_LISTEN_ADDRESS 2013-10-11 11:08:55 +02:00
qemu_monitor_json.c conf: introduce spiceport chardev backend 2014-02-11 13:43:55 +01:00
qemu_monitor_json.h qemu: Change return type of qemuMonitorGetGuestCPU() 2013-11-12 19:35:51 +01:00
qemu_monitor_text.c Convert 'int i' to 'size_t i' in src/qemu files 2013-07-10 17:55:15 +01:00
qemu_monitor_text.h qemu: Use bool instead of int in qemuMonitorSetCPU APIs 2013-06-07 15:57:03 +02:00
qemu_monitor.c qemu: Fix crash in virDomainMemoryStats with old qemu 2014-02-06 11:29:29 +01:00
qemu_monitor.h Fix migration with QEMU 1.6 2013-11-15 13:50:47 +01:00
qemu_process.c network: Introduce network hooks 2014-02-18 14:46:49 +01:00
qemu_process.h qemu_process: Make qemuProcessReadLog() more versatile and reusable 2013-09-25 13:50:56 +02:00
qemu_processpriv.h qemu: Export qemuProcessHandleDeviceDeleted for tests 2013-08-26 16:09:55 +02:00
qemu.conf maint: fix grammar in conf file 2014-02-05 10:40:14 -07:00
test_libvirtd_qemu.aug.in qemu: Fix augeas support for migration ports 2013-10-18 18:30:13 +02:00
THREADS.txt