index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
vfio
/
pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfio: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-11-10
1
-2
/
+2
*
vfio/pci: Hide device PCIe capability on non-express buses for PCIe VMs
Alex Williamson
2015-11-10
1
-5
/
+31
*
kvm: Pass PCI device pointer to MSI routing functions
Pavel Fedin
2015-10-19
1
-5
/
+6
*
vfio/pci: Add emulated PCI IDs
Alex Williamson
2015-09-23
1
-2
/
+53
*
vfio/pci: Cache vendor and device ID
Alex Williamson
2015-09-23
1
-5
/
+5
*
vfio/pci: Move AMD device specific reset to quirks
Alex Williamson
2015-09-23
1
-157
/
+1
*
vfio/pci: Split quirks to a separate file
Alex Williamson
2015-09-23
1
-881
/
+5
*
vfio/pci: Extract PCI structures to a separate header
Alex Williamson
2015-09-23
1
-143
/
+1
*
vfio: Change polarity of our no-mmap option
Alex Williamson
2015-09-23
1
-1
/
+1
*
vfio/pci: Make interrupt bypass runtime configurable
Alex Williamson
2015-09-23
1
-7
/
+12
*
vfio/pci: Rename MSI/X functions for easier tracing
Alex Williamson
2015-09-23
1
-39
/
+34
*
vfio/pci: Rename INTx functions for easier tracing
Alex Williamson
2015-09-23
1
-24
/
+24
*
vfio/pci: Cleanup vfio_early_setup_msix() error path
Alex Williamson
2015-09-23
1
-14
/
+13
*
vfio/pci: Cleanup RTL8168 quirk and tracing
Alex Williamson
2015-09-23
1
-51
/
+37
*
typofixes - v4
Veres Lajos
2015-09-11
1
-1
/
+1
*
maint: remove unused include for dirent.h
Daniel P. Berrange
2015-09-11
1
-1
/
+0
*
vfio/pci: Fix bootindex
Alex Williamson
2015-07-22
1
-1
/
+0
*
vfio/pci: Fix RTL8168 NIC quirks
Alex Williamson
2015-07-22
1
-7
/
+5
*
vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devices
Gabriel Laupre
2015-07-06
1
-0
/
+27
*
kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffix
Eric Auger
2015-07-06
1
-3
/
+3
*
vfio: cpu: Use "real" page size API
Peter Crosthwaite
2015-07-06
1
-3
/
+4
*
vfio: fix return type of pread
Paolo Bonzini
2015-07-06
1
-1
/
+1
*
vfio-pci: Reset workaround for AMD Bonaire and Hawaii GPUs
Alex Williamson
2015-04-28
1
-0
/
+162
*
vfio-pci: Fix error path sign
Alex Williamson
2015-04-28
1
-1
/
+1
*
vfio-pci: Further fix BAR size overflow
Alex Williamson
2015-04-28
1
-1
/
+1
*
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Peter Maydell
2015-04-26
1
-6
/
+12
*
vfio-pci: Enable device request notification support
Alex Williamson
2015-03-02
1
-0
/
+100
*
vfio: allow to disable MMAP per device with -x-mmap=off option
Samuel Pitoiset
2015-03-02
1
-0
/
+1
*
vfio: Fix debug message compile error
Alexey Kardashevskiy
2015-02-10
1
-1
/
+1
*
vfio: unmap and free BAR data in instance_finalize
Paolo Bonzini
2015-02-10
1
-8
/
+57
*
vfio: free dynamically-allocated data in instance_finalize
Paolo Bonzini
2015-02-10
1
-10
/
+14
*
vfio: cleanup vfio_get_device error path, remove vfio_populate_device callback
Paolo Bonzini
2015-02-10
1
-4
/
+7
*
vfio-pci: Fix missing unparent of dynamically allocated MemoryRegion
Alex Williamson
2015-02-04
1
-0
/
+1
*
vfio-pci: Fix interrupt disabling
Alex Williamson
2015-01-09
1
-9
/
+12
*
vfio-pci: Fix BAR size overflow
Alex Williamson
2015-01-09
1
-2
/
+2
*
vfio: Cleanup error_report()s
Alex Williamson
2014-12-22
1
-3
/
+0
*
hw/vfio: create common module
Eric Auger
2014-12-22
1
-1027
/
+1
*
hw/vfio/pci: use name field in format strings
Eric Auger
2014-12-22
1
-154
/
+59
*
hw/vfio/pci: rename group_list into vfio_group_list
Eric Auger
2014-12-22
1
-11
/
+11
*
hw/vfio/pci: split vfio_get_device
Eric Auger
2014-12-22
1
-52
/
+78
*
hw/vfio/pci: Introduce VFIORegion
Eric Auger
2014-12-22
1
-92
/
+101
*
hw/vfio/pci: handle reset at VFIODevice
Eric Auger
2014-12-22
1
-30
/
+63
*
hw/vfio/pci: add type, name and group fields in VFIODevice
Eric Auger
2014-12-22
1
-9
/
+18
*
hw/vfio/pci: introduce minimalist VFIODevice with fd
Eric Auger
2014-12-19
1
-54
/
+63
*
hw/vfio/pci: generalize mask/unmask to any IRQ index
Eric Auger
2014-12-19
1
-10
/
+10
*
hw/vfio/pci: Rename VFIODevice into VFIOPCIDevice
Eric Auger
2014-12-19
1
-104
/
+106
*
vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio
Kim Phillips
2014-12-19
1
-0
/
+4479