index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vfio
/
pci.c
Age
Commit message (
Expand
)
Author
2015-04-28
vfio-pci: Reset workaround for AMD Bonaire and Hawaii GPUs
Alex Williamson
2015-04-28
vfio-pci: Fix error path sign
Alex Williamson
2015-04-28
vfio-pci: Further fix BAR size overflow
Alex Williamson
2015-04-26
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Peter Maydell
2015-03-02
vfio-pci: Enable device request notification support
Alex Williamson
2015-03-02
vfio: allow to disable MMAP per device with -x-mmap=off option
Samuel Pitoiset
2015-02-10
vfio: Fix debug message compile error
Alexey Kardashevskiy
2015-02-10
vfio: unmap and free BAR data in instance_finalize
Paolo Bonzini
2015-02-10
vfio: free dynamically-allocated data in instance_finalize
Paolo Bonzini
2015-02-10
vfio: cleanup vfio_get_device error path, remove vfio_populate_device callback
Paolo Bonzini
2015-02-04
vfio-pci: Fix missing unparent of dynamically allocated MemoryRegion
Alex Williamson
2015-01-09
vfio-pci: Fix interrupt disabling
Alex Williamson
2015-01-09
vfio-pci: Fix BAR size overflow
Alex Williamson
2014-12-22
vfio: Cleanup error_report()s
Alex Williamson
2014-12-22
hw/vfio: create common module
Eric Auger
2014-12-22
hw/vfio/pci: use name field in format strings
Eric Auger
2014-12-22
hw/vfio/pci: rename group_list into vfio_group_list
Eric Auger
2014-12-22
hw/vfio/pci: split vfio_get_device
Eric Auger
2014-12-22
hw/vfio/pci: Introduce VFIORegion
Eric Auger
2014-12-22
hw/vfio/pci: handle reset at VFIODevice
Eric Auger
2014-12-22
hw/vfio/pci: add type, name and group fields in VFIODevice
Eric Auger
2014-12-19
hw/vfio/pci: introduce minimalist VFIODevice with fd
Eric Auger
2014-12-19
hw/vfio/pci: generalize mask/unmask to any IRQ index
Eric Auger
2014-12-19
hw/vfio/pci: Rename VFIODevice into VFIOPCIDevice
Eric Auger
2014-12-19
vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio
Kim Phillips