Go to file
Andreas Färber 8c2e1b0093 cpu: Turn cpu_has_work() into a CPUClass hook
Default to false.

Tidy variable naming and inline cast uses while at it.

Tested-by: Jia Liu <proljc@gmail.com> (or32)
Signed-off-by: Andreas Färber <afaerber@suse.de>
2014-03-13 19:01:49 +01:00
audio
backends
block
bsd-user
default-configs
disas
docs
dtc@bc895d6d09
fpu
fsdev
gdb-xml
hw
include cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
libcacard
linux-headers
linux-user
net
pc-bios
pixman@97336fad32
po
qapi
qga
qobject
qom cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
roms
scripts
slirp
stubs
sysconfigs/target
target-alpha cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
target-arm cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
target-cris cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
target-i386 cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
target-lm32 cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
target-m68k cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
target-microblaze cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
target-mips cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
target-moxie cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
target-openrisc cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
target-ppc cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
target-s390x cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
target-sh4 cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
target-sparc cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
target-unicore32 cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
target-xtensa cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
tcg
tests
trace
ui
util
.exrc
.gitignore
.gitmodules
.mailmap
.travis.yml
aio-posix.c
aio-win32.c
arch_init.c
async.c
balloon.c
block-migration.c
block.c
blockdev-nbd.c
blockdev.c
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 cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
cpus.c cpu: Turn cpu_has_work() into a CPUClass hook 2014-03-13 19:01:49 +01:00
cputlb.c
device_tree.c
device-hotplug.c
disas.c
dma-helpers.c
dump.c
exec.c
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
Makefile.objs
Makefile.target
memory_mapping.c
memory.c
migration-exec.c
migration-fd.c
migration-rdma.c
migration-tcp.c
migration-unix.c
migration.c
module-common.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-coroutine-io.c
qemu-coroutine-lock.c
qemu-coroutine-sleep.c
qemu-coroutine.c
qemu-doc.texi
qemu-file.c
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-seccomp.c
qemu-tech.texi
qemu-timer.c
qemu.nsi
qemu.sasl
qmp-commands.hx
qmp.c
qtest.c
README
rules.mak
savevm.c
spice-qemu-char.c
tcg-runtime.c
tci.c
thread-pool.c
thunk.c
tpm.c
trace-events
translate-all.c
translate-all.h
user-exec.c
VERSION
version.rc
vl.c
vmstate.c
xbzrle.c
xen-all.c
xen-mapcache.c
xen-stub.c

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

- QEMU team