adding Irix (and, to a lesser extent, Solaris) userland emulation to QEMU
Go to file
Richard Henderson 2b7ec66f02 tcg: Mask TCGMemOp appropriately for indexing
The addition of MO_AMASK means that places that used inverted masks
need to be changed to use positive masks, and places that failed to
mask the intended bits need updating.

Reviewed-by: Yongbok Kim <yongbok.kim@imgtec.com>
Tested-by: Yongbok Kim <yongbok.kim@imgtec.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
2015-06-09 06:35:29 -07:00
audio
backends
block blkdebug: Simplify passing of Error through qemu_opts_foreach() 2015-06-09 07:40:23 +02:00
bsd-user target-i386: use memory API to implement SMRAM 2015-06-05 17:36:39 +02:00
default-configs
disas
docs pc, acpi, virtio, tpm 2015-06-04 18:33:24 +01:00
dtc@65cc4d2748 dtc: Update dtc / libfdt submodule to version 1.4.0 2015-06-03 23:56:49 +02:00
fpu target-s390x: define default NaN values 2015-06-05 01:37:58 +02:00
fsdev
gdb-xml gdb-xml: Include XML for s390 vector registers 2015-05-27 17:52:03 +02:00
hw s390x/virtio-ccw: migration and virtio for 2.4 2015-06-09 11:07:41 +01:00
include QemuOpts: Convert qemu_opt_foreach() to Error 2015-06-09 07:40:23 +02:00
libcacard
libdecnumber
linux-headers update Linux headers from kvm/next 2015-06-05 19:45:13 +02:00
linux-user target-i386: use memory API to implement SMRAM 2015-06-05 17:36:39 +02:00
migration
net vhost-user: Improve -netdev/netdev_add/-net/... error reporting 2015-06-09 07:40:24 +02:00
pc-bios
pixman@87eea99e44
po
qapi
qga
qobject
qom qom: add object_property_add_const_link 2015-06-05 17:36:39 +02:00
roms
scripts
slirp
stubs monitor: Change return type of monitor_cur_is_qmp() to bool 2015-06-02 10:07:16 +02:00
target-alpha
target-arm target-arm: Remove v8_ prefix from names of non-v8-specific cpreg arrays 2015-06-02 15:32:43 +01:00
target-cris
target-i386 target-i386: use memory API to implement SMRAM 2015-06-05 17:36:39 +02:00
target-lm32
target-m68k
target-microblaze microblaze: cpu: Delete MMAP_SHIFT definition 2015-06-03 14:21:23 +03:00
target-mips kvm: introduce kvm_arch_msi_data_to_gsi 2015-06-02 14:56:25 +01:00
target-moxie
target-openrisc
target-ppc Patch queue for ppc - 2015-06-03 2015-06-04 14:04:14 +01:00
target-s390x s390x/virtio-ccw: migration and virtio for 2.4 2015-06-09 11:07:41 +01:00
target-sh4
target-sparc
target-tricore
target-unicore32
target-xtensa
tcg tcg: Mask TCGMemOp appropriately for indexing 2015-06-09 06:35:29 -07:00
tests * KVM error improvement from Laurent 2015-06-08 15:57:41 +01:00
trace
ui QemuOpts: Convert qemu_opt_foreach() to Error 2015-06-09 07:40:23 +02:00
util QemuOpts: Convert qemu_opt_foreach() to Error 2015-06-09 07:40:23 +02:00
.exrc
.gitignore
.gitmodules
.mailmap
.travis.yml
CODING_STYLE
COPYING
COPYING.LIB
Changelog
HACKING
LICENSE
MAINTAINERS Add David Gibson for sPAPR in MAINTAINERS file 2015-06-03 23:56:55 +02:00
Makefile arch_init: Drop target-x86_64.conf 2015-06-02 15:15:52 -03:00
Makefile.objs device-tree: Make a common-obj 2015-06-03 14:21:24 +03:00
Makefile.target Makefile.target: set master BUILD_DIR 2015-06-05 17:09:58 +02:00
README
VERSION
accel.c
aio-posix.c
aio-win32.c
arch_init.c migration: move dirty bitmap sync to ram_addr.h 2015-06-05 17:10:00 +02:00
async.c
balloon.c
block.c
blockdev-nbd.c
blockdev.c monitor: Use traditional command interface for HMP drive_del 2015-06-02 09:59:13 +02:00
blockjob.c
bootdevice.c
bt-host.c
bt-vhci.c
configure Patch queue for ppc - 2015-06-03 2015-06-04 14:04:14 +01:00
coroutine-gthread.c
coroutine-sigaltstack.c
coroutine-ucontext.c
coroutine-win32.c
cpu-exec.c
cpus.c icount: print a warning if there is no more deadline in sleep=no mode 2015-06-05 17:10:00 +02:00
cputlb.c memory: replace cpu_physical_memory_reset_dirty() with test-and-clear 2015-06-05 17:10:00 +02:00
device-hotplug.c
device_tree.c device-tree: Make a common-obj 2015-06-03 14:21:24 +03:00
disas.c
dma-helpers.c
dump.c
exec.c memory: replace cpu_physical_memory_reset_dirty() with test-and-clear 2015-06-05 17:10:00 +02:00
gdbstub.c
hmp-commands.hx monitor: Use trad. command interface for HMP pcie_aer_inject_error 2015-06-02 09:59:13 +02:00
hmp.c monitor: Use traditional command interface for HMP device_add 2015-06-02 09:59:13 +02:00
hmp.h monitor: Use traditional command interface for HMP device_add 2015-06-02 09:59:13 +02:00
iohandler.c
ioport.c
iothread.c
kvm-all.c kvm: remove special handling of DIRTY_MEMORY_MIGRATION in the dirty log mask 2015-06-05 17:09:59 +02:00
kvm-stub.c
main-loop.c
memory.c memory: use mr->ram_addr in "is this RAM?" assertions 2015-06-05 17:10:00 +02:00
memory_mapping.c
module-common.c
monitor.c monitor: Fix QMP ABI breakage around "id" 2015-06-08 12:12:11 +01:00
nbd.c
numa.c QemuOpts: Convert qemu_opts_foreach() to Error 2015-06-09 07:37:37 +02:00
os-posix.c
os-win32.c
page_cache.c
qapi-schema.json monitor: Convert client_migrate_info to QAPI 2015-06-02 09:59:13 +02:00
qdev-monitor.c QemuOpts: Convert qemu_opt_foreach() to Error 2015-06-09 07:40:23 +02:00
qdict-test-data.txt
qemu-bridge-helper.c
qemu-char.c
qemu-coroutine-io.c
qemu-coroutine-lock.c
qemu-coroutine-sleep.c
qemu-coroutine.c
qemu-doc.texi
qemu-img-cmds.hx
qemu-img.c
qemu-img.texi
qemu-io-cmds.c
qemu-io.c
qemu-log.c
qemu-nbd.c qemu-nbd: Switch to qemu_set_fd_handler 2015-06-05 17:09:58 +02:00
qemu-nbd.texi
qemu-options-wrapper.h
qemu-options.h
qemu-options.hx * KVM error improvement from Laurent 2015-06-08 15:57:41 +01:00
qemu-seccomp.c
qemu-tech.texi
qemu-timer.c
qemu.nsi
qemu.sasl
qjson.c
qmp-commands.hx monitor: Convert client_migrate_info to QAPI 2015-06-02 09:59:13 +02:00
qmp.c
qtest.c
rules.mak
savevm.c
softmmu_template.h
spice-qemu-char.c
tcg-runtime.c
tci.c tcg: Mask TCGMemOp appropriately for indexing 2015-06-09 06:35:29 -07:00
thread-pool.c
thunk.c
tpm.c QemuOpts: Convert qemu_opts_foreach() to Error 2015-06-09 07:37:37 +02:00
trace-events spapr_iommu: Add separate trace points for PCI DMA operations 2015-06-03 23:56:51 +02:00
translate-all.c translate-all: make less of tb_invalidate_phys_page_range depend on is_cpu_write_access 2015-06-05 17:09:59 +02:00
translate-all.h translate-all: remove unnecessary argument to tb_invalidate_phys_range 2015-06-05 17:09:59 +02:00
user-exec.c exec: move functions to translate-all.h 2015-06-05 17:09:59 +02:00
version.rc
vl.c QemuOpts: Convert qemu_opt_foreach() to Error 2015-06-09 07:40:23 +02:00
xen-common-stub.c
xen-common.c
xen-hvm-stub.c
xen-hvm.c memory: prepare for multiple bits in the dirty log mask 2015-06-05 17:09:59 +02:00
xen-mapcache.c

README

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

- QEMU team