[Qemu-devel] [PATCH 0/2] target/openrisc: translator loop conversion

Emilio G. Cota posted 2 patches 7 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1518917557-12063-1-git-send-email-cota@braap.org
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x failed
[Qemu-devel] [PATCH 0/2] target/openrisc: translator loop conversion
Posted by Emilio G. Cota 7 years, 8 months ago
Tested on the image linked from the wiki:
  https://wiki.qemu.org/Testing/System_Images
Boot after decompressing with:
  or1k-softmmu/qemu-system-or1k -cpu or1200 -M or1k-sim \
	-kernel path/to/or1k-linux-4.10 \
	-serial stdio -nographic -monitor none

Thanks,

		Emilio