From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnOrl-0006Ko-5Y for qemu-devel@nongnu.org; Fri, 23 Sep 2016 07:42:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnOrj-0005bQ-6T for qemu-devel@nongnu.org; Fri, 23 Sep 2016 07:42:04 -0400 Date: Fri, 23 Sep 2016 13:41:53 +0200 From: Kevin Wolf Message-ID: <20160923114153.GG5436@noname.redhat.com> References: <1474561774-19256-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 00/33] Block layer patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Qemu-block , QEMU Developers Am 23.09.2016 um 13:12 hat Peter Maydell geschrieben: > On 22 September 2016 at 17:29, Kevin Wolf wrote: > > The following changes since commit 430da7a81d356e368ccd88dcca60f38da9aa5b9a: > > > > Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160915' into staging (2016-09-22 15:39:54 +0100) > > > > are available in the git repository at: > > > > > > git://repo.or.cz/qemu/kevin.git tags/for-upstream > > > > for you to fetch changes up to 5dccdc1b1e0c57746e5f90c69f697029a3686b5f: > > > > block: Remove BB interface from blockdev-add/del (2016-09-22 18:02:15 +0200) > > > > ---------------------------------------------------------------- > > Block layer patches > > > > ---------------------------------------------------------------- > > Hi; I'm afraid this fails to build on OSX: it looks like you > changed the arguments to some qmp functions but forgot to change > their callsites in ui/cocoa.m. I can't test compile any of this, but I'll give it a try... Kevin