linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] powerpc: allow kvm to use kerel debug framework
@ 2013-07-04  6:15 Bharat Bhushan
  2013-07-04  6:15 ` [PATCH 1/2] powerpc: remove unnecessary line continuations Bharat Bhushan
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Bharat Bhushan @ 2013-07-04  6:15 UTC (permalink / raw)
  To: linuxppc-dev, mikey, benh, linux-kernel, scottwood, agraf; +Cc: Bharat Bhushan

From: Bharat Bhushan <bharat.bhushan@freescale.com>

This patchset moves the debug registers in a structure, which allows
kvm to use same structure for debug emulation.

Note: Earilier a patchset "https://lists.ozlabs.org/pipermail/linuxppc-dev/2013-June/108132.html"
was sent which is a bunch of six patches. That patchset is divided into two parts:
	1) powerpc specific changes (These 2 patches are actually have those changes)
	2) KVM specific changes (will send separate patch on agraf repository)

Bharat Bhushan (2):
  powerpc: remove unnecessary line continuations
  powerpc: move debug registers in a structure

 arch/powerpc/include/asm/processor.h |   38 +++++----
 arch/powerpc/include/asm/reg_booke.h |    8 +-
 arch/powerpc/kernel/asm-offsets.c    |    2 +-
 arch/powerpc/kernel/process.c        |   42 +++++-----
 arch/powerpc/kernel/ptrace.c         |  154 +++++++++++++++++-----------------
 arch/powerpc/kernel/ptrace32.c       |    2 +-
 arch/powerpc/kernel/signal_32.c      |    6 +-
 arch/powerpc/kernel/traps.c          |   35 ++++----
 8 files changed, 147 insertions(+), 140 deletions(-)

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

end of thread, other threads:[~2013-10-04 14:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-04  6:15 [PATCH 0/2] powerpc: allow kvm to use kerel debug framework Bharat Bhushan
2013-07-04  6:15 ` [PATCH 1/2] powerpc: remove unnecessary line continuations Bharat Bhushan
2013-07-10  7:25   ` Michael Neuling
2013-07-04  6:15 ` [PATCH 2/2] powerpc: move debug registers in a structure Bharat Bhushan
2013-07-10  7:25   ` Michael Neuling
2013-07-09  1:00 ` [PATCH 0/2] powerpc: allow kvm to use kerel debug framework Alexander Graf
2013-07-09  4:24   ` Michael Neuling
2013-07-09 21:54     ` Alexander Graf
2013-07-10  7:25       ` Michael Neuling
2013-07-10  7:50         ` Alexander Graf
2013-07-25 10:17         ` Alexander Graf
2013-09-12 14:29         ` Alexander Graf
2013-10-04 14:40         ` 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).