Go to file
Paolo Bonzini cba7054928 cpus: initialize cpu->memory_dispatch
This fixes a NULL pointer dereference in s390x-softmmu.

On pretty much all other architectures, creating an MMIO region calls
cpu_reload_memory_map.  On s390, however, there are no MMIO regions
and everything is done via hypercalls.

Fixes: 9d82b5a792
Reported-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-03-10 10:49:25 +01:00
audio
backends
block iscsi: Fix check for username 2015-03-10 10:49:25 +01:00
bsd-user
default-configs PPC: Remove duplicate OPENPIC defines in default-configs 2015-03-09 15:00:07 +01:00
disas
docs docs: add memory-hotplug.txt 2015-03-04 13:00:36 -05:00
dtc@bc895d6d09
fpu
fsdev
gdb-xml
hw sPAPR: Implement sPAPRPHBClass EEH callbacks 2015-03-09 15:00:08 +01:00
include sPAPR: Implement EEH RTAS calls 2015-03-09 15:00:08 +01:00
libcacard
libdecnumber
linux-headers pci, pc, virtio fixes and cleanups 2015-03-09 09:14:28 +00:00
linux-user
migration
net pci, pc, virtio fixes and cleanups 2015-03-09 09:14:28 +00:00
pc-bios
pixman@87eea99e44
po
qapi
qga
qobject
qom Generalize QOM publishing of date and time from mc146818rtc.c 2015-03-09 14:59:55 +01:00
roms
scripts kvm_stat: add kvm_stat.1 man page 2015-03-10 10:49:25 +01:00
slirp
stubs pci, pc, virtio fixes and cleanups 2015-03-09 09:14:28 +00:00
sysconfigs/target
target-alpha
target-arm
target-cris
target-i386
target-lm32
target-m68k
target-microblaze
target-mips
target-moxie
target-openrisc
target-ppc target-ppc: Fix warnings from Sparse 2015-03-09 15:00:08 +01:00
target-s390x
target-sh4
target-sparc
target-tricore
target-unicore32
target-xtensa target-xtensa: implement do_unassigned_access callback 2015-03-07 15:27:54 +03:00
tcg
tests pci, pc, virtio fixes and cleanups 2015-03-09 09:14:28 +00:00
trace
ui
util rcu: handle forks safely 2015-03-10 10:49:25 +01:00
.exrc
.gitignore
.gitmodules
.mailmap
.travis.yml
accel.c
aio-posix.c
aio-win32.c
arch_init.c
async.c
balloon.c
block.c
blockdev-nbd.c
blockdev.c
blockjob.c
bootdevice.c bootdevice: bug fixes 2015-03-08 06:43:32 +00:00
bt-host.c
bt-vhci.c
Changelog
CODING_STYLE
configure
COPYING
COPYING.LIB
coroutine-gthread.c
coroutine-sigaltstack.c
coroutine-ucontext.c
coroutine-win32.c
cpu-exec.c
cpus.c
cputlb.c
device_tree.c
device-hotplug.c
disas.c
dma-helpers.c
dump.c
exec.c cpus: initialize cpu->memory_dispatch 2015-03-10 10:49:25 +01:00
gdbstub.c
HACKING
hmp-commands.hx
hmp.c
hmp.h
iohandler.c
ioport.c
iothread.c
kvm-all.c
kvm-stub.c
LICENSE
main-loop.c
MAINTAINERS
Makefile kvm_stat: add kvm_stat.1 man page 2015-03-10 10:49:25 +01:00
Makefile.objs
Makefile.target
memory_mapping.c
memory.c
module-common.c
monitor.c
nbd.c
numa.c
os-posix.c
os-win32.c
page_cache.c
qapi-schema.json
qdev-monitor.c
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.texi
qemu-options-wrapper.h
qemu-options.h
qemu-options.hx qemu-options.hx: improve -m description 2015-03-04 13:00:04 -05:00
qemu-seccomp.c
qemu-tech.texi
qemu-timer.c
qemu.nsi
qemu.sasl
qjson.c
qmp-commands.hx
qmp.c
qtest.c
README
rules.mak
savevm.c
softmmu_template.h
spice-qemu-char.c
tcg-runtime.c
tci.c
thread-pool.c
thunk.c
tpm.c
trace-events Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging 2015-03-08 12:47:13 +00:00
translate-all.c
translate-all.h
user-exec.c
VERSION
version.rc
vl.c pci, pc, virtio fixes and cleanups 2015-03-09 09:14:28 +00:00
xen-common-stub.c
xen-common.c
xen-hvm-stub.c
xen-hvm.c
xen-mapcache.c

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

- QEMU team