Home
last modified time | relevance | path

Searched refs:pci (Results 126 – 150 of 165) sorted by relevance

1234567

/qemu/docs/system/
H A Dintroduction.rst182 -device virtio-net-pci,netdev=unet \
183 -device virtio-scsi-pci \
H A Dqemu-block-drivers.rst.inc842 Before starting QEMU, bind the host NVMe controller to the host vfio-pci
847 # modprobe vfio-pci
850 # echo 0000:06:0d.0 > /sys/bus/pci/devices/0000:06:0d.0/driver/unbind
851 # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id
/qemu/docs/system/devices/
H A Dnvme.rst351 echo 1 > /sys/bus/pci/devices/0000:01:00.0/reset
357 echo 1 > /sys/bus/pci/devices/0000:01:00.0/sriov_numvfs
371 echo 0000:01:00.1 > /sys/bus/pci/drivers/nvme/bind
/qemu/include/hw/xen/interface/
H A Dmemory.h599 physdev_pci_device_t pci; member
/qemu/docs/specs/
H A Dtpm.rst334 -nodefaults -device VGA -device pci-ohci -device usb-kbd \
339 -device virtio-blk-pci,bus=pci.0,addr=0x3,drive=drive-virtio-disk0,id=virtio-disk0 \
352 -device virtio-blk-pci,drive=drv0 \
/qemu/docs/devel/
H A Dzoned-storage.rst49 -device virtio-blk-pci,drive=drive0
H A Dmulti-process.rst85 parent object (such as "pci-device" for a PCI device) and QEMU will
261 represented as a *-device* of type *pci-proxy-dev*. A socket
268 qemu-system-x86_64 ... -device pci-proxy-dev,id=lsi0,socket=3
308 sub-class of the "pci-device" class, and will have the same PCI bus
375 "pci-device-proxy" class that can serve as the parent of a PCI device
376 proxy object. This class's parent would be "pci-device" and it would
H A Dblkdebug.txt51 -device virtio-blk-pci,drive=drive0,id=virtio-blk-pci0
/qemu/hw/ppc/
H A Dppc405_uc.c874 ret = cpc->pci; in dcr_read_epcpc()
916 cpc->pci = val; in dcr_write_epcpc()
931 cpc->pci = 0x00000000; in ppc405_cpc_reset()
H A Dppc440_uc.c997 PCIHostState *pci = PCI_HOST_BRIDGE(dev); in ppc460ex_pcie_realize() local
1017 pci->bus = pci_register_root_bus(DEVICE(s), buf, ppc460ex_set_irq, in ppc460ex_pcie_realize()
/qemu/hw/scsi/
H A Dmfi.h746 struct mfi_info_pci pci; member
978 } pci; member
/qemu/docs/system/arm/
H A Dvirt.rst88 is ``virtio-gpu-pci``; this is the only one which will work correctly
196 If you want to use the ``virtio-gpu-pci`` graphics device you will also
/qemu/pc-bios/s390-ccw/
H A Dcio.h180 u32 pci:1; member
/qemu/tests/qtest/
H A Dmeson.build61 (config_all_devices.has_key('CONFIG_PVPANIC_PCI') ? ['pvpanic-pci-test'] : []) + \
280 'pci-test.c',
/qemu/docs/system/ppc/
H A Dpseries.rst102 * ``spapr-pci-host-bridge``: a PCI host bridge.
119 * A PCI host bridge (``spapr-pci-host-bridge``).
/qemu/docs/devel/migration/
H A DCPR.rst107 -device vfio-pci, ...
/qemu/scripts/
H A Dmeson-buildoptions.sh557 --enable-xen-pci-passthrough) printf "%s" -Dxen_pci_passthrough=enabled ;;
558 --disable-xen-pci-passthrough) printf "%s" -Dxen_pci_passthrough=disabled ;;
/qemu/hw/vfio/
H A Dtrace-events3 # pci.c
52 # pci-quirks.c
/qemu/tests/data/qobject/
H A Dqdict.txt161 83xx-512x-pci.txt: 1323
1520 avila-pci.c: 1817
2482 cats-pci.c: 1313
2966 cm-x2xx-pci.c: 5404
2967 cm-x2xx-pci.h: 460
3029 com20020-pci.c: 5701
3065 common-pci.c: 12979
3277 coyote-pci.c: 1459
3749 cvmx-pci-defs.h: 40401
4834 dsmg600-pci.c: 1898
/qemu/tests/qemu-iotests/
H A D051.pc.out174 …evice scsi-hd,bus=virtio-scsi0.0,drive=disk,share-rw=on -device virtio-blk-pci,drive=disk,share-rw…
176 (qemu) QEMU_PROG: -device virtio-blk-pci,drive=disk,share-rw=on: Cannot change iothread of active b…
186 …evice scsi-hd,bus=virtio-scsi0.0,drive=disk,share-rw=on -device virtio-blk-pci,drive=disk,iothread…
188 (qemu) QEMU_PROG: -device virtio-blk-pci,drive=disk,iothread=thread0,share-rw=on: Cannot change iot…
/qemu/
H A Dhmp-commands-info.hx186 .name = "pci",
194 ``info pci``
/qemu/docs/config/
H A Dq35-emulated.cfg120 [device "ich9-pci-bridge"]
/qemu/hw/display/
H A Dvmware_vga.c1163 struct pci_vmsvga_state_s *pci = VMWARE_SVGA(dev); in vmsvga_reset() local
1164 struct vmsvga_state_s *s = &pci->chip; in vmsvga_reset()
/qemu/hw/arm/
H A Dvirt.c1481 PCIHostState *pci; in create_pcie() local
1529 pci = PCI_HOST_BRIDGE(dev); in create_pcie()
1530 pci->bypass_iommu = vms->default_bus_bypass_iommu; in create_pcie()
1531 vms->bus = pci->bus; in create_pcie()
1533 pci_init_nic_devices(pci->bus, mc->default_nic); in create_pcie()
/qemu/qga/
H A Dqapi-schema.json903 # @pci-controller: controller's PCI address (fields are set to -1 if
923 'data': {'pci-controller': 'GuestPCIAddress',
1499 # @pci: PCI device
1502 'data': [ 'pci' ] }
1528 'data': { 'pci': 'GuestDeviceIdPCI' } }

1234567