On 18 August 2015 at 15:59, Richard Henderson <r...@twiddle.net> wrote: > This pull includes three independent patch sets, which were > all posted during the 2.4 freeze. > > The first is algorithmic improvements to tcg/optimize, both > improving its runtime and its tracking of constants. > > The second is improvements to the representation of 32<->64-bit > size changing operations. Still to do here is investigate how > these might be best applied to each tcg host. > > The third is improvements to how guest unaligned accesses are > implemented in softmmu mode, for the 4 supported host processors > that themselves implement unaligned accesses. > > Change v1-v2: > * Removed a patch that Aurelien self-nack'ed. I guess I'd > gotten the set of patches confused along the way. > > > r~ > > > The following changes since commit 074a9925e1cfd659d5376dcaccd1436d3840e611: > > Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into > staging (2015-08-14 16:52:34 +0100) > > are available in the git repository at: > > git://github.com/rth7680/qemu.git tags/pull-tcg-20150818 > > for you to fetch changes up to 2e58c34d4c9c61f311b5468f05b0ad63b77645c1: > > tcg/aarch64: Use softmmu fast path for unaligned accesses (2015-08-18 > 07:50:19 -0700) > > ---------------------------------------------------------------- > queued tcg patches >
Hi. I'm afraid this fails 'make check' on 32-bit ARM for me: QTEST_QEMU_BINARY=x86_64-softmmu/qemu-system-x86_64 QTEST_QEMU_IMG=qemu-img MALLOC_PERTURB_=${MALLOC_PERTURB_:- $((RANDOM % 255 + 1))} gtester -k --verbose -m=quick tests/endianness-test tests/fdc-test tests/ide-test tests/ ahci-test tests/hd-geo-test tests/boot-order-test tests/bios-tables-test tests/rtc-test tests/i440fx-test tests /fw_cfg-test tests/drive_del-test tests/wdt_ib700-test tests/tco-test tests/e1000-test tests/rtl8139-test tests /pcnet-test tests/eepro100-test tests/ne2000-test tests/nvme-test tests/ac97-test tests/es1370-test tests/virti o-net-test tests/virtio-balloon-test tests/virtio-blk-test tests/virtio-rng-test tests/virtio-scsi-test tests/virtio-9p-test tests/virtio-serial-test tests/virtio-console-test tests/tpci200-test tests/ipoctal232-test tests/display-vga-test tests/intel-hda-test tests/vmxnet3-test tests/pvpanic-test tests/i82801b11-test tests/ioh3420-test tests/usb-hcd-ohci-test tests/usb-hcd-uhci-test tests/usb-hcd-ehci-test tests/usb-hcd-xhci-test tests/pc-cpu-test tests/q35-test tests/vhost-user-test tests/qom-test [snip...] TEST: tests/bios-tables-test... (pid=15865) /x86_64/acpi/piix4/tcg: FAIL GTester: last random seed: R02S16b73b222ae7e15b567b3f8c378584b0 (pid=15870) /x86_64/acpi/piix4/tcg/bridge: FAIL GTester: last random seed: R02S6234d11ab3f559ebcd1267cc71046b7f (pid=15875) /x86_64/acpi/q35/tcg: FAIL GTester: last random seed: R02Sc765d52188a4d61bbb5a9294c9429e13 (pid=15880) /x86_64/acpi/q35/tcg/bridge: FAIL GTester: last random seed: R02S7c5238b347bb71adf72465b0653a793a (pid=15885) FAIL: tests/bios-tables-test These are the tests which try to actually run guest code, so usually this means that TCG on ARM has broken. Indeed: # ./build/all/x86_64-softmmu/qemu-system-x86_64 Segmentation fault (i386-softmmu doesn't segv, so probably it's a 64-bit-ops-on-32-bit thing.) thanks -- PMM