On Mon, 12 May 2014 14:58:48 +0200 Jens Freimann <[email protected]> wrote:
> [fixed subject] > > Cornelia, Alex, Christian, > > this series has four patches implementing GDB guest debugging > support for s390 KVM guests. > > - Patch 1 is a header sync > - Patch 2 is a bugfix > - Patches 3-4 implement soft- and hardware breakpoint support > > David Hildenbrand (3): > s390x: remove duplicate definitions of DIAG 501 > s390x/kvm: software breakpoint support > s390x/kvm: hw debugging support via guest PER facility > > Jens Freimann (1): > linux-headers: update > > linux-headers/asm-s390/kvm.h | 28 +++++++ > linux-headers/linux/kvm.h | 7 +- > target-s390x/cpu-qom.h | 1 + > target-s390x/helper.c | 12 +++ > target-s390x/kvm.c | 191 > +++++++++++++++++++++++++++++++++++++++---- > 5 files changed, 224 insertions(+), 15 deletions(-) > Applied to my s390-next branch, thanks.
