QMP
qmp: add pull_event function
14 years ago
audio
audio: Replace non-portable asprintf in debug code by g_strdup_printf
13 years ago
backends
Make all static TypeInfos const
13 years ago
block
Merge remote-tracking branch 'stefanha/block' into staging
13 years ago
bsd-user
misc: move include files to include/qemu/
13 years ago
default-configs
Add TEWS TPCI200 IndustryPack emulation
13 years ago
disas
target-s390: Fix disassembly of cpsdr
13 years ago
docs
pci,virtio
13 years ago
fpu
softfloat: Implement uint64_to_float128
13 years ago
fsdev
qemu-option: move standard option definitions out of qemu-config.c
13 years ago
gdb-xml
gdb-xml: fix hacks in powerpc register numbering
17 years ago
hw
sysbus: Drop sysbus_from_qdev() cast macro
13 years ago
include
Merge remote-tracking branch 'quintela/thread.next' into staging
13 years ago
ldscripts
build: create ldscripts/
13 years ago
libcacard
build: fold trace-obj-y into libqemuutil.a
13 years ago
linux-headers
Update Linux kernel headers
13 years ago
linux-user
alpha-linux-user: Correct select
13 years ago
net
HMP: add QDict to info callback handler
13 years ago
pc-bios
seabios: update to 1.7.2 release
13 years ago
pixman @ 97336fad32
qapi: move include files to include/qobject/
13 years ago
qapi
build: move base QAPI files to libqemuutil.a
13 years ago
qga
Replace non-portable asprintf by g_strdup_printf
13 years ago
qobject
build: move qobject files to qobject/ and libqemuutil.a
13 years ago
qom
qom: Make object_resolve_path_component() path argument const
13 years ago
roms
seabios: update to 1.7.2 release
13 years ago
scripts
Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf
13 years ago
slirp
slirp: remove unused field tt
13 years ago
stubs
stubs: fully replace qemu-tool.c and qemu-user.c
13 years ago
sysconfigs/ target
Eliminate cpus-x86_64.conf file
14 years ago
target-alpha
cpu: Move cpu_index field to CPUState
13 years ago
target-arm
cpu: Move cpu_index field to CPUState
13 years ago
target-cris
target-cris: Drop unused cpu_cris_close() prototype
13 years ago
target-i386
sysbus: Drop sysbus_from_qdev() cast macro
13 years ago
target-lm32
cpu: Move cpu_index field to CPUState
13 years ago
target-m68k
cpu: Move cpu_index field to CPUState
13 years ago
target-microblaze
target-microblaze: Drop unused cpu_mb_close() prototype
13 years ago
target-mips
exec: Return CPUState from qemu_get_cpu()
13 years ago
target-openrisc
cpu: Move cpu_index field to CPUState
13 years ago
target-ppc
PPC: KVM: Add support for EPR with KVM
13 years ago
target-s390x
s390: Add a hypercall registration interface.
13 years ago
target-sh4
cpu: Move cpu_index field to CPUState
13 years ago
target-sparc
cpu: Move cpu_index field to CPUState
13 years ago
target-unicore32
configure: allow disabling pixman if not needed
13 years ago
target-xtensa
target-xtensa: fix search_pc for the last TB opcode
13 years ago
tcg
tcg/target-arm: Add missing parens to assertions
13 years ago
tests
aio: Fix return value of aio_poll()
13 years ago
trace
build: fold trace-obj-y into libqemuutil.a
13 years ago
ui
vnc: fix possible uninitialized removals
13 years ago
util
Replace non-portable asprintf by g_strdup_printf
13 years ago
.exrc
qemu: add .exrc
14 years ago
.gitignore
Add libcacard/trace/generated-tracers.c to .gitignore
13 years ago
.gitmodules
pixman: add submodule
14 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: List areas where we may rely on impdef C behaviour
14 years ago
LICENSE
LICENSE: There is no libqemu.a anymore
15 years ago
MAINTAINERS
Merge branch 's390-reorg' of git://repo.or.cz/qemu/rth
13 years ago
Makefile
Makefile: drop recursive libcacard clean
13 years ago
Makefile.objs
build: fold trace-obj-y into libqemuutil.a
13 years ago
Makefile.target
build: improve quiet output for .stp rules
13 years ago
README
Update README
15 years ago
TODO
Update
18 years ago
VERSION
Open up 1.4 development branch
14 years ago
aio-posix.c
aio: Fix return value of aio_poll()
13 years ago
aio-win32.c
aio: Fix return value of aio_poll()
13 years ago
arch_init.c
Protect migration_bitmap_sync() with the ramlist lock
13 years ago
async.c
misc: move include files to include/qemu/
13 years ago
balloon.c
softmmu: move include files to include/sysemu/
13 years ago
block-migration.c
savevm: New save live migration method: pending
13 years ago
block.c
block: clear dirty bitmap when discarding
13 years ago
blockdev-nbd.c
softmmu: move include files to include/sysemu/
13 years ago
blockdev.c
qemu-option: move standard option definitions out of qemu-config.c
13 years ago
blockjob.c
misc: move include files to include/qemu/
13 years ago
bt-host.c
softmmu: move remaining include files to include/ subdirectories
13 years ago
bt-vhci.c
softmmu: move remaining include files to include/ subdirectories
13 years ago
cmd.c
misc: move include files to include/qemu/
13 years ago
cmd.h
Delete useless 'extern' qualifiers for functions
15 years ago
configure
vnc: added initial websocket protocol support
13 years ago
coroutine-gthread.c
block: move include files to include/block/
13 years ago
coroutine-sigaltstack.c
block: move include files to include/block/
13 years ago
coroutine-ucontext.c
gcc: rename CONFIG_PRAGMA_DISABLE_UNUSED_BUT_SET to CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE
13 years ago
coroutine-win32.c
block: move include files to include/block/
13 years ago
cpu-exec.c
softmmu: move include files to include/sysemu/
13 years ago
cpus.c
kvm: Pass CPUState to kvm_init_vcpu()
13 years ago
cputlb.c
exec: move include files to include/exec/
13 years ago
device_tree.c
softmmu: move include files to include/sysemu/
13 years ago
disas.c
monitor: move include files to include/monitor/
13 years ago
dma-helpers.c
softmmu: move include files to include/sysemu/
13 years ago
dump-stub.c
softmmu: move include files to include/sysemu/
13 years ago
dump.c
exec: change RAM list to a TAILQ
13 years ago
exec.c
Replace non-portable asprintf by g_strdup_printf
13 years ago
gdbstub.c
cpu: Move cpu_index field to CPUState
13 years ago
hmp-commands.hx
HMP: add sub command table to info
13 years ago
hmp.c
HMP: add QDict to info callback handler
13 years ago
hmp.h
HMP: add QDict to info callback handler
13 years ago
iohandler.c
misc: move include files to include/qemu/
13 years ago
ioport.c
exec: move include files to include/exec/
13 years ago
kvm-all.c
kvm: add stub for kvm_irqchip_update_msi_route
13 years ago
kvm-stub.c
kvm: Pass CPUState to kvm_init_vcpu()
13 years ago
main-loop.c
Check return values from g_poll and select
13 years ago
memory.c
memory: introduce memory_region_test_and_clear_dirty
13 years ago
memory_mapping-stub.c
softmmu: move include files to include/sysemu/
13 years ago
memory_mapping.c
exec: change RAM list to a TAILQ
13 years ago
migration-exec.c
migration: make writes blocking
13 years ago
migration-fd.c
migration: make writes blocking
13 years ago
migration-tcp.c
migration: make writes blocking
13 years ago
migration-unix.c
migration: make writes blocking
13 years ago
migration.c
migration: remove argument to qemu_savevm_state_cancel
13 years ago
monitor.c
HMP: add sub command table to info
13 years ago
nbd.c
misc: move include files to include/qemu/
13 years ago
os-posix.c
softmmu: move include files to include/sysemu/
13 years ago
os-win32.c
softmmu: move include files to include/sysemu/
13 years ago
page_cache.c
migration: move include files to include/migration/
13 years ago
qapi-schema-test.json
qapi: add struct-errors test case to test-qmp-output-visitor
14 years ago
qapi-schema.json
chardev: add pty chardev support to chardev-add (qmp)
13 years ago
qdict-test-data.txt
Introduce QDict test data file
17 years ago
qemu-bridge-helper.c
misc: move include files to include/qemu/
13 years ago
qemu-char.c
chardev: add pty chardev support to chardev-add (qmp)
13 years ago
qemu-coroutine-io.c
misc: move include files to include/qemu/
13 years ago
qemu-coroutine-lock.c
misc: move include files to include/qemu/
13 years ago
qemu-coroutine-sleep.c
misc: move include files to include/qemu/
13 years ago
qemu-coroutine.c
block: move include files to include/block/
13 years ago
qemu-doc.texi
Documentation: Update image format information
14 years ago
qemu-img-cmds.hx
qemu-img: document 'info --backing-chain'
14 years ago
qemu-img.c
qemu-img: report size overflow error message
13 years ago
qemu-img.texi
Documentation: Update image format information
14 years ago
qemu-io.c
misc: move include files to include/qemu/
13 years ago
qemu-log.c
misc: move include files to include/qemu/
13 years ago
qemu-nbd.c
block: move include files to include/block/
13 years ago
qemu-nbd.texi
Replace Qemu by QEMU in user visible documentation
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
vnc: added initial websocket protocol support
13 years ago
qemu-seccomp.c
softmmu: move include files to include/sysemu/
13 years ago
qemu-tech.texi
qemu-tech.texi: update implemented xtensa features list
14 years ago
qemu-timer.c
softmmu: move include files to include/sysemu/
13 years ago
qemu.sasl
Add SASL authentication support ("Daniel P. Berrange")
17 years ago
qmp-commands.hx
chardev: add pty chardev support to chardev-add (qmp)
13 years ago
qmp.c
softmmu: move remaining include files to include/ subdirectories
13 years ago
qtest.c
softmmu: move remaining include files to include/ subdirectories
13 years ago
readline.c
readline: avoid memcpy() of overlapping regions
13 years ago
rules.mak
build: move version-obj-y to the generic LINK rule
13 years ago
savevm.c
Merge remote-tracking branch 'quintela/thread.next' into staging
13 years ago
spice-qemu-char.c
Merge remote-tracking branch 'bonzini/header-dirs' into staging
13 years ago
tcg-runtime.c
tcg: add div/rem 32-bit helpers
16 years ago
tci.c
exec: move include files to include/exec/
13 years ago
thread-pool.c
misc: move include files to include/qemu/
13 years ago
thunk.c
exec: move include files to include/exec/
13 years ago
trace-events
fw_cfg: Use void *, size_t instead of uint8_t *, uint32_t for blobs
13 years ago
translate-all.c
translate-all.c: Use tb1->phys_hash_next directly in tb_remove
13 years ago
translate-all.h
exec: move TB handling to translate-all.c
13 years ago
user-exec.c
Merge remote-tracking branch 'bonzini/header-dirs' into staging
13 years ago
version.rc
mingw: add version information to the executables
16 years ago
vl.c
vl: Use size_t for sizes in get_boot_devices_list()
13 years ago
xen-all.c
xen: Simplify halting of first CPU
13 years ago
xen-mapcache.c
softmmu: move include files to include/sysemu/
13 years ago
xen-stub.c
exec: move include files to include/exec/
13 years ago