Home
last modified time | relevance | path

Searched refs:pci_type (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/pci-host/
H A Di440fx.c60 char *pci_type; member
274 d = pci_create_simple(b, 0, s->pci_type); in i440fx_pcihost_realize()
364 DEFINE_PROP_STRING(I440FX_HOST_PROP_PCI_TYPE, I440FXState, pci_type),
/qemu/hw/i386/
H A Dpc_piix.c104 static void pc_init1(MachineState *machine, const char *pci_type) in pc_init1() argument
210 object_property_set_str(phb, I440FX_HOST_PROP_PCI_TYPE, pci_type, in pc_init1()
459 const char *pci_type = xen_igd_gfx_pt_enabled() ? in pc_xen_hvm_init_pci() local
462 pc_init1(machine, pci_type); in pc_xen_hvm_init_pci()
/qemu/hw/remote/
H A Dvfio-user-obj.c731 vfu_pci_type_t pci_type = VFU_PCI_TYPE_CONVENTIONAL; in vfu_object_init_ctx() local
769 pci_type = VFU_PCI_TYPE_EXPRESS; in vfu_object_init_ctx()
772 ret = vfu_pci_init(o->vfu_ctx, pci_type, PCI_HEADER_TYPE_NORMAL, 0); in vfu_object_init_ctx()