On 5 March 2015 at 02:16, Michael Tokarev <m...@tls.msk.ru> wrote: > This is a resend of my previous pull request, but without > patch 6 "migration/rdma: clean up qemu_rdma_dest_init a bit". > I won't include all the other patches since they're the same, > there's no need to bomb people again. > > Thanks, > > /mjt > > The following changes since commit 576a94d8bcaa1bb07a81d9ffd2cf76095a66ad9a: > > vl: take iothread lock very early (2015-03-03 13:21:53 +0000) > > are available in the git repository at: > > git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2015-03-04 > > for you to fetch changes up to a49f076ea6b016ee14766db2b247b48f187794b1: > > 9pfs: remove useless return (2015-03-04 20:14:22 +0300) > > ---------------------------------------------------------------- > trivial patches for 2015-03-04 > > ----------------------------------------------------------------
Fails to build on clang, I'm afraid: /home/petmay01/linaro/qemu-for-merges/disas/cris.c:1218:33: error: unused variable 'cris_cond15s' [-Werror,-Wunused-const-variable] static const struct cris_cond15 cris_cond15s[] = ^ 1 error generated. -- PMM