All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-1.2 0/2] migrate PV EOI MSR
@ 2012-08-26 15:59 ` Michael S. Tsirkin
  0 siblings, 0 replies; 10+ 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] 10+ messages in thread

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

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

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.