/qemu/hw/usb/ |
H A D | bus.c | 59 dev->attached = false; in usb_device_post_load() 61 dev->attached = true; in usb_device_post_load() 289 if (dev->attached) { in usb_qdev_unrealize() 489 assert(!dev->attached); in usb_check_attach() 516 dev->attached = true; in usb_device_attach() 526 assert(dev->attached); in usb_device_detach() 530 dev->attached = false; in usb_device_detach() 556 dev->attached ? ", attached" : ""); in usb_bus_dev_print() 684 return dev->attached; in usb_get_attached() 691 if (dev->attached == value) { in usb_set_attached()
|
H A D | dev-serial.c | 520 if (!s->dev.attached) { in usb_serial_can_read() 568 if (!s->always_plugged && !s->dev.attached) { in usb_serial_event() 573 if (!s->always_plugged && s->dev.attached) { in usb_serial_event() 609 !dev->attached) { in usb_serial_realize()
|
H A D | xen-usb.c | 74 bool attached; member 468 if (!stub->dev || !stub->attached) { in usbback_check_and_submit() 548 if (!usbback_req->stub || !usbback_req->stub->attached) { in usbback_dispatch() 711 if (!usbif->ports[port - 1].attached) { in usbback_portid_detach() 716 usbif->ports[port - 1].attached = false; in usbback_portid_detach() 803 usbif->ports[port - 1].attached = true; in usbback_portid_add() 969 usbif->ports[port->index].attached = true; in xen_bus_attach()
|
H A D | core.c | 56 assert(dev->attached); in usb_attach() 86 if (dev == NULL || !dev->attached) { in usb_device_reset() 360 if (dev == NULL || !dev->attached || dev->state != USB_STATE_DEFAULT) { in usb_find_device()
|
H A D | redirect.c | 400 if (!dev->dev.attached) { in usbredir_is_cancelled() 1650 if (timer_pending(dev->attach_timer) || dev->dev.attached) { in usbredir_device_connect() 1715 if (dev->dev.attached) { in usbredir_device_disconnect() 1745 if (timer_pending(dev->attach_timer) || dev->dev.attached) { in usbredir_interface_info() 1847 if (dev->dev.attached && in usbredir_ep_info() 1908 if (!dev->dev.attached || !dev->endpoint[EP2I(ep)].iso_started) { in usbredir_iso_stream_status() 1929 if (!dev->dev.attached || !dev->endpoint[EP2I(ep)].interrupt_started) { in usbredir_interrupt_receiving_status() 1969 if (!dev->dev.attached || !dev->endpoint[EP2I(ep)].bulk_receiving_started) { in usbredir_bulk_receiving_status()
|
H A D | dev-hub.c | 202 if (port->port.dev && port->port.dev->attached) { in usb_hub_port_update() 422 if (pdev && pdev->attached) { in usb_hub_handle_control()
|
H A D | hcd-dwc2.c | 420 if (!port->dev || !port->dev->attached) { in dwc2_attach() 927 if (dev && dev->attached) { in dwc2_hreg0_write() 1244 if (s->uport.dev && s->uport.dev->attached) { in dwc2_reset_enter() 1339 if (s->uport.dev && s->uport.dev->attached) { in dwc2_reset_exit()
|
/qemu/docs/system/ |
H A D | device-emulation.rst | 34 automatically created. In most cases the BUS a device is attached to 38 (``bus=ID``) a device is attached to along with its address 42 additional buses to the system that other devices can be attached to. 48 which would be a bar device (with the ID of baz) which is attached to 50 that bus is itself is attached to the first PCI bus (pci.0).
|
H A D | secrets.rst | 28 logged and attached to bug reports. This all risks compromising secrets that 161 commands are collected in log files and attached to public bug support tickets.
|
/qemu/docs/ |
H A D | pci_expander_bridge.txt | 32 - a pxb host bridge attached to NUMA 1 with an e1000 behind it 33 - a pxb host bridge attached to NUMA 0 with an e1000 behind it 34 - a pxb host bridge not attached to any NUMA with a hard drive behind it. 54 When adding a device to PXB it is attached to the bridge for two reasons:
|
H A D | bypass-iommu.txt | 14 determine whether the devices attached on the PCI host bridge will bypass 18 the attached devices will go through vIOMMU by default.
|
/qemu/qapi/ |
H A D | common.json | 166 # Indicates whether a netfilter is attached to a netdev's transmit 169 # @all: the filter is attached both to the receive and the transmit 172 # @rx: the filter is attached to the receive queue of the netdev, 175 # @tx: the filter is attached to the transmit queue of the netdev,
|
/qemu/docs/system/devices/ |
H A D | usb.rst | 42 the EHCI controller. Devices must be attached to the correct 56 bus they should be attached to. Here is a complete example: 128 USB attached SCSI device. This does not create a SCSI disk, so 253 case they are added with ``attached = false`` so the guest will not see 254 the device until the ``attached`` property is explicitly set to true. 261 #. ``scripts/qmp/qom-set foo.attached = true`` 327 Specifies the bus number the device must be attached to 331 Specifies the physical port the device is attached to
|
H A D | nvme.rst | 128 Specifies that the namespace will be attached to all controllers in the 130 and may only be attached to a single controller at a time. Shared namespaces 131 are always automatically attached to all controllers (also when controllers 136 not attached to any controllers initially. A shared namespace with this set 137 to ``on`` will never be automatically attached to controllers. 148 will cause NSID 1 will be a shared namespace that is initially attached to both 151 attached to any controller initially (due to ``detached=on``) or to hotplugged
|
H A D | cxl.rst | 4 targets accelerators and memory devices attached to a CXL host. 15 attached to CXL or PCI End Points. Alternatively there may be CXL Switches 16 with CXL and PCI Endpoints attached below them. In many cases additional 38 CXL attached memory devices. 233 attached Type3 devices. Note this is a representative subset 238 directly attached to these ports. 303 A very simple setup with just one directly attached CXL Type 3 Persistent Memory device:: 314 A very simple setup with just one directly attached CXL Type 3 Volatile Memory device:: 337 the CXL Type3 device directly attached (no switches).::
|
H A D | ivshmem.rst | 43 guest will not be able to migrate with the device attached. In the
|
H A D | ccid.rst | 134 * attached with no card 135 * attached with card
|
/qemu/docs/specs/ |
H A D | fsi.rst | 30 which it is attached. 49 The configuration block presents engines in the order they are attached to the 55 so complete; it's assumed that each CFAM is attached to a single FSI slave (as
|
/qemu/gdbstub/ |
H A D | gdbstub.c | 287 if (gdb_get_cpu_process(cpu)->attached) { in gdb_next_attached_cpu() 303 if (!process->attached) { in gdb_first_attached_cpu() 326 if (!process->attached) { in gdb_get_cpu() 345 if (!process->attached) { in gdb_get_cpu() 813 if (!process->attached) { in gdb_handle_vcont() 1031 process->attached = false; in handle_detach() 1433 process->attached = true; in handle_v_attach() 2297 if (!p->attached) { in gdb_set_stop_cpu() 2499 process->attached = false; in gdb_create_default_process()
|
H A D | system.c | 95 s->processes[i].attached = !i; in gdb_chr_event() 299 process->attached = false; in find_cpu_clusters()
|
H A D | internals.h | 35 bool attached; member
|
H A D | user.c | 294 gdbserver_state.processes[0].attached = true; in gdb_accept_init() 576 g_assert(gdbserver_state.processes[0].attached); in gdbserver_fork_end()
|
/qemu/docs/interop/ |
H A D | bitmaps.rst | 50 Bitmaps can be created at any time and can be attached to any arbitrary block 51 node in the storage graph, but are most useful conceptually when attached to 52 the root node attached to the guest's storage device model. 89 - A bitmap's name is unique to the node, but bitmaps attached to different 244 - Deleting a bitmap does not impact any other bitmaps attached to the same 248 - Because bitmaps are only unique to the node to which they are attached, you 385 argument, so all bitmaps must be attached to that same node. 415 attached to nodes serving as the root for guest devices. 424 API. This result highlights a bitmap ``bitmap0`` attached to the root node of 494 #. Create a new bitmap attached to drive0, confident that nothing has been [all …]
|
/qemu/hw/riscv/ |
H A D | trace-events | 4 riscv_iommu_new(const char *id, unsigned b, unsigned d, unsigned f) "%s: device attached %04x:%02x.…
|
/qemu/docs/devel/ |
H A D | zoned-storage.rst | 62 attached to the HBA.
|