Home
last modified time | relevance | path

Searched defs:acrn_vm_pci_dev_config (Results 1 – 1 of 1) sorted by relevance

/hypervisor/include/arch/x86/asm/
A Dvm_config.h140 struct acrn_vm_pci_dev_config { struct
141 uint32_t emu_type; /* the type how the device is emulated. */
142 union pci_bdf vbdf; /* virtual BDF of PCI device */
143 union pci_bdf pbdf; /* physical BDF of PCI device */
144 char shm_region_name[32]; /* TODO: combine pbdf and shm_region_name into a union member */
146 struct target_vuart t_vuart;
147 uint16_t vuart_idx;
148 uint16_t vrp_sec_bus; /* use virtual root port's secondary bus as unique identification */
149 uint8_t vrp_max_payload; /* vrp's dev cap's max payload */
151 struct pci_pdev *pdev; /* the physical PCI device if it's a PT device */
[all …]

Completed in 6 milliseconds