QEMU With E2K User Support
Go to file
John Snow 8515efbef1 hbitmap: cache array lengths
As a convenience: between incremental backups, bitmap migrations
and bitmap persistence we seem to need to recalculate these a lot.

Because the lengths are a little bit-twiddly, let's just solidly
cache them and be done with it.

Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1429314609-29776-7-git-send-email-jsnow@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2015-04-28 15:36:10 +02:00
audio
backends hostmem: Prevent removing an in-use memory backend 2015-04-01 10:06:38 +02:00
block qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove 2015-04-28 15:36:10 +02:00
bsd-user
default-configs
disas
docs docs: incremental backup documentation 2015-04-28 15:36:10 +02:00
dtc@bc895d6d09
fpu
fsdev
gdb-xml
hw m25p80: fix s->blk usage before assignment 2015-04-28 15:36:09 +02:00
include block: Introduce bdrv_dirty_bitmap_granularity() 2015-04-28 15:36:10 +02:00
libcacard
libdecnumber
linux-headers
linux-user rcu: do not create thread in pthread_atfork callback 2015-04-01 10:06:38 +02:00
migration qapi: Add optional field "name" to block dirty bitmap 2015-04-28 15:36:10 +02:00
net
pc-bios pseries: Update SLOF firmware image to qemu-slof-20150313 2015-03-25 22:49:45 +01:00
pixman@87eea99e44
po
qapi qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove 2015-04-28 15:36:10 +02:00
qga qga: fitering out -fstack-protector-strong 2015-04-02 15:57:27 +02:00
qobject
qom qom: Add can_be_deleted callback to UserCreatableClass 2015-04-01 10:06:38 +02:00
roms pseries: Update SLOF firmware image to qemu-slof-20150313 2015-03-25 22:49:45 +01:00
scripts scripts: add 'qemu coroutine' command to qemu-gdb.py 2015-04-28 15:36:09 +02:00
slirp
stubs
sysconfigs/target
target-alpha
target-arm Allow ARMv8 SCR.SMD updates 2015-04-26 16:49:26 +01:00
target-cris
target-i386 X86 queue, 2015-04-27 (v2) 2015-04-28 12:22:20 +01:00
target-lm32
target-m68k
target-microblaze
target-mips
target-moxie
target-openrisc
target-ppc Convert (ffs(val) - 1) to ctz32(val) 2015-04-28 15:36:08 +02:00
target-s390x
target-sh4
target-sparc
target-tricore target-tricore: Fix check which was always false 2015-04-04 09:45:59 +03:00
target-unicore32
target-xtensa
tcg tcg/tcg-op.c: Fix ld/st of 64 bit values on 32-bit bigendian hosts 2015-04-09 10:51:10 +01:00
tests qemu-iotests: Test that "stop" doesn't drain block jobs 2015-04-28 15:36:09 +02:00
trace
ui spice: misc fixes. 2015-04-27 20:00:57 +01:00
util hbitmap: cache array lengths 2015-04-28 15:36:10 +02:00
.exrc
.gitignore gitignore: Ignore more .pod files. 2015-04-04 09:45:59 +03:00
.gitmodules
.mailmap
.travis.yml
accel.c
aio-posix.c AioContext: acquire/release AioContext during aio_poll 2015-04-28 15:36:08 +02:00
aio-win32.c AioContext: acquire/release AioContext during aio_poll 2015-04-28 15:36:08 +02:00
arch_init.c migration: remove last_sent_block from save_page_header 2015-03-26 15:31:46 +01:00
async.c iothread: release iothread around aio_poll 2015-04-28 15:36:08 +02:00
balloon.c balloon: improve error msg when adding second device 2015-04-24 14:18:05 -04:00
block.c block: Introduce bdrv_dirty_bitmap_granularity() 2015-04-28 15:36:10 +02:00
blockdev-nbd.c nbd: Fix up comment after commit e140177 2015-03-25 13:38:07 +01:00
blockdev.c qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove 2015-04-28 15:36:10 +02:00
blockjob.c blockjob: Allow nested pause 2015-04-28 15:36:09 +02:00
bootdevice.c misc: fix typos in copyright declaration 2015-03-26 14:21:43 +01:00
bt-host.c
bt-vhci.c
Changelog
CODING_STYLE
configure Revert seccomp tests that allow it to be used on non-x86 architectures 2015-04-13 12:28:48 +01:00
COPYING
COPYING.LIB
coroutine-gthread.c
coroutine-sigaltstack.c
coroutine-ucontext.c
coroutine-win32.c
cpu-exec.c
cpus.c cpus: Don't kick un-realized cpus. 2015-03-25 13:38:07 +01:00
cputlb.c Add MemTxAttrs to the IOTLB 2015-04-26 16:49:24 +01:00
device_tree.c
device-hotplug.c
disas.c
dma-helpers.c exec.c: Make address_space_rw take transaction attributes 2015-04-26 16:49:24 +01:00
dump.c
exec.c exec.c: Capture the memory attributes for a watchpoint hit 2015-04-26 16:49:24 +01:00
gdbstub.c
HACKING
hmp-commands.hx monitor: Make client_migrate_info synchronous 2015-04-27 12:46:57 +02:00
hmp.c Revert "hmp: fix crash in 'info block -n -v'" 2015-04-28 15:36:09 +02:00
hmp.h
iohandler.c
ioport.c exec.c: Make address_space_rw take transaction attributes 2015-04-26 16:49:24 +01:00
iothread.c iothread: release iothread around aio_poll 2015-04-28 15:36:08 +02:00
kvm-all.c Convert ffs() != 0 callers to ctz32() 2015-04-28 15:36:08 +02:00
kvm-stub.c
LICENSE
main-loop.c
MAINTAINERS MAINTAINERS: Add Fam Zheng as Null block driver maintainer 2015-04-28 15:36:09 +02:00
Makefile Use $(MAKE) for recursive make 2015-04-02 15:58:39 +02:00
Makefile.objs
Makefile.target
memory_mapping.c
memory.c memory: Replace io_mem_read/write with memory_region_dispatch_read/write 2015-04-26 16:49:23 +01:00
module-common.c
monitor.c target-arm queue: 2015-04-28 10:31:03 +01:00
nbd.c
numa.c
os-posix.c rcu: do not create thread in pthread_atfork callback 2015-04-01 10:06:38 +02:00
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 convert: Rewrite copying logic 2015-04-28 15:36:09 +02: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
qemu-seccomp.c
qemu-tech.texi
qemu-timer.c
qemu.nsi
qemu.sasl
qjson.c
qmp-commands.hx qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove 2015-04-28 15:36:10 +02:00
qmp.c qom: Add can_be_deleted callback to UserCreatableClass 2015-04-01 10:06:38 +02:00
qtest.c
README
rules.mak
savevm.c
softmmu_template.h Add MemTxAttrs to the IOTLB 2015-04-26 16:49:24 +01:00
spice-qemu-char.c
tcg-runtime.c
tci.c
thread-pool.c thread-pool: clean up thread_pool_completion_bh() 2015-04-28 15:36:09 +02:00
thunk.c
tpm.c
trace-events
translate-all.c target-i386: remove superfluous TARGET_HAS_SMC macro 2015-04-04 09:45:59 +03:00
translate-all.h
user-exec.c
VERSION Open 2.4 development tree 2015-04-25 22:05:07 +01:00
version.rc
vl.c Avoid crashing on multiple -incoming 2015-03-26 15:31:46 +01: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