QMP
virtio,pci,qom
14 years ago
audio
audio: Replace non-portable asprintf in debug code by g_strdup_printf
14 years ago
backends
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
14 years ago
block
block: Add options QDict to bdrv_file_open() prototypes (fix MinGW build)
14 years ago
bsd-user
qemu-log: default to stderr for logging output
14 years ago
default-configs
VMXNET3 device implementation
14 years ago
disas
Add moxie disassembler
14 years ago
docs
Fix typos and misspellings
14 years ago
fpu
softfloat: Handle float_muladd_negate_c when product is zero
14 years ago
fsdev
virtfs-proxy-helper: Fix unchecked strdup() by conv. to g_strdup()
14 years ago
gdb-xml
gdb-xml: fix hacks in powerpc register numbering
17 years ago
hw
virtio-serial: propagate guest_connected to the port on post_load
14 years ago
include
qemu-char: Consolidate guest_close/guest_open into a set_fe_open callback
14 years ago
ldscripts
build: create ldscripts/
14 years ago
libcacard
libcacard: Fix unchecked strdup() by converting to g_strdup()
14 years ago
linux-headers
linux-headers: resync from mainline to add ARM KVM headers
14 years ago
linux-user
linux-user/syscall.c: Don't warn about unimplemented get_robust_list
14 years ago
net
net: increase buffer size to accommodate Jumbo frame pkts
14 years ago
pc-bios
ipxe: update binaries
14 years ago
pixman @ 97336fad32
qapi: move include files to include/qobject/
14 years ago
po
ui/gtk: Use menu item from stock for full screen
14 years ago
qapi
qapi: Fix unchecked strdup() by converting to g_strdup()
14 years ago
qga
Fix typos and misspellings
14 years ago
qobject
Add qdict_clone_shallow()
14 years ago
qom
virtio,pci,qom
14 years ago
roms
virtio,pci,qom
14 years ago
scripts
trace: [tracetool] Explicitly identify public backends
14 years ago
slirp
MinGW: Replace setsockopt by qemu_setsocketopt
14 years ago
stubs
stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLY
14 years ago
sysconfigs/ target
Eliminate cpus-x86_64.conf file
14 years ago
target-alpha
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
14 years ago
target-arm
target-arm: Override do_interrupt for ARMv7-M profile
14 years ago
target-cris
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
14 years ago
target-i386
target-i386: Don't modify env->eflags around cpu_dump_state
14 years ago
target-lm32
target-lm32: use HELPER() macro
14 years ago
target-m68k
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
14 years ago
target-microblaze
microblaze: Ignore non-cpu accesses to unmapped areas
14 years ago
target-mips
target-mips: fix rndrashift_short_acc and code for EXTR_ instructions
14 years ago
target-moxie
Add moxie target code
14 years ago
target-openrisc
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
14 years ago
target-ppc
target-ppc: Use NARROW_MODE macro for tlbie
14 years ago
target-s390x
Fix typos and misspellings
14 years ago
target-sh4
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
14 years ago
target-sparc
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
14 years ago
target-unicore32
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
14 years ago
target-xtensa
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
14 years ago
tcg
tcg-optimize: Fold sub r,0,x to neg r,x
14 years ago
tests
Merge branch 'for-upstream' of git://github.com/mwalle/qemu
14 years ago
tpm
QMP: Remove duplicate TPM type from query-tpm
14 years ago
trace
trace: deal with deprecated glib thread functions
14 years ago
ui
qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_open
14 years ago
util
bitops: unroll while loop in find_next_bit()
14 years ago
.exrc
qemu: add .exrc
14 years ago
.gitignore
gitignore: ignore more files
14 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
15 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
Add top level changes for moxie
14 years ago
Makefile
Fix TAGS creation
14 years ago
Makefile.objs
Support for TPM command line options
14 years ago
Makefile.target
build: always link device_tree.o into emulators if libfdt available
14 years ago
README
Update README
15 years ago
VERSION
Open up 1.5 development tree
14 years ago
aio-posix.c
aio: support G_IO_HUP and G_IO_ERR
14 years ago
aio-win32.c
aio: Fix return value of aio_poll()
14 years ago
arch_init.c
Use qemu_put_buffer_async for guest memory pages
14 years ago
async.c
aio: add a ThreadPool instance to AioContext
14 years ago
balloon.c
softmmu: move include files to include/sysemu/
14 years ago
block-migration.c
migration: run setup callbacks out of big lock
14 years ago
block.c
block: Allow omitting the file name when using driver-specific options
14 years ago
blockdev-nbd.c
softmmu: move include files to include/sysemu/
14 years ago
blockdev.c
block: Allow omitting the file name when using driver-specific options
14 years ago
blockjob.c
misc: move include files to include/qemu/
14 years ago
bt-host.c
MinGW: Replace setsockopt by qemu_setsocketopt
14 years ago
bt-vhci.c
softmmu: move remaining include files to include/ subdirectories
14 years ago
cmd.c
misc: move include files to include/qemu/
14 years ago
cmd.h
Delete useless 'extern' qualifiers for functions
16 years ago
configure
Add top level changes for moxie
14 years ago
coroutine-gthread.c
block: move include files to include/block/
14 years ago
coroutine-sigaltstack.c
Merge remote-tracking branch 'kwolf/for-anthony' into staging
14 years ago
coroutine-ucontext.c
Merge remote-tracking branch 'kwolf/for-anthony' into staging
14 years ago
coroutine-win32.c
block: move include files to include/block/
14 years ago
cpu-exec.c
target-i386: Don't modify env->eflags around cpu_dump_state
14 years ago
cpus.c
cpu: Pass CPUState to cpu_interrupt()
14 years ago
cputlb.c
cpu: Move current_tb field to CPUState
14 years ago
device-hotplug.c
hw: move device-hotplug.o to toplevel, compile it once
14 years ago
device_tree.c
softmmu: move include files to include/sysemu/
14 years ago
disas.c
Add moxie disassembler
14 years ago
dma-helpers.c
softmmu: move include files to include/sysemu/
14 years ago
dump-stub.c
softmmu: move include files to include/sysemu/
14 years ago
dump.c
cpu: Move host_tid field to CPUState
14 years ago
exec.c
exec: assert that RAMBlock size is non-zero
14 years ago
gdbstub.c
Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu
14 years ago
hmp-commands.hx
New QMP command query-cpu-max and HMP command cpu_max
14 years ago
hmp.c
Merge remote-tracking branch 'quintela/migration.next' into staging
14 years ago
hmp.h
New QMP command query-cpu-max and HMP command cpu_max
14 years ago
iohandler.c
iohandler: switch to GPollFD
14 years ago
ioport.c
exec: move include files to include/exec/
14 years ago
kvm-all.c
cpu: Pass CPUState to cpu_interrupt()
14 years ago
kvm-stub.c
kvm: Pass CPUState to kvm_on_sigbus_vcpu()
14 years ago
main-loop.c
main-loop: add qemu_get_aio_context()
14 years ago
memory.c
memory: fix a bug of detection of memory region collision
14 years ago
memory_mapping-stub.c
softmmu: move include files to include/sysemu/
14 years ago
memory_mapping.c
exec: change RAM list to a TAILQ
14 years ago
migration-exec.c
migration: eliminate s->migration_file
14 years ago
migration-fd.c
migration: eliminate s->migration_file
14 years ago
migration-tcp.c
migration: eliminate s->migration_file
14 years ago
migration-unix.c
migration: eliminate s->migration_file
14 years ago
migration.c
migration: do not sent zero pages in bulk stage
14 years ago
monitor.c
virtio,pci,qom
14 years ago
nbd.c
nbd: Remove unused functions
14 years ago
os-posix.c
softmmu: move include files to include/sysemu/
14 years ago
os-win32.c
softmmu: move include files to include/sysemu/
14 years ago
page_cache.c
page_cache: dup memory on insert
14 years ago
qapi-schema-test.json
qapi: add struct-errors test case to test-qmp-output-visitor
15 years ago
qapi-schema.json
virtio,pci,qom
14 years ago
qdev-monitor.c
hw: move qdev-monitor.o to toplevel directory
14 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/
14 years ago
qemu-char.c
qemu-char: add_handlers: Don't re-send the be_open event on unregister
14 years ago
qemu-coroutine-io.c
misc: move include files to include/qemu/
14 years ago
qemu-coroutine-lock.c
coroutine: use AioContext for CoQueue BH
14 years ago
qemu-coroutine-sleep.c
misc: move include files to include/qemu/
14 years ago
qemu-coroutine.c
coroutine: move pooling to common code
14 years ago
qemu-doc.texi
sheepdog: add support for connecting to unix domain socket
14 years ago
qemu-img-cmds.hx
qemu-img: Add compare subcommand
14 years ago
qemu-img.c
block: Add options QDict to bdrv_open() prototype
14 years ago
qemu-img.texi
qemu-img: Add compare subcommand
14 years ago
qemu-io.c
block: Add options QDict to bdrv_file_open() prototypes
14 years ago
qemu-log.c
qemu-log: default to stderr for logging output
14 years ago
qemu-nbd.c
block: Add options QDict to bdrv_open() prototype
14 years ago
qemu-nbd.texi
qemu-nbd: add --discard option
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
QMP: TPM QMP and man page documentation updates
14 years ago
qemu-seccomp.c
softmmu: move include files to include/sysemu/
14 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/
14 years ago
qemu.sasl
Add SASL authentication support ("Daniel P. Berrange")
18 years ago
qmp-commands.hx
Merge remote-tracking branch 'quintela/migration.next' into staging
14 years ago
qmp.c
softmmu: move remaining include files to include/ subdirectories
14 years ago
qtest.c
qtest: use synchronous I/O for char device
14 years ago
readline.c
readline: Fix unchecked strdup() by converting to g_strdup()
14 years ago
rules.mak
rules/mak: make clean should blow away timestamp files
14 years ago
savevm.c
Add qemu_put_buffer_async
14 years ago
spice-qemu-char.c
spice-qemu-char: Drop hackish vmc_register on spice_chr_write
14 years ago
tcg-runtime.c
tcg: Implement multiword multiply helpers
14 years ago
tci.c
exec: move include files to include/exec/
14 years ago
thread-pool.c
threadpool: drop global thread pool
14 years ago
thunk.c
exec: move include files to include/exec/
14 years ago
trace-events
console: rework DisplaySurface handling [vga emu side]
14 years ago
translate-all.c
tcg: Fix occasional TCG broken problem when ldst optimization enabled
14 years ago
translate-all.h
cputlb: Pass CPUState to cpu_unlink_tb()
14 years ago
user-exec.c
Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()
14 years ago
version.rc
mingw: add version information to the executables
16 years ago
vl.c
New QMP command query-cpu-max and HMP command cpu_max
14 years ago
xbzrle.c
Move XBZRLE encoding code to a separate file to allow testing
14 years ago
xen-all.c
cpu: Move halted and interrupt_request fields to CPUState
14 years ago
xen-mapcache.c
softmmu: move include files to include/sysemu/
14 years ago
xen-stub.c
exec: move include files to include/exec/
14 years ago