qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/2] MSI/MSIX injection for Xen HVM guests


From: Stefano Stabellini
Subject: [Qemu-devel] [PATCH v2 0/2] MSI/MSIX injection for Xen HVM guests
Date: Thu, 12 Apr 2012 11:20:19 +0100
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)

Hi all,
this patch series by Wei Liu implements a simple Xen APIC module and use
it to deliver MSI/MSIX for Xen HVM guests.

The second version of this series includes the "or later" copyright
clause for xen_apic.c and a fix to the return value of xen_apic_mem_read
(thanks Peter for finding it out).

Stefano Stabellini (2):
      Xen: basic HVM MSI injection support.
      Xen: Add xen-apic support and hook it up.

 Makefile.target |    2 +-
 hw/pc.c         |    8 +++++
 hw/xen.h        |    1 +
 hw/xen_apic.c   |   90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 xen-all.c       |    5 +++
 xen-stub.c      |    4 ++
 6 files changed, 109 insertions(+), 1 deletions(-)

Cheers,

Stefano



reply via email to

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