From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wujrv-0005hT-OK for qemu-devel@nongnu.org; Wed, 11 Jun 2014 10:51:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wujrq-000867-I6 for qemu-devel@nongnu.org; Wed, 11 Jun 2014 10:51:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wujrq-00085y-8L for qemu-devel@nongnu.org; Wed, 11 Jun 2014 10:51:10 -0400 From: Luiz Capitulino Date: Wed, 11 Jun 2014 10:50:45 -0400 Message-Id: <1402498262-20521-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 00/17] QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws The following changes since commit b780bf8eff43fc49b071795292dea5d05990fff3: Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-10' into staging (2014-06-10 17:16:03 +0100) are available in the git repository at: git://repo.or.cz/qemu/qmp-unstable.git queue/qmp for you to fetch changes up to a491af471bf8f1188b2665f54d109065d4591e45: json-parser: drop superfluous assignment for token variable (2014-06-11 10:10:29 -0400) ---------------------------------------------------------------- Gonglei (1): json-parser: drop superfluous assignment for token variable Hani Benhabiles (9): monitor: Add ringbuf_write and ringbuf_read argument completion monitor: Add watchdog_action argument completion monitor: Add migrate_set_capability completion net: Export valid host network devices list monitor: Add host_net_add device argument completion readline: Make completion strings always unique monitor: Add host_net_remove arguments completion monitor: Add delvm and loadvm argument completion readline: Clear screen on form feed. Laszlo Ersek (7): dump: fill in the flat header signature more pleasingly to the eye dump: simplify write_start_flat_header() dump: eliminate DumpState.page_shift ("guest's page shift") dump: eliminate DumpState.page_size ("guest's page size") dump: select header bitness based on ELF class, not ELF architecture dump: hoist lzo_init() from get_len_buf_out() to dump_init() dump: simplify get_len_buf_out() dump.c | 142 +++++++++++++++++----------------------- hmp-commands.hx | 10 ++- hmp.h | 11 ++++ include/net/net.h | 1 + include/sysemu/char.h | 3 +- include/sysemu/dump.h | 8 +-- monitor.c | 176 ++++++++++++++++++++++++++++++++++++++++++++++++++ net/net.c | 34 ++++++---- qemu-char.c | 2 +- qobject/json-parser.c | 15 +---- util/readline.c | 15 +++++ 11 files changed, 301 insertions(+), 116 deletions(-)