qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 00/13] [uq/master] Patch queue, part IV (MCE edition


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH 00/13] [uq/master] Patch queue, part IV (MCE edition)
Date: Tue, 15 Feb 2011 09:23:24 +0100

And the show goes on: This 4th round contains a rework of the MCE
handling, mostly for KVM, but also few bits used in emulation mode are
affected. Major contributions are:
 - fixed MCE injection race with other events
 - kick VCPU out of halt on asynchronous MCEs
 - unified TCG and KVM MCE injection code
 - unpoison pages on guest reboot (Huang Ying)

This won't be the last uq/master series during my effort to consolidate
qemu-kvm and upstream. A few more patches piled up again that will be
sent later on separately.

CC: Hidetoshi Seto <address@hidden>
CC: Huang Ying <address@hidden>
CC: Jin Dongming <address@hidden>

Huang Ying (2):
  Add qemu_ram_remap
  KVM, MCE, unpoison memory address across reboot

Jan Kiszka (11):
  x86: Account for MCE in cpu_has_work
  x86: Perform implicit mcg_status reset
  x86: Small cleanups of MCE helpers
  x86: Refine error reporting of MCE injection services
  x86: Optionally avoid injecting AO MCEs while others are pending
  Synchronize VCPU states before reset
  kvm: x86: Move MCE functions together
  kvm: x86: Inject pending MCE events on state writeback
  kvm: x86: Consolidate TCG and KVM MCE injection code
  kvm: x86: Clean up kvm_setup_mce
  kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization fails

 cpu-all.h             |    8 +-
 cpu-common.h          |    1 +
 exec.c                |   61 +++++++-
 monitor.c             |   11 +-
 qemu-common.h         |    6 +-
 target-i386/cpu.h     |   11 +-
 target-i386/exec.h    |   15 +-
 target-i386/helper.c  |  185 ++++++++++++-------
 target-i386/kvm.c     |  472 ++++++++++++++++++++-----------------------------
 target-i386/kvm_x86.h |   25 ---
 vl.c                  |    1 +
 11 files changed, 400 insertions(+), 396 deletions(-)
 delete mode 100644 target-i386/kvm_x86.h




reply via email to

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