qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 0ea273: hw/vfio/platform: vfio-platform skele


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 0ea273: hw/vfio/platform: vfio-platform skeleton
Date: Wed, 10 Jun 2015 09:00:08 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 0ea2730bef0b764ce87f5d6859f9b1eac6069250
      
https://github.com/qemu/qemu/commit/0ea2730bef0b764ce87f5d6859f9b1eac6069250
  Author: Eric Auger <address@hidden>
  Date:   2015-06-08 (Mon, 08 Jun 2015)

  Changed paths:
    M hw/vfio/Makefile.objs
    A hw/vfio/platform.c
    M include/hw/vfio/vfio-common.h
    A include/hw/vfio/vfio-platform.h
    M trace-events

  Log Message:
  -----------
  hw/vfio/platform: vfio-platform skeleton

Minimal VFIO platform implementation supporting register space
user mapping but not IRQ assignment.

Signed-off-by: Kim Phillips <address@hidden>
Signed-off-by: Eric Auger <address@hidden>
Tested-by: Vikram Sethi <address@hidden>
Signed-off-by: Alex Williamson <address@hidden>


  Commit: 38559979bf0095a586f61bc9e028df36673f21a1
      
https://github.com/qemu/qemu/commit/38559979bf0095a586f61bc9e028df36673f21a1
  Author: Eric Auger <address@hidden>
  Date:   2015-06-08 (Mon, 08 Jun 2015)

  Changed paths:
    M hw/vfio/platform.c
    M include/hw/vfio/vfio-platform.h
    M trace-events

  Log Message:
  -----------
  hw/vfio/platform: add irq assignment

This patch adds the code requested to assign interrupts to
a guest. The interrupts are mediated through user handled
eventfds only.

Signed-off-by: Eric Auger <address@hidden>
Tested-by: Vikram Sethi <address@hidden>
Signed-off-by: Alex Williamson <address@hidden>


  Commit: 7a8d15d7702444be715b6ae32574659483c0c158
      
https://github.com/qemu/qemu/commit/7a8d15d7702444be715b6ae32574659483c0c158
  Author: Eric Auger <address@hidden>
  Date:   2015-06-09 (Tue, 09 Jun 2015)

  Changed paths:
    M hw/vfio/Makefile.objs
    A hw/vfio/calxeda-xgmac.c
    A include/hw/vfio/vfio-calxeda-xgmac.h

  Log Message:
  -----------
  hw/vfio/platform: calxeda xgmac device

The platform device class has become abstract. This patch introduces
a calxeda xgmac device that derives from it.

Signed-off-by: Eric Auger <address@hidden>
Reviewed-by: Alex Bennée <address@hidden>
Signed-off-by: Alex Williamson <address@hidden>


  Commit: eed8a8f572e659c85f8711d79c20da95021e06e2
      
https://github.com/qemu/qemu/commit/eed8a8f572e659c85f8711d79c20da95021e06e2
  Author: Peter Maydell <address@hidden>
  Date:   2015-06-10 (Wed, 10 Jun 2015)

  Changed paths:
    M hw/vfio/Makefile.objs
    A hw/vfio/calxeda-xgmac.c
    A hw/vfio/platform.c
    A include/hw/vfio/vfio-calxeda-xgmac.h
    M include/hw/vfio/vfio-common.h
    A include/hw/vfio/vfio-platform.h
    M trace-events

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150609.0' 
into staging

Initial VFIO platform device support, v2 (Eric Auger, et al.)

# gpg: Signature made Tue Jun  9 15:25:40 2015 BST using RSA key ID 3BB08B22
# gpg: Good signature from "Alex Williamson <address@hidden>"
# gpg:                 aka "Alex Williamson <address@hidden>"
# gpg:                 aka "Alex Williamson <address@hidden>"
# gpg:                 aka "Alex Williamson <address@hidden>"

* remotes/awilliam/tags/vfio-update-20150609.0:
  hw/vfio/platform: calxeda xgmac device
  hw/vfio/platform: add irq assignment
  hw/vfio/platform: vfio-platform skeleton

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/e015fe008a3a...eed8a8f572e6

reply via email to

[Prev in Thread] Current Thread [Next in Thread]