audio
fix qemu_alloc/qemu_free for audio subsystem
17 years ago
block
qcow2: Cache refcount blocks during snapshot creation
17 years ago
bsd-user
Fix missing strnlen problems
17 years ago
darwin-user
Replace gcc variadic macro extension with C99 version
17 years ago
fpu
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
17 years ago
gdb-xml
Work around QEMU GDB stub suboptimality
17 years ago
hw
Fix the PCI header type of APB
17 years ago
linux-user
64-bit clean socketcall syscall
17 years ago
pc-bios
Update OpenBIOS images to r505
17 years ago
slirp
Fix breakage by obsolete _P() for good
17 years ago
target-alpha
qemu: introduce qemu_init_vcpu (Marcelo Tosatti)
17 years ago
target-arm
Remove unused gen_bx_T0 function.
17 years ago
target-cris
cris: Remove unused internal flag.
17 years ago
target-i386
Use ctz64 in favor of ffsll
17 years ago
target-m68k
Convert machine registration to use module init functions
17 years ago
target-microblaze
microblaze: Make writes to MMU_ZPR flush the TLB.
17 years ago
target-mips
target-mips: fix MADD and MSUB/MSUBU instructions
17 years ago
target-ppc
target-ppc: permit linux-user to read PVR
17 years ago
target-sh4
Convert machine registration to use module init functions
17 years ago
target-sparc
Use correct type for SPARC cpu_cc_op
17 years ago
tcg
Include assert.h from qemu-common.h
17 years ago
tests
Replace gcc variadic macro extension with C99 version
17 years ago
.gitignore
dot gitignore: add qemu-monitor.texi
17 years ago
CODING_STYLE
Remove potentially offensive humor.
17 years ago
COPYING
COPYING: update from FSF
18 years ago
COPYING.LIB
Update FSF address in GPL/LGPL boilerplate
17 years ago
Changelog
Update Changelog to reflect 0.10.2 release
17 years ago
LICENSE
Add missing newline at the end of file
18 years ago
MAINTAINERS
Update maintainer list.
17 years ago
Makefile
Fix sdl_zoom compile problems on OpenBSD
17 years ago
Makefile.hw
Rename OBJS to obj-y
17 years ago
Makefile.target
Fix typo
17 years ago
README
Add missing newline at the end of file
18 years ago
TODO
Update
18 years ago
VERSION
Update the version information to 0.10.50 to signify development branch
17 years ago
a.out.h
Remove unnecessary trailing newlines
18 years ago
acl.c
Remove tabs introduced from VNC ACL series
17 years ago
acl.h
Support ACLs for controlling VNC access ("Daniel P. Berrange")
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
fix qemu_aio_flush
17 years ago
alpha-dis.c
Update FSF address in GPL/LGPL boilerplate
17 years ago
alpha.ld
alpha support
23 years ago
arm-dis.c
clean build: Fix arm build warnings
17 years ago
arm-semi.c
Fix more FSF addresses
17 years ago
arm.ld
Link ARM prologue closer to code segment to avoid a build failure
18 years ago
balloon.h
Add missing file from previous commit.
18 years ago
block.c
Fix missing strnlen problems
17 years ago
block.h
support colon in filenames
17 years ago
block_int.h
block: add bdrv_probe_device method
17 years ago
bswap.h
Sparse fixes: truncation by cast
17 years ago
bt-host.c
Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'
17 years ago
bt-host.h
Clean build: Add bt-host.h
17 years ago
bt-vhci.c
Sparse fixes: NULL use, header order, ANSI prototypes, static
17 years ago
buffered_file.c
introduce set_rate_limit function for QEMUFile
17 years ago
buffered_file.h
Introduce a buffered file wrapper for QEMUFile
18 years ago
cache-utils.c
Properly initialize len argument of sysctl and include stdio.h (perror)
17 years ago
cache-utils.h
Remove all traces of __powerpc__
17 years ago
cmd.c
Fix a few Sparse warnings
17 years ago
cmd.h
Fix a few Sparse warnings
17 years ago
cocoa.m
Update cocoa.m to match new DisplayState code (Samuel Benson)
17 years ago
configure
configure: remove bogus linux-user check
17 years ago
console.c
Delete some unused macros detected with -Wp,-Wunused-macros use
17 years ago
console.h
sdl zooming
17 years ago
cpu-all.h
Handle init/sipi in a main cpu exec loop. (v2)
17 years ago
cpu-common.h
Remove io_index argument from cpu_register_io_memory()
17 years ago
cpu-defs.h
fix gdbstub support for multiple threads in usermode, v3
17 years ago
cpu-exec.c
Handle init/sipi in a main cpu exec loop. (v2)
17 years ago
cris-dis.c
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
17 years ago
curses.c
DisplayAllocator interface (Stefano Stabellini)
17 years ago
curses_keys.h
Sparse fixes: remove duplicate entry
17 years ago
cutils.c
Fix missing strnlen problems
17 years ago
d3des.c
Ansify to please sparse
18 years ago
d3des.h
Actually add d3des implementation files.
19 years ago
def-helper.h
Remove unnecessary trailing newlines
18 years ago
device_tree.c
Remove unused variable
17 years ago
device_tree.h
Wean device tree code off phys_ram_base.
17 years ago
dis-asm.h
microblaze: Add disassembler.
17 years ago
disas.c
microblaze: Add disassembler.
17 years ago
disas.h
monitor: Rework API (Jan Kiszka)
17 years ago
dma-helpers.c
fully split aio_pool from BlockDriver
17 years ago
dma.h
fully split aio_pool from BlockDriver
17 years ago
dyngen-exec.h
Use stdint.h for integral data types and definitions
17 years ago
elf.h
linux-user: implemented ELF coredump support for ARM target
17 years ago
elf_ops.h
Fix elf loader range checking
17 years ago
exec-all.h
kqemu: merge CONFIG_KQEMU and USE_KQEMU
17 years ago
exec.c
cpu_unregister_map_client: fix memory leak.
17 years ago
feature_to_c.sh
Fix undeclared symbol warnings from sparse
18 years ago
gdbstub.c
fix gdbstub support for multiple threads in usermode, v3
17 years ago
gdbstub.h
Guest debugging support for KVM (Jan Kiszka)
17 years ago
gen-icount.h
Remove unnecessary trailing newlines
18 years ago
host-utils.c
Code used by the linux-user targets should not use vl.h.
19 years ago
host-utils.h
Include <strings.h> for ffs().
18 years ago
hostregs_helper.h
Prune unused AREGs
17 years ago
hpet.h
Add a local copy of hpet.h.
19 years ago
hppa-dis.c
HPPA (PA-RISC) host support
18 years ago
hppa.ld
HPPA (PA-RISC) host support
18 years ago
hxtool
Fix hxtool.
17 years ago
i386-dis.c
Update i386-dis.c from commits before GPLv3 switch
17 years ago
i386.ld
Add TLS sections.
18 years ago
ia64.ld
ia64 host support (David Mosberger)
21 years ago
keymaps.c
Use relative path for bios
17 years ago
keymaps.h
Add missing file from previous commit
17 years ago
kqemu.c
Remove io_index argument from cpu_register_io_memory()
17 years ago
kqemu.h
kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host
18 years ago
kvm-all.c
Revert "Introduce reset notifier order"
17 years ago
kvm.h
kvm: Rework VCPU synchronization
17 years ago
libfdt_env.h
Implement device tree support needed for Bamboo emulation
18 years ago
loader.c
Fix prototype of function zfree.
17 years ago
m68k-dis.c
Spelling and grammar fixes
18 years ago
m68k-semi.c
Fix more FSF addresses
17 years ago
m68k.ld
m68k host port (Richard Zidlicky)
23 years ago
microblaze-dis.c
microblaze-dis.c does not need to be executable
17 years ago
migration-exec.c
Allow monitor interaction when using migrate -exec
17 years ago
migration-tcp.c
Cast pointer arguments of get/setsockopt, send to void * to keep GCC
17 years ago
migration.c
set migration max downtime
17 years ago
migration.h
set migration max downtime
17 years ago
mips-dis.c
Update FSF address in GPL/LGPL boilerplate
17 years ago
mips.ld
Linker scripts for MIPS hosts.
19 years ago
mipsel.ld
Linker scripts for MIPS hosts.
19 years ago
module.c
Fix module initialization when more than 1 class is in use
17 years ago
module.h
Convert machine registration to use module init functions
17 years ago
monitor.c
monitor: Refactor acl commnds
17 years ago
monitor.h
monitor: Introduce MONITOR_USE_READLINE flag (Jan Kiszka)
17 years ago
nbd.c
Cast pointer arguments of get/setsockopt, send to void * to keep GCC
17 years ago
nbd.h
Update FSF address in GPL/LGPL boilerplate
17 years ago
net-checksum.c
Update FSF address in GPL/LGPL boilerplate
17 years ago
net.c
Use pstrcpy and pstrcat to avoid OpenBSD linker warning
17 years ago
net.h
slirp: Make hostfwd_add/remove multi-instance-aware
17 years ago
osdep.c
Add tool_osdep.c
17 years ago
osdep.h
snapshot subcommand for qemu-img (Kevin Wolf)
17 years ago
pci-ids.txt
List virtio console device in pci-ids.txt
17 years ago
posix-aio-compat.c
fix asynchronous ioctls
17 years ago
posix-aio-compat.h
push down vector linearization to posix-aio-compat.c (Christoph Hellwig)
17 years ago
ppc-dis.c
Update ppc-dis.c from binutils from 4th July, 2007, just before GPLv3 switch
17 years ago
ppc.ld
Update ppc.ld to work with newer binutils.
19 years ago
ppc64.ld
Correct version of Heikki Lindholms ppc64.ld script
18 years ago
qemu-aio.h
fix qemu_aio_flush
17 years ago
qemu-binfmt-conf.sh
Code provision for n32/n64 mips userland emulation. Not functional yet.
19 years ago
qemu-char.c
mux-term: Fix timestamp association
17 years ago
qemu-char.h
monitor: Improve mux'ed console experience (Jan Kiszka)
17 years ago
qemu-common.h
Fix missing strnlen problems
17 years ago
qemu-doc.texi
doc: Update information on supported network adapters.
17 years ago
qemu-img-cmds.hx
Use hxtool for qemu-img command list
17 years ago
qemu-img.c
Use hxtool for qemu-img command list
17 years ago
qemu-img.texi
Use hxtool for qemu-img command list
17 years ago
qemu-io.c
qemu-io: add aio read/write/flush commands
17 years ago
qemu-lock.h
Remove all traces of __powerpc__
17 years ago
qemu-log.h
Define macros that will become the new logging API (Eduardo Habkost)
17 years ago
qemu-malloc.c
Format per CODING_STYLE
17 years ago
qemu-monitor.hx
monitor: Fix typo in documentation
17 years ago
qemu-nbd.c
Fix warning in qemu-nbd.c
17 years ago
qemu-nbd.texi
Fix formatting of documentation (Stefan Weil)
18 years ago
qemu-option.c
qemu-img: Print available options with -o ?
17 years ago
qemu-option.h
qemu-img: Print available options with -o ?
17 years ago
qemu-options.hx
Replace -no-virtio-balloon by -balloon
17 years ago
qemu-sockets.c
Fix in file qemu-sockets.c
17 years ago
qemu-tech.texi
Update docs on dynamic condition code calculation
17 years ago
qemu-thread.c
qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti)
17 years ago
qemu-thread.h
qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti)
17 years ago
qemu-timer.h
Break up vl.h.
19 years ago
qemu-tool.c
monitor: Rework API (Jan Kiszka)
17 years ago
qemu.sasl
Add SASL authentication support ("Daniel P. Berrange")
17 years ago
qemu_socket.h
Fix windows build and clean up use of <windows.h>
17 years ago
readline.c
readline: Remove unneeded qemu_mallocz() check
17 years ago
readline.h
monitor: Improve mux'ed console experience (Jan Kiszka)
17 years ago
rules.mak
Remove bogus -Werror
17 years ago
s390-dis.c
Remove unnecessary trailing newlines
18 years ago
s390.ld
Remove unnecessary trailing newlines
18 years ago
savevm.c
exec-migration: handle EINTR in popen_get_buffer()
17 years ago
sdl.c
sdl: Fix memory leakage
17 years ago
sdl_keysym.h
Refactor keymap code to avoid duplication ("Daniel P. Berrange")
17 years ago
sdl_zoom.c
Fix sdl_zoom compile problems on OpenBSD
17 years ago
sdl_zoom.h
Respect the standard
17 years ago
sdl_zoom_template.h
sdl zooming
17 years ago
sh4-dis.c
Update FSF address in GPL/LGPL boilerplate
17 years ago
softmmu-semi.h
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
18 years ago
softmmu_defs.h
Fix some warnings that would be generated by gcc -Wredundant-decls
18 years ago
softmmu_exec.h
Allow 5 mmu indexes.
17 years ago
softmmu_header.h
Update FSF address in GPL/LGPL boilerplate
17 years ago
softmmu_template.h
kqemu: merge CONFIG_KQEMU and USE_KQEMU
17 years ago
sparc-dis.c
Make OpenBSD sparc-softmmu compile warning free
17 years ago
sparc.ld
More detabification
19 years ago
sparc64.ld
Map code buffers below 2G on Sparc64
18 years ago
sys-queue.h
Remove CRs
18 years ago
sysemu.h
Replace -no-virtio-balloon by -balloon
17 years ago
tap-win32.c
net: add return value to packet receive handler
17 years ago
targphys.h
kvm: Mark full address range dirty on live migration start
17 years ago
texi2pod.pl
Update texi2pod.pl.
18 years ago
thunk.c
Update FSF address in GPL/LGPL boilerplate
17 years ago
thunk.h
Update FSF address in GPL/LGPL boilerplate
17 years ago
tool-osdep.c
Add tool_osdep.c
17 years ago
translate-all.c
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
17 years ago
uboot_image.h
Update FSF address in GPL/LGPL boilerplate
17 years ago
usb-bsd.c
Support for DragonFly BSD (Hasso Tepper)
17 years ago
usb-linux.c
USB serial device support
17 years ago
usb-stub.c
monitor: Rework API (Jan Kiszka)
17 years ago
vgafont.h
Some little fixes on QEMU
18 years ago
vl.c
Replace -no-virtio-balloon by -balloon
17 years ago
vnc-auth-sasl.c
Remove tabs introduced from VNC ACL series
17 years ago
vnc-auth-sasl.h
Support ACLs for controlling VNC access ("Daniel P. Berrange")
17 years ago
vnc-auth-vencrypt.c
Add more missing files
17 years ago
vnc-auth-vencrypt.h
Add more missing files
17 years ago
vnc-tls.c
Add more missing files
17 years ago
vnc-tls.h
Add more missing files
17 years ago
vnc.c
vnc: improve numpad support for qemu console.
17 years ago
vnc.h
vnc: throttle screen updates. (Gerd Hoffmann)
17 years ago
vnc_keysym.h
Refactor keymap code to avoid duplication ("Daniel P. Berrange")
17 years ago
vnchextile.h
vnc: cleanup surface handling, fix screen corruption bug. (Gerd Hoffmann)
17 years ago
x86_64.ld
update
22 years ago
x_keymap.c
Fix SDL on evdev hosts (Anthony Liguori)
17 years ago
x_keymap.h
Fix SDL on evdev hosts (Anthony Liguori)
17 years ago