qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/4] uq/master: Add classic PCI device assignment


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH 0/4] uq/master: Add classic PCI device assignment
Date: Mon, 27 Aug 2012 08:28:37 +0200

I'm proud to present probably the last patch series to merge qemu-kvm
into upstream: This one adds PCI device assignment for x86 using the
classic interface that the KVM model provides. See the last patch for
reasons why we still want this while next-generation device assignment
via VFIO is approaching.

It's been a long journey, but once this is merged, I think we can close
the qemu-kvm chapter. I already did so, all work is based on QEMU now.

Jan Kiszka (4):
  kvm: Introduce kvm_irqchip_update_msi_route
  kvm: Introduce kvm_has_intx_set_mask
  kvm: i386: Add services required for PCI device assignment
  kvm: i386: Add classic PCI device assignment

 hw/kvm/Makefile.objs   |    2 +-
 hw/kvm/pci-assign.c    | 1929 ++++++++++++++++++++++++++++++++++++++++++++++++
 kvm-all.c              |   50 ++
 kvm.h                  |    2 +
 target-i386/kvm.c      |  141 ++++
 target-i386/kvm_i386.h |   22 +
 6 files changed, 2145 insertions(+), 1 deletions(-)
 create mode 100644 hw/kvm/pci-assign.c

-- 
1.7.3.4




reply via email to

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