From: Jan Kiszka <jan.kiszka@siemens.com>
To: Avi Kivity <avi@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
Cc: Anthony Liguori <aliguori@us.ibm.com>,
Gleb Natapov <gleb@redhat.com>,
kvm@vger.kernel.org, qemu-devel <qemu-devel@nongnu.org>,
Blue Swirl <blauwirbel@gmail.com>,
Paolo Bonzini <pbonzini@redhat.com>
Subject: [Qemu-devel] [PATCH v3 0/9] uq/master: TPR access optimization for Windows guests
Date: Tue, 14 Feb 2012 16:13:06 +0100 [thread overview]
Message-ID: <cover.1329232393.git.jan.kiszka@siemens.com> (raw)
v3 comes with the following changes:
- clear TPR access report on system reset
(in case we load a guest without the option ROM)
- addressed review comments on details in kvmvapic.c
- streamlined 16-bit VAPIC port handling
- included cleanup for useless next_cpu casts in cpus.c
(to avoid conflicts on merge)
The series is also available at
git://git.kiszka.org/qemu-kvm.git queues/kvm-tpr
Please review/apply.
CC: Paolo Bonzini <pbonzini@redhat.com>
Jan Kiszka (9):
kvm: Set cpu_single_env only once
Remove useless casts from cpu iterators
Allow to use pause_all_vcpus from VCPU context
target-i386: Add infrastructure for reporting TPR MMIO accesses
kvmvapic: Add option ROM
kvmvapic: Introduce TPR access optimization for Windows guests
kvmvapic: Simplify mp/up_set_tpr
optionsrom: Reserve space for checksum
kvmvapic: Use optionrom helpers
.gitignore | 1 +
Makefile | 2 +-
Makefile.target | 3 +-
cpu-all.h | 3 +-
cpus.c | 21 +-
hw/apic.c | 126 ++++++-
hw/apic.h | 2 +
hw/apic_common.c | 68 ++++-
hw/apic_internal.h | 27 ++
hw/kvm/apic.c | 32 ++
hw/kvmvapic.c | 803 +++++++++++++++++++++++++++++++++++++++++
kvm-all.c | 5 -
pc-bios/optionrom/Makefile | 2 +-
pc-bios/optionrom/kvmvapic.S | 335 +++++++++++++++++
pc-bios/optionrom/optionrom.h | 3 +-
target-i386/cpu.h | 11 +
target-i386/helper.c | 19 +
target-i386/kvm.c | 24 ++-
18 files changed, 1458 insertions(+), 29 deletions(-)
create mode 100644 hw/kvmvapic.c
create mode 100644 pc-bios/optionrom/kvmvapic.S
--
1.7.3.4
next reply other threads:[~2012-02-14 15:13 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-14 15:13 Jan Kiszka [this message]
2012-02-14 15:13 ` [Qemu-devel] [PATCH v3 1/9] kvm: Set cpu_single_env only once Jan Kiszka
2012-02-14 15:13 ` [Qemu-devel] [PATCH v3 2/9] Remove useless casts from cpu iterators Jan Kiszka
2012-02-14 15:13 ` [Qemu-devel] [PATCH v3 3/9] Allow to use pause_all_vcpus from VCPU context Jan Kiszka
2012-02-14 15:13 ` [Qemu-devel] [PATCH v3 4/9] target-i386: Add infrastructure for reporting TPR MMIO accesses Jan Kiszka
2012-02-16 15:21 ` Avi Kivity
2012-02-16 15:29 ` Jan Kiszka
2012-02-14 15:13 ` [Qemu-devel] [PATCH v3 5/9] kvmvapic: Add option ROM Jan Kiszka
2012-02-14 15:13 ` [Qemu-devel] [PATCH v3 6/9] kvmvapic: Introduce TPR access optimization for Windows guests Jan Kiszka
2012-02-16 15:29 ` Avi Kivity
2012-02-14 15:13 ` [Qemu-devel] [PATCH v3 7/9] kvmvapic: Simplify mp/up_set_tpr Jan Kiszka
2012-02-14 15:13 ` [Qemu-devel] [PATCH v3 8/9] optionsrom: Reserve space for checksum Jan Kiszka
2012-02-14 15:13 ` [Qemu-devel] [PATCH v3 9/9] kvmvapic: Use optionrom helpers 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.1329232393.git.jan.kiszka@siemens.com \
--to=jan.kiszka@siemens.com \
--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=pbonzini@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).