libvirt/src/qemu
Ján Tomko 4edf01c92c Explicitly format the isa-fdc controller for newer q35 machines
Since QEMU commit ea96bc6 [1]:
i386: drop FDC in pc-q35-2.4+ if neither it nor floppy drives are wanted
the floppy controller is no longer implicit.

Specify it explicitly on the command line if the machine type version
is 2.4 or later.

Note that libvirt's floppy drives do not result in QEMU implying the
controller, because libvirt uses if=none instead of if=floppy.

https://bugzilla.redhat.com/show_bug.cgi?id=1227880

[1] http://git.qemu.org/?p=qemu.git;a=commitdiff;h=ea96bc6
2015-07-08 15:35:35 +02:00
..
EVENTHANDLERS.txt qemu: add short document on qemu event handlers 2014-10-06 13:50:57 -04:00
libvirtd_qemu.aug qemu: Automatically create NVRAM store 2014-09-10 09:38:07 +02:00
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: wire up virDomainSetUserPassword 2015-05-21 16:24:02 +02:00
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 Revert "Introduce QEMU_CAPS_ARM_VIRT_PCI" 2015-06-30 13:31:18 +02:00
qemu_capabilities.h Revert "Introduce QEMU_CAPS_ARM_VIRT_PCI" 2015-06-30 13:31:18 +02:00
qemu_cgroup.c qemu: 'privileged' flag is not really configuration 2015-06-18 15:13:45 +02:00
qemu_cgroup.h qemu: cgroup: Kill qemuSetupCgroupVcpuPin() 2015-04-02 10:12:08 +02:00
qemu_command.c Explicitly format the isa-fdc controller for newer q35 machines 2015-07-08 15:35:35 +02:00
qemu_command.h Convert SCSI logical unit from unsigned int to unsigned long long 2015-06-22 16:03:33 -04:00
qemu_conf.c qemu: 'privileged' flag is not really configuration 2015-06-18 15:13:45 +02:00
qemu_conf.h qemu: 'privileged' flag is not really configuration 2015-06-18 15:13:45 +02:00
qemu_domain.c Explicitly format the isa-fdc controller for newer q35 machines 2015-07-08 15:35:35 +02:00
qemu_domain.h Explicitly format the isa-fdc controller for newer q35 machines 2015-07-08 15:35:35 +02:00
qemu_driver.c qemu: remove deadcode in qemuDomain{HelperGetVcpus|GetIOThreadsLive} 2015-07-08 10:23:37 +02:00
qemu_driver.h
qemu_hostdev.c
qemu_hostdev.h
qemu_hotplug.c qemu: Resolve Coverity DEADCODE 2015-07-01 06:28:12 -04:00
qemu_hotplug.h qemu: Implement memory device hotunplug 2015-03-23 14:41:14 +01:00
qemu_hotplugpriv.h
qemu_interface.c qemu: set macvtap physdevs online when macvtap is set online 2015-04-21 12:34:29 -04:00
qemu_interface.h qemu: add a qemuInterfaceStopDevices(), called when guest CPUs stop 2014-12-13 22:20:28 -05:00
qemu_migration.c qemu: Avoid removing persistent config if migration fails 2015-06-25 10:18:39 +02:00
qemu_migration.h qemu: Refactor qemuMigrationUpdateJobStatus 2015-06-19 15:15:12 +02:00
qemu_monitor_json.c qemu: event: Clean up VNC monitor handling 2015-06-30 13:50:52 +02:00
qemu_monitor_json.h qemu: monitor: Remove qemuMonitorGetBlockExtent 2015-06-26 16:41:24 +02:00
qemu_monitor_text.c qemu: monitor: Remove qemuMonitorGetBlockExtent 2015-06-26 16:41:24 +02:00
qemu_monitor_text.h qemu: monitor: Remove qemuMonitorGetBlockExtent 2015-06-26 16:41:24 +02:00
qemu_monitor.c qemu: monitor: Remove qemuMonitorGetBlockExtent 2015-06-26 16:41:24 +02:00
qemu_monitor.h qemu: monitor: Remove qemuMonitorGetBlockExtent 2015-06-26 16:41:24 +02:00
qemu_process.c qemu: Do not poll for spice migration status 2015-06-19 15:15:11 +02:00
qemu_process.h qemu: Connect to guest agent after channel hotplug 2015-04-26 17:19:22 +02:00
qemu_processpriv.h
qemu.conf qemu: Add AAVMF to the list of known UEFIs 2015-01-29 15:20:47 +01:00
test_libvirtd_qemu.aug.in qemu: Add AAVMF to the list of known UEFIs 2015-01-29 15:20:47 +01:00
THREADS.txt Introduce virDomainObjEndAPI 2015-04-24 13:22:45 +02:00