Home
last modified time | relevance | path

Searched refs:hub (Results 1 – 11 of 11) sorted by relevance

/qemu/net/
H A Dhub.c35 NetHub *hub; member
81 NetHub *hub; in net_hub_new() local
83 hub = g_malloc(sizeof(*hub)); in net_hub_new()
84 hub->id = id; in net_hub_new()
90 return hub; in net_hub_new()
97 NetHub *hub = src_port->hub; in net_hub_port_can_receive() local
161 port->hub = hub; in net_hub_port_new()
179 NetHub *hub; in net_hub_add_port() local
188 if (!hub) { in net_hub_add_port()
201 NetHub *hub; in net_hub_port_find() local
[all …]
H A Dmeson.build9 'hub.c',
/qemu/docs/system/devices/
H A Dnet.rst8 emulated hub. The various host network backends can either be used to
83 QEMU can simulate several hubs. A hub can be thought of as a virtual
87 such a hub using the ``-netdev
89 connects the given device to the emulated hub with ID 0 (i.e. the
90 default hub) unless you specify a netdev with ``-net nic,netdev=xxx``
H A Dusb.rst225 ports (1-6), and the emulated (1.1) USB hub has eight ports.
231 Plugging a hub into UHCI port 2 works like this::
233 -device usb-hub,bus=usb-bus.0,port=2
235 Plugging a virtual USB stick into port 4 of the hub just plugged works
/qemu/hw/usb/
H A Dbus.c397 USBDevice *hub; in usb_claim_port() local
415 hub = usb_try_new("usb-hub"); in usb_claim_port()
416 if (hub) { in usb_claim_port()
417 usb_realize_and_unref(hub, bus, NULL); in usb_claim_port()
H A Dmeson.build38 system_ss.add(when: 'CONFIG_USB_HUB', if_true: files('dev-hub.c'))
H A Dtrace-events250 # dev-hub.c
/qemu/docs/system/
H A Dtarget-i386-desc.rst.inc37 hub.
/qemu/qapi/
H A Dnet.json386 # Connect two or more net clients through a software hub.
388 # @hubid: hub identifier number
390 # @netdev: used to connect hub to a netdev instead of a device (since
/qemu/docs/about/
H A Dremoved-features.rst64 specifying a hub ID, not about IEEE 802.1Q or something similar), so this
68 connect multiple NICs or network backends via a hub device (which is what
/qemu/
H A Dqemu-options.hx2968 " configure a hub port on the hub with ID 'n'\n", QEMU_ARCH_ALL)
3001 " connect it to hub 0 (please use -nic unless you need a hub)\n"
3517 Create a hub port on the emulated hub with ID hubid.
3519 The hubport netdev lets you connect a NIC to a QEMU emulated hub
3527 emulated hub with ID 0 (i.e. the default hub), or to the netdev nd.
3543 the same ``-netdev`` option) and connect it to the emulated hub 0
3544 (the default hub). Use name to specify the name of the hub port.