]> git.proxmox.com Git - qemu.git/commitdiff
Merge remote-tracking branch 'luiz/queue/qmp' into staging
authorAnthony Liguori <anthony@codemonkey.ws>
Fri, 20 Sep 2013 13:06:38 +0000 (08:06 -0500)
committerAnthony Liguori <anthony@codemonkey.ws>
Fri, 20 Sep 2013 13:06:38 +0000 (08:06 -0500)
# By Luiz Capitulino
# Via Luiz Capitulino
* luiz/queue/qmp:
  QMP: qmp-events.txt: alphabetical order fix and other minor changes
  QMP: Update qmp-spec.txt
  QMP: Update README file
  QMP: QMP/ -> docs/qmp/
  QMP: fix qmp-commands.txt generation path
  QMP: add scripts/qmp

Message-id: 1379509422-29115-1-git-send-email-lcapitulino@redhat.com

MAINTAINERS
hmp.c

index d128ed035a4212bb7c0e625c62bec0cd2d70fd06..09c5148cdd7429c4870361105ba1c79f465b792b 100644 (file)
@@ -766,6 +766,12 @@ M: Blue Swirl <blauwirbel@gmail.com>
 S: Odd Fixes
 F: scripts/checkpatch.pl
 
+Seccomp
+M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
+S: Supported
+F: qemu-seccomp.c
+F: include/sysemu/seccomp.h
+
 Usermode Emulation
 ------------------
 BSD user
diff --git a/hmp.c b/hmp.c
index 2a902951dffd685a8bcc201f3ad2c1d8558c57b3..589150773e5cc86518e56255fb5b692df8fa3a30 100644 (file)
--- a/hmp.c
+++ b/hmp.c
@@ -1163,7 +1163,7 @@ void hmp_block_stream(Monitor *mon, const QDict *qdict)
 
     qmp_block_stream(device, base != NULL, base,
                      qdict_haskey(qdict, "speed"), speed,
-                     BLOCKDEV_ON_ERROR_REPORT, true, &error);
+                     true, BLOCKDEV_ON_ERROR_REPORT, &error);
 
     hmp_handle_error(mon, &error);
 }