diff options
| author | Peter Maydell | 2019-05-02 12:21:02 +0200 |
|---|---|---|
| committer | Peter Maydell | 2019-05-02 12:21:02 +0200 |
| commit | 37560c259d7a0d6aceb96e9d6903ee002f4e5e0c (patch) | |
| tree | ec4a2ca2ebff19f5620c50a147d972562928866e /tests | |
| parent | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (diff) | |
| parent | hmp: gva2gpa debug command (diff) | |
| download | qemu-37560c259d7a0d6aceb96e9d6903ee002f4e5e0c.tar.gz qemu-37560c259d7a0d6aceb96e9d6903ee002f4e5e0c.tar.xz qemu-37560c259d7a0d6aceb96e9d6903ee002f4e5e0c.zip | |
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20190501' into staging
HMP pull
New gva2gpa command
delvm now uses hmp_handle_error so gets Error: prefix in messages
# gpg: Signature made Wed 01 May 2019 11:57:43 BST
# gpg: using RSA key 45F5C71B4A0CB7FB977A9FA90516331EBC5BFDE7
# gpg: Good signature from "Dr. David Alan Gilbert (RH2) <dgilbert@redhat.com>" [full]
# Primary key fingerprint: 45F5 C71B 4A0C B7FB 977A 9FA9 0516 331E BC5B FDE7
* remotes/dgilbert/tags/pull-hmp-20190501:
hmp: gva2gpa debug command
hmp: delvm: use hmp_handle_error
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test-hmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-hmp.c b/tests/test-hmp.c index 54a01824dc..e344947f7c 100644 --- a/tests/test-hmp.c +++ b/tests/test-hmp.c @@ -39,6 +39,7 @@ static const char *hmp_cmds[] = { "dump-guest-memory /dev/null 0 4096", "dump-guest-memory /dev/null", "gdbserver", + "gva2gpa 0", "hostfwd_add tcp::43210-:43210", "hostfwd_remove tcp::43210-:43210", "i /w 0", |
