From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPwIF-0004oH-Od for qemu-devel@nongnu.org; Mon, 23 Feb 2015 11:55:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPwI9-0000rz-Cl for qemu-devel@nongnu.org; Mon, 23 Feb 2015 11:55:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPwI9-0000rc-0j for qemu-devel@nongnu.org; Mon, 23 Feb 2015 11:55:33 -0500 From: Luiz Capitulino Date: Mon, 23 Feb 2015 11:55:22 -0500 Message-Id: <1424710526-21474-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 0/4] QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org The following changes since commit cd2d5541271f1934345d8ca42f5fafff1744eee7: Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into staging (2015-02-13 11:44:50 +0000) are available in the git repository at: git://repo.or.cz/qemu/qmp-unstable.git queue/qmp for you to fetch changes up to 912ae9c88669d0a0cbae1f20b8c80dde8e526251: qapi-types: add C99 index names to arrays (2015-02-23 11:00:05 -0500) ---------------------------------------------------------------- Eric Blake (1): balloon: Fix typo Gonglei (1): monitor: Fix missing err = NULL in client_migrate_info() Michael S. Tsirkin (1): qapi-types: add C99 index names to arrays Stefan Weil (1): hmp: Fix warning from smatch (wrong argument in function call) balloon.c | 6 +++--- hmp.c | 2 +- monitor.c | 3 ++- scripts/qapi-types.py | 11 +++++++---- 4 files changed, 13 insertions(+), 9 deletions(-)