From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF1D8-0007XN-7N for qemu-devel@nongnu.org; Tue, 03 Apr 2012 06:43:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SF1Cv-0002Fo-R4 for qemu-devel@nongnu.org; Tue, 03 Apr 2012 06:43:36 -0400 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:58910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF1Cv-0002FI-Il for qemu-devel@nongnu.org; Tue, 03 Apr 2012 06:43:25 -0400 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 3 Apr 2012 11:43:21 +0100 Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q33AguFq1917126 for ; Tue, 3 Apr 2012 11:42:56 +0100 Received: from d06av01.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q33AgsYb005066 for ; Tue, 3 Apr 2012 04:42:54 -0600 From: Stefan Hajnoczi Date: Tue, 3 Apr 2012 11:42:39 +0100 Message-Id: <1333449767-16410-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/8] Trivial patches for 27 March to 3 April 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Stefan Hajnoczi I'm will be gone from tomorrow until Monday so it's time to flush the trivial-patches queue. The following changes since commit f05f6b4adb4db3affb0cdd17383b0a7e905e66e1: qdev: put all devices under /machine (2012-04-02 15:04:15 -0500) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to 53fbf7b5391c76cc474d469bfed6a69a1243f4de: make: fix clean rule by removing build file in qom/ (2012-04-03 09:55:26 +0100) ---------------------------------------------------------------- Anthony PERARD (1): make: fix clean rule by removing build file in qom/ Frediano Ziglio (1): main-loop: make qemu_event_handle static Jan Kiszka (1): w32: Undefine error constants before their redefinition LluĂ­s Vilanova (2): configure: Link QEMU against 'liburcu-bp' configure: Link qga against UST tracing related libraries Stefan Hajnoczi (1): configure: fix mingw32 libs_qga typo Stefan Weil (2): qtest: Add missing GCC_FMT_ATTR block/curl: Replace usleep by g_usleep Makefile | 1 + block/curl.c | 2 +- configure | 5 +++-- main-loop.c | 2 +- qemu_socket.h | 2 ++ qtest.c | 3 ++- 6 files changed, 10 insertions(+), 5 deletions(-) -- 1.7.9.1