All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@web.de>
To: qemu-devel@nongnu.org, Anthony Liguori <aliguori@us.ibm.com>
Cc: kvm@vger.kernel.org, Alexander Graf <agraf@suse.de>,
	Gleb Natapov <gleb@redhat.com>, Avi Kivity <avi@redhat.com>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	Blue Swirl <blauwirbel@gmail.com>
Subject: [0.14?][PATCH v3 0/4] IOAPIC fixes
Date: Thu,  3 Feb 2011 22:54:10 +0100	[thread overview]
Message-ID: <cover.1296770049.git.jan.kiszka@web.de> (raw)

Third round, primarily dropping IOAPIC relocation support:
 - replace IOAPIC relocation with a qemu-kvm compat patch
 - fix ioapic_eoi_broadcast name

Note that, even if we do not include the base address explicitly in the
IOAPIC state, we will still need to read it out for KVM in-kernel
support as its ABI considers the base address part of the IOAPIC state.



Jan Kiszka (4):
  ioapic: Implement EOI handling for level-triggered IRQs
  ioapic: Save/restore irr
  ioapic: Add support for qemu-kvm's vmstate v2
  ioapic: Style & magics cleanup

 hw/apic.c   |    9 ++-
 hw/ioapic.c |  230 +++++++++++++++++++++++++++++++++++++++++------------------
 hw/ioapic.h |   20 +++++
 3 files changed, 186 insertions(+), 73 deletions(-)
 create mode 100644 hw/ioapic.h


WARNING: multiple messages have this Message-ID (diff)
From: Jan Kiszka <jan.kiszka@web.de>
To: qemu-devel@nongnu.org, Anthony Liguori <aliguori@us.ibm.com>
Cc: kvm@vger.kernel.org, Gleb Natapov <gleb@redhat.com>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	Alexander Graf <agraf@suse.de>, Blue Swirl <blauwirbel@gmail.com>,
	Avi Kivity <avi@redhat.com>
Subject: [Qemu-devel] [0.14?][PATCH v3 0/4] IOAPIC fixes
Date: Thu,  3 Feb 2011 22:54:10 +0100	[thread overview]
Message-ID: <cover.1296770049.git.jan.kiszka@web.de> (raw)

Third round, primarily dropping IOAPIC relocation support:
 - replace IOAPIC relocation with a qemu-kvm compat patch
 - fix ioapic_eoi_broadcast name

Note that, even if we do not include the base address explicitly in the
IOAPIC state, we will still need to read it out for KVM in-kernel
support as its ABI considers the base address part of the IOAPIC state.



Jan Kiszka (4):
  ioapic: Implement EOI handling for level-triggered IRQs
  ioapic: Save/restore irr
  ioapic: Add support for qemu-kvm's vmstate v2
  ioapic: Style & magics cleanup

 hw/apic.c   |    9 ++-
 hw/ioapic.c |  230 +++++++++++++++++++++++++++++++++++++++++------------------
 hw/ioapic.h |   20 +++++
 3 files changed, 186 insertions(+), 73 deletions(-)
 create mode 100644 hw/ioapic.h

             reply	other threads:[~2011-02-03 21:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-03 21:54 Jan Kiszka [this message]
2011-02-03 21:54 ` [Qemu-devel] [0.14?][PATCH v3 0/4] IOAPIC fixes Jan Kiszka
2011-02-03 21:54 ` [0.14?][PATCH v3 1/4] ioapic: Implement EOI handling for level-triggered IRQs Jan Kiszka
2011-02-03 21:54   ` [Qemu-devel] " Jan Kiszka
2011-02-04 12:51   ` Anthony Liguori
2011-02-04 12:51     ` Anthony Liguori
2011-02-03 21:54 ` [0.14?][PATCH v3 2/4] ioapic: Save/restore irr Jan Kiszka
2011-02-03 21:54   ` [Qemu-devel] " Jan Kiszka
2011-02-03 21:54 ` [0.14?][PATCH v3 3/4] ioapic: Add support for qemu-kvm's vmstate v2 Jan Kiszka
2011-02-03 21:54   ` [Qemu-devel] " Jan Kiszka
2011-02-03 21:54 ` [0.14?][PATCH v3 4/4] ioapic: Style & magics cleanup Jan Kiszka
2011-02-03 21:54   ` [Qemu-devel] " Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1296770049.git.jan.kiszka@web.de \
    --to=jan.kiszka@web.de \
    --cc=agraf@suse.de \
    --cc=aliguori@us.ibm.com \
    --cc=avi@redhat.com \
    --cc=blauwirbel@gmail.com \
    --cc=gleb@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.