mbox

[PULL,0/8] VFIO updates 2016-03-10

Message ID 20160310165407.29980.72106.stgit@gimli.home
State New
Headers show

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160310.1

Message

Alex Williamson March 10, 2016, 4:55 p.m. UTC
The following changes since commit a648c137383d84bc4f95696e5293978d9541a26e:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into staging (2016-03-10 02:51:14 +0000)

are available in the git repository at:


  git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160310.1

for you to fetch changes up to f953b1a565c9fa0551c5023056c28fbbe35c8b9d:

  MAINTAINERS: Add entry for the include/hw/vfio/ folder (2016-03-10 09:39:09 -0700)

----------------------------------------------------------------
VFIO updates 2016-03-10

 - Allow devices to be specified via sysfs path (Alex Williamson)
 - vfio region helpers and generalization for future device specific regions
   (Alex Williamson)
 - Automatic ROM device ID and checksum fixup (Alex Williamson)
 - Split VGA setup to allow enabling VGA from quirks (Alex Williamson)
 - Remove fixed string limit for ROM MemoryRegion name (Neo Jia)
 - MAINTAINERS update (Thomas Huth)

----------------------------------------------------------------
Alex Williamson (6):
      vfio: Add sysfsdev property for pci & platform
      vfio: Wrap VFIO_DEVICE_GET_REGION_INFO
      vfio: Generalize region support
      vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functions
      vfio/pci: Fixup PCI option ROMs
      vfio/pci: Split out VGA setup

Neo Jia (1):
      vfio/pci: replace fixed string limit by g_strdup_printf

Thomas Huth (1):
      MAINTAINERS: Add entry for the include/hw/vfio/ folder

 MAINTAINERS                   |   1 +
 hw/arm/sysbus-fdt.c           |   4 +-
 hw/vfio/common.c              | 190 ++++++++++++---
 hw/vfio/pci-quirks.c          |  62 ++---
 hw/vfio/pci.c                 | 528 +++++++++++++++++++++---------------------
 hw/vfio/pci.h                 |  12 +-
 hw/vfio/platform.c            | 126 ++++------
 include/hw/vfio/vfio-common.h |  27 ++-
 trace-events                  |  10 +-
 9 files changed, 545 insertions(+), 415 deletions(-)

Comments

Peter Maydell March 11, 2016, 1:24 a.m. UTC | #1
On 10 March 2016 at 23:55, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit a648c137383d84bc4f95696e5293978d9541a26e:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into staging (2016-03-10 02:51:14 +0000)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160310.1
>
> for you to fetch changes up to f953b1a565c9fa0551c5023056c28fbbe35c8b9d:
>
>   MAINTAINERS: Add entry for the include/hw/vfio/ folder (2016-03-10 09:39:09 -0700)
>
> ----------------------------------------------------------------
> VFIO updates 2016-03-10
>
>  - Allow devices to be specified via sysfs path (Alex Williamson)
>  - vfio region helpers and generalization for future device specific regions
>    (Alex Williamson)
>  - Automatic ROM device ID and checksum fixup (Alex Williamson)
>  - Split VGA setup to allow enabling VGA from quirks (Alex Williamson)
>  - Remove fixed string limit for ROM MemoryRegion name (Neo Jia)
>  - MAINTAINERS update (Thomas Huth)

This fails to build on OSX and Windows:

In file included from /Users/pm215/src/qemu-for-merges/hw/arm/sysbus-fdt.c:35:
In file included from
/Users/pm215/src/qemu-for-merges/include/hw/vfio/vfio-platform.h:20:
/Users/pm215/src/qemu-for-merges/include/hw/vfio/vfio-common.h:28:10:
fatal error: 'linux/vfio.h' file
      not found
#include <linux/vfio.h>
         ^

thanks
-- PMM
Alex Williamson March 11, 2016, 4:16 a.m. UTC | #2
On Fri, 11 Mar 2016 08:24:51 +0700
Peter Maydell <peter.maydell@linaro.org> wrote:

> On 10 March 2016 at 23:55, Alex Williamson <alex.williamson@redhat.com> wrote:
> > The following changes since commit a648c137383d84bc4f95696e5293978d9541a26e:
> >
> >   Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into staging (2016-03-10 02:51:14 +0000)
> >
> > are available in the git repository at:
> >
> >
> >   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160310.1
> >
> > for you to fetch changes up to f953b1a565c9fa0551c5023056c28fbbe35c8b9d:
> >
> >   MAINTAINERS: Add entry for the include/hw/vfio/ folder (2016-03-10 09:39:09 -0700)
> >
> > ----------------------------------------------------------------
> > VFIO updates 2016-03-10
> >
> >  - Allow devices to be specified via sysfs path (Alex Williamson)
> >  - vfio region helpers and generalization for future device specific regions
> >    (Alex Williamson)
> >  - Automatic ROM device ID and checksum fixup (Alex Williamson)
> >  - Split VGA setup to allow enabling VGA from quirks (Alex Williamson)
> >  - Remove fixed string limit for ROM MemoryRegion name (Neo Jia)
> >  - MAINTAINERS update (Thomas Huth)  
> 
> This fails to build on OSX and Windows:
> 
> In file included from /Users/pm215/src/qemu-for-merges/hw/arm/sysbus-fdt.c:35:
> In file included from
> /Users/pm215/src/qemu-for-merges/include/hw/vfio/vfio-platform.h:20:
> /Users/pm215/src/qemu-for-merges/include/hw/vfio/vfio-common.h:28:10:
> fatal error: 'linux/vfio.h' file
>       not found
> #include <linux/vfio.h>
>          ^

Gack, guess I'll wrap that in CONFIG_LINUX like is already done in
sysbus-fdt.c.  Sorry again.  Thanks,

Alex