Home
last modified time | relevance | path

Searched refs:bridge (Results 1 – 25 of 71) sorted by last modified time

123

/qemu/
H A Dqemu-options.hx2855 "-netdev bridge,id=str[,br=bridge][,helper=helper]\n"
2968 "-nic [tap|bridge|"
3005 "bridge|"
3233 ``/path/to/qemu-bridge-helper`` and the default bridge device is
3257 #connect a TAP device to bridge br0
3261 ``-netdev bridge,id=id[,br=bridge][,helper=helper]``
3266 ``/path/to/qemu-bridge-helper`` and the default bridge device is
3274 #connect a TAP device to bridge br0
3280 #connect a TAP device to bridge qemubr0
3401 the bridge br-lan on the remote Linux host 1.2.3.4:
[all …]
H A Dhmp-commands.hx1289 .params = "[user|tap|socket|stream|dgram|vde|bridge|hubport|netmap|vhost-user"
H A DMAINTAINERS1453 F: hw/pci-bridge/dec.[hc]
1704 F: hw/pci-bridge/simba.c
1705 F: include/hw/pci-bridge/simba.h
1765 F: hw/s390x/css-bridge.c
1767 F: include/hw/s390x/css-bridge.h
2002 F: hw/pci-bridge/*
2184 F: hw/s390x/ap-bridge.c
2186 F: include/hw/s390x/ap-bridge.h
3132 F: qemu-bridge-helper.c
/qemu/docs/about/
H A Dremoved-features.rst999 ``spapr-pci-vfio-host-bridge`` (removed in 2.12)
1002 The ``spapr-pci-vfio-host-bridge`` device type has been replaced by the
1003 ``spapr-pci-host-bridge`` device type.
/qemu/hw/ppc/
H A Dspapr_pci.c1220 PCIDevice *bridge = pci_bridge_get_device(bus); in chassis_from_bus() local
1222 return object_property_get_uint(OBJECT(bridge), "chassis_nr", in chassis_from_bus()
1484 PCIBridge *bridge) in spapr_pci_bridge_plug() argument
1486 PCIBus *bus = pci_bridge_get_sec_bus(bridge); in spapr_pci_bridge_plug()
1516 static bool bridge_has_valid_chassis_nr(Object *bridge, Error **errp) in bridge_has_valid_chassis_nr() argument
1519 object_property_get_uint(bridge, "chassis_nr", NULL); in bridge_has_valid_chassis_nr()
1534 bridge)) { in bridge_has_valid_chassis_nr()
1637 PCIBridge *bridge) in spapr_pci_bridge_unplug() argument
1639 PCIBus *bus = pci_bridge_get_sec_bus(bridge); in spapr_pci_bridge_unplug()
/qemu/qapi/
H A Dmachine.json585 # @targets: Target root bridge IDs from -device ...,id=<ID> for each
586 # root bridge.
H A Dnet.json219 # @br: bridge name (since 2.8)
221 # @helper: command to execute to configure bridge
370 # Connect a host TAP network interface to a host bridge device.
372 # @br: bridge name
374 # @helper: command to execute to configure bridge
718 'dgram', 'vde', 'bridge', 'hubport', 'netmap', 'vhost-user',
748 'bridge': 'NetdevBridgeOptions',
H A Dpci.json57 # the main bus for the bridge
60 # bridge.
62 # @io_range: The PIO range for all devices on this bridge
64 # @memory_range: The MMIO range for all devices on this bridge
67 # on this bridge
84 # @devices: a list of @PciDeviceInfo for each device on this bridge
145 # @pci_bridge: if the device is a PCI bridge, the bridge information
/qemu/hw/s390x/
H A Dcss-bridge.c69 VirtualCssBridge *bridge = in virtual_css_bus_get_dev_path() local
76 return bridge->css_dev_path ? in virtual_css_bus_get_dev_path()
/qemu/hw/hyperv/
H A Dvmbus.c2617 VMBusBridge *bridge = VMBUS_BRIDGE(dev); in vmbus_bridge_realize() local
2640 bridge->bus = VMBUS(qbus_new(TYPE_VMBUS, dev, "vmbus")); in vmbus_bridge_realize()
/qemu/docs/system/
H A Dtarget-i386-desc.rst.inc3 - i440FX host PCI bridge and PIIX3 PCI to ISA bridge
80 - ``x-south-bridge=PIIX3|piix4-isa`` (Experimental option to select a particular
81 south bridge. Default: ``PIIX3``)
/qemu/hw/
H A DKconfig28 source pci-bridge/Kconfig
H A Dmeson.build28 subdir('pci-bridge')
/qemu/docs/devel/
H A Dreset.rst82 between resetting a bus and resetting the controller bridge which owns it.
/qemu/docs/system/loongarch/
H A Dvirt.rst7 The ``virt`` machine use gpex host bridge, and there are some
15 - Gpex host bridge
/qemu/tests/
H A Dmeson.build72 executable('vhost-user-bridge',
73 sources: files('vhost-user-bridge.c'),
/qemu/net/
H A Dtap.c522 static int net_bridge_run_helper(const char *helper, const char *bridge, in net_bridge_run_helper() argument
569 br_buf = g_strdup_printf("%s%s", "--br=", bridge); in net_bridge_run_helper()
586 br_buf = g_strdup_printf("%s%s", "--br=", bridge); in net_bridge_run_helper()
632 const NetdevBridgeOptions *bridge; in net_init_bridge() local
638 bridge = &netdev->u.bridge; in net_init_bridge()
639 helper = bridge->helper; in net_init_bridge()
640 br = bridge->br ?: DEFAULT_BRIDGE_INTERFACE; in net_init_bridge()
/qemu/docs/system/ppc/
H A Damigang.rst20 * Articia S north bridge
21 * VIA VT82C686B south bridge
77 * Marvell MV64361 Discovery II north bridge
78 * VIA VT8231 south bridge
/qemu/hw/vfio/
H A Dpci.c1997 PCIDevice *bridge; in vfio_setup_pcie_cap() local
2020 bridge = pci_bridge_get_device(bus); in vfio_setup_pcie_cap()
2021 bus = pci_get_bus(bridge); in vfio_setup_pcie_cap()
/qemu/hw/acpi/
H A Dmeson.build23 acpi_ss.add(when: 'CONFIG_ACPI_PCI_BRIDGE', if_true: files('pci-bridge.c'))
35 system_ss.add(when: 'CONFIG_ACPI_PCI_BRIDGE', if_false: files('pci-bridge-stub.c'))
/qemu/tests/qtest/libqos/
H A Driscv-virt-machine.c60 QGenericPCIHost bridge; member
84 return &machine->bridge.obj; in virt_get_device()
115 qos_create_generic_pcihost(&machine->bridge, qts, &machine->alloc); in qos_create_machine_riscv_virt()
116 riscv_config_qpci_bus(&machine->bridge.pci); in qos_create_machine_riscv_virt()
/qemu/hw/nubus/
H A Dmeson.build4 nubus_ss.add(files('nubus-bridge.c'))
6 nubus_ss.add(when: 'CONFIG_Q800', if_true: files('mac-nubus-bridge.c'))
/qemu/docs/system/devices/
H A Dcxl.rst62 bridge, switch upstream port and endpoints.
96 A CXL host bridge is similar to the PCIe equivalent, but with a
336 interleave across 2 CXL host bridges. Each host bridge has 2 CXL Root Ports, with
/qemu/docs/specs/
H A Dfsi.rst43 5. An APB-to-OPB bridge enabling access to the OPB from the ARM core in the
45 into APB, so all accesses are indirect through the bridge.
/qemu/docs/devel/migration/
H A Dpostcopy.rst276 and the ``vhost-user-bridge`` (in ``tests/``) and the DPDK package have changes

123