From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHYQ5-0000G5-Oi for qemu-devel@nongnu.org; Fri, 08 Jan 2016 09:53:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHYQ4-0005OC-TR for qemu-devel@nongnu.org; Fri, 08 Jan 2016 09:53:37 -0500 Received: from mail-vk0-x22b.google.com ([2607:f8b0:400c:c05::22b]:35070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHYQ4-0005No-OV for qemu-devel@nongnu.org; Fri, 08 Jan 2016 09:53:36 -0500 Received: by mail-vk0-x22b.google.com with SMTP id k1so192677236vkb.2 for ; Fri, 08 Jan 2016 06:53:36 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1450803119-4223-1-git-send-email-mst@redhat.com> References: <1450803119-4223-1-git-send-email-mst@redhat.com> From: Peter Maydell Date: Fri, 8 Jan 2016 14:53:16 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/55] acpi, pc features List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: QEMU Developers On 8 January 2016 at 14:19, Michael S. Tsirkin wrote: > The following changes since commit 5dc42c186d63b7b338594fc071cf290805dcc5= a5: > > Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request'= into staging (2015-12-22 14:21:42 +0000) > > 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 5530427f0ca240b972f25ef0413fb966f96dfb05: > > acpi: extend aml_and() to accept target argument (2015-12-22 18:39:21 += 0200) > > ---------------------------------------------------------------- > acpi, pc features > > pxb support for q35 > nvdimm support > most of ipmi support > part of DSDT rewrite > > Signed-off-by: Michael S. Tsirkin > > ---------------------------------------------------------------- Hi. I'm afraid this fails to build on the w32 compiler: /home/petmay01/linaro/qemu-for-merges/hw/acpi/memory_hotplug_acpi_table.c: In function =E2=80=98build_memory_hotplug_aml=E2=80=99: /home/petmay01/linaro/qemu-for-merges/hw/acpi/memory_hotplug_acpi_table.c:1= 48: warning: integer constant is too large for =E2=80=98long=E2=80=99 type /home/petmay01/linaro/qemu-for-merges/hw/acpi/memory_hotplug_acpi_table.c:1= 49: warning: integer constant is too large for =E2=80=98long=E2=80=99 type Usual 'missing ULL suffix on 64-bit constants' issue. thanks -- PMM