qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-1.2 0/2] migrate PV EOI MSR
@ 2012-08-26 15:59 Michael S. Tsirkin
  2012-08-26 15:59 ` [Qemu-devel] [PATCH for-1.2 1/2] linux-headers: update asm/kvm_para.h to 3.6 Michael S. Tsirkin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Michael S. Tsirkin @ 2012-08-26 15:59 UTC (permalink / raw)
  To: Anthony Liguori, avi, mtosatti, gleb, qemu-devel, kvm

It turns out PV EOI gets disabled after migration -
until next guest reset.
This is because we are missing code to actually migrate it.
This patch fixes it up: it does not do anything useful
without kvm irqchip but applies cleanly to qemu.git
as well as qemu-kvm.git, so I think it's cleaner
to apply it in qemu.git to keep diff to minimum.

Needed for 1.2.



Michael S. Tsirkin (2):
  linux-headers: update asm/kvm_para.h to 3.6
  kvm: get/set PV EOI MSR

 linux-headers/asm-x86/kvm_para.h |  7 +++++++
 target-i386/cpu.h                |  1 +
 target-i386/kvm.c                | 13 +++++++++++++
 target-i386/machine.c            | 21 +++++++++++++++++++++
 4 files changed, 42 insertions(+)

-- 
MST

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

end of thread, other threads:[~2012-08-27  6:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-26 15:59 [Qemu-devel] [PATCH for-1.2 0/2] migrate PV EOI MSR Michael S. Tsirkin
2012-08-26 15:59 ` [Qemu-devel] [PATCH for-1.2 1/2] linux-headers: update asm/kvm_para.h to 3.6 Michael S. Tsirkin
2012-08-27  6:22   ` Jan Kiszka
2012-08-26 15:59 ` [Qemu-devel] [PATCH for-1.2 2/2] kvm: get/set PV EOI MSR Michael S. Tsirkin
2012-08-27  6:20 ` [Qemu-devel] [PATCH for-1.2 0/2] migrate " Jan Kiszka

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