On 5 June 2016 at 14:20, Michael S. Tsirkin <m...@redhat.com> wrote: > The following changes since commit 6b3532b20b787cbd697a68b383232f5c3b39bd1e: > > Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160603-1' into > staging (2016-06-03 12:03:36 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream > > for you to fetch changes up to cc973937f47a33ab5e8bb06381e33b2a7a87dab3: > > virtio: move bi-endian target support to a single location (2016-06-05 > 16:06:23 +0300) > > ---------------------------------------------------------------- > pc, pci, virtio: new features, cleanups, fixes > > This includes some infrastructure for ipmi smbios tables. > Beginning of acpi hotplug rework by Igor for supporting >255 CPUs. > Misc cleanups and fixes. > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com>
Several problems with this one, I'm afraid: (1) g_array_set_clear_func() used in bios-linker-loader.c is only in glib 2.32, which is later than our glib minimum of 2.22. (2) Failed qom-test on ppc64 Linux host: /aarch64/qom/sx1: OK /aarch64/qom/sx1-v1: OK /aarch64/qom/virt-2.6: qemu-system-aarch64: /home/pm215/qemu/hw/acpi/bios-linker-loader.c:261: bios_linker_loader_add_pointer: Assertion `src_offset < source_file->blob->len' failed. Broken pipe FAIL GTester: last random seed: R02S00f9ecb17f4cf57fb103f2569e791bb8 (pid=21038) Presumably an endianness bug somewhere. thanks -- PMM