QMP
Merge remote-tracking branch 'kwolf/for-anthony' into staging
14 years ago
audio
audio: Fix warning from static code analysis
14 years ago
block
sheepdog: use bool for boolean variables
14 years ago
bsd-user
Support 'help' as a synonym for '?' in command line options
14 years ago
default-configs
serial: add pci variant
14 years ago
docs
serial: add windows inf file for the pci card to docs
14 years ago
fpu
fpu/softfloat.c: Return correctly signed values from uint64_to_float32
14 years ago
fsdev
build: move fsdev/ objects to nested Makefile.objs
14 years ago
gdb-xml
gdb-xml: fix hacks in powerpc register numbering
17 years ago
hw
serial: add 2x + 4x pci variant
14 years ago
include/ qemu
Merge remote-tracking branch 'quintela/migration-next-20120808' into staging
14 years ago
libcacard
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
14 years ago
linux-headers
Update Linux kernel headers
14 years ago
linux-user
Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoipio/qemu
14 years ago
net
net/tap-win32: Fix compiler warning caused by missing include statement
14 years ago
pc-bios
Update OpenBIOS PPC image
14 years ago
qapi
qapi: Fix memory leak
14 years ago
qga
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
14 years ago
qom
qom: object_delete should unparent the object first
14 years ago
roms
Update OpenBIOS PPC image
14 years ago
scripts
Merge remote-tracking branch 'qmp/queue/qmp' into staging
14 years ago
slirp
cleanup useless return sentence
14 years ago
sysconfigs/ target
Eliminate cpus-x86_64.conf file
14 years ago
target-alpha
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
14 years ago
target-arm
target-arm/neon_helper: Remove obsolete FIXME comment
14 years ago
target-cris
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
14 years ago
target-i386
Fix popcnt in long mode
14 years ago
target-lm32
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
14 years ago
target-m68k
target-m68k: Call tcg_gen_debug_insn_start
14 years ago
target-microblaze
microblaze: Support setting of TLS ptr
14 years ago
target-mips
target-mips: Pass MIPSCPU to mips_vpe_sleep()
14 years ago
target-openrisc
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
14 years ago
target-ppc
Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf
14 years ago
target-s390x
s390: avoid reaching into memory core internals
14 years ago
target-sh4
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
14 years ago
target-sparc
target-sparc: fix FMOVr instruction
14 years ago
target-unicore32
cleanup useless return sentence
14 years ago
target-xtensa
target-xtensa: de-optimize EXTUI
14 years ago
tcg
exec: Allocate code_gen_prologue from code_gen_buffer
14 years ago
tests
tests/tcg: fix build
14 years ago
trace
trace/simple: Replace asprintf by g_strdup_printf
14 years ago
ui
ui/vnc-jobs.c: Fix minor typos in comments
14 years ago
.exrc
qemu: add .exrc
14 years ago
.gitignore
Remove libhw
14 years ago
.gitmodules
add sgabios blob and submodule
15 years ago
.mailmap
Add a .mailmap to map pre-git-conversion authors to friendly names
15 years ago
CODING_STYLE
Replace Qemu by QEMU in internal documentation
14 years ago
COPYING
COPYING: update from FSF
18 years ago
COPYING.LIB
Update FSF address in GPL/LGPL boilerplate
18 years ago
Changelog
fix some common typos
14 years ago
HACKING
doc: update HACKING wrt strncpy/pstrcpy
14 years ago
LICENSE
LICENSE: There is no libqemu.a anymore
15 years ago
MAINTAINERS
MAINTAINERS: Update email address for Stefan Hajnoczi
14 years ago
Makefile
allow make {dist, }clean work w/out configure
14 years ago
Makefile.dis
build: get dependency file directories from object file names
14 years ago
Makefile.objs
Remove libhw
14 years ago
Makefile.target
Remove libhw
14 years ago
Makefile.user
build: get dependency file directories from object file names
14 years ago
README
Update README
15 years ago
TODO
Update
18 years ago
VERSION
Open up 1.3 development tree
14 years ago
a.out.h
Use new macro QEMU_PACKED for packed structures
15 years ago
acl.c
acl: Fix use after free in qemu_acl_reset()
15 years ago
acl.h
Fix sys-queue.h conflict for good
17 years ago
aes.c
Include assert.h from qemu-common.h
17 years ago
aes.h
AES crypto support
22 years ago
aio.c
aio: Another fix to the walking_handlers logic
14 years ago
alpha-dis.c
target-alpha: Disassemble EV6 PALcode instructions.
15 years ago
alpha.ld
set SEARCH_PATH for the linker script from output of ld --verbose -v
17 years ago
arch_init.c
migration: Add dirty_pages_rate to query migrate output
14 years ago
arch_init.h
win32: provide separate macros for weak decls and definitions
14 years ago
arm-dis.c
fix spelling in main directory
15 years ago
arm.ld
Fix linker scripts
15 years ago
async.c
async: Use bool for boolean struct members and remove a hole
14 years ago
balloon.c
Add event notification for guest balloon changes
14 years ago
balloon.h
Add event notification for guest balloon changes
14 years ago
bitmap.c
bitmap: add a generic bitmap and bitops library
15 years ago
bitmap.h
Use glib memory allocation and free functions
15 years ago
bitops.c
bitmap: add a generic bitmap and bitops library
15 years ago
bitops.h
bitops: drop volatile qualifier
14 years ago
block-migration.c
block-migration: handle errors with the return codes correctly
14 years ago
block-migration.h
block migration: Report progress also via info migration
17 years ago
block.c
block: avoid buffer overrun by using pstrcpy, not strncpy
14 years ago
block.h
iostatus: reorganize io error code
14 years ago
block_int.h
stream: add on-error argument
14 years ago
blockdev.c
cleanup useless return sentence
14 years ago
blockdev.h
blockdev: Don't limit DriveInfo serial to 20 characters
14 years ago
blockjob.c
block: introduce block job error
14 years ago
blockjob.h
block: introduce block job error
14 years ago
bswap.h
bswap.h: build fix
15 years ago
bt-host.c
bt-host: add missing break statement
14 years ago
bt-host.h
Clean build: Add bt-host.h
17 years ago
bt-vhci.c
Use glib memory allocation and free functions
15 years ago
buffered_file.c
buffered_file: buffered_put_buffer() don't need to set last_error
14 years ago
buffered_file.h
buffered_file: We can access directly to bandwidth_limit
14 years ago
cache-utils.c
Remove trailing whitespace
16 years ago
cache-utils.h
cache-utils: Add missing include file for uintptr_t
14 years ago
cmd.c
qemu-io: correctly print non-integer values as decimals
14 years ago
cmd.h
Delete useless 'extern' qualifiers for functions
15 years ago
compatfd.c
prepare for future GPLv2+ relicensing
14 years ago
compatfd.h
Register Linux dyntick timer as per-thread signal
15 years ago
compiler.h
w32: Always use standard instead of native format strings
14 years ago
config.h
Makefile dependencies for device configs
17 years ago
configure
fix CONFIG_QEMU_HELPERDIR generation again
14 years ago
console.c
TextConsole: saturate escape parameter in TTY_STATE_CSI
14 years ago
console.h
qapi: convert screendump
14 years ago
coroutine-gthread.c
coroutine-gthread.c: Avoid threading APIs deprecated in GLib 2.31
14 years ago
coroutine-sigaltstack.c
Merge remote-tracking branch 'kwolf/for-anthony' into staging
14 years ago
coroutine-ucontext.c
configure: Split valgrind test into pragma test and valgrind.h test
14 years ago
coroutine-win32.c
Use glib memory allocation and free functions
15 years ago
cpu-all.h
Separate migration bitmap
14 years ago
cpu-common.h
Make target_phys_addr_t 64 bits unconditionally
14 years ago
cpu-defs.h
cpu: Move thread_kicked to CPUState
14 years ago
cpu-exec.c
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
14 years ago
cpus.c
cpus: create qemu_in_vcpu_thread()
14 years ago
cpus.h
qtest: add clock management
14 years ago
cputlb.c
memory: per-AddressSpace dispatch
14 years ago
cputlb.h
memory: per-AddressSpace dispatch
14 years ago
cris-dis.c
cris-dis: Clean memory allocation
14 years ago
cursor.c
Fix sign of sscanf format specifiers
14 years ago
cursor_hidden.xpm
cursor: add cursor functions.
16 years ago
cursor_left_ptr.xpm
cursor: add cursor functions.
16 years ago
cutils.c
rtc: fix overflow in mktimegm
14 years ago
def-helper.h
tcg: Fix MAX_OPC_PARAM_IARGS
14 years ago
device_tree.c
device tree: simplify dumpdtb code
14 years ago
device_tree.h
fdt: move dumpdtb interpretation code to device_tree.c
14 years ago
dis-asm.h
target-lm32: add simple disassembler
14 years ago
disas.c
tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.
14 years ago
disas.h
Rename CPUState -> CPUArchState
14 years ago
dma-helpers.c
dma: make dma access its own address space
14 years ago
dma.h
dma: make dma access its own address space
14 years ago
dump-stub.c
dump: Fix license version (GPL2+ instead of GPL2)
14 years ago
dump.c
qmp: dump-guest-memory: don't spin if non-blocking fd would block
14 years ago
dump.h
dump: Fix license version (GPL2+ instead of GPL2)
14 years ago
elf.h
target-or32: Add target stubs and QOM cpu
14 years ago
envlist.c
Fix sys-queue.h conflict for good
17 years ago
envlist.h
Delete useless 'extern' qualifiers for functions
15 years ago
error.c
error, qerror: drop QDict member
14 years ago
error.h
error: add error_setg()
14 years ago
event_notifier.c
event_notifier: add event_notifier_set_handler
14 years ago
event_notifier.h
event_notifier: add event_notifier_set_handler
14 years ago
exec-all.h
exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c
14 years ago
exec-memory.h
memory: use AddressSpace for MemoryListener filtering
14 years ago
exec.c
Call MADV_HUGEPAGE for guest RAM allocations
14 years ago
gdbstub.c
target-xtensa: add FP registers
14 years ago
gdbstub.h
make gdb_id() generally avialable and rename it to cpu_index()
14 years ago
gen-icount.h
Rename CPUState -> CPUArchState
14 years ago
hmp-commands.hx
Merge remote-tracking branch 'kwolf/for-anthony' into staging
14 years ago
hmp.c
migration: Add dirty_pages_rate to query migrate output
14 years ago
hmp.h
qmp: add block-job-pause and block-job-resume
14 years ago
host-utils.c
user: compile host-utils.c only once
17 years ago
host-utils.h
Move macro QEMU_GNUC_PREREQ to compiler.h
15 years ago
hppa-dis.c
fix spelling in main directory
15 years ago
hppa.ld
Fix linker scripts
15 years ago
i386-dis.c
i386-dis: Fix unused return value, spotted by clang
16 years ago
i386.ld
Fix linker scripts
15 years ago
ia64-dis.c
ia64-dis.c: Undefine ABS to avoid clash with glib
15 years ago
ia64.ld
set SEARCH_PATH for the linker script from output of ld --verbose -v
17 years ago
input.c
input: index_from_key(): drop unused code
14 years ago
int128.h
Add support for 128-bit arithmetic
15 years ago
iohandler.c
qemu-char: BUGFIX, don't call FD_ISSET with negative fd
14 years ago
ioport.c
ioport: use INT64_MAX for IO ranges
14 years ago
ioport.h
ioport: add destructor method to IORange
14 years ago
iorange.h
ioport: add destructor method to IORange
14 years ago
iov.c
iov: add const annotation
14 years ago
iov.h
iov: add const annotation
14 years ago
json-lexer.c
Add 'fall through' comments to case statements without break
14 years ago
json-lexer.h
json-lexer: make lexer error-recovery more deterministic
15 years ago
json-parser.c
json-parser: don't replicate tokens at each level of recursion
14 years ago
json-parser.h
json-parser: propagate error from parser
15 years ago
json-streamer.c
json-streamer: add handling for JSON_ERROR token/state
15 years ago
json-streamer.h
json-streamer: make sure to reset token_size after emitting a token list
15 years ago
kvm-all.c
memory: use AddressSpace for MemoryListener filtering
14 years ago
kvm-stub.c
memory: manage coalesced mmio via a MemoryListener
14 years ago
kvm.h
memory: manage coalesced mmio via a MemoryListener
14 years ago
libfdt_env.h
Fix libfdt warnings on Darwin
15 years ago
linux-aio.c
consolidate qemu_iovec_memset{,_skip}() into single function and use existing iov_memset()
14 years ago
lm32-dis.c
target-lm32: add simple disassembler
14 years ago
m68k-dis.c
fix spelling in main directory
15 years ago
m68k.ld
set SEARCH_PATH for the linker script from output of ld --verbose -v
17 years ago
main-loop.c
main-loop: Calculate poll timeout using timeout argument
14 years ago
main-loop.h
Switch SIG_IPI to SIGUSR1
14 years ago
memory-internal.h
Merge remote-tracking branch 'quintela/migration-next-20121017' into staging
14 years ago
memory.c
memory: add address_space_destroy()
14 years ago
memory.h
memory: add address_space_destroy()
14 years ago
memory_mapping-stub.c
Fix some more license versions (GPL2+ instead of GPL2)
14 years ago
memory_mapping.c
Fix some more license versions (GPL2+ instead of GPL2)
14 years ago
memory_mapping.h
Fix some more license versions (GPL2+ instead of GPL2)
14 years ago
microblaze-dis.c
*-dis: Replace fprintf_ftype by fprintf_function (format checking)
16 years ago
migration-exec.c
prepare for future GPLv2+ relicensing
14 years ago
migration-fd.c
monitor: add Error * argument to monitor_get_fd
14 years ago
migration-tcp.c
Fix address handling in inet_nonblocking_connect
14 years ago
migration-unix.c
prepare for future GPLv2+ relicensing
14 years ago
migration.c
savevm: make qemu_file_put_notify() return errors
14 years ago
migration.h
migration: make migrate_fd_wait_for_unfreeze() return errors
14 years ago
mips-dis.c
Remove blanks before \n in output strings
15 years ago
mips.ld
Fix linker scripts
15 years ago
module.c
Remove type field in ModuleEntry as it's not used
14 years ago
module.h
qom: Unify type registration
14 years ago
monitor.c
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
14 years ago
monitor.h
Merge remote-tracking branch 'kwolf/for-anthony' into staging
14 years ago
nbd.c
Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect
14 years ago
nbd.h
nbd: add nbd_export_get_blockdev
14 years ago
net.c
net: consolidate NetClientState header files into one
14 years ago
net.h
monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param
14 years ago
notify.c
notifier: switch to QLIST
14 years ago
notify.h
notifier: switch to QLIST
14 years ago
os-posix.c
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
14 years ago
os-win32.c
Prevent disk data loss when closing qemu
14 years ago
osdep.c
osdep: Fix compilation failure on BSD systems
14 years ago
osdep.h
Call MADV_HUGEPAGE for guest RAM allocations
14 years ago
oslib-posix.c
s390: autodetect map private
14 years ago
oslib-win32.c
w32: Add implementation of gmtime_r, localtime_r
14 years ago
page_cache.c
Add cache handling functions
14 years ago
path.c
user: speed up init_paths a bit
15 years ago
pci-ids.txt
List virtio console device in pci-ids.txt
17 years ago
pflib.c
prepare for future GPLv2+ relicensing
14 years ago
pflib.h
add pflib: PixelFormat conversion library.
16 years ago
poison.h
target-or32: Add target stubs and QOM cpu
14 years ago
posix-aio-compat.c
consolidate qemu_iovec_memset{,_skip}() into single function and use existing iov_memset()
14 years ago
ppc-dis.c
Replace Qemu by QEMU in comments
14 years ago
ppc.ld
PPC: Fix linker scripts on ppc hosts
14 years ago
ppc64.ld
PPC: Fix linker scripts on ppc hosts
14 years ago
qapi-schema-guest.json
qapi: Fix enumeration typo error
14 years ago
qapi-schema-test.json
qapi: add struct-errors test case to test-qmp-output-visitor
14 years ago
qapi-schema.json
migration: Add dirty_pages_rate to query migrate output
14 years ago
qbool.c
Use glib memory allocation and free functions
15 years ago
qbool.h
Add a QBool type
17 years ago
qdict-test-data.txt
Introduce QDict test data file
17 years ago
qdict.c
Use glib memory allocation and free functions
15 years ago
qdict.h
QDict: Introduce qdict_get_try_bool()
16 years ago
qemu-aio.h
aio: return "AIO in progress" state from qemu_aio_wait
14 years ago
qemu-barrier.h
qemu-barrier: Fix compilation on i386 hosts
14 years ago
qemu-bridge-helper.c
net: Add interface to bridge when SIOCBRADDIF isn't available
14 years ago
qemu-char.c
Fix address handling in inet_nonblocking_connect
14 years ago
qemu-char.h
qdev: nuke qdev_init_chardev()
14 years ago
qemu-common.h
qemu-sockets: Fix compiler warning (regression for MinGW)
14 years ago
qemu-config.c
add a boot parameter to set reboot timeout
14 years ago
qemu-config.h
Command line support for seccomp with -sandbox (v8)
14 years ago
qemu-coroutine-int.h
coroutine: switch to QSLIST
14 years ago
qemu-coroutine-io.c
rewrite iov_send_recv() and move it to iov.c
14 years ago
qemu-coroutine-lock.c
coroutine: add qemu_co_queue_restart_all()
15 years ago
qemu-coroutine-sleep.c
block: allow interrupting a co_sleep_ns
14 years ago
qemu-coroutine.c
coroutine: introduce coroutines
15 years ago
qemu-coroutine.h
coroutine: add co_sleep_ns() coroutine sleep function
14 years ago
qemu-doc.texi
iscsi: Pick default initiator-name based on the name of the VM
14 years ago
qemu-error.c
error: Add an accessor for progname
15 years ago
qemu-error.h
error: Add an accessor for progname
15 years ago
qemu-file.h
savevm: make qemu_file_put_notify() return errors
14 years ago
qemu-ga.c
qemu-ga: ga_open_pidfile(): add new line to pidfile
14 years ago
qemu-img-cmds.hx
qemu-img: Add json output option to the info command.
14 years ago
qemu-img.c
Merge remote-tracking branch 'kwolf/for-anthony' into staging
14 years ago
qemu-img.texi
Merge remote-tracking branch 'kwolf/for-anthony' into staging
14 years ago
qemu-io.c
qemu-io: add "abort" command to simulate program crash
14 years ago
qemu-lock.h
qemu-lock.h: Remove non-pthreads spinlock implementations
15 years ago
qemu-log.c
qemu-log: Add new log category for guest bugs
14 years ago
qemu-log.h
qemu-log: Add new log category for guest bugs
14 years ago
qemu-nbd.c
qemu-nbd: rewrite termination conditions to use a state machine
14 years ago
qemu-nbd.texi
Replace Qemu by QEMU in user visible documentation
14 years ago
qemu-objects.h
Fix qtypes' licenses
16 years ago
qemu-option-internal.h
expose QemuOpt and QemuOpts struct definitions to interested parties
14 years ago
qemu-option.c
Support 'help' as a synonym for '?' in command line options
14 years ago
qemu-option.h
Support 'help' as a synonym for '?' in command line options
14 years ago
qemu-options-wrapper.h
vl.c: In qemu -h output, only print options for the arch we are running as
15 years ago
qemu-options.h
vl.c: Move option generation logic into a wrapper file
15 years ago
qemu-options.hx
qemu-options.hx: Change from recommending '?' to 'help'
14 years ago
qemu-os-posix.h
curses: don't initialize curses when qemu is daemonized
14 years ago
qemu-os-win32.h
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
14 years ago
qemu-progress.c
Fix compilation warning due to missing header for sigaction (followup)
15 years ago
qemu-queue.h
Replace Qemu by QEMU in comments
14 years ago
qemu-seccomp.c
Adding qemu-seccomp.[ch] (v8)
14 years ago
qemu-seccomp.h
Adding qemu-seccomp.[ch] (v8)
14 years ago
qemu-sockets.c
cleanup useless return sentence
14 years ago
qemu-tech.texi
doc: Fix indefinite article an -> a before nouns that begin with 'h'
14 years ago
qemu-thread-posix.c
qemu-thread: Let qemu_thread_is_self() return bool
14 years ago
qemu-thread-posix.h
add Win32 IPI service
15 years ago
qemu-thread-win32.c
qemu-thread: Let qemu_thread_is_self() return bool
14 years ago
qemu-thread-win32.h
fix win32 build
15 years ago
qemu-thread.h
qemu-thread: Let qemu_thread_is_self() return bool
14 years ago
qemu-timer-common.c
Add OpenBSD to ifdef list since it has CLOCK_MONOTONIC.
16 years ago
qemu-timer.c
qemu-timer: simplify qemu_run_timers
14 years ago
qemu-timer.h
tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.
14 years ago
qemu-tls.h
Rename get_tls to tls_var
15 years ago
qemu-tool.c
iostatus: reorganize io error code
14 years ago
qemu-user.c
block: Enable qemu_open/close to work with fd sets
14 years ago
qemu-x509.h
move x509 file name defines to qemu-x509.h
16 years ago
qemu-xattr.h
configure: fix detection for xattr.h on modern distributions
15 years ago
qemu.sasl
Add SASL authentication support ("Daniel P. Berrange")
17 years ago
qemu_socket.h
Fix address handling in inet_nonblocking_connect
14 years ago
qerror.c
error, qerror: drop QDict member
14 years ago
qerror.h
block: add support for job pause/resume
14 years ago
qfloat.c
Use glib memory allocation and free functions
15 years ago
qfloat.h
Add a QFloat datatype
17 years ago
qint.c
Use glib memory allocation and free functions
15 years ago
qint.h
Fix qtypes' licenses
16 years ago
qjson.c
Add support for JSON pretty printing
16 years ago
qjson.h
qjson.h: include compiler.h for GCC_FMT_ATTR
14 years ago
qlist.c
qlist: add qlist_size()
14 years ago
qlist.h
qlist: add qlist_size()
14 years ago
qmp-commands.hx
migration: print expected downtime in info migrate
14 years ago
qmp.c
qapi: convert add_client
14 years ago
qobject.h
json-parser: Fix potential NULL pointer segfault
14 years ago
qstring.c
Use glib memory allocation and free functions
15 years ago
qstring.h
Fix qtypes' licenses
16 years ago
qtest.c
qtest: Fix tv_usec != long
14 years ago
qtest.h
qtest: add dummy functions for user emulators
14 years ago
range.h
Introduce range.h
16 years ago
readline.c
monitor: Fix memory leak with readline completion
14 years ago
readline.h
monitor: Improve mux'ed console experience (Jan Kiszka)
17 years ago
rules.mak
Support using a different compiler for Objective-C files
14 years ago
s390-dis.c
s390: Disassemble some general-instruction-extension insns.
16 years ago
s390.ld
set SEARCH_PATH for the linker script from output of ld --verbose -v
17 years ago
savevm.c
savevm: make qemu_file_put_notify() return errors
14 years ago
sh4-dis.c
*-dis: Replace fprintf_ftype by fprintf_function (format checking)
16 years ago
softmmu-semi.h
softmmu-semi: fix lock_user* functions not to deref NULL upon OOM
14 years ago
softmmu_defs.h
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
14 years ago
softmmu_exec.h
Document softmmu templates
15 years ago
softmmu_header.h
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
14 years ago
softmmu_template.h
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
14 years ago
sparc-dis.c
tcg-sparc: Dump illegal opode contents
14 years ago
sparc.ld
Fix linker scripts
15 years ago
sparc64.ld
set SEARCH_PATH for the linker script from output of ld --verbose -v
17 years ago
spice-qemu-char.c
spice-qemu-char.c: Show what name is unsupported
14 years ago
sysemu.h
vga: cleanup after isa_vga_init() and pci_vga_init() conversion
14 years ago
targphys.h
targphys.h: Don't define target_phys_addr_t for user-mode emulators
14 years ago
tcg-runtime.c
tcg: add div/rem 32-bit helpers
16 years ago
tci-dis.c
tcg: Add tci disassembler
15 years ago
tci.c
tcg: remove obsolete jmp op
14 years ago
thunk.c
linux-user: add struct old_dev_t compat
14 years ago
thunk.h
linux-user: Fix invalid TARGET_ABI_BITS usage on ppc hosts
14 years ago
trace-events
ram: create trace event for migration sync bitmap
14 years ago
translate-all.c
w64: Fix data type of tb_next and other variables used for host addresses
14 years ago
uboot_image.h
Revert "Get rid of _t suffix"
17 years ago
uri.c
qemu: URI parsing library
14 years ago
uri.h
qemu: URI parsing library
14 years ago
user-exec.c
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
14 years ago
version.rc
mingw: add version information to the executables
16 years ago
vgafont.h
Some little fixes on QEMU
18 years ago
vl.c
create struct for machine initialization arguments
14 years ago
vmstate.h
vmstate: add VMSTATE_TIMER_V
14 years ago
x86_64.ld
Fix linker scripts
15 years ago
xen-all.c
memory: use AddressSpace for MemoryListener filtering
14 years ago
xen-mapcache.c
Fix invalidate if memory requested was not bucket aligned
14 years ago
xen-mapcache.h
xen mapcache: check if memory region has moved.
14 years ago
xen-stub.c
xen: Introduce xen_modified_memory.
14 years ago