QMP
Add event notification for guest balloon changes
14 years ago
audio
audio/winwave: Fix typo
14 years ago
block
raw-posix: Fix build without is_allocated support
14 years ago
bsd-user
build: move *-user/ objects to nested Makefile.objs
14 years ago
default-configs
xilinx_axi*: Share devices between microblaze and microblazeel
14 years ago
docs
spapr: Add "memop" hypercall
14 years ago
fpu
softfloat: Replace int16 type with int_fast16_t
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
PPC: e500: Extend address/size of / to 64bit
14 years ago
include/ qemu
Merge remote-tracking branch 'afaerber-or/qom-next-2' into staging
14 years ago
libcacard
libcacard: build fixes
14 years ago
linux-headers
kvm: Update kernel headers
14 years ago
linux-user
qemu-log: cleanup
14 years ago
net
qmp: include monitor.h when needed
14 years ago
pc-bios
PPC: e500: dt: start with empty device tree
14 years ago
qapi
qmp: do not include monitor.h from qapi-types-core.h
14 years ago
qga
build: move qga/ objects to nested Makefile.objs
14 years ago
qom
qom: Push error reporting to object_property_find()
14 years ago
roms
pc-bios: Update OpenBIOS images
14 years ago
scripts
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
14 years ago
slirp
build: move slirp/ objects to nested Makefile.objs
14 years ago
sysconfigs/ target
move CPU definitions to /usr/share/qemu/cpus-x86_64.conf (v2)
14 years ago
target-alpha
build: move other target-*/ objects to nested Makefile.objs
14 years ago
target-arm
build: move other target-*/ objects to nested Makefile.objs
14 years ago
target-cris
cris: Fix NMI-flag handling on crisv10.
14 years ago
target-i386
qemu-log: use LOG_UNIMP for some target CPU cases
14 years ago
target-lm32
build: move other target-*/ objects to nested Makefile.objs
14 years ago
target-m68k
build: move other target-*/ objects to nested Makefile.objs
14 years ago
target-microblaze
qemu-log: use LOG_UNIMP for some target CPU cases
14 years ago
target-mips
build: move other target-*/ objects to nested Makefile.objs
14 years ago
target-ppc
ppc64: Rudimentary Support for extra page sizes on server CPUs
14 years ago
target-s390x
qemu-log: use LOG_UNIMP for some target CPU cases
14 years ago
target-sh4
build: move other target-*/ objects to nested Makefile.objs
14 years ago
target-sparc
qemu-log: use LOG_UNIMP for some target CPU cases
14 years ago
target-unicore32
build: move other target-*/ objects to nested Makefile.objs
14 years ago
target-xtensa
target-xtensa: switch to AREG0-free mode
14 years ago
tcg
TCG: Fix compile breakage in tcg_dump_ops
14 years ago
tests
qtest: add a fuzz test to fdc-test
14 years ago
trace
trace/simple.c: fix deprecated glib2 interface
14 years ago
ui
build: move ui/ objects to nested Makefile.objs
14 years ago
.gitignore
.gitignore: add qemu-bridge-helper and option rom build products
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
HACKING: clarify allocation/free recommendations
15 years ago
LICENSE
LICENSE: There is no libqemu.a anymore
15 years ago
MAINTAINERS
Merge branch 'maintainers-up' of git://repo.or.cz/qemu/afaerber
14 years ago
Makefile
PPC: e500: dt: start with empty device tree
14 years ago
Makefile.dis
make: automatically include dependencies in recursive subdir rules (v2)
14 years ago
Makefile.hw
build: move per-target hw/ objects to nested Makefile.objs
14 years ago
Makefile.objs
qemu-log: move logging to qemu-log.c
14 years ago
Makefile.target
make: automatically include dependencies in recursive subdir rules (v2)
14 years ago
Makefile.user
make: automatically include dependencies in recursive subdir rules (v2)
14 years ago
README
Update README
15 years ago
TODO
Update
18 years ago
VERSION
Update version to open the 1.2 development branch
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: simplify qemu_aio_wait
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
arch_init: Fix AltiVec build on Darwin/ppc
14 years ago
arch_init.h
eliminate arch_config_name variable
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: fix error on OpenBSD and mingw32
15 years ago
block-migration.c
Purge migration of (almost) everything to do with monitors
14 years ago
block-migration.h
block migration: Report progress also via info migration
17 years ago
block.c
block: Replace bdrv_get_format() by bdrv_get_format_name()
14 years ago
block.h
block: Replace bdrv_get_format() by bdrv_get_format_name()
14 years ago
block_int.h
qemu-img check -r for repairing images
14 years ago
blockdev.c
block: Simplify how drive_init() computes default ID
14 years ago
blockdev.h
qapi: Convert block_set_io_throttle
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
prepare for future GPLv2+ relicensing
14 years ago
buffered_file.h
Introduce a buffered file wrapper for QEMUFile
18 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
rewrite QEMU_BUILD_BUG_ON
14 years ago
config.h
Makefile dependencies for device configs
17 years ago
configure
ppc: Move load and store helpers, switch to AREG0 free mode
14 years ago
console.c
optimize screendump for the common non-switch case
14 years ago
console.h
console: add some trace events
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
coroutine: switch to QSLIST
14 years ago
coroutine-win32.c
Use glib memory allocation and free functions
15 years ago
cpu-all.h
ppc: Move load and store helpers, switch to AREG0 free mode
14 years ago
cpu-common.h
Add API to check whether a physical address is I/O address
14 years ago
cpu-defs.h
w64: Fix struct CPUTLBEntry
14 years ago
cpu-exec.c
cris: Fix NMI-flag handling on crisv10.
14 years ago
cpus.c
kvm: Drop redundant kvm_enabled from cpu_thread_is_idle
14 years ago
cpus.h
qtest: add clock management
14 years ago
cputlb.c
cputlb: fix watchpoints handling
14 years ago
cputlb.h
memory: move functions is_romd and section_addr to memory API
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
cutils: extract buffer_is_zero() from qemu-img.c
14 years ago
def-helper.h
Add support for target helper functions which don't return
14 years ago
device_tree.c
dt: Add global option to set phandle start offset
14 years ago
device_tree.h
dt: add helper for 64bit cell adds
14 years ago
dis-asm.h
target-lm32: add simple disassembler
14 years ago
disas.c
fix some common typos
14 years ago
disas.h
Rename CPUState -> CPUArchState
14 years ago
dma-helpers.c
Use DMADirection type for dma_bdrv_io
14 years ago
dma.h
Merge remote-tracking branch 'kwolf/for-anthony' into staging
14 years ago
dump-stub.c
dump: Fix license version (GPL2+ instead of GPL2)
14 years ago
dump.c
dump: Fix license version (GPL2+ instead of GPL2)
14 years ago
dump.h
dump: Fix license version (GPL2+ instead of GPL2)
14 years ago
dyngen-exec.h
Rename CPUState -> CPUArchState
14 years ago
elf.h
introduce a new monitor command 'dump-guest-memory' to dump guest's memory
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.c: don't return value for void function
14 years ago
error.h
Error: Introduce error_copy()
14 years ago
error_int.h
Introduce the new error framework
15 years ago
event_notifier.c
prepare for future GPLv2+ relicensing
14 years ago
event_notifier.h
prepare for future GPLv2+ relicensing
14 years ago
exec-all.h
linux-user: Fix stale tbs after mmap
14 years ago
exec-memory.h
fix spelling in main directory
15 years ago
exec-obsolete.h
memory: get rid of cpu_register_io_memory()
14 years ago
exec.c
qemu-log: move logging to qemu-log.c
14 years ago
gdbstub.c
make gdb_id() generally avialable and rename it to cpu_index()
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
qapi: convert netdev_del
14 years ago
hmp.c
qmp: include monitor.h when needed
14 years ago
hmp.h
qapi: convert netdev_del
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
runstate: introduce suspended state
14 years ago
int128.h
Add support for 128-bit arithmetic
15 years ago
iohandler.c
iohandler: Use bool for boolean struct member and remove holes
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
prepare for future GPLv2+ relicensing
14 years ago
iov.h
Add iov_clear()
15 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: add handling for NULL token list
15 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
kvm: add missing include files
14 years ago
kvm-stub.c
kvm: Enable use of kvm_irqchip_in_kernel in hwlib code
14 years ago
kvm.h
kvm: Introduce kvm_irqchip_add/remove_irqfd
14 years ago
libfdt_env.h
Fix libfdt warnings on Darwin
15 years ago
linux-aio.c
aio: remove process_queue callback and qemu_aio_process_queue
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.c
memory: check address space when a listener is registered
14 years ago
memory.h
memory: move functions is_romd and section_addr to memory API
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
qapi: Convert migrate
14 years ago
migration-tcp.c
use inet_listen()/inet_connect() to support ipv6 migration
14 years ago
migration-unix.c
prepare for future GPLv2+ relicensing
14 years ago
migration.c
use inet_listen()/inet_connect() to support ipv6 migration
14 years ago
migration.h
use inet_listen()/inet_connect() to support ipv6 migration
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
Add rate limiting of RTC_CHANGE, BALLOON_CHANGE & WATCHDOG events
14 years ago
monitor.h
Add event notification for guest balloon changes
14 years ago
nbd.c
sockets: use error class to pass listen error
14 years ago
nbd.h
nbd: consistently return negative errno values
14 years ago
net.c
qapi: convert netdev_del
14 years ago
net.h
qapi: convert netdev_del
14 years ago
notify.c
notifier: switch to QLIST
14 years ago
notify.h
notifier: switch to QLIST
14 years ago
os-posix.c
os-posix: Fix build on FreeBSD
14 years ago
os-win32.c
Prevent disk data loss when closing qemu
14 years ago
osdep.c
Allow machines to configure the QEMU_VERSION that's exposed via hardware
14 years ago
osdep.h
Allow machines to configure the QEMU_VERSION that's exposed via hardware
14 years ago
oslib-posix.c
link the main loop and its dependencies into the tools
15 years ago
oslib-win32.c
main-loop: interrupt wait when data arrives on a socket
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
Rename CPUState -> CPUArchState
14 years ago
posix-aio-compat.c
aio: remove process_queue callback and qemu_aio_process_queue
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
qemu-ga: guest-shutdown: use only async-signal-safe functions
14 years ago
qapi-schema-test.json
qapi: add struct-errors test case to test-qmp-output-visitor
14 years ago
qapi-schema.json
Add 'query-events' command to QMP to query async events
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
virtio: order index/descriptor reads
14 years ago
qemu-bridge-helper.c
Add cap reduction support to enable use as SUID
14 years ago
qemu-char.c
do not include <libutil.h> needlessly or if it doesn't exist
14 years ago
qemu-char.h
qdev: nuke qdev_init_chardev()
14 years ago
qemu-common.h
Un-inline fdctrl_init_isa()
14 years ago
qemu-config.c
dt: Add global option to set phandle start offset
14 years ago
qemu-config.h
qemu-config: introduce qemu_find_opts_err()
14 years ago
qemu-coroutine-int.h
coroutine: switch to QSLIST
14 years ago
qemu-coroutine-io.c
sheepdog: move coroutine send/recv function to generic code
15 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
qemu-doc: Use QEMU instead of qemu for product name
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
Spelling fixes in comments (it's -> its)
14 years ago
qemu-ga.c
qemu-ga: align versioning with QEMU_VERSION
14 years ago
qemu-img-cmds.hx
qemu-img check -r for repairing images
14 years ago
qemu-img.c
block: Replace bdrv_get_format() by bdrv_get_format_name()
14 years ago
qemu-img.texi
qemu-img: document qed format on qemu-img man page
14 years ago
qemu-io.c
qemu-io: fix the alloc command
14 years ago
qemu-lock.h
qemu-lock.h: Remove non-pthreads spinlock implementations
15 years ago
qemu-log.c
qemu-log: add log category for unimplemented functionality
14 years ago
qemu-log.h
Avoid segfault in cpu_dump_state
14 years ago
qemu-nbd.c
nbd: do not include block_int.h
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.c
qemu-option: qemu_opts_from_qdict(): use error_set()
14 years ago
qemu-option.h
qemu-option: qemu_opts_from_qdict(): use error_set()
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
Merge remote-tracking branch 'sweil/for-1.1' into staging
14 years ago
qemu-os-posix.h
9pfs: improve portability to older systems
15 years ago
qemu-os-win32.h
w64: Fix definition of setjmp
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-sockets.c
qemu-option: qemu_opts_create(): use error_set()
14 years ago
qemu-tech.texi
Drop darwin-user
14 years ago
qemu-thread-posix.c
qemu-thread: implement joinable threads for POSIX
15 years ago
qemu-thread-posix.h
add Win32 IPI service
15 years ago
qemu-thread-win32.c
w32: Initialise critical section before starting thread (fix #922131)
14 years ago
qemu-thread-win32.h
fix win32 build
15 years ago
qemu-thread.h
qemu-thread: add API for joinable threads
15 years ago
qemu-timer-common.c
Add OpenBSD to ifdef list since it has CLOCK_MONOTONIC.
16 years ago
qemu-timer.c
qemu-timer: Fix wrong error message
14 years ago
qemu-timer.h
qemu-timer: Move include for __FreeBSD_version to header
14 years ago
qemu-tls.h
Rename get_tls to tls_var
15 years ago
qemu-tool.c
qemu-log: cleanup
14 years ago
qemu-user.c
qom: Add QOM support to user emulators
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
sockets: use error class to pass listen error
14 years ago
qerror.c
qerror: introduce QERR_INVALID_OPTION_GROUP
14 years ago
qerror.h
qerror: introduce QERR_INVALID_OPTION_GROUP
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
Use glib memory allocation and free functions
15 years ago
qlist.h
qlist: add qlist_first()/qlist_next()
15 years ago
qmp-commands.hx
Add 'query-events' command to QMP to query async events
14 years ago
qmp.c
runstate: introduce suspended state
14 years ago
qobject.h
Fix qtypes' licenses
16 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
make: automatically include dependencies in recursive subdir rules (v2)
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
Merge remote-tracking branch 'afaerber-or/qom-next-2' into staging
14 years ago
sh4-dis.c
*-dis: Replace fprintf_ftype by fprintf_function (format checking)
16 years ago
softmmu-semi.h
Rename CPUState -> CPUArchState
14 years ago
softmmu_defs.h
softmmu templates: optionally pass CPUState to memory access functions
14 years ago
softmmu_exec.h
Document softmmu templates
15 years ago
softmmu_header.h
w64: Fix data types in softmmu*.h
14 years ago
softmmu_template.h
w64: Fix data types in softmmu*.h
14 years ago
sparc-dis.c
sparc64: more ultrasparc asi extensions for disassembler
16 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
qapi: Convert migrate
14 years ago
targphys.h
Split TLB addend and target_phys_addr_t
16 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
tci: Fix wrong macro name for debug code
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
Add rate limiting of RTC_CHANGE, BALLOON_CHANGE & WATCHDOG events
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
user-exec.c
user-exec.c: Don't assert on segfaults for non-valid addresses
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
Allow machines to configure the QEMU_VERSION that's exposed via hardware
14 years ago
vmstate.h
Purge migration of (almost) everything to do with monitors
14 years ago
x86_64.ld
Fix linker scripts
15 years ago
xen-all.c
Call xc_domain_shutdown with the reboot flag when the guest requests a reboot.
14 years ago
xen-mapcache.c
xen-mapcache: don't unmap locked entry during mapcache invalidation
14 years ago
xen-mapcache.h
xen mapcache: check if memory region has moved.
14 years ago
xen-stub.c
Xen: basic HVM MSI injection support.
14 years ago