libvirt/src/qemu
Li Zhang 7b6b9d3863 PPC64 prefers to set pci-ohci controller as default USB controller.
Currently, libvirt is using legacy USB controller as default. There
are problems with VGA which can't work correctly with USB Keyboard and
USB Mouse.

While providing -nodefaults, ppc64 should be specifying the usb
controller explicitly in place of using the legacy
controller(-usb). Qemu spapr initialization code when sees "-usb" adds a
USB Keyboard and USB Mouse by default. And libvirt has added a USB
keyboard and USB mouse.

A recent fix in the in qemu VGA code uncoverd this problem, which
resulted in addition of extra keyboard and mouse to the qemu machine.

This patch is to set pci-ohci as USB default controller.

Signed-off-by: Li Zhang <zhlcindy@linux.vnet.ibm.com>
2014-04-23 12:44:42 +01:00
..
libvirtd_qemu.aug qemu: Fix augeas support for migration ports 2013-10-18 18:30:13 +02:00
MIGRATION.txt qemu: Implement migration job phases 2011-07-27 08:45:09 -06:00
qemu_agent.c qemu: make sure agent returns error when required data are missing 2014-04-03 09:43:25 +02: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_capabilities.c Fix typos in src/* 2014-04-21 16:49:08 -06:00
qemu_capabilities.h qemu: extract guest capabilities initialization 2014-03-26 13:41:25 +01:00
qemu_cgroup.c Fix typos in src/* 2014-04-21 16:49:08 -06:00
qemu_cgroup.h Auto-detect existing cgroup placement 2013-07-23 22:46:31 +01:00
qemu_command.c PPC64 prefers to set pci-ohci controller as default USB controller. 2014-04-23 12:44:42 +01:00
qemu_command.h Fix typos in src/* 2014-04-21 16:49:08 -06:00
qemu_conf.c conf: let snapshots share disk source struct 2014-04-01 10:38:15 -06:00
qemu_conf.h qemu: use general virhostdev lists instead of its own 2014-03-12 16:03:04 +00:00
qemu_domain.c conf: move host disk type to util/ 2014-04-01 10:38:13 -06:00
qemu_domain.h qemu: agent availability cleanup 2014-03-18 10:20:49 +01:00
qemu_driver.c Fix error for out of range vcpu in qemuDomainPinVcpuFlags 2014-04-22 14:49:45 +02:00
qemu_driver.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
qemu_hostdev.c Replace Pci with PCI throughout 2014-04-08 11:15:55 +01:00
qemu_hostdev.h Capitalize USB, PCI and SCSI in hostdev methods 2014-03-12 16:20:01 +00:00
qemu_hotplug.c Replace Pci with PCI throughout 2014-04-08 11:15:55 +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 util: move detection of shared filesystems 2014-04-01 10:38:14 -06:00
qemu_migration.h libvirt support to force convergence of live guest migration 2014-03-21 14:17:15 +01:00
qemu_monitor_json.c bhyve: add console support through nmdm device 2014-04-05 19:12:18 +04:00
qemu_monitor_json.h qemu: add support for virDomainCoreDumpWithFormat API 2014-03-24 14:14:14 -06:00
qemu_monitor_text.c Replace Pci with PCI throughout 2014-04-08 11:15:55 +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: Avoid overflow when setting migration speed 2014-04-14 13:42:48 +02:00
qemu_monitor.h qemu: add support for virDomainCoreDumpWithFormat API 2014-03-24 14:14:14 -06:00
qemu_process.c hash: add common utility functions 2014-04-07 06:14:45 -06: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 qemu.conf: Mention virtlockd in @lock_manager description 2014-03-13 11:51:22 +01:00
test_libvirtd_qemu.aug.in qemu.conf: Mention virtlockd in @lock_manager description 2014-03-13 11:51:22 +01:00
THREADS.txt Remove qemuDriverLock from almost everywhere 2013-02-13 11:10:30 +00:00