On 23 November 2014 at 11:17, Michael S. Tsirkin <m...@redhat.com> wrote: > The following changes since commit 0e88f478508b566152c6681f4889ed9830a2c0a5: > > Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into > staging (2014-11-21 14:15:37 +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 71edf5afdb320c17b28d88d848b571e2701c79b8: > > pc: acpi: mark all possible CPUs as enabled in SRAT (2014-11-23 12:12:47 > +0200) > > ---------------------------------------------------------------- > pc, pci, misc bugfixes > > A bunch of bugfixes for 2.2. > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com>
Hi. I'm afraid this doesn't build on 32 bit: /root/qemu/hw/i386/pc.c: In function 'pc_dimm_plug': /root/qemu/hw/i386/pc.c:1623:9: error: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'ram_addr_t' [-Werror=format] cc1: all warnings being treated as errors make[1]: *** [hw/i386/pc.o] Error 1 thanks -- PMM