Home
last modified time | relevance | path

Searched refs:pci (Results 101 – 125 of 165) sorted by relevance

1234567

/qemu/docs/system/devices/
H A Dvhost-user-input.rst41 -device vhost-user-input-pci,chardev=mouse0 \
H A Dvirtio-gpu.rst24 * ``vhost-user-pci``
40 For PCI, the user can suffix it with -pci. Without these suffixes, the
H A Dvirtio-snd.rst48 -device virtio-sound-pci,audiodev=my_audiodev \
H A Digb.rst73 .. [5] https://docs.kernel.org/PCI/pci-iov-howto.html
/qemu/hw/ppc/
H A Dmac_newworld.c536 PCIDevice *pci; in core99_fw_dev_path() local
540 pci = PCI_DEVICE(dev); in core99_fw_dev_path()
541 return g_strdup_printf("mac-io@%x", PCI_SLOT(pci->devfn)); in core99_fw_dev_path()
H A Dppc405.h155 uint32_t pci; member
/qemu/docs/config/
H A Dq35-virtio-serial.cfg153 driver = "virtio-scsi-pci"
192 driver = "virtio-net-pci"
H A Dq35-virtio-graphical.cfg148 driver = "virtio-scsi-pci"
187 driver = "virtio-net-pci"
H A Dmach-virt-serial.cfg203 driver = "virtio-scsi-pci"
242 driver = "virtio-net-pci"
H A Dmach-virt-graphical.cfg197 driver = "virtio-scsi-pci"
236 driver = "virtio-net-pci"
/qemu/docs/system/s390x/
H A Dpcidevices.rst17 -device vfio-pci,host=0000:00:00.0,id=hostdev0
/qemu/docs/specs/
H A Dpci-testdev.rst5 ``pci-testdev`` is a device used for testing low level IO.
H A Dpvpanic.rst40 can enable a pvpanic device by adding ``-device pvpanic-pci`` to the command
/qemu/pc-bios/
H A Dcanyonlands.dts431 PCIX0: pci@c0ec00000 {
432 device_type = "pci";
465 device_type = "pci";
507 device_type = "pci";
/qemu/hw/scsi/
H A Dmegasas.c172 PCIDevice *pci = &s->parent_obj; in megasas_frame_set_cmd_status() local
173 stb_pci_dma(pci, frame + offsetof(struct mfi_frame_header, cmd_status), in megasas_frame_set_cmd_status()
180 PCIDevice *pci = &s->parent_obj; in megasas_frame_set_scsi_status() local
181 stb_pci_dma(pci, frame + offsetof(struct mfi_frame_header, scsi_status), in megasas_frame_set_scsi_status()
206 PCIDevice *pci = &s->parent_obj; in megasas_frame_get_context() local
209 ldq_le_pci_dma(pci, frame + offsetof(struct mfi_frame_header, context), in megasas_frame_get_context()
753 info.pci.vendor = cpu_to_le16(pci_class->vendor_id); in megasas_ctrl_get_info()
754 info.pci.device = cpu_to_le16(pci_class->device_id); in megasas_ctrl_get_info()
755 info.pci.subvendor = cpu_to_le16(pci_class->subsystem_vendor_id); in megasas_ctrl_get_info()
756 info.pci.subdevice = cpu_to_le16(pci_class->subsystem_id); in megasas_ctrl_get_info()
/qemu/hw/display/
H A Dqxl.h31 PCIDevice pci; member
/qemu/hw/misc/
H A Dmeson.build6 system_ss.add(when: 'CONFIG_PCI_TESTDEV', if_true: files('pci-testdev.c'))
129 system_ss.add(when: 'CONFIG_PVPANIC_PCI', if_true: files('pvpanic-pci.c'))
/qemu/include/hw/xen/interface/
H A Dphysdev.h320 physdev_pci_device_t pci; member
/qemu/hw/nvme/
H A Dctrl.c649 PCIDevice *pci = PCI_DEVICE(n); in nvme_irq_check() local
652 if (msix_enabled(pci)) { in nvme_irq_check()
656 pci_irq_assert(pci); in nvme_irq_check()
658 pci_irq_deassert(pci); in nvme_irq_check()
667 if (msix_enabled(pci)) { in nvme_irq_assert()
5225 if (msix_enabled(pci)) { in nvme_free_cq()
5266 if (msix_enabled(pci)) { in nvme_init_cq()
6761 if (!pci_is_vf(pci)) { in nvme_virt_set_state()
7921 if (pci_is_vf(pci)) { in nvme_init_state()
7950 if (pci_is_vf(pci)) { in nvme_init_state()
[all …]
/qemu/hw/i386/
H A Damd_iommu.h318 AMDVIPCIState pci; /* IOMMU PCI device */ member
/qemu/qapi/
H A Dqapi-schema.json78 { 'include': 'pci.json' }
H A Dmeson.build65 'pci',
/qemu/tests/qemu-iotests/
H A D186.out89 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=null
97 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=null,i…
186 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=n…
272 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=n…
280 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=n…
H A D051200 run_qemu $iothread -device virtio-blk-pci,drive=disk,share-rw=on
207 run_qemu $iothread -device virtio-blk-pci,drive=disk,iothread=thread0,share-rw=on
/qemu/docs/devel/migration/
H A Dvirtio.rst17 - virtio transport (pci, ccw, ...), for the different proxy devices and

1234567