libvirt/src/qemu
Cole Robinson 600977e293 qemu: support configuring usb3 controller port count
This adds a ports= attribute to usb controller XML, like

  <controller type='usb' model='nec-xhci' ports='8'/>

This maps to:

  qemu -device nec-usb-xhci,p2=8,p3=8

Meaning, 8 ports that support both usb2 and usb3 devices. Gerd
suggested to just expose them as one knob.

https://bugzilla.redhat.com/show_bug.cgi?id=1271408
2016-05-03 08:58:30 -04:00
..
EVENTHANDLERS.txt qemu: add short document on qemu event handlers 2014-10-06 13:50:57 -04:00
libvirtd_qemu.aug qemu: add support for sending QEMU stdout/stderr to virtlogd 2015-11-26 14:30:16 +00:00
MIGRATION.txt qemu: Implement migration job phases 2011-07-27 08:45:09 -06:00
qemu_agent.c Change virDevicePCIAddress to virPCIDeviceAddress 2016-05-02 15:46:23 +02:00
qemu_agent.h qemu: change qemuFindAgentConfig return type 2016-01-11 17:17:52 +01:00
qemu_alias.c qemu: alias: Fix calculation of memory device aliases 2016-04-07 09:54:40 +02:00
qemu_alias.h qemu: alias: Fix calculation of memory device aliases 2016-04-07 09:54:40 +02:00
qemu_blockjob.c conf: add caps to virDomainObjFormat/SaveStatus 2016-02-05 10:57:08 +00:00
qemu_blockjob.h qemu: Use domain condition for synchronous block jobs 2015-06-19 15:15:10 +02:00
qemu_capabilities.c qemu: caps: introduce QEMU_CAPS_NEC_USB_XHCI_PORTS 2016-05-03 08:58:30 -04:00
qemu_capabilities.h qemu: caps: introduce QEMU_CAPS_NEC_USB_XHCI_PORTS 2016-05-03 08:58:30 -04:00
qemu_capspriv.h Implement infrastracture for mocking up QEMU capabilities cache 2015-09-22 13:56:59 +02:00
qemu_cgroup.c qemu: Free priv->machineName 2016-04-11 11:46:09 +02:00
qemu_cgroup.h Implement qemuSetupGlobalCpuCgroup 2016-03-01 14:30:11 +00:00
qemu_command.c qemu: support configuring usb3 controller port count 2016-05-03 08:58:30 -04:00
qemu_command.h qemu: Introduce qemuDomainSecretHostdevPrepare and Destroy 2016-05-02 06:10:19 -04:00
qemu_conf.c qemu: conf: Set default logging approach in virQEMUDriverConfigNew 2016-04-28 09:25:32 +02:00
qemu_conf.h sysconf: Include unistd.h 2015-12-24 18:03:50 +01:00
qemu_domain_address.c Introduce qemuDomainMachineIsVirt 2016-05-03 12:08:44 +02:00
qemu_domain_address.h qemu: Introduce qemuBuildControllerDevCommandLine 2016-03-11 06:17:06 -05:00
qemu_domain.c Remove useless os.machine NULL check 2016-05-03 12:29:26 +02:00
qemu_domain.h Introduce qemuDomainMachineIsVirt 2016-05-03 12:08:44 +02:00
qemu_driver.c qemu: Introduce qemuDomainSecretHostdevPrepare and Destroy 2016-05-02 06:10:19 -04: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 qemu: hostdev: Introduce qemuHostdevUpdateActiveDomainDevices() 2015-10-26 13:50:35 +01:00
qemu_hostdev.h qemu: hostdev: Introduce qemuHostdevUpdateActiveDomainDevices() 2015-10-26 13:50:35 +01:00
qemu_hotplug.c Change virDevicePCIAddress to virPCIDeviceAddress 2016-05-02 15:46:23 +02:00
qemu_hotplug.h qemu: Introduce qemuDomainSecretHostdevPrepare and Destroy 2016-05-02 06:10:19 -04:00
qemu_hotplugpriv.h qemu: Let tests override waiting time for device unplug 2013-08-26 16:09:55 +02:00
qemu_interface.c Revert "qemu domain allow to set ip address, peer address and route" 2016-04-29 12:46:30 -04:00
qemu_interface.h autocreate tap device for ethernet network type 2016-03-23 11:37:59 +00:00
qemu_migration.c qemu: migration: new migration param for persistent destination XML 2016-04-18 14:45:58 +02:00
qemu_migration.h qemu: migration: new migration param for persistent destination XML 2016-04-18 14:45:58 +02:00
qemu_monitor_json.c qemu_monitor_json: Drop redundant checks 2016-05-03 14:18:02 +02:00
qemu_monitor_json.h qemu: Introduce qemuMonitorGetRTCTime 2016-05-03 11:44:13 +02:00
qemu_monitor_text.c qemu: monitor: Kill legacy PCI hotplug code 2016-05-02 09:12:14 +02:00
qemu_monitor_text.h qemu: monitor: Kill legacy PCI hotplug code 2016-05-02 09:12:14 +02:00
qemu_monitor.c qemu: Introduce qemuMonitorGetRTCTime 2016-05-03 11:44:13 +02:00
qemu_monitor.h qemu: Introduce qemuMonitorGetRTCTime 2016-05-03 11:44:13 +02:00
qemu_parse_command.c qemu: parse: Use virControllerDefNew 2016-05-03 08:58:30 -04:00
qemu_parse_command.h qemu: parse: rename qemuCaps->caps 2016-02-19 09:45:23 -05:00
qemu_process.c qemu: Refresh RTC adjustment on qemuProcessReconnect 2016-05-03 11:44:13 +02:00
qemu_process.h qemuProcessCreatePretendCmd: Rework FIPS handling 2016-04-25 18:47:31 +02:00
qemu_processpriv.h qemu: Export qemuProcessHandleDeviceDeleted for tests 2013-08-26 16:09:55 +02:00
qemu.conf qemu: add support for sending QEMU stdout/stderr to virtlogd 2015-11-26 14:30:16 +00:00
test_libvirtd_qemu.aug.in qemu: add support for sending QEMU stdout/stderr to virtlogd 2015-11-26 14:30:16 +00:00
THREADS.txt There is no virDomainFindBy{ID, Name, UUID} anymore 2015-08-03 13:08:00 +02:00