QEMU With E2K User Support
Go to file
Peter Maydell 5642463aee target-arm: Log instruction start in TCG code
Add support for logging the start of instructions in TCG
code debug dumps for ARM targets.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2011-01-18 15:23:44 +01:00
audio audio: split sample conversion and volume mixing 2011-01-12 18:36:22 +03:00
block vpc: fix a file descriptor leak 2011-01-12 19:49:00 +00:00
bsd-user bsd-user: Fix possible memory leaks and wrong realloc call 2011-01-17 20:23:47 +00:00
darwin-user
default-configs config: add ahci for pci capable machines 2010-12-17 16:11:02 +01:00
docs docs: Document virtio PCI -device ioeventfd=on|off 2011-01-10 14:44:16 +02:00
fpu softfloat: Add float32_is_zero_or_denormal() function 2011-01-14 20:39:18 +01:00
fsdev
gdb-xml
hw mips: Expire late timers when reading cp0_count 2011-01-18 12:28:32 +01:00
linux-user linux-user: ARM: clear the IT bits when invoking a signal handler 2011-01-14 20:39:19 +01:00
net Add support for OpenBSD to QEMU's tap driver. 2010-12-21 19:44:33 +00:00
pc-bios
QMP
roms
slirp slirp: Use strcasecmp() to check tftp mode, tsize 2011-01-13 11:38:44 +01:00
sysconfigs/target
target-alpha softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() 2011-01-02 11:15:25 +01:00
target-arm target-arm: Log instruction start in TCG code 2011-01-18 15:23:44 +01:00
target-cris cris: Set btaken when storing direct jumps 2011-01-13 15:14:04 +01:00
target-i386 x86: Filter out garbage from segment flags dump 2010-12-27 22:02:52 +01:00
target-m68k softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() 2011-01-02 11:15:25 +01:00
target-microblaze microblaze: Improve unconditional direct branching 2011-01-14 12:30:26 +01:00
target-mips mips: Break TBs after mfc0_count 2011-01-18 12:32:46 +01:00
target-ppc target-ppc: use float32_is_any_nan() 2011-01-06 16:12:14 +01:00
target-s390x s390: compile fixes 2010-12-26 00:29:49 +01:00
target-sh4 target-sh4: implement negc using TCG 2011-01-16 13:19:20 +01:00
target-sparc target-sparc: fix udiv(cc) and sdiv(cc) 2010-12-28 18:44:51 +00:00
tcg tcg arm/mips/ia64: add a comment about retranslation and caches 2011-01-12 00:06:07 +01:00
tests Replace 'extern inline' with 'static inline' 2011-01-17 20:26:30 +00:00
ui vnc-auth-sasl: fix a memory leak 2011-01-12 19:48:56 +00:00
.gitignore
.gitmodules
a.out.h
acl.c
acl.h
aes.c
aes.h
aio.c
alpha-dis.c
alpha.ld
arch_init.c
arch_init.h
arm-dis.c arm-dis: Include opcode hex when doing disassembly 2011-01-12 15:10:47 +01:00
arm-semi.c Fix commandline handling for ARM semihosted executables 2011-01-07 18:20:48 +02:00
arm.ld
async.c
balloon.c
balloon.h
block_int.h qed: Add QEMU Enhanced Disk image format 2010-12-17 16:11:04 +01:00
block-migration.c
block-migration.h
block.c block: delete a write-only variable 2011-01-06 18:25:37 +00:00
block.h block: add discard support 2010-12-17 16:11:03 +01:00
blockdev.c Introduce do_snapshot_blkdev() and monitor command to handle it. 2010-12-17 16:11:03 +01:00
blockdev.h Introduce do_snapshot_blkdev() and monitor command to handle it. 2010-12-17 16:11:03 +01:00
bswap.h bswap.h: add cpu_to_be64wu() 2011-01-10 10:55:10 +01:00
bt-host.c
bt-host.h
bt-vhci.c
buffered_file.c
buffered_file.h
cache-utils.c
cache-utils.h
Changelog
check-qdict.c
check-qfloat.c
check-qint.c
check-qjson.c
check-qlist.c
check-qstring.c
cmd.c
cmd.h
CODING_STYLE
compatfd.c
compatfd.h
config.h
configure target-sh4: switch sh4 to softfloat 2011-01-14 20:39:17 +01:00
console.c
console.h Fix curses on big endian hosts 2011-01-04 21:58:24 +01:00
COPYING
COPYING.LIB
cpu-all.h
cpu-common.h
cpu-defs.h
cpu-exec.c target-mips: fix host CPU consumption when guest is idle 2010-12-27 00:58:06 +01:00
cpus.c
cpus.h
create_config
cris-dis.c cris: Support disassembly of crisv10 2011-01-10 22:31:09 +01:00
cursor_hidden.xpm
cursor_left_ptr.xpm
cursor.c
cutils.c Introduce strtosz_suffix() 2010-12-17 16:10:59 +01:00
def-helper.h
device_tree.c
device_tree.h
dis-asm.h cris: Support disassembly of crisv10 2011-01-10 22:31:09 +01:00
disas.c disas: remove opcode printing on ARM hosts 2011-01-12 15:12:58 +01:00
disas.h
dma-helpers.c
dma.h
dyngen-exec.h
elf.h
envlist.c
envlist.h
exec-all.h TCG: Improve tb_phys_hash_func() 2010-12-31 22:23:38 +01:00
exec.c tcg/sparc64: fix segfault 2011-01-16 08:32:27 +00:00
feature_to_c.sh
gdbstub.c gdbstub: Close connection in gdb_exit 2011-01-16 20:56:01 +01:00
gdbstub.h
gen-icount.h
HACKING
hmp-commands.hx Merge remote branch 'mst/for_anthony' into staging 2011-01-10 10:32:01 -06:00
host-utils.c
host-utils.h
hpet.h
hppa-dis.c
hppa.ld
hxtool
i386-dis.c
i386.ld
ia64-dis.c
ia64.ld
input.c
ioport-user.c
ioport.c
ioport.h
iorange.h
iov.c
iov.h
json-lexer.c
json-lexer.h
json-parser.c
json-parser.h
json-streamer.c
json-streamer.h
kvm-all.c kvm: test for ioeventfd support on old kernels 2011-01-10 14:44:16 +02:00
kvm-stub.c kvm: test for ioeventfd support on old kernels 2011-01-10 14:44:16 +02:00
kvm.h kvm: test for ioeventfd support on old kernels 2011-01-10 14:44:16 +02:00
libfdt_env.h
LICENSE
linux-aio.c
m68k-dis.c
m68k-semi.c
m68k.ld
MAINTAINERS MAINTAINERS: add entries for TCG 2011-01-14 20:39:19 +01:00
make_device_config.sh make_device_config: Fix non-fatal error message with dash and other shells 2011-01-14 22:00:07 +00:00
Makefile
Makefile.dis
Makefile.hw
Makefile.objs build, pci: remove QMP dependency on core PCI code 2010-12-22 13:06:24 +02:00
Makefile.target Merge remote branch 'mst/for_anthony' into staging 2011-01-10 10:32:01 -06:00
Makefile.user
microblaze-dis.c
migration-exec.c
migration-fd.c
migration-tcp.c
migration-unix.c
migration.c
migration.h
mips-dis.c
mips.ld
module.c
module.h
monitor.c monitor: fix a typo 2011-01-15 08:31:00 +00:00
monitor.h
nbd.c
nbd.h
net-checksum.c
net.c
net.h Add bootindex parameter to net/block/fd device 2010-12-11 21:32:46 +00:00
notify.c
notify.h
os-posix.c
os-win32.c
osdep.c
osdep.h
oslib-posix.c
oslib-win32.c
path.c
pci-ids.txt
pflib.c
pflib.h
poison.h
posix-aio-compat.c
ppc64.ld
ppc-dis.c
ppc.ld
qbool.c
qbool.h
qdict-test-data.txt
qdict.c
qdict.h
qemu_socket.h
qemu-aio.h
qemu-barrier.h
qemu-binfmt-conf.sh
qemu-char.c
qemu-char.h
qemu-common.h Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu 2010-12-27 22:59:48 +01:00
qemu-config.c Add bootindex for option roms. 2010-12-11 21:32:47 +00:00
qemu-config.h
qemu-doc.texi qemu-doc: Spelling fixes 2011-01-09 20:58:11 +00:00
qemu-error.c
qemu-error.h
qemu-img-cmds.hx
qemu-img.c Remove NULL checks for bdrv_new return value 2010-12-17 16:11:03 +01:00
qemu-img.texi
qemu-io.c qemu-io: fix a memory leak 2011-01-12 19:48:59 +00:00
qemu-lock.h
qemu-log.h
qemu-malloc.c Add missing tracing to qemu_mallocz() 2010-12-14 15:44:21 +01:00
qemu-nbd.c Remove NULL checks for bdrv_new return value 2010-12-17 16:11:03 +01:00
qemu-nbd.texi
qemu-objects.h
qemu-option.c qemu-option: Fix parse_option_parameters() documentation typo 2010-12-14 15:44:21 +01:00
qemu-option.h
qemu-options.h
qemu-options.hx Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu 2010-12-27 22:59:48 +01:00
qemu-os-posix.h
qemu-os-win32.h
qemu-queue.h
qemu-sockets.c
qemu-tech.texi qemu-tech: Spelling fixes 2011-01-09 20:59:53 +00:00
qemu-thread.c
qemu-thread.h
qemu-timer-common.c Add OpenBSD to ifdef list since it has CLOCK_MONOTONIC. 2010-12-21 19:44:42 +00:00
qemu-timer.c
qemu-timer.h
qemu-tool.c
qemu-x509.h
qemu.sasl
qerror.c pci: allow devices being tagged as not hotpluggable. 2011-01-10 13:29:16 +02:00
qerror.h pci: allow devices being tagged as not hotpluggable. 2011-01-10 13:29:16 +02:00
qfloat.c
qfloat.h
qint.c
qint.h
qjson.c
qjson.h
qlist.c
qlist.h
qmp-commands.hx Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu 2010-12-27 22:59:48 +01:00
qobject.h
qstring.c
qstring.h
range.h
readline.c
readline.h
README
rules.mak do not pass bogus $(SRC_PATH) include paths to cc during configure 2011-01-14 16:11:58 +00:00
rwhandler.c
rwhandler.h
s390-dis.c
s390.ld
savevm.c
sh4-dis.c
simpletrace.c
simpletrace.h
simpletrace.py
softmmu_defs.h
softmmu_exec.h
softmmu_header.h
softmmu_template.h
softmmu-semi.h
sparc64.ld
sparc-dis.c
sparc.ld
sysemu.h Merge remote branch 'mst/for_anthony' into staging 2011-01-10 10:32:01 -06:00
targphys.h
tcg-runtime.c
texi2pod.pl
thunk.c
thunk.h
TODO
trace-events qed: Read/write support 2010-12-17 16:11:04 +01:00
tracetool
translate-all.c
uboot_image.h
usb-bsd.c usb-bsd: fix a file descriptor leak 2011-01-09 14:43:33 +00:00
usb-linux.c
usb-stub.c
VERSION
version.rc
vgafont.h
vl.c Merge remote branch 'mst/for_anthony' into staging 2011-01-10 10:32:01 -06:00
x86_64.ld

Read the documentation in qemu-doc.html.

Fabrice Bellard.