qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 00/10] uq/master: TPR access optimization for Windows guests
@ 2012-02-17 17:31 Jan Kiszka
  2012-02-17 17:31 ` [Qemu-devel] [PATCH v4 01/10] kvm: Set cpu_single_env only once Jan Kiszka
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Jan Kiszka @ 2012-02-17 17:31 UTC (permalink / raw)
  To: Avi Kivity, Marcelo Tosatti
  Cc: Anthony Liguori, Gleb Natapov, kvm, qemu-devel, Blue Swirl,
	Paolo Bonzini

And here is v4:
 - Changed TPR IP reporting in KVM user space irqchip mode to always
   report the instruction after the triggering one
 - Fixed bug that froze TCG with VAPIC enabled during setup
   (by making run_on_vcpus fully TCG compatible)
 - Rebased over uq/master
 - Removed forgotten debug printf

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 (10):
  kvm: Set cpu_single_env only once
  Remove useless casts from cpu iterators
  Process pending work while waiting for initial kick-off in TCG mode
  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                        |   26 ++-
 hw/apic.c                     |  126 ++++++-
 hw/apic.h                     |    2 +
 hw/apic_common.c              |   69 ++++-
 hw/apic_internal.h            |   27 ++
 hw/kvm/apic.c                 |   32 ++
 hw/kvmvapic.c                 |  805 +++++++++++++++++++++++++++++++++++++++++
 hw/mc146818rtc.c              |    5 +-
 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             |   10 +
 target-i386/helper.c          |   16 +
 target-i386/kvm.c             |   25 ++-
 19 files changed, 1467 insertions(+), 30 deletions(-)
 create mode 100644 hw/kvmvapic.c
 create mode 100644 pc-bios/optionrom/kvmvapic.S

-- 
1.7.3.4

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

end of thread, other threads:[~2012-02-18 10:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-17 17:31 [Qemu-devel] [PATCH v4 00/10] uq/master: TPR access optimization for Windows guests Jan Kiszka
2012-02-17 17:31 ` [Qemu-devel] [PATCH v4 01/10] kvm: Set cpu_single_env only once Jan Kiszka
2012-02-17 17:31 ` [Qemu-devel] [PATCH v4 02/10] Remove useless casts from cpu iterators Jan Kiszka
2012-02-17 17:31 ` [Qemu-devel] [PATCH v4 03/10] Process pending work while waiting for initial kick-off in TCG mode Jan Kiszka
2012-02-17 17:31 ` [Qemu-devel] [PATCH v4 04/10] Allow to use pause_all_vcpus from VCPU context Jan Kiszka
2012-02-17 17:31 ` [Qemu-devel] [PATCH v4 05/10] target-i386: Add infrastructure for reporting TPR MMIO accesses Jan Kiszka
2012-02-17 17:31 ` [Qemu-devel] [PATCH v4 06/10] kvmvapic: Add option ROM Jan Kiszka
2012-02-17 17:31 ` [Qemu-devel] [PATCH v4 07/10] kvmvapic: Introduce TPR access optimization for Windows guests Jan Kiszka
2012-02-17 17:31 ` [Qemu-devel] [PATCH v4 08/10] kvmvapic: Simplify mp/up_set_tpr Jan Kiszka
2012-02-17 17:31 ` [Qemu-devel] [PATCH v4 09/10] optionsrom: Reserve space for checksum Jan Kiszka
2012-02-17 17:31 ` [Qemu-devel] [PATCH v4 10/10] kvmvapic: Use optionrom helpers Jan Kiszka
2012-02-18 10:16 ` [Qemu-devel] [PATCH v4 00/10] uq/master: TPR access optimization for Windows guests Avi Kivity

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).