From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9rYH-0003eg-79 for qemu-devel@nongnu.org; Mon, 06 Jun 2016 06:14:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9rYF-0005Sx-7s for qemu-devel@nongnu.org; Mon, 06 Jun 2016 06:14:32 -0400 Received: from mail-vk0-x230.google.com ([2607:f8b0:400c:c05::230]:36799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9rYF-0005Sb-2T for qemu-devel@nongnu.org; Mon, 06 Jun 2016 06:14:31 -0400 Received: by mail-vk0-x230.google.com with SMTP id c66so39119126vkb.3 for ; Mon, 06 Jun 2016 03:14:31 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1465132825-14242-1-git-send-email-mst@redhat.com> References: <1465132825-14242-1-git-send-email-mst@redhat.com> From: Peter Maydell Date: Mon, 6 Jun 2016 11:14:11 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/25] pc, pci, virtio: new features, cleanups, fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: QEMU Developers On 5 June 2016 at 14:20, Michael S. Tsirkin 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 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