qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3 v2] Enable and Handle in-kernel watchdog emulation
@ 2012-12-28  5:16 Bharat Bhushan
  2012-12-28  5:16 ` [Qemu-devel] [PATCH 1/3 v2] Synchronized the linux headers Bharat Bhushan
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Bharat Bhushan @ 2012-12-28  5:16 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc, agraf; +Cc: Bharat Bhushan

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

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

end of thread, other threads:[~2013-01-11 11:00 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-28  5:16 [Qemu-devel] [PATCH 0/3 v2] Enable and Handle in-kernel watchdog emulation Bharat Bhushan
2012-12-28  5:16 ` [Qemu-devel] [PATCH 1/3 v2] Synchronized the linux headers Bharat Bhushan
2012-12-28  5:16 ` [Qemu-devel] [PATCH 2/3 v2] Reset qemu timers when guest reset Bharat Bhushan
2013-01-03 14:10   ` Alexander Graf
2013-01-03 20:20   ` [Qemu-devel] [Qemu-ppc] " Scott Wood
2013-01-03 20:33     ` Alexander Graf
2013-01-03 20:37       ` Scott Wood
2013-01-03 20:48         ` Alexander Graf
2013-01-04  1:28     ` Bhushan Bharat-R65777
2013-01-04 15:58       ` Scott Wood
2012-12-28  5:16 ` [Qemu-devel] [PATCH 3/3 v2] Enable kvm emulated watchdog Bharat Bhushan
2013-01-10 15:36   ` Alexander Graf
2013-01-11  6:42     ` Bhushan Bharat-R65777
2013-01-11 11:01       ` Alexander Graf

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