Sign in
qemu
/
qemu
/
84a5a8014801a83d1b8d15fa7f0fde03db081530
/
hw
/
vfio
/
pci.c
062ed5d
vfio/pci: replace fixed string limit by g_strdup_printf
by Neo Jia
· 9 years ago
e593c02
vfio/pci: Split out VGA setup
by Alex Williamson
· 9 years ago
e2e5ee9
vfio/pci: Fixup PCI option ROMs
by Alex Williamson
· 9 years ago
2d82f8a
vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functions
by Alex Williamson
· 9 years ago
db0da02
vfio: Generalize region support
by Alex Williamson
· 9 years ago
4690022
vfio: Wrap VFIO_DEVICE_GET_REGION_INFO
by Alex Williamson
· 9 years ago
7df9381
vfio: Add sysfsdev property for pci & platform
by Alex Williamson
· 9 years ago
b58b17f
vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries
by Wei Yang
· 9 years ago
3fc1c18
vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explain
by Wei Yang
· 9 years ago
88caf17
vfio: make the 4 bytes aligned for capability size
by Chen Fan
· 9 years ago
c6eacb1
hw/vfio: Clean up includes
by Peter Maydell
· 9 years ago
95239e1
vfio/pci: Lazy PBA emulation
by Alex Williamson
· 9 years ago
bdd81ad
vfio: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 9 years ago
0282abf
vfio/pci: Hide device PCIe capability on non-express buses for PCIe VMs
by Alex Williamson
· 9 years ago
dc9f06c
kvm: Pass PCI device pointer to MSI routing functions
by Pavel Fedin
· 9 years ago
89dcccc
vfio/pci: Add emulated PCI IDs
by Alex Williamson
· 9 years ago
ff635e3
vfio/pci: Cache vendor and device ID
by Alex Williamson
· 9 years ago
c9c5000
vfio/pci: Move AMD device specific reset to quirks
by Alex Williamson
· 9 years ago
c00d61d
vfio/pci: Split quirks to a separate file
by Alex Williamson
· 9 years ago
78f33d2
vfio/pci: Extract PCI structures to a separate header
by Alex Williamson
· 9 years ago
5e15d79
vfio: Change polarity of our no-mmap option
by Alex Williamson
· 9 years ago
46746db
vfio/pci: Make interrupt bypass runtime configurable
by Alex Williamson
· 9 years ago
0de70dc
vfio/pci: Rename MSI/X functions for easier tracing
by Alex Williamson
· 9 years ago
870cb6f
vfio/pci: Rename INTx functions for easier tracing
by Alex Williamson
· 9 years ago
b5bd049
vfio/pci: Cleanup vfio_early_setup_msix() error path
by Alex Williamson
· 9 years ago
d451008
vfio/pci: Cleanup RTL8168 quirk and tracing
by Alex Williamson
· 9 years ago
67cc32e
typofixes - v4
by Veres Lajos
· 9 years ago
d7646f2
maint: remove unused include for dirent.h
by Daniel P. Berrange
· 9 years ago
759b484
vfio/pci: Fix bootindex
by Alex Williamson
· 9 years ago
69970fc
vfio/pci: Fix RTL8168 NIC quirks
by Alex Williamson
· 9 years ago
4330296
vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devices
by Gabriel Laupre
· 9 years ago
1c9b71a
kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffix
by Eric Auger
· 9 years ago
f7ceed1
vfio: cpu: Use "real" page size API
by Peter Crosthwaite
· 9 years ago
7d489dc
vfio: fix return type of pread
by Paolo Bonzini
· 9 years ago
5655f93
vfio-pci: Reset workaround for AMD Bonaire and Hawaii GPUs
by Alex Williamson
· 10 years ago
c6d231e
vfio-pci: Fix error path sign
by Alex Williamson
· 10 years ago
07ceaf9
vfio-pci: Further fix BAR size overflow
by Alex Williamson
· 10 years ago
3b64349
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
by Peter Maydell
· 10 years ago
47cbe50
vfio-pci: Enable device request notification support
by Alex Williamson
· 10 years ago
6ee47c9
vfio: allow to disable MMAP per device with -x-mmap=off option
by Samuel Pitoiset
· 10 years ago
bc5baff
vfio: Fix debug message compile error
by Alexey Kardashevskiy
· 10 years ago
ba5e6bf
vfio: unmap and free BAR data in instance_finalize
by Paolo Bonzini
· 10 years ago
77a10d0
vfio: free dynamically-allocated data in instance_finalize
by Paolo Bonzini
· 10 years ago
217e9fd
vfio: cleanup vfio_get_device error path, remove vfio_populate_device callback
by Paolo Bonzini
· 10 years ago
3a4dbe6
vfio-pci: Fix missing unparent of dynamically allocated MemoryRegion
by Alex Williamson
· 10 years ago
b3e27c3
vfio-pci: Fix interrupt disabling
by Alex Williamson
· 10 years ago
29c6e6d
vfio-pci: Fix BAR size overflow
by Alex Williamson
· 10 years ago
dcbfc5c
vfio: Cleanup error_report()s
by Alex Williamson
· 10 years ago
e2c7d02
hw/vfio: create common module
by Eric Auger
· 10 years ago
df92ee4
hw/vfio/pci: use name field in format strings
by Eric Auger
· 10 years ago
62356b7
hw/vfio/pci: rename group_list into vfio_group_list
by Eric Auger
· 10 years ago
d13dd2d
hw/vfio/pci: split vfio_get_device
by Eric Auger
· 10 years ago
a664477
hw/vfio/pci: Introduce VFIORegion
by Eric Auger
· 10 years ago
b47d8ef
hw/vfio/pci: handle reset at VFIODevice
by Eric Auger
· 10 years ago
462037c
hw/vfio/pci: add type, name and group fields in VFIODevice
by Eric Auger
· 10 years ago
5546a62
hw/vfio/pci: introduce minimalist VFIODevice with fd
by Eric Auger
· 10 years ago
079eb19
hw/vfio/pci: generalize mask/unmask to any IRQ index
by Eric Auger
· 10 years ago
9ee27d7
hw/vfio/pci: Rename VFIODevice into VFIOPCIDevice
by Eric Auger
· 10 years ago
cf7087d
vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio
by Kim Phillips
· 10 years ago
[Renamed (99%) from hw/misc/vfio.c]
c676767
vfio: fix adding memory listener to the right address space
by Frank Blaschka
· 10 years ago
385f57c
vfio: migration to trace points
by Eric Auger
· 10 years ago
9fc0e2d
vfio: use kvm_resamplefds_enabled()
by Eric Auger
· 10 years ago
e4dc3f5
Add skip_dump flag to ignore memory region during dump
by Nikunj A Dadhania
· 10 years ago
d749e10
bootindex: move calling add_boot_device_patch to bootindex setter function
by Gonglei
· 10 years ago
abc5b3b
vfio: remove bootindex property from qdev to qom
by Gonglei
· 10 years ago
75bd0c7
vfio: make rom read endian sensitive
by Nikunj A Dadhania
· 10 years ago
6758008
Revert "vfio: Make BARs native endian"
by Alexey Kardashevskiy
· 10 years ago
fe08275
vfio: Enable NVIDIA 88000 region quirk regardless of VGA
by Alex Williamson
· 10 years ago
0e4a773
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
469b046
memory: remove memory_region_destroy
by Paolo Bonzini
· 11 years ago
d8d9581
memory: convert memory_region_destroy to object_unparent
by Paolo Bonzini
· 11 years ago
9b3af4c
vfio: Don't cache MSIMessage
by Alex Williamson
· 10 years ago
c048be5
vfio: Fix MSI-X vector expansion
by Alex Williamson
· 10 years ago
27e2778
sPAPR/IOMMU: Fix TCE entry permission
by Gavin Shan
· 10 years ago
ba29776
vfio: use correct runstate
by Paolo Bonzini
· 10 years ago
c407081
vfio: Make BARs native endian
by Alexey Kardashevskiy
· 10 years ago
f4d45d4
vfio-pci: Fix MSI-X masking performance
by Alex Williamson
· 10 years ago
9035f8c
vfio-pci: Fix MSI/X debug code
by Alex Williamson
· 10 years ago
5918126
vfio: Enable for SPAPR
by Alexey Kardashevskiy
· 11 years ago
6d8be4c
vfio: Add vfio_container_ioctl()
by Alexey Kardashevskiy
· 11 years ago
5e70018
vfio: Add guest side IOMMU support
by David Gibson
· 11 years ago
0688448
vfio: Create VFIOAddressSpace objects as needed
by David Gibson
· 11 years ago
3df3e0a
vfio: Introduce VFIO address spaces
by David Gibson
· 11 years ago
279a35a
vfio: Rework to have error paths
by Alexey Kardashevskiy
· 11 years ago
7532d3c
vfio: Fix 128 bit handling
by Alexey Kardashevskiy
· 11 years ago
4cb47d2
vfio-pci: Quirk RTL8168 NIC
by Alex Williamson
· 11 years ago
4e505dd
vfio: Cosmetic error reporting fixes
by Alex Williamson
· 11 years ago
db01eed
vfio: Correction in vfio_rom_read when attempting rom loading
by Bandan Das
· 11 years ago
4b94302
vfio: blacklist loading of unstable roms
by Bandan Das
· 11 years ago
13665a2
vfio: Fix overrun after readlink() fills buffer completely
by Markus Armbruster
· 11 years ago
8b6d140
vfio: correct debug macro typo
by Bandan Das
· 11 years ago
8d7b5a1
vfio: fix mapping of MSIX bar
by Alexey Kardashevskiy
· 11 years ago
87ca1f7
vfio-pci: Fail initfn on DMA mapping errors
by Alex Williamson
· 11 years ago
d3a2fd9
vfio: Filter out bogus mappings
by Alex Williamson
· 11 years ago
e638073
vfio: Do not reattempt a failed rom read
by Bandan Das
· 11 years ago
d20b43d
vfio: warn if host device rom can't be read
by Bandan Das
· 11 years ago
7c4228b
vfio: Destroy memory regions
by Alex Williamson
· 11 years ago
3e40ba0
vfio-pci: Release all MSI-X vectors when disabled
by Alex Williamson
· 11 years ago
b3ebc10
vfio-pci: Add debug config options to disable MSI/X KVM support
by Alex Williamson
· 11 years ago
96eeeba
vfio-pci: Fix Nvidia MSI ACK through 0x88000 quirk
by Alex Williamson
· 11 years ago
Next »