The Patchset enables and handle the in-kernel watchdog emulation
if KVM supports.
The first Patch is synchronizes the Linux-headers as this is needed
for enabling the in-kernel watchdog emulation.
The Second Patch installs the timer reset handler and the Third patch
enables and handles the watchdog exit.

Bharat Bhushan (3):
  Synchronized the linux headers
  Reset qemu timers when guest reset
  Enable kvm emulated watchdog

 hw/ppc.h                                 |    1 +
 hw/ppc_booke.c                           |   48 ++++++++++++++-
 linux-headers/asm-generic/kvm_para.h     |    4 +
 linux-headers/asm-powerpc/epapr_hcalls.h |   98 ++++++++++++++++++++++++++++++
 linux-headers/asm-powerpc/kvm.h          |   86 ++++++++++++++++++++++++++
 linux-headers/asm-powerpc/kvm_para.h     |    7 +-
 linux-headers/linux/kvm.h                |   21 +++++--
 target-ppc/kvm.c                         |   56 +++++++++++++++++
 target-ppc/kvm_ppc.h                     |   11 +++
 9 files changed, 323 insertions(+), 9 deletions(-)
 create mode 100644 linux-headers/asm-generic/kvm_para.h
 create mode 100644 linux-headers/asm-powerpc/epapr_hcalls.h



Reply via email to