|
QMP
|
qmp: add test tool for QMP
|
15 years ago |
|
audio
|
Fix spelling in comments, documentation and messages
|
15 years ago |
|
block
|
prepare for future GPLv2+ relicensing
|
14 years ago |
|
bsd-user
|
elf: Improve symbol lookup (optimize, fix for bsd-user)
|
14 years ago |
|
darwin-user
|
fix spelling in darwin-user sub directory
|
15 years ago |
|
default-configs
|
xtensa_lx60: add FLASH support
|
15 years ago |
|
docs
|
Spelling fixes in comments and documentation
|
14 years ago |
|
fpu
|
softfloat: Implement fused multiply-add
|
15 years ago |
|
fsdev
|
virtfs-proxy-helper: Add missing printf format attribute
|
14 years ago |
|
gdb-xml
|
gdb-xml: fix hacks in powerpc register numbering
|
17 years ago |
|
hw
|
pxa2xx_keypad: fix unbalanced parenthesis.
|
14 years ago |
|
libcacard
|
fix spelling in libcacard sub directory
|
15 years ago |
|
linux-headers
|
KVM: Update kernel headers
|
15 years ago |
|
linux-user
|
elf: Improve symbol lookup (optimize, fix for bsd-user)
|
14 years ago |
|
net
|
prepare for future GPLv2+ relicensing
|
14 years ago |
|
pc-bios
|
seabios: Update to release 1.6.3.1
|
14 years ago |
|
qapi
|
qapi: protect against NULL QObject in qmp_input_get_object
|
14 years ago |
|
qga
|
guest agent: add supported command list to guest-info RPC
|
15 years ago |
|
roms
|
seabios: Update to release 1.6.3.1
|
14 years ago |
|
scripts
|
Fix qapi code generation fix
|
14 years ago |
|
slirp
|
main-loop: create main-loop.c
|
15 years ago |
|
sysconfigs/target
|
Add cpu model configuration support..
|
16 years ago |
|
target-alpha
|
fix spelling in target sub directory
|
15 years ago |
|
target-arm
|
arm: Add dummy support for co-processor 15's secure config register
|
14 years ago |
|
target-cris
|
cris: Handle conditional stores on CRISv10
|
15 years ago |
|
target-i386
|
target-i386: fix compilation with --enable-debug-tcg
|
14 years ago |
|
target-lm32
|
lm32: add missing qemu_init_vcpu() call
|
15 years ago |
|
target-m68k
|
softmmu_header: pass CPUState to tlb_fill
|
15 years ago |
|
target-microblaze
|
microblaze: Break the tb at memory barriers
|
14 years ago |
|
target-mips
|
Fix spelling in comments, documentation and messages
|
15 years ago |
|
target-ppc
|
kvm: fix build error in ppc kvm due to memory_region_init_ram_ptr() change
|
14 years ago |
|
target-s390x
|
s390: fix cpu hotplug / cpu activity on interrupts
|
14 years ago |
|
target-sh4
|
target-sh4: ignore ocbp and ocbwb instructions
|
14 years ago |
|
target-sparc
|
sparc: avoid cpu_get_physical_page_desc()
|
14 years ago |
|
target-unicore32
|
Use hex instead of binary.
|
15 years ago |
|
target-xtensa
|
target-xtensa: fix MMUv3 initialization
|
15 years ago |
|
tcg
|
tcg-arm: fix a typo in comments
|
14 years ago |
|
tests
|
cris: Update paths to match the move of tests/cris
|
14 years ago |
|
trace
|
g_thread_init users: don't call it if glib >= 2.31
|
14 years ago |
|
ui
|
vnc: Simplify vnc_display_password()
|
14 years ago |
|
.gitignore
|
Add qapi related generated files to .gitignore
|
15 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
|
CODING_STYLE: explicitly allow braceless 'else if'
|
15 years ago |
|
COPYING
|
COPYING: update from FSF
|
18 years ago |
|
COPYING.LIB
|
Update FSF address in GPL/LGPL boilerplate
|
17 years ago |
|
Changelog
|
Fix spelling in comments, documentation and messages
|
15 years ago |
|
HACKING
|
HACKING: clarify allocation/free recommendations
|
15 years ago |
|
LICENSE
|
LICENSE: There is no libqemu.a anymore
|
15 years ago |
|
MAINTAINERS
|
MAINTAINERS: update tracing repo git URL
|
14 years ago |
|
Makefile
|
test: eliminate libcheck tests and have make check use gtester
|
14 years ago |
|
Makefile.dis
|
Compile disassemblers only once
|
16 years ago |
|
Makefile.hw
|
Makefile.hw: allow hw/ files to include glib headers
|
15 years ago |
|
Makefile.objs
|
Merge remote-tracking branch 'aneesh/for-upstream' into staging
|
14 years ago |
|
Makefile.target
|
Merge branch 's390-next' of git://repo.or.cz/qemu/agraf
|
14 years ago |
|
Makefile.user
|
build: Move tracing objects into libuser on usermode emulation targets
|
15 years ago |
|
README
|
Update README
|
15 years ago |
|
TODO
|
Update
|
18 years ago |
|
VERSION
|
Update version for 1.1 development branch
|
15 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
|
prepare for future GPLv2+ relicensing
|
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
|
vectorize is_dup_page
|
14 years ago |
|
arch_init.h
|
audio: remove unused parameter isa_pic
|
14 years ago |
|
arm-dis.c
|
fix spelling in main directory
|
15 years ago |
|
arm-semi.c
|
arm-semi: Provide access to CLI arguments passed through the "-append" option
|
15 years ago |
|
arm.ld
|
Fix linker scripts
|
15 years ago |
|
async.c
|
main-loop: create main-loop.h
|
15 years ago |
|
balloon.c
|
qapi: Convert balloon
|
15 years ago |
|
balloon.h
|
qapi: Convert balloon
|
15 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
|
prepare for future GPLv2+ relicensing
|
14 years ago |
|
block-migration.h
|
block migration: Report progress also via info migration
|
17 years ago |
|
block.c
|
block: avoid useless checks on acb->bh
|
15 years ago |
|
block.h
|
qcow2: Allow >4 GB VM state
|
15 years ago |
|
block_int.h
|
block: add interface to toggle copy-on-read
|
15 years ago |
|
blockdev.c
|
qapi: Convert eject
|
14 years ago |
|
blockdev.h
|
qapi: Convert eject
|
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
|
Delete useless 'extern' qualifiers for functions
|
15 years ago |
|
check-qdict.c
|
check-qdict: convert to gtest
|
14 years ago |
|
check-qfloat.c
|
check-qfloat: convert to gtest
|
14 years ago |
|
check-qint.c
|
check-qint: convert to gtest
|
14 years ago |
|
check-qjson.c
|
check-qjson: enable disabled tests
|
14 years ago |
|
check-qlist.c
|
check-qlist: convert to gtest
|
14 years ago |
|
check-qstring.c
|
check-qstring: remove check.h include
|
14 years ago |
|
cmd.c
|
cmd: Fix potential memory leak
|
15 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
|
Fix and clean code which tests the gcc version
|
15 years ago |
|
config.h
|
Makefile dependencies for device configs
|
17 years ago |
|
configure
|
configure: Modify detection of supported warning options
|
14 years ago |
|
console.c
|
console: Fix segfault on screendump without VGA adapter
|
14 years ago |
|
console.h
|
qapi: Convert expire_password
|
14 years ago |
|
coroutine-gthread.c
|
g_thread_init users: don't call it if glib >= 2.31
|
14 years ago |
|
coroutine-ucontext.c
|
coroutine: switch per-thread free pool to a global pool
|
15 years ago |
|
coroutine-win32.c
|
Use glib memory allocation and free functions
|
15 years ago |
|
cpu-all.h
|
Remove IO_MEM_SHIFT
|
14 years ago |
|
cpu-common.h
|
Remove IO_MEM_SHIFT
|
14 years ago |
|
cpu-defs.h
|
fix win32 build
|
15 years ago |
|
cpu-exec.c
|
PPC: Fix sync instructions problem in SMP
|
15 years ago |
|
cpus.c
|
cleanup, Remove duplicated code
|
14 years ago |
|
cpus.h
|
Simplify cpu_exec_all to tcg_exec_all
|
15 years ago |
|
cris-dis.c
|
cris-dis: Clean memory allocation
|
14 years ago |
|
cursor.c
|
Use glib memory allocation and free functions
|
15 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
|
sheepdog: move coroutine send/recv function to generic code
|
14 years ago |
|
def-helper.h
|
tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.
|
16 years ago |
|
device_tree.c
|
device_tree: Fix potential memory leak
|
15 years ago |
|
device_tree.h
|
device tree: add add_subnode command
|
15 years ago |
|
dis-asm.h
|
tcg: Add tci disassembler
|
15 years ago |
|
disas.c
|
tcg: Add tci disassembler
|
15 years ago |
|
disas.h
|
Remove special handling of system include files (no longer needed)
|
16 years ago |
|
dma-helpers.c
|
dma: the passed io_func does not return NULL
|
15 years ago |
|
dma.h
|
Use dma_addr_t type for scatter/gather code
|
15 years ago |
|
dyngen-exec.h
|
tcg/arm: Use r6 as TCG_AREG0 to avoid clash with Thumb framepointer
|
14 years ago |
|
elf.h
|
target-xtensa: add target stubs
|
15 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
|
Drop qemu-objects.h from modules that don't require it
|
15 years ago |
|
error.h
|
Error: Fix build when qemu-common.h is not included
|
15 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
|
Direct dispatch through MemoryRegion
|
14 years ago |
|
exec-memory.h
|
fix spelling in main directory
|
15 years ago |
|
exec-obsolete.h
|
prepare for future GPLv2+ relicensing
|
14 years ago |
|
exec.c
|
tcg-arm: fix a typo in comments
|
14 years ago |
|
gdbstub.c
|
gdbstub: Fix fd leak in gdbserver_open() error path
|
14 years ago |
|
gdbstub.h
|
Add scripts directory
|
15 years ago |
|
gen-icount.h
|
Fix conversions from pointer to tcg_target_long
|
15 years ago |
|
hmp-commands.hx
|
qapi: Convert eject
|
14 years ago |
|
hmp.c
|
qapi: Convert eject
|
14 years ago |
|
hmp.h
|
qapi: Convert eject
|
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
|
qapi: Convert query-mice
|
15 years ago |
|
int128.h
|
Add support for 128-bit arithmetic
|
15 years ago |
|
iohandler.c
|
Revert to a hand-made select loop
|
15 years ago |
|
ioport-user.c
|
Revert "Get rid of _t suffix"
|
17 years ago |
|
ioport.c
|
Introduce PortioList
|
15 years ago |
|
ioport.h
|
Introduce PortioList
|
15 years ago |
|
iorange.h
|
Type-safe ioport callbacks
|
16 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: flush the dirty log when unregistering a slot
|
14 years ago |
|
kvm-stub.c
|
Remove exec-all.h include directives
|
15 years ago |
|
kvm.h
|
kvm: switch kvm slots to use host virtual address instead of ram_addr_t
|
14 years ago |
|
libfdt_env.h
|
Fix libfdt warnings on Darwin
|
15 years ago |
|
linux-aio.c
|
block: qemu_aio_get does not return NULL
|
15 years ago |
|
m68k-dis.c
|
fix spelling in main directory
|
15 years ago |
|
m68k-semi.c
|
Use new macro QEMU_PACKED for packed structures
|
15 years ago |
|
m68k.ld
|
set SEARCH_PATH for the linker script from output of ld --verbose -v
|
17 years ago |
|
main-loop.c
|
cleanup, save a syscall
|
14 years ago |
|
main-loop.h
|
link the main loop and its dependencies into the tools
|
14 years ago |
|
memory.c
|
prepare for future GPLv2+ relicensing
|
14 years ago |
|
memory.h
|
Spelling fixes in comments and documentation
|
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
|
prepare for future GPLv2+ relicensing
|
14 years ago |
|
migration-tcp.c
|
prepare for future GPLv2+ relicensing
|
14 years ago |
|
migration-unix.c
|
prepare for future GPLv2+ relicensing
|
14 years ago |
|
migration.c
|
prepare for future GPLv2+ relicensing
|
14 years ago |
|
migration.h
|
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
|
15 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
|
prepare for future GPLv2+ relicensing
|
14 years ago |
|
module.h
|
qapi: add module init types for qapi
|
15 years ago |
|
monitor.c
|
qerror: Extend QERR_DEVICE_ENCRYPTED
|
14 years ago |
|
monitor.h
|
monitor: expose readline state
|
14 years ago |
|
nbd.c
|
qemu-nbd: throttle requests
|
14 years ago |
|
nbd.h
|
qemu-nbd: move client handling to nbd.c
|
14 years ago |
|
net.c
|
Support for UDP unicast network backend
|
14 years ago |
|
net.h
|
vmstate: extract declarations out of hw/hw.h
|
14 years ago |
|
notify.c
|
prepare for future GPLv2+ relicensing
|
14 years ago |
|
notify.h
|
notifier: Pass data argument to callback
|
15 years ago |
|
os-posix.c
|
link the main loop and its dependencies into the tools
|
14 years ago |
|
os-win32.c
|
link the main loop and its dependencies into the tools
|
14 years ago |
|
osdep.c
|
move corking functions to osdep.c
|
14 years ago |
|
osdep.h
|
Move macro QEMU_GNUC_PREREQ to compiler.h
|
15 years ago |
|
oslib-posix.c
|
link the main loop and its dependencies into the tools
|
14 years ago |
|
oslib-win32.c
|
link the main loop and its dependencies into the tools
|
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
|
Avoid CPU endian memory accesses in devices
|
15 years ago |
|
posix-aio-compat.c
|
prepare for future GPLv2+ relicensing
|
14 years ago |
|
ppc-dis.c
|
Work around OpenSolaris sys/regset.h namespace pollution
|
17 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
|
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
|
15 years ago |
|
qapi-schema-test.json
|
Introduce test-qmp-output-visitor
|
15 years ago |
|
qapi-schema.json
|
qapi: Introduce change-vnc-password
|
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
|
Add qemu_aio_process_queue()
|
17 years ago |
|
qemu-barrier.h
|
qemu-barrier: Fix build failure on PowerPC Mac OS X
|
15 years ago |
|
qemu-char.c
|
qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it public
|
15 years ago |
|
qemu-char.h
|
qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it public
|
15 years ago |
|
qemu-common.h
|
sheepdog: move coroutine send/recv function to generic code
|
14 years ago |
|
qemu-config.c
|
hw/9pfs: Add support to use named socket for proxy FS
|
14 years ago |
|
qemu-config.h
|
spice: core bits
|
16 years ago |
|
qemu-coroutine-int.h
|
coroutines: Locks
|
15 years ago |
|
qemu-coroutine-io.c
|
sheepdog: move coroutine send/recv function to generic code
|
14 years ago |
|
qemu-coroutine-lock.c
|
coroutine: add qemu_co_queue_restart_all()
|
15 years ago |
|
qemu-coroutine.c
|
coroutine: introduce coroutines
|
15 years ago |
|
qemu-coroutine.h
|
coroutine: add qemu_co_queue_restart_all()
|
15 years ago |
|
qemu-doc.texi
|
doc: Remove Symbian Virtual Platform
|
15 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
|
vmstate: extract declarations out of hw/hw.h
|
14 years ago |
|
qemu-ga.c
|
Spelling fixes in comments and documentation
|
14 years ago |
|
qemu-img-cmds.hx
|
Documentation: Add qemu-img -t parameter in man page
|
15 years ago |
|
qemu-img.c
|
qemu-img rebase: Fix for undersized backing files
|
15 years ago |
|
qemu-img.texi
|
Documentation: Add qemu-img -t parameter in man page
|
15 years ago |
|
qemu-io.c
|
block: bdrv_aio_* do not return NULL
|
15 years ago |
|
qemu-lock.h
|
qemu-lock.h: Remove non-pthreads spinlock implementations
|
15 years ago |
|
qemu-log.h
|
Define macros that will become the new logging API (Eduardo Habkost)
|
17 years ago |
|
qemu-nbd.c
|
qemu-nbd: drop loop which can never loop
|
14 years ago |
|
qemu-nbd.texi
|
qemu-nbd: Fix wrong description in qemu-nbd.texi
|
16 years ago |
|
qemu-objects.h
|
Fix qtypes' licenses
|
16 years ago |
|
qemu-option.c
|
Add 'fall through' comments to case statements without break
|
14 years ago |
|
qemu-option.h
|
qemu: Add opt_set_bool functionality
|
15 years ago |
|
qemu-options-wrapper.h
|
vl.c: In qemu -h output, only print options for the arch we are running as
|
14 years ago |
|
qemu-options.h
|
vl.c: Move option generation logic into a wrapper file
|
14 years ago |
|
qemu-options.hx
|
Support for UDP unicast network backend
|
14 years ago |
|
qemu-os-posix.h
|
9pfs: improve portability to older systems
|
15 years ago |
|
qemu-os-win32.h
|
main-loop: create main-loop.c
|
15 years ago |
|
qemu-progress.c
|
Fix compilation warning due to missing header for sigaction (followup)
|
15 years ago |
|
qemu-queue.h
|
qemu-queue: Introduce QLIST_INSERT_HEAD_RCU and dummy RCU wrappers.
|
15 years ago |
|
qemu-sockets.c
|
qemu-sockets: Plug fd leak on unix_connect_opts() error path
|
15 years ago |
|
qemu-tech.texi
|
qemu-tech.texi: Remove libqemu related stuff from the document
|
15 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
|
fix win32 build
|
15 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
|
win32: remove broken timers
|
15 years ago |
|
qemu-timer.h
|
ptimer: move declarations to ptimer.h
|
14 years ago |
|
qemu-tls.h
|
Rename get_tls to tls_var
|
15 years ago |
|
qemu-tool.c
|
prepare for future GPLv2+ relicensing
|
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
|
move corking functions to osdep.c
|
14 years ago |
|
qerror.c
|
qom: introduce QERR_PROPERTY_VALUE_OUT_OF_RANGE
|
14 years ago |
|
qerror.h
|
qerror: Extend QERR_DEVICE_ENCRYPTED
|
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
|
Merge remote branch 'qmp/for-anthony' into staging
|
16 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
|
qapi: Introduce change-vnc-password
|
14 years ago |
|
qmp.c
|
qerror: Extend QERR_DEVICE_ENCRYPTED
|
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 |
|
range.h
|
Introduce range.h
|
16 years ago |
|
readline.c
|
readline: Fix buffer overrun on re-add to history
|
15 years ago |
|
readline.h
|
monitor: Improve mux'ed console experience (Jan Kiszka)
|
17 years ago |
|
rules.mak
|
build: sort objects to remove duplicates for link
|
15 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
|
Fix vmstate_register_ram() for rom/device regions
|
14 years ago |
|
sh4-dis.c
|
*-dis: Replace fprintf_ftype by fprintf_function (format checking)
|
16 years ago |
|
softmmu-semi.h
|
Correct spelling of licensed
|
15 years ago |
|
softmmu_defs.h
|
Document softmmu templates
|
15 years ago |
|
softmmu_exec.h
|
Document softmmu templates
|
15 years ago |
|
softmmu_header.h
|
Document softmmu templates
|
15 years ago |
|
softmmu_template.h
|
Remove IO_MEM_SHIFT
|
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: Generate chardev open/close events
|
15 years ago |
|
sysemu.h
|
Add generic drive hotplugging
|
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
|
tcg: Standardize on TCGReg as the enum for hard registers
|
15 years ago |
|
test-coroutine.c
|
coroutine: add test-coroutine --benchmark-lifecycle
|
15 years ago |
|
test-qmp-commands.c
|
qapi: add test cases for generated free functions
|
15 years ago |
|
test-qmp-input-visitor.c
|
Introduce test-qmp-input-visitor
|
15 years ago |
|
test-qmp-output-visitor.c
|
Introduce test-qmp-output-visitor
|
15 years ago |
|
thunk.c
|
Update to a hopefully more future proof FSF address
|
17 years ago |
|
thunk.h
|
Update to a hopefully more future proof FSF address
|
17 years ago |
|
trace-events
|
Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging
|
14 years ago |
|
translate-all.c
|
Delegate setup of TCG temporaries to targets
|
15 years ago |
|
uboot_image.h
|
Revert "Get rid of _t suffix"
|
17 years ago |
|
usb-bsd.c
|
Use glib memory allocation and free functions
|
15 years ago |
|
usb-linux.c
|
usb-host: properly release port on unplug & exit
|
14 years ago |
|
usb-redir.c
|
Strip trailing '\n' from error_report()'s first argument (again)
|
14 years ago |
|
usb-stub.c
|
monitor: Rework API (Jan Kiszka)
|
17 years ago |
|
user-exec.c
|
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
|
15 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
|
hw/9pfs: Add support to use named socket for proxy FS
|
14 years ago |
|
vmstate.h
|
vmstate: extract declarations out of hw/hw.h
|
14 years ago |
|
x86_64.ld
|
Fix linker scripts
|
15 years ago |
|
xen-all.c
|
prepare for future GPLv2+ relicensing
|
14 years ago |
|
xen-mapcache.c
|
prepare for future GPLv2+ relicensing
|
14 years ago |
|
xen-mapcache.h
|
xen: fix xen-mapcache build on non-Xen capable targets
|
15 years ago |
|
xen-stub.c
|
prepare for future GPLv2+ relicensing
|
14 years ago |
|
xtensa-semi.c
|
target-xtensa: implement SIMCALL
|
15 years ago |