No description
Find a file
Michael S. Tsirkin 0851c9f75c arch_init: align MR size to target page size
Migration code assumes that each MR is a multiple of TARGET_PAGE_SIZE:
MR size is divided by TARGET_PAGE_SIZE, so if it isn't migration
never completes.
But this isn't really required for regions set up with
memory_region_init_ram, since that calls qemu_ram_alloc
which aligns size up using TARGET_PAGE_ALIGN.

Align MR size up to full target page sizes, this way
migration completes even if we create a RAM MR
which is not a full target page size.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
2013-08-21 00:18:39 +03:00
audio
backends
block aio: drop io_flush argument 2013-08-19 15:52:19 +02:00
bsd-user
default-configs default-configs: Fix A9MP and A15MP config names 2013-08-20 14:54:32 +01:00
disas
docs
dtc@bc895d6d09
fpu
fsdev
gdb-xml
hw pc: cleanup 1.4 compat support 2013-08-21 00:18:39 +03:00
include target-arm queue 2013-08-20 11:23:52 -05:00
libcacard
linux-headers
linux-user
net
pc-bios
pixman@97336fad32
po po: Update all *.po files 2013-08-07 12:48:00 -05:00
qapi
qga
QMP
qobject
qom qom: Introduce instance_post_init hook 2013-08-16 18:44:33 +02:00
roms
scripts
slirp
stubs dump: rebase from host-private RAMBlock offsets to guest-physical addresses 2013-08-08 11:01:46 -04:00
sysconfigs/target
target-alpha target-alpha: Consider the superpage when threading and ending TBs 2013-08-16 11:17:23 -07:00
target-arm target-arm: Implement the generic timer 2013-08-20 14:54:31 +01:00
target-cris
target-i386 target-i386: Move hyperv_* static globals to X86CPU 2013-08-16 18:44:33 +02:00
target-lm32
target-m68k
target-microblaze
target-mips target-mips: fix decoding of microMIPS POOL32Axf instructions 2013-08-06 13:09:14 +02:00
target-moxie
target-openrisc
target-ppc target-ppc: Add POWER5+ v2.1 CPU model 2013-08-07 12:47:44 -05:00
target-s390x dump: rebase from host-private RAMBlock offsets to guest-physical addresses 2013-08-08 11:01:46 -04:00
target-sh4
target-sparc
target-unicore32
target-xtensa
tcg tcg/mips: fix invalid op definition errors 2013-08-08 23:06:02 +02:00
tests Merge remote-tracking branch 'stefanha/block-next' into staging 2013-08-20 09:52:18 -05:00
trace
ui
util qemu-option: Guard against qemu_opts_set_defaults() misuse 2013-08-12 09:15:37 -05:00
.exrc
.gitignore
.gitmodules
.mailmap Change email address 2013-08-19 08:49:37 -05:00
aio-posix.c aio: drop io_flush argument 2013-08-19 15:52:19 +02:00
aio-win32.c aio: drop io_flush argument 2013-08-19 15:52:19 +02:00
arch_init.c arch_init: align MR size to target page size 2013-08-21 00:18:39 +03:00
async.c aio: drop io_flush argument 2013-08-19 15:52:19 +02:00
balloon.c
block-migration.c
block.c block: stop relying on io_flush() in bdrv_drain_all() 2013-08-19 15:45:34 +02:00
blockdev-nbd.c
blockdev.c block: Dont ignore previously set bdrv_flags 2013-08-14 08:34:00 -05:00
blockjob.c
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 cpus: Use cpu_is_stopped() efficiently 2013-08-16 18:44:33 +02:00
cputlb.c
device-hotplug.c
device_tree.c
disas.c
dma-helpers.c
dump.c dump: rebase from host-private RAMBlock offsets to guest-physical addresses 2013-08-08 11:01:46 -04:00
exec.c
gdbstub.c gdbstub: Fix gdb_register_coprocessor() register counting 2013-08-16 18:44:33 +02:00
HACKING
hmp-commands.hx
hmp.c
hmp.h
iohandler.c
ioport.c
kvm-all.c
kvm-stub.c
LICENSE LICENSE: clarify 2013-08-12 09:15:12 -05:00
main-loop.c aio: drop io_flush argument 2013-08-19 15:52:19 +02:00
MAINTAINERS Change email address 2013-08-19 08:49:37 -05:00
Makefile w32: Add missing version.o to all executables (fix regression) 2013-08-12 09:19:05 -05:00
Makefile.objs w32: Add missing version.o to all executables (fix regression) 2013-08-12 09:19:05 -05:00
Makefile.target
memory.c
memory_mapping.c dump: rebase from host-private RAMBlock offsets to guest-physical addresses 2013-08-08 11:01:46 -04:00
migration-exec.c
migration-fd.c
migration-rdma.c rdma: IPv6 over Ethernet (RoCE) is broken in linux - workaround 2013-08-12 09:31:16 -05:00
migration-tcp.c
migration-unix.c
migration.c
monitor.c
nbd.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-char: fix infinite recursion connecting to monitor pty 2013-08-13 13:24:50 -05:00
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 ignore SIGPIPE in qemu-img and qemu-io 2013-08-06 10:41:56 +02:00
qemu-img.texi
qemu-io-cmds.c
qemu-io.c ignore SIGPIPE in qemu-img and qemu-io 2013-08-06 10:41:56 +02:00
qemu-log.c
qemu-nbd.c
qemu-nbd.texi
qemu-options-wrapper.h
qemu-options.h
qemu-options.hx
qemu-seccomp.c
qemu-tech.texi
qemu-timer.c
qemu.nsi
qemu.sasl
qmp-commands.hx rdma: remaining documentation fixes 2013-08-12 09:31:16 -05:00
qmp.c
qtest.c
readline.c
README
rules.mak
savevm.c
spice-qemu-char.c
tcg-runtime.c
tci.c
thread-pool.c aio: drop io_flush argument 2013-08-19 15:52:19 +02:00
thunk.c
tpm.c
trace-events
translate-all.c
translate-all.h
user-exec.c
VERSION Open up 1.7 development branch 2013-08-15 15:41:13 -05:00
version.rc
vl.c
xbzrle.c
xen-all.c
xen-mapcache.c
xen-stub.c

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

- QEMU team