qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] vfio-pci: reworking end-of-interrupt


From: Alexey Kardashevskiy
Subject: [Qemu-devel] [PATCH 0/3] vfio-pci: reworking end-of-interrupt
Date: Mon, 23 Jul 2012 15:32:44 +1000

Here is a small patchset just to keep moving.

The main problem here is how we implement add_eoi_notifier()
which is supposed to be a callback of a global interrupt controller
which does not exists on QEMUMachine level.

Alexey Kardashevskiy (3):
  xics: added end-of-interrupt (EOI) handlers
  ioapic: removed obsolete ioapic_remove_gsi_eoi_notifier
  vfio-pci: rework of EOI

 hw/ioapic.c   |   19 ++-----------------
 hw/ioapic.h   |    1 -
 hw/vfio_pci.c |   24 ++++++++++++++++--------
 hw/vfio_pci.h |    1 -
 hw/xics.c     |   13 +++++++++++++
 hw/xics.h     |    4 ++++
 6 files changed, 35 insertions(+), 27 deletions(-)

-- 
1.7.10.4




reply via email to

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