All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/9] in-kernel irqchip, new spin
@ 2009-12-02 13:46 Glauber Costa
  2009-12-02 13:46 ` [Qemu-devel] [PATCH 1/9] introduce VMSTATE_U64 Glauber Costa
  2009-12-03 10:27 ` [Qemu-devel] Re: [PATCH 0/9] in-kernel irqchip, new spin Michael S. Tsirkin
  0 siblings, 2 replies; 18+ messages in thread
From: Glauber Costa @ 2009-12-02 13:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, avi

Avi/Marcelo

Please include this in a branch in qemu-kvm, for future inclusion
in qemu.git

This is basically the same thing that was sitting in staging for weeks,
just with a build bug fix on non-x86 hosts.

Glauber Costa (9):
  introduce VMSTATE_U64
  Provide ioapic-kvm
  provide apic_set_irq_delivered
  provide i8259-kvm
  Don't call apic functions directly from kvm code
  export kvm_put_mp_state
  provide apic-kvm
  Initialize in-kernel irqchip
  Do GSI routing

 Makefile.target   |    2 +
 hw/apic-kvm.c     |  157 ++++++++++++++++++++++++++++++++++++++++++++
 hw/apic.c         |    5 ++
 hw/hw.h           |   24 +++++++
 hw/i8259-kvm.c    |  112 +++++++++++++++++++++++++++++++
 hw/ioapic-kvm.c   |   89 +++++++++++++++++++++++++
 hw/pc.c           |   21 +++++-
 hw/pc.h           |    6 ++
 kvm-all.c         |   47 +++++++++++++-
 kvm.h             |   16 +++++
 savevm.c          |   23 +++++++
 target-i386/cpu.h |    9 +++
 target-i386/kvm.c |  188 +++++++++++++++++++++++++++++++++++++++++++++++++++--
 target-ppc/kvm.c  |    5 ++
 14 files changed, 693 insertions(+), 11 deletions(-)
 create mode 100644 hw/apic-kvm.c
 create mode 100644 hw/i8259-kvm.c
 create mode 100644 hw/ioapic-kvm.c

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2009-12-03 12:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-02 13:46 [Qemu-devel] [PATCH 0/9] in-kernel irqchip, new spin Glauber Costa
2009-12-02 13:46 ` [Qemu-devel] [PATCH 1/9] introduce VMSTATE_U64 Glauber Costa
2009-12-02 13:46   ` [Qemu-devel] [PATCH 2/9] Provide ioapic-kvm Glauber Costa
2009-12-02 13:46     ` [Qemu-devel] [PATCH 3/9] provide apic_set_irq_delivered Glauber Costa
2009-12-02 13:46       ` [Qemu-devel] [PATCH 4/9] provide i8259-kvm Glauber Costa
2009-12-02 13:46         ` [Qemu-devel] [PATCH 5/9] Don't call apic functions directly from kvm code Glauber Costa
2009-12-02 13:46           ` [Qemu-devel] [PATCH 6/9] export kvm_put_mp_state Glauber Costa
2009-12-02 13:46             ` [Qemu-devel] [PATCH 7/9] provide apic-kvm Glauber Costa
2009-12-02 13:46               ` [Qemu-devel] [PATCH 8/9] Initialize in-kernel irqchip Glauber Costa
2009-12-02 13:46                 ` [Qemu-devel] [PATCH 9/9] Do GSI routing Glauber Costa
2009-12-03 12:12           ` [Qemu-devel] Re: [PATCH 5/9] Don't call apic functions directly from kvm code Avi Kivity
2009-12-03 10:27 ` [Qemu-devel] Re: [PATCH 0/9] in-kernel irqchip, new spin Michael S. Tsirkin
2009-12-03 11:42   ` Glauber Costa
2009-12-03 11:57     ` Michael S. Tsirkin
2009-12-03 12:04       ` Glauber Costa
2009-12-03 12:39         ` Michael S. Tsirkin
2009-12-03 12:45           ` Avi Kivity
2009-12-03 12:57             ` Glauber Costa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.