From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SC8ia-0004na-Fe for qemu-devel@nongnu.org; Mon, 26 Mar 2012 08:08:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SC8iQ-0005e1-6W for qemu-devel@nongnu.org; Mon, 26 Mar 2012 08:08:12 -0400 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:33383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SC8iP-0005Wm-Ti for qemu-devel@nongnu.org; Mon, 26 Mar 2012 08:08:02 -0400 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 26 Mar 2012 13:07:57 +0100 Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q2QC7t1o2597006 for ; Mon, 26 Mar 2012 13:07:55 +0100 Received: from d06av12.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q2QC7sT2012117 for ; Mon, 26 Mar 2012 06:07:54 -0600 From: Stefan Hajnoczi Date: Mon, 26 Mar 2012 13:07:45 +0100 Message-Id: <1332763670-32063-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/5] Trivial patches for 20 to 26 March 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Stefan Hajnoczi The following changes since commit cb1977d308f6e1d6bf398d42e6148187b82456c1: tcg-sparc: Add debug_frame support. (2012-03-24 19:57:58 +0000) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to 95b752bc32ccabe48430c0d0062b7c6947d864d0: trace-events: Fix broken build caused by wrong format specifier (2012-03-26 12:34:20 +0100) ---------------------------------------------------------------- Eduardo Habkost (1): vl.c: fix '-cpu ?' segfault Michael Roth (3): test: remove qemu-ga reference qapi: remove print statements from test-qmp-commands test: add test-qmp-commands to make check Stefan Weil (1): trace-events: Fix broken build caused by wrong format specifier Makefile | 1 + test-qmp-commands.c | 3 --- tests/Makefile | 3 ++- trace-events | 2 +- vl.c | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) -- 1.7.9.1