qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH for-1.2 0/2] migrate PV EOI MSR


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH for-1.2 0/2] migrate PV EOI MSR
Date: Sun, 26 Aug 2012 18:59:37 +0300

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]