summary refs log tree commit diff stats
path: root/tests/test-hmp.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2019-04-08 17:53:18 +0100
committerPeter Maydell <peter.maydell@linaro.org>2019-04-08 17:53:18 +0100
commit5263724b78f89cdea2354c8e92c53bac1b4641a3 (patch)
tree3a422bbb0f4646b29cf7b8b847408c5a74c4a408 /tests/test-hmp.c
parent2c573106279495795449b0d0373464b597dfe316 (diff)
parentab63817119b03b95f7dce6fae036e6d063ad63fb (diff)
downloadfocaccia-qemu-5263724b78f89cdea2354c8e92c53bac1b4641a3.tar.gz
focaccia-qemu-5263724b78f89cdea2354c8e92c53bac1b4641a3.zip
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Block layer patches:

- hmp: Fix drive_add ... format=help crash
- block: Forward 'discard' to temporary overlay

# gpg: Signature made Mon 08 Apr 2019 16:43:20 BST
# gpg:                using RSA key 7F09B272C88F2FD6
# gpg: Good signature from "Kevin Wolf <kwolf@redhat.com>" [full]
# Primary key fingerprint: DC3D EB15 9A9A F95D 3D74  56FE 7F09 B272 C88F 2FD6

* remotes/kevin/tags/for-upstream:
  hmp: Fix drive_add ... format=help crash
  block: Forward 'discard' to temporary overlay

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests/test-hmp.c')
-rw-r--r--tests/test-hmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-hmp.c b/tests/test-hmp.c
index 8c49d2fdf1..54a01824dc 100644
--- a/tests/test-hmp.c
+++ b/tests/test-hmp.c
@@ -31,6 +31,7 @@ static const char *hmp_cmds[] = {
     "cpu 0",
     "device_add ?",
     "device_add usb-mouse,id=mouse1",
+    "drive_add ignored format=help",
     "mouse_button 7",
     "mouse_move 10 10",
     "mouse_button 0",