On 8 January 2016 at 14:19, Michael S. Tsirkin <m...@redhat.com> wrote: > The following changes since commit 5dc42c186d63b7b338594fc071cf290805dcc5a5: > > 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 <m...@redhat.com> > > ----------------------------------------------------------------
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 ‘build_memory_hotplug_aml’: /home/petmay01/linaro/qemu-for-merges/hw/acpi/memory_hotplug_acpi_table.c:148: warning: integer constant is too large for ‘long’ type /home/petmay01/linaro/qemu-for-merges/hw/acpi/memory_hotplug_acpi_table.c:149: warning: integer constant is too large for ‘long’ type Usual 'missing ULL suffix on 64-bit constants' issue. thanks -- PMM