On 27 May 2016 at 15:09, Paolo Bonzini <pbonz...@redhat.com> 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 103876bc5e1ea67eec386461114df5c953110e34: > > exec: hide mr->ram_addr from qemu_get_ram_ptr users (2016-05-27 16:07:32 > +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) > > ----------------------------------------------------------------
This version fails on the "retypedefing a typedef" clang warning: /home/petmay01/linaro/qemu-for-merges/hw/scsi/scsi-disk.c:73:3: error: redefinition of typedef 'SCSIDiskClass' is a C11 feature [-Werror,-Wtypedef-redefinition] } SCSIDiskClass; ^ /home/petmay01/linaro/qemu-for-merges/hw/scsi/scsi-disk.c:66:30: note: previous definition is here typedef struct SCSIDiskClass SCSIDiskClass; ^ 1 error generated. thanks -- PMM