qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 5/8] s390x: Dump-skeys hmp support


From: Jason J. Herne
Subject: Re: [Qemu-devel] [PATCH v3 5/8] s390x: Dump-skeys hmp support
Date: Mon, 31 Aug 2015 14:57:51 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

On 08/31/2015 12:30 PM, Eric Blake wrote:
On 08/31/2015 05:00 AM, Cornelia Huck wrote:
From: "Jason J. Herne" <address@hidden>

Add dump-skeys command to the human monitor.

Reviewed-by: Thomas Huth <address@hidden>
Reviewed-by: David Hildenbrand <address@hidden>
Signed-off-by: Jason J. Herne <address@hidden>
Signed-off-by: Cornelia Huck <address@hidden>
---
  hmp-commands.hx                 | 16 ++++++++++++++++
  hw/s390x/s390-skeys.c           | 12 ++++++++++++
  include/hw/s390x/storage-keys.h |  2 ++
  monitor.c                       |  4 ++++
  4 files changed, 34 insertions(+)

diff --git a/hmp-commands.hx b/hmp-commands.hx
index d3b7932..803ff91 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -1053,6 +1053,22 @@ gdb. Without -z|-l|-s, the dump format is ELF.
              together with begin.
  ETEXI

+#if defined(TARGET_S390X)
+    {
+        .name       = "dump-skeys",

Most HMP commands use '_', not '-', for word separation.


I patterned my new command after dump-guest-memory since the functionality
was similar. Though it is easy enough to change if you would like.

--
-- Jason J. Herne (address@hidden)




reply via email to

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