On 30 June 2018 at 07:09, Paolo Bonzini <pbonz...@redhat.com> wrote: > The following changes since commit 109b25045b3651f9c5d02c3766c0b3ff63e6d193: > > Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into > staging (2018-06-29 12:30:29 +0100) > > are available in the git repository at: > > > git://github.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to 633e23f138f04ce776feaef78042901af883eafe: > > serial: Open non-block (2018-06-29 17:31:08 +0200) > > ---------------------------------------------------------------- > * IEC units series (Philippe) > * Hyper-V PV TLB flush (Vitaly) > * git archive detection (Daniel) > * host serial passthrough fix (David) >
Compile failures I'm afraid: /root/qemu/tests/test-qemu-opts.c:707:66: error: use of undeclared identifier 'MiB' g_assert_cmphex(qemu_opt_get_size(opts, "size3", 0), ==, 2 * MiB); ^ /root/qemu/tests/test-qemu-opts.c:711:62: error: use of undeclared identifier 'GiB' g_assert_cmphex(qemu_opt_get_size(opts, "size1", 0), ==, GiB / 10); ^ /root/qemu/tests/test-qemu-opts.c:712:74: error: use of undeclared identifier 'TiB' g_assert_cmphex(qemu_opt_get_size(opts, "size2", 0), ==, 16777215U * TiB); ^ /home/petmay01/linaro/qemu-for-merges/tests/test-keyval.c: In function ‘test_keyval_visit_size’: /home/petmay01/linaro/qemu-for-merges/tests/test-keyval.c:460:43: error: ‘MiB’ undeclared (first use in this function) /home/petmay01/linaro/qemu-for-merges/tests/test-keyval.c:460:43: note: each undeclared identifier is reported only once for each function it appears in /home/petmay01/linaro/qemu-for-merges/tests/test-keyval.c:462:39: error: ‘GiB’ undeclared (first use in this function) /home/petmay01/linaro/qemu-for-merges/tests/test-keyval.c:464:50: error: ‘TiB’ undeclared (first use in this function) thanks -- PMM