[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v6 0/8] Series short description
From: |
Alex Williamson |
Subject: |
[Qemu-devel] [PATCH v6 0/8] Series short description |
Date: |
Tue, 17 May 2016 14:19:19 -0600 |
User-agent: |
StGit/0.17.1-dirty |
The following series implements...
---
Alex Williamson (8):
vfio: Enable sparse mmap capability
vfio: Create device specific region info helper
vfio/pci: Fix return of vfio_populate_vga()
vfio/pci: Consolidate VGA setup
vfio/pci: Setup BAR quirks after capabilities probing
vfio/pci: Intel graphics legacy mode assignment
vfio/pci: Add a separate option for IGD OpRegion support
vfio/pci: Add IGD documentation
docs/igd-assign.txt | 133 ++++++++
hw/vfio/common.c | 103 ++++++-
hw/vfio/pci-quirks.c | 643 +++++++++++++++++++++++++++++++++++++++++
hw/vfio/pci.c | 151 ++++++----
hw/vfio/pci.h | 8 +
include/hw/vfio/vfio-common.h | 2
trace-events | 11 +
7 files changed, 989 insertions(+), 62 deletions(-)
create mode 100644 docs/igd-assign.txt
--
Signature
- [Qemu-devel] [PATCH v6 0/8] Series short description,
Alex Williamson <=
- [Qemu-devel] vfio IGD assignment (was Re: [PATCH v6 0/8] Series short description), Alex Williamson, 2016/05/17
- Re: [Qemu-devel] vfio IGD assignment (was Re: [PATCH v6 0/8] Series short description), Gerd Hoffmann, 2016/05/18
- Re: [Qemu-devel] vfio IGD assignment (was Re: [PATCH v6 0/8] Series short description), Alex Williamson, 2016/05/18
- Re: [Qemu-devel] vfio IGD assignment (was Re: [PATCH v6 0/8] Series short description), Gerd Hoffmann, 2016/05/19
- Re: [Qemu-devel] vfio IGD assignment (was Re: [PATCH v6 0/8] Series short description), Gerd Hoffmann, 2016/05/20
- Re: [Qemu-devel] vfio IGD assignment (was Re: [PATCH v6 0/8] Series short description), Alex Williamson, 2016/05/20
- Re: [Qemu-devel] vfio IGD assignment (was Re: [PATCH v6 0/8] Series short description), Gerd Hoffmann, 2016/05/23
[Qemu-devel] [PATCH v6 8/8] vfio/pci: Add IGD documentation, Alex Williamson, 2016/05/17