From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK5DM-0005OJ-PI for qemu-devel@nongnu.org; Mon, 25 Mar 2013 07:05:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK5DJ-0008AJ-KC for qemu-devel@nongnu.org; Mon, 25 Mar 2013 07:05:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK596-0006HG-13 for qemu-devel@nongnu.org; Mon, 25 Mar 2013 07:00:56 -0400 From: Stefan Hajnoczi Date: Mon, 25 Mar 2013 12:00:47 +0100 Message-Id: <1364209249-30630-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 0/2] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi This tiny pull request contains build fixes for a regression introduced in the last pull request. Kevin and I investigated to find out why these build failures were missed. Both my buildslave and Kevin's workstation did not have the rbd libraries installed so block/rbd.c was not built. The buildslave now has the missing libraries and will warn us if block/rbd.c breaks again. Kevin has also installed the package so his local builds exercise the code. The mingw build is already failing in buildbot due to an unrelated issue. The bdrv_file_open() prototype warning was not spotted amongst all the other warnings. The following changes since commit fe6344a05fba26e16863fefcb823242e579b0991: Remove device_tree.o from hw/moxie/Makefile.objs. (2013-03-24 11:30:04 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git block for you to fetch changes up to ea804cadf867a0521b9069193db339d041a40689: block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build) (2013-03-25 09:53:04 +0100) ---------------------------------------------------------------- Liu Yuan (1): rbd: fix compile error Stefan Weil (1): block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build) block/raw-win32.c | 6 ++++-- block/rbd.c | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) -- 1.8.1.4