From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6hR4-0004ii-Gx for qemu-devel@nongnu.org; Sat, 28 May 2016 12:50:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b6hR0-0000b5-F1 for qemu-devel@nongnu.org; Sat, 28 May 2016 12:50:02 -0400 Received: from mx3-phx2.redhat.com ([209.132.183.24]:44680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b6hR0-0000aM-6h for qemu-devel@nongnu.org; Sat, 28 May 2016 12:49:58 -0400 Date: Sat, 28 May 2016 12:49:54 -0400 (EDT) From: Paolo Bonzini Message-ID: <222934953.18079381.1464454194887.JavaMail.zimbra@redhat.com> In-Reply-To: References: <1464365500-17796-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v3 00/31] Misc changes for 2016-05-27 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers ----- Original Message ----- > From: "Peter Maydell" > To: "Paolo Bonzini" > Cc: "QEMU Developers" > Sent: Friday, May 27, 2016 6:38:10 PM > Subject: Re: [Qemu-devel] [PULL v3 00/31] Misc changes for 2016-05-27 > > On 27 May 2016 at 17:11, Paolo Bonzini wrote: > > The following changes since commit > > 2c56d06bafd8933d2a9c6e0aeb5d45f7c1fb5616: > > > > Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into > > staging (2016-05-26 14:29:30 +0100) > > > > are available in the git repository at: > > > > git://github.com/bonzini/qemu.git tags/for-upstream > > > > for you to fetch changes up to 05d158af4bb817b05074a3846dce74466aea8d39: > > > > exec: hide mr->ram_addr from qemu_get_ram_ptr users (2016-05-27 18:09:13 > > +0200) > > > > ---------------------------------------------------------------- > > * docs/atomics fixes and atomic_rcu_* optimization (Emilio) > > * NBD bugfix (Eric) > > * Memory fixes and cleanups (Paolo, Paul) > > * scsi-block support for SCSI status, including persistent > > reservations (Paolo) > > * linuxboot support for fw_cfg DMA (Marc, Richard Jones) > > * kvm_stat moves to the Linux repository > > * SCSI bug fixes (Peter, Prasad) > > * Killing qemu_char_get_next_serial, non-ARM parts (Xiaoqiang) > > > > ---------------------------------------------------------------- > > Doesn't build on clang :-( > > CC optionrom/linuxboot_dma.o > clang: error: unknown argument: '-fno-toplevel-reorder' > clang: error: unknown argument: '-fno-toplevel-reorder' Either there's a bug in the detection of -m16, or your clang version is too old. What does config.log say? (Unfortunately I have clang here but it's broken---it fails to link anything). Paolo