libvirt/src/qemu
Andrea Bolognani 011d546504 qemu: Allow multiple bridges when pci-bridges is not available
qemuDomainAssignPCIAddresses() hardcoded the assumption
that the only way to support devices on a non-zero bus is
to add one or more pci-bridges; however, since we now
support a large selection of PCI controllers that can be
used instead, the assumption is no longer true.

Moreover, this check was always redundant, because the
only sensible time to check for the availability of
pci-bridge is when building the QEMU command line, and
such a check is of course already in place.

In fact, there were *two* such checks, but since one of
the two was relying on the incorrect assumption explained
above, and it was redundant anyway, it has been dropped.
2017-02-22 18:55:55 +01:00
..
EVENTHANDLERS.txt
libvirtd_qemu.aug qemu_conf: Add param memory_backing_dir 2017-02-09 14:27:19 +01:00
MIGRATION.txt
qemu_agent.c qemu: agent: take monitor lock in qemuAgentNotifyEvent 2016-12-12 17:14:11 -05:00
qemu_agent.h
qemu_alias.c qemu: Rename qemuAliasTLSObjFromChardevAlias 2017-02-22 06:31:40 -05:00
qemu_alias.h qemu: Rename qemuAliasTLSObjFromChardevAlias 2017-02-22 06:31:40 -05:00
qemu_blockjob.c qemu_blockjob: Avoid dereferencing NULL on OOM 2017-02-09 11:48:10 +01:00
qemu_blockjob.h
qemu_capabilities.c qemu: Introduce virQEMUCapsFormatHostCPUModelInfo 2017-02-22 12:09:00 +01:00
qemu_capabilities.h qemu: add rendernode argument 2017-02-17 15:47:58 +01:00
qemu_capspriv.h qemu: Enable KVM when probing capabilities 2016-11-25 20:34:26 +01:00
qemu_cgroup.c qemu: Allow @rendernode for virgl domains 2017-02-20 10:44:22 +01:00
qemu_cgroup.h qemu_cgroup: Expose defaultDeviceACL 2016-12-15 09:25:16 +01:00
qemu_command.c qemu: Allow multiple bridges when pci-bridges is not available 2017-02-22 18:55:55 +01:00
qemu_command.h qemu: propagate bridge MTU into qemu "host_mtu" option 2017-02-07 14:02:19 -05:00
qemu_conf.c qemu_conf: Properly check for retval of qemuDomainNamespaceAvailable 2017-02-15 15:40:01 +01:00
qemu_conf.h qemu_conf: Check for namespaces availability more wisely 2017-02-15 12:43:23 +01:00
qemu_domain_address.c qemu: Allow multiple bridges when pci-bridges is not available 2017-02-22 18:55:55 +01:00
qemu_domain_address.h qemu: propagate virQEMUDriver object to qemuDomainDeviceCalculatePCIConnectFlags 2016-11-30 15:28:07 -05:00
qemu_domain.c qemu: Fix deadlock across fork() in QEMU driver 2017-02-21 15:47:32 +01:00
qemu_domain.h qemu: Fix deadlock across fork() in QEMU driver 2017-02-21 15:47:32 +01:00
qemu_driver.c qemu: Implement individual vcpu hotplug API 2017-02-21 15:27:20 +01:00
qemu_driver.h
qemu_hostdev.c qemu: Add vhost-scsi string for -device parameter 2016-11-24 12:16:19 -05:00
qemu_hostdev.h qemu: Add vhost-scsi string for -device parameter 2016-11-24 12:16:19 -05:00
qemu_hotplug.c qemu: Rename qemuAliasTLSObjFromChardevAlias 2017-02-22 06:31:40 -05:00
qemu_hotplug.h qemu: Implement individual vcpu hotplug API 2017-02-21 15:27:20 +01:00
qemu_hotplugpriv.h
qemu_interface.c qemu: propagate bridge MTU into qemu "host_mtu" option 2017-02-07 14:02:19 -05:00
qemu_interface.h qemu: propagate bridge MTU into qemu "host_mtu" option 2017-02-07 14:02:19 -05:00
qemu_migration.c Validate required CPU features even for host-passthrough 2017-02-16 15:22:49 +01:00
qemu_migration.h qemu: Implement auto convergence migration parameters 2016-06-22 15:54:21 +02:00
qemu_monitor_json.c qemu: Rename qemuAliasTLSObjFromChardevAlias 2017-02-22 06:31:40 -05:00
qemu_monitor_json.h qemu: monitor: More strict checking of 'query-cpus' if hotplug is supported 2017-01-18 09:57:06 +01:00
qemu_monitor_text.c qemu: catch failure of drive_add 2017-01-19 10:56:53 +00:00
qemu_monitor_text.h
qemu_monitor.c qemuMonitorCPUModelInfoFree: Don't leak model_info->props 2017-02-10 10:25:44 +01:00
qemu_monitor.h qemu: qmp query-cpu-model-expansion command 2017-01-06 12:24:57 +01:00
qemu_parse_command.c virstring: Unify string list function names 2016-11-25 13:54:05 +01:00
qemu_parse_command.h
qemu_process.c qemu: Fix deadlock across fork() in QEMU driver 2017-02-21 15:47:32 +01:00
qemu_process.h
qemu_processpriv.h
qemu_security.c qemu_security: Introduce ImageLabel APIs 2017-02-09 08:04:57 +01:00
qemu_security.h qemu_security: Introduce ImageLabel APIs 2017-02-09 08:04:57 +01:00
qemu.conf qemuDomainGetHostdevPath: Create /dev/vfio/vfio iff needed 2017-02-20 07:21:58 +01:00
test_libvirtd_qemu.aug.in qemuDomainGetHostdevPath: Create /dev/vfio/vfio iff needed 2017-02-20 07:21:58 +01:00
THREADS.txt