index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
vfio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
2018-02-05
2
-4
/
+4
*
|
vfio/pci: Add option to disable GeForce quirks
Alex Williamson
2018-02-06
3
-3
/
+9
*
|
vfio/common: Remove redundant copy of local variable
Alexey Kardashevskiy
2018-02-06
1
-1
/
+0
*
|
hw/vfio/platform: Init the interrupt mutex
Eric Auger
2018-02-06
1
-0
/
+2
*
|
vfio/pci: Allow relocating MSI-X MMIO
Alex Williamson
2018-02-06
3
-1
/
+101
*
|
vfio/pci: Emulate BARs
Alex Williamson
2018-02-06
1
-0
/
+2
*
|
vfio/pci: Add base BAR MemoryRegion
Alex Williamson
2018-02-06
2
-25
/
+72
*
|
vfio/pci: Fixup VFIOMSIXInfo comment
Alex Williamson
2018-02-06
1
-1
/
+1
*
|
vfio/spapr: Use iommu memory region's get_attr()
Alexey Kardashevskiy
2018-02-06
2
-0
/
+28
|
/
*
Merge remote-tracking branch 'origin/master' into HEAD
Michael S. Tsirkin
2018-01-11
3
-3
/
+9
|
\
|
*
hw: use "qemu/osdep.h" as first #include in source files
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+1
|
*
vfio-pci: Remove unused fields from VFIOMSIXInfo
Alexey Kardashevskiy
2017-12-13
1
-2
/
+0
|
*
vfio/spapr: Allow fallback to SPAPR TCE IOMMU v1
Alexey Kardashevskiy
2017-12-13
1
-0
/
+5
|
*
vfio/common: init giommu_list and hostwin_list of vfio container
Liu, Yi L
2017-12-13
1
-0
/
+2
|
*
vfio: Fix vfio-kvm group registration
Alex Williamson
2017-12-13
1
-0
/
+1
*
|
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
2017-12-05
1
-5
/
+5
|
/
*
s390x: improve error handling for SSCH and RSCH
Halil Pasic
2017-10-20
1
-7
/
+21
*
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+4
*
pci: Add interface names to hybrid PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+5
*
s390x: sort some devices into categories
Cornelia Huck
2017-10-06
1
-0
/
+1
*
vfio/pci: Add NVIDIA GPUDirect Cliques support
Alex Williamson
2017-10-03
3
-0
/
+118
*
vfio/pci: Add virtual capabilities quirk infrastructure
Alex Williamson
2017-10-03
3
-0
/
+13
*
vfio/pci: Do not unwind on error
Alex Williamson
2017-10-03
1
-2
/
+2
*
vfio, spapr: Fix levels calculation
Alexey Kardashevskiy
2017-09-15
1
-1
/
+1
*
trace-events: fix code style: print 0x before hex numbers
Vladimir Sementsov-Ogievskiy
2017-08-01
1
-22
/
+22
*
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
2017-07-31
1
-1
/
+1
*
vfio/pci: fix use of freed memory
Philippe Mathieu-Daudé
2017-07-26
1
-4
/
+7
*
vfio/platform: fix use of freed memory
Philippe Mathieu-Daudé
2017-07-26
1
-1
/
+1
*
vfio/ccw: fix initialization of the Object DeviceState pointer in the common ...
Dong Jia Shi
2017-07-25
1
-0
/
+1
*
vfio/ccw: allocate irq info with the right size
Jing Zhang
2017-07-25
1
-1
/
+1
*
vfio-pci, ppc64/spapr: Reorder group-to-container attaching
Alexey Kardashevskiy
2017-07-17
1
-8
/
+11
*
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
2017-07-14
2
-6
/
+9
*
vfio/pci: Fixup v0 PCIe capabilities
Alex Williamson
2017-07-10
1
-0
/
+12
*
vfio: Test realized when using VFIOGroup.device_list iterator
Alex Williamson
2017-07-10
3
-4
/
+10
*
pci: Replace pci_add_capability2() with pci_add_capability()
Mao Zhongyi
2017-07-03
1
-3
/
+3
*
pci: Make errp the last parameter of pci_add_capability()
Mao Zhongyi
2017-07-03
1
-3
/
+6
*
pci: Fix the wrong assertion.
Mao Zhongyi
2017-07-03
1
-1
/
+1
*
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
Stefan Hajnoczi
2017-05-30
1
-1
/
+1
|
\
|
*
memory: remove the last param in memory_region_iommu_replay()
Peter Xu
2017-05-25
1
-1
/
+1
*
|
vfio/ccw: update sense data if a unit check is pending
Dong Jia Shi
2017-05-19
1
-0
/
+7
*
|
s390x/css: introduce and realize ccw-request callback
Xiao Feng Ren
2017-05-19
1
-0
/
+85
*
|
vfio/ccw: get irqs info and set the eventfd fd
Dong Jia Shi
2017-05-19
1
-0
/
+101
*
|
vfio/ccw: get io region info
Dong Jia Shi
2017-05-19
1
-0
/
+54
*
|
vfio/ccw: vfio based subchannel passthrough driver
Xiao Feng Ren
2017-05-19
2
-0
/
+188
|
/
*
sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICE
Eduardo Habkost
2017-05-17
2
-0
/
+4
*
vfio/pci: Fix incorrect error message
Dong Jia Shi
2017-05-03
1
-2
/
+2
*
vfio: enable 8-byte reads/writes to vfio
Jose Ricardo Ziviani
2017-05-03
1
-0
/
+10
*
vfio: Set MemoryRegionOps:max_access_size and min_access_size
Jose Ricardo Ziviani
2017-05-03
1
-0
/
+4
*
memory: add section range info for IOMMU notifier
Peter Xu
2017-04-20
1
-3
/
+9
*
vfio/pci-quirks: Exclude non-ioport BAR from NVIDIA quirk
Alex Williamson
2017-04-06
1
-1
/
+1
[prev]
[next]