adding Irix (and, to a lesser extent, Solaris) userland emulation to QEMU
Go to file
Thomas Huth dd8f80b83c s390x/helper: Added format control bit to MMU translation
With the EDAT-1 facility, the MMU translation can stop at the
segment table already, pointing to a 1 MB block. And while we're
at it, move the page table entry handling to a separate function,
too, as suggested by Alexander Graf.

Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
(cherry picked from commit c4400206d4)

Conflicts:
	target-s390x/helper.c

*removed unecessary context

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
2014-06-25 16:39:52 -05:00
audio ossaudio: check for oss support in oss_audio_init 2013-11-07 12:26:00 +01:00
backends rng-egd: offset the point when repeatedly read from the buffer 2013-11-21 17:39:17 +01:00
block block: Use BDRV_O_NO_BACKING where appropriate 2014-06-25 16:33:46 -05:00
bsd-user
default-configs arm11mpcore: Split off SCU device 2013-11-05 17:47:30 +01:00
disas
docs docs/memory.txt: Clarify and expand priority/overlap documentation 2013-11-05 19:59:24 -08:00
dtc@bc895d6d09
fpu
fsdev
gdb-xml
hw megasas: Implement LD_LIST_QUERY 2014-06-25 16:02:25 -05:00
include scsi: Change scsi sense buf size to 252 2014-06-25 15:05:09 -05:00
libcacard
linux-headers
linux-user linux-user: Fix trampoline code for CRIS 2014-02-21 00:34:41 -06:00
net tap: avoid deadlocking rx 2014-06-25 15:17:15 -05:00
pc-bios Update OpenBIOS images 2014-02-21 00:34:41 -06:00
pixman@97336fad32
po
qapi qapi: fix memleak by adding implict struct functions in dealloc visitor 2013-11-05 19:58:38 -08:00
qga qga: Fix memory allocation pasto 2014-02-25 13:34:15 -06:00
qobject
qom qom: Avoid leaking str and bool properties on failure 2014-06-25 15:11:17 -05:00
roms Update OpenBIOS images 2014-02-21 00:34:41 -06:00
scripts Adjust qapi-visit for python-2.4.3 2013-11-11 10:02:21 -05:00
slirp misc: Spelling and grammar fixes in comments 2013-10-26 13:06:45 +04:00
stubs
sysconfigs/target
target-alpha misc: New spelling fixes in comments 2013-10-26 13:01:57 +04:00
target-arm arm: translate.c: Fix smlald Instruction 2014-06-25 16:08:05 -05:00
target-cris tcg: Remove stray semi-colons from target-*/helper.h 2013-10-10 11:43:37 -07:00
target-i386 target-i386: Fix ucomis and comis memory access 2014-06-25 11:45:00 -05:00
target-lm32
target-m68k
target-microblaze microblaze: At swx, check that the reserved word is unmodified 2013-10-24 22:32:56 +02:00
target-mips target-mips: fix 64-bit FPU config for user-mode emulation 2014-02-20 21:59:18 -06:00
target-moxie
target-openrisc target-openrisc: Correct memory bounds checking for the tlb buffers 2013-11-20 21:47:17 +08:00
target-ppc spapr: Use DeviceClass::fw_name for device tree CPU node 2013-10-25 23:25:48 +02:00
target-s390x s390x/helper: Added format control bit to MMU translation 2014-06-25 16:39:52 -05:00
target-sh4
target-sparc
target-unicore32
target-xtensa target-xtensa: add missing DEBUG section to dc233c config 2013-11-08 09:26:07 +04:00
tcg tcg-arm: The shift count of op_rotl_i32 is in args[2] not args[1]. 2014-02-21 00:40:04 -06:00
tests qcow2: Flush metadata during read-only reopen 2014-06-25 15:34:50 -05:00
trace
ui curses: fixup SIGWINCH handler mess 2013-11-25 20:36:27 -08:00
util qmp: access the local QemuOptsLists for drive option 2013-11-14 13:09:07 +01:00
.exrc
.gitignore .gitignore: ignore qmp-commands.txt 2013-10-26 13:01:57 +04:00
.gitmodules
.mailmap
.travis.yml .travis.yml: basic compile and check recipes 2013-11-13 15:48:38 +04:00
CODING_STYLE
COPYING
COPYING.LIB
Changelog
HACKING
LICENSE
MAINTAINERS MAINTAINERS: add block driver sub-maintainers 2013-11-15 13:37:48 +01:00
Makefile sun4m: Add FCode ROM for TCX framebuffer 2013-11-21 17:38:52 +01:00
Makefile.objs
Makefile.target default-configs/: CONFIG_GDBSTUB_XML removed 2013-10-16 18:21:01 +02:00
README
VERSION Update VERSION for 1.7.1 release 2014-03-03 16:30:51 -06:00
aio-posix.c
aio-win32.c
arch_init.c migration: drop MADVISE_DONT_NEED for incoming zero pages 2013-11-19 17:23:57 +01:00
async.c
balloon.c
block-migration.c
block.c block: Use BDRV_O_NO_BACKING where appropriate 2014-06-25 16:33:46 -05:00
blockdev-nbd.c
blockdev.c block-commit: speed is an optional parameter 2014-06-25 15:39:13 -05:00
blockjob.c
bt-host.c
bt-vhci.c
configure configure: Don't use __int128_t for clang versions before 3.2 2014-06-25 15:24:19 -05:00
coroutine-gthread.c
coroutine-sigaltstack.c
coroutine-ucontext.c
coroutine-win32.c
cpu-exec.c
cpus.c timers: fix stop/cont with -icount 2013-11-06 21:47:05 -08:00
cputlb.c
device-hotplug.c
device_tree.c
disas.c
dma-helpers.c
dump.c dump-guest-memory: Check for the correct return value 2013-10-25 23:25:48 +02:00
exec.c memory: fix limiting of translation at a page boundary 2014-02-21 00:36:00 -06:00
gdbstub.c vl: allow "cont" from panicked state 2013-11-04 15:39:41 +02:00
hmp-commands.hx
hmp.c hmp: drop bogus "[not inserted]" 2013-10-17 10:10:14 +02:00
hmp.h
iohandler.c
ioport.c portio: Allow to mark portio lists as coalesced MMIO flushing 2013-10-17 17:24:15 +02:00
kvm-all.c KVM: Use return value for error print 2014-02-27 10:54:41 -06:00
kvm-stub.c
main-loop.c
memory.c memory.c: bugfix - ref counting mismatch in memory_region_find 2014-02-20 21:59:18 -06:00
memory_mapping.c
migration-exec.c
migration-fd.c
migration-rdma.c
migration-tcp.c
migration-unix.c
migration.c migration: qmp_migrate(): keep working after syntax error 2014-02-21 00:34:40 -06:00
monitor.c Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging 2013-10-31 17:01:12 +01:00
nbd.c
os-posix.c
os-win32.c
page_cache.c
qapi-schema.json qapi-schema: Update description for NewImageMode 2013-11-14 13:09:06 +01:00
qdev-monitor.c qdev-monitor: Avoid device_add crashing on non-device driver name 2014-02-20 21:59:18 -06:00
qdict-test-data.txt
qemu-bridge-helper.c
qemu-char.c char: restore read callback on a reattached (hotplug) chardev 2014-06-20 08:19:49 -05:00
qemu-coroutine-io.c
qemu-coroutine-lock.c
qemu-coroutine-sleep.c coroutine: add co_aio_sleep_ns() to allow sleep in block drivers 2013-10-30 12:22:09 +01:00
qemu-coroutine.c
qemu-doc.texi
qemu-img-cmds.hx
qemu-img.c qemu-img: Fix overwriting 'ret' before using 2013-11-15 13:37:48 +01:00
qemu-img.texi
qemu-io-cmds.c
qemu-io.c
qemu-log.c
qemu-nbd.c
qemu-nbd.texi
qemu-options-wrapper.h
qemu-options.h
qemu-options.hx doc: fix hardcoded helper path 2013-11-18 13:45:10 +02:00
qemu-seccomp.c seccomp: exit if seccomp_init() fails 2014-02-21 00:34:40 -06:00
qemu-tech.texi
qemu-timer.c timer: add timer_mod_anticipate and timer_mod_anticipate_ns 2013-10-17 17:31:00 +02:00
qemu.nsi nsis: Improved support for parallel installation of 32 and 64 bit code 2013-11-07 07:02:44 +01:00
qemu.sasl
qmp-commands.hx
qmp.c
qtest.c
readline.c
rules.mak rules.mak: New string testing functions 2013-10-16 18:21:00 +02:00
savevm.c The calculation of bytes_xfer in qemu_put_buffer() is wrong 2013-11-20 12:16:04 +01:00
spice-qemu-char.c
tcg-runtime.c
tci.c
thread-pool.c
thunk.c
tpm.c
trace-events megasas: Implement LD_LIST_QUERY 2014-06-25 16:02:25 -05:00
translate-all.c split definitions for exec.c and translate-all.c radix trees 2014-02-20 21:59:18 -06:00
translate-all.h split definitions for exec.c and translate-all.c radix trees 2014-02-20 21:59:18 -06:00
user-exec.c
version.rc
vl.c qemu_opts_parse(): always check return value 2014-02-21 00:34:40 -06:00
xbzrle.c
xen-all.c
xen-mapcache.c
xen-stub.c

README

Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team