audio
|
978dd63540
Avoid running audio ctl's when vm is not running
|
16 年 前 |
bsd-user
|
2d18e637e5
Flush stdout after printing usage()
|
16 年 前 |
darwin-user
|
2d18e637e5
Flush stdout after printing usage()
|
16 年 前 |
fpu
|
374dfc33e2
soft-float: add float32_log2() and float64_log2()
|
16 年 前 |
gdb-xml
|
e53bd70384
The different VFP variants will never occur at the same time, and giving them
|
16 年 前 |
hw
|
5c59f6c246
Fix Linux task preemption on Versatile board
|
16 年 前 |
keymaps
|
3ae86ab936
Fix fr-be keymap
|
16 年 前 |
linux-user
|
2d18e637e5
Flush stdout after printing usage()
|
16 年 前 |
pc-bios
|
f24f1e2a85
Enable power button even generation.
|
16 年 前 |
slirp
|
f2ba730e89
Fix SIGSEGV crash in slirp networking code
|
16 年 前 |
target-alpha
|
0d0266a53b
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
target-arm
|
84a031c68f
Fix cpu_arm_handle_mmu_fault warning
|
16 年 前 |
target-cris
|
2058679372
CRIS: Fix bmi.
|
16 年 前 |
target-i386
|
ea0c91a0af
QEMU KVM: i386: Fix the cpu reset state
|
16 年 前 |
target-m68k
|
18307f2659
Fix ColdFire fmovem. Free the temporary we just allocated rather than some
|
16 年 前 |
target-mips
|
0d0266a53b
targets: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
target-ppc
|
0cfe11ea5f
target-ppc: improve mfcr/mtcrf
|
16 年 前 |
target-sh4
|
927e3a4e06
SH4: Fixed last UTLB unused and URB/URC management
|
16 年 前 |
target-sparc
|
415fc90618
Turn MMUs and caches off on reset
|
16 年 前 |
tcg
|
9c22bc6312
TCG: remove obsolete old_op_count profiler field
|
16 年 前 |
tests
|
72d239ed26
Get rid of user_mode_only
|
16 年 前 |
.gitignore
|
5c047c0d3f
Extend gitignore (Jan Kiszka)
|
16 年 前 |
COPYING
|
a013cc6593
COPYING: update from FSF
|
17 年 前 |
COPYING.LIB
|
fad6cb1a56
Update FSF address in GPL/LGPL boilerplate
|
16 年 前 |
Changelog
|
9eab386edb
Update changelot for 0.10.6 release
|
16 年 前 |
LICENSE
|
e283261910
Add missing newline at the end of file
|
16 年 前 |
MAINTAINERS
|
c17e9c452d
Update maintainers list.
|
17 年 前 |
Makefile
|
2670257db0
Revert "Make sure to use SDL_CFLAGS everywhere we include SDL headers"
|
16 年 前 |
Makefile.target
|
2670257db0
Revert "Make sure to use SDL_CFLAGS everywhere we include SDL headers"
|
16 年 前 |
README
|
e283261910
Add missing newline at the end of file
|
16 年 前 |
TODO
|
d08c4d34a0
Update
|
16 年 前 |
VERSION
|
cc15f92832
Update for 0.10.6 release
|
16 年 前 |
a.out.h
|
1d6198c3b0
Remove unnecessary trailing newlines
|
16 年 前 |
aes.c
|
69b349765c
Fix miscellaneous minor things, by Andre Przywara.
|
17 年 前 |
aes.h
|
e4d4fe3c34
AES crypto support
|
21 年 前 |
aio.c
|
0dd99a1e37
Handle BH's queued by AIO completions in qemu_aio_flush()
|
16 年 前 |
alpha-dis.c
|
fad6cb1a56
Update FSF address in GPL/LGPL boilerplate
|
16 年 前 |
alpha.ld
|
43f04c233c
alpha support
|
22 年 前 |
arm-dis.c
|
4b0f1a8b32
Update ARM disassembler.
|
18 年 前 |
arm-semi.c
|
530e7615ce
Fix more FSF addresses
|
16 年 前 |
arm.ld
|
d03d860b15
Link ARM prologue closer to code segment to avoid a build failure
|
17 年 前 |
balloon.h
|
d096ab91c9
Add missing file from previous commit.
|
16 年 前 |
block-bochs.c
|
3ec88e8036
block: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
block-cloop.c
|
3ec88e8036
block: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
block-cow.c
|
faf07963cb
Split block API from vl.h.
|
18 年 前 |
block-dmg.c
|
3ec88e8036
block: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
block-nbd.c
|
c4cd07ef65
Remove unnecessary #includes from block-nbd.c
|
17 年 前 |
block-parallels.c
|
3ec88e8036
block: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
block-qcow.c
|
7f48fa1f05
qcow1: Fix compressed images (Kevin Wolf)
|
16 年 前 |
block-qcow2.c
|
8bc2ad6a6a
Fix cluster freeing in qcow2
|
16 年 前 |
block-raw-posix.c
|
960b646371
Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.
|
16 年 前 |
block-raw-win32.c
|
b7d11af2e0
Fix find_device_type() to correctly identify floppy disk devices; (Luca Tettamanti)
|
16 年 前 |
block-vmdk.c
|
b358a08e7b
vmdk: Fix backing file handling
|
16 年 前 |
block-vpc.c
|
530a491fc3
block-vpc: Don't silently create smaller image than requested (Kevin Wolf)
|
16 年 前 |
block-vvfat.c
|
3ec88e8036
block: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
block.c
|
3e6b53eb32
Prevent CD-ROM media eject while device is locked
|
16 年 前 |
block.h
|
3e6b53eb32
Prevent CD-ROM media eject while device is locked
|
16 年 前 |
block_int.h
|
3d2d1e3960
Refactor aio callback allocation to use an aiocb pool (Avi Kivity)
|
16 年 前 |
bswap.h
|
e58ffeb322
Remove all traces of __powerpc__
|
16 年 前 |
bt-host.c
|
fad6cb1a56
Update FSF address in GPL/LGPL boilerplate
|
16 年 前 |
bt-vhci.c
|
fad6cb1a56
Update FSF address in GPL/LGPL boilerplate
|
16 年 前 |
buffered_file.c
|
1eec614b36
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
buffered_file.h
|
39b65c2e31
Introduce a buffered file wrapper for QEMUFile
|
17 年 前 |
cache-utils.c
|
7344da06e8
Properly initialize len argument of sysctl and include stdio.h (perror)
|
16 年 前 |
cache-utils.h
|
e58ffeb322
Remove all traces of __powerpc__
|
16 年 前 |
cocoa.m
|
9794f74f9c
Update cocoa.m to match new DisplayState code (Samuel Benson)
|
16 年 前 |
configure
|
0f31aac44f
configure sensitive to user locale (Andreas Faerber)
|
16 年 前 |
console.c
|
1eec614b36
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
console.h
|
b786b7ccbd
monitor: Rework early disk password inquiry (Jan Kiszka)
|
16 年 前 |
cpu-all.h
|
8871565764
qemu: add cpu_unregister_io_memory and make io mem table index dynamic (Marcelo Tosatti)
|
16 年 前 |
cpu-defs.h
|
8a11f5ff08
Fix race condition on access to env->interrupt_request
|
16 年 前 |
cpu-exec.c
|
8a11f5ff08
Fix race condition on access to env->interrupt_request
|
16 年 前 |
cris-dis.c
|
1eec614b36
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
curses.c
|
36170c5faf
curses: save 250MB of memory
|
16 年 前 |
curses_keys.h
|
81d7087514
Control + i and [tab] share keycode in curses, simulate [tab].
|
17 年 前 |
cutils.c
|
be959463af
Add qemu_iovec_reset() (Avi Kivity)
|
16 年 前 |
d3des.c
|
780e264fa4
Ansify to please sparse
|
17 年 前 |
d3des.h
|
6fd27407ec
Actually add d3des implementation files.
|
18 年 前 |
def-helper.h
|
1d6198c3b0
Remove unnecessary trailing newlines
|
16 年 前 |
device_tree.c
|
1eec614b36
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
device_tree.h
|
f652e6af11
Implement device tree support needed for Bamboo emulation
|
16 年 前 |
dis-asm.h
|
eca8f8889f
Update ppc-dis.c from binutils 2.17
|
16 年 前 |
disas.c
|
7e000c2e3d
Allow disassembling last addresses of the address space
|
16 年 前 |
disas.h
|
49918a752b
* Use function pointers for symbol lookup (currently for elf32 and elf64,
|
17 年 前 |
dma-helpers.c
|
f1cfb26c5a
Fix DMA API when handling an immediate error from block layer (Avi Kivity)
|
16 年 前 |
dma.h
|
a2b8ec7d7d
Implement cancellation method for dma async I/O (Avi Kivity)
|
16 年 前 |
dyngen-exec.h
|
15abc4514e
Remove unused code from dyngen-exec.h
|
16 年 前 |
elf.h
|
eb38c52c2a
Fix most warnings that would be caused by gcc flag -Wundef
|
17 年 前 |
elf_ops.h
|
83c1f87cc8
Use load address when loading ELF images.
|
17 年 前 |
exec-all.h
|
b38d3f24d2
exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64
|
16 年 前 |
exec.c
|
259cf68eb1
cpu_unregister_map_client: fix memory leak.
|
16 年 前 |
feature_to_c.sh
|
b1d8e52e63
Fix undeclared symbol warnings from sparse
|
17 年 前 |
gdbstub.c
|
1eec614b36
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
gdbstub.h
|
ca587a8ebd
User-mode GDB stub improvements - handle signals
|
16 年 前 |
gen-icount.h
|
1d6198c3b0
Remove unnecessary trailing newlines
|
16 年 前 |
host-utils.c
|
084ed5cc90
Code used by the linux-user targets should not use vl.h.
|
18 年 前 |
host-utils.h
|
c89068455d
Include <strings.h> for ffs().
|
17 年 前 |
hostregs_helper.h
|
fad6cb1a56
Update FSF address in GPL/LGPL boilerplate
|
16 年 前 |
hpet.h
|
bd494f4cbd
Add a local copy of hpet.h.
|
18 年 前 |
hppa-dis.c
|
f54b3f920f
HPPA (PA-RISC) host support
|
17 年 前 |
hppa.ld
|
f54b3f920f
HPPA (PA-RISC) host support
|
17 年 前 |
i386-dis.c
|
fad6cb1a56
Update FSF address in GPL/LGPL boilerplate
|
16 年 前 |
i386.ld
|
1090e7a2c6
Add TLS sections.
|
17 年 前 |
ia64.ld
|
b8076a748d
ia64 host support (David Mosberger)
|
20 年 前 |
keymaps.c
|
1eec614b36
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
kqemu.c
|
93fcfe39a0
Convert references to logfile/loglevel to use qemu_log*() macros
|
16 年 前 |
kqemu.h
|
da260249a4
kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host
|
17 年 前 |
kvm-all.c
|
80de8ace66
kvm: Fix IRQ injection into full queue
|
16 年 前 |
kvm.h
|
428009b4aa
kvm: Add support for querying supported cpu features
|
16 年 前 |
libfdt_env.h
|
f652e6af11
Implement device tree support needed for Bamboo emulation
|
16 年 前 |
loader.c
|
d13317e197
Fix prototype of function zfree.
|
16 年 前 |
m68k-dis.c
|
1addc7c5a1
Spelling and grammar fixes
|
16 年 前 |
m68k-semi.c
|
530e7615ce
Fix more FSF addresses
|
16 年 前 |
m68k.ld
|
38e584a072
m68k host port (Richard Zidlicky)
|
22 年 前 |
migration-exec.c
|
0cbbf2533e
Fix detached migration with exec.
|
16 年 前 |
migration-tcp.c
|
e24c7580cb
fix migration to obey -S
|
16 年 前 |
migration.c
|
aae9547639
flush pending aio requests
|
16 年 前 |
migration.h
|
1d6198c3b0
Remove unnecessary trailing newlines
|
16 年 前 |
mips-dis.c
|
fad6cb1a56
Update FSF address in GPL/LGPL boilerplate
|
16 年 前 |
mips.ld
|
608e8ce280
Linker scripts for MIPS hosts.
|
18 年 前 |
mipsel.ld
|
608e8ce280
Linker scripts for MIPS hosts.
|
18 年 前 |
monitor.c
|
b786b7ccbd
monitor: Rework early disk password inquiry (Jan Kiszka)
|
16 年 前 |
nbd.c
|
fad6cb1a56
Update FSF address in GPL/LGPL boilerplate
|
16 年 前 |
nbd.h
|
fad6cb1a56
Update FSF address in GPL/LGPL boilerplate
|
16 年 前 |
net-checksum.c
|
fad6cb1a56
Update FSF address in GPL/LGPL boilerplate
|
16 年 前 |
net.c
|
700ece804f
net: Fix -net socket,listen (Jan Kiszka)
|
16 年 前 |
net.h
|
ed8f8da7a6
Don't leak VLANClientState on PCI hot remove
|
16 年 前 |
osdep.c
|
d456ae3e04
Remove redundant #ifdef _BSD
|
16 年 前 |
osdep.h
|
f7b4a940a4
snapshot subcommand for qemu-img (Kevin Wolf)
|
16 年 前 |
pci-ids.txt
|
e2fc836b18
List virtio console device in pci-ids.txt
|
16 年 前 |
posix-aio-compat.c
|
514f7a2774
Properly handle pthread_cond_timedwait timing out
|
16 年 前 |
posix-aio-compat.h
|
55f11ca3c2
Rename sigev_signo to avoid FreeBSD problems (Juergen Lock)
|
16 年 前 |
ppc-dis.c
|
ee8ae9e42a
Update ppc-dis.c from binutils from 4th July, 2007, just before GPLv3 switch
|
16 年 前 |
ppc.ld
|
85a6f12925
Update ppc.ld to work with newer binutils.
|
18 年 前 |
ppc64.ld
|
dc28c732ac
Correct version of Heikki Lindholms ppc64.ld script
|
17 年 前 |
qemu-aio.h
|
f29602ca0e
fix qemu_aio_flush
|
16 年 前 |
qemu-binfmt-conf.sh
|
540635ba65
Code provision for n32/n64 mips userland emulation. Not functional yet.
|
18 年 前 |
qemu-char.c
|
02d400ead7
char: Fix closing of various char devices (Jan Kiszka)
|
16 年 前 |
qemu-char.h
|
249139f4e6
char: Fix initial reset (Jan Kiszka)
|
16 年 前 |
qemu-common.h
|
be959463af
Add qemu_iovec_reset() (Avi Kivity)
|
16 年 前 |
qemu-doc.texi
|
dc0be040c2
remove gcc 3.x requirement from documentation
|
16 年 前 |
qemu-img.c
|
530a491fc3
block-vpc: Don't silently create smaller image than requested (Kevin Wolf)
|
16 年 前 |
qemu-img.texi
|
d2c639d6dc
Synch code, help and docs
|
16 年 前 |
qemu-lock.h
|
e58ffeb322
Remove all traces of __powerpc__
|
16 年 前 |
qemu-log.h
|
6d2c51466e
Define macros that will become the new logging API (Eduardo Habkost)
|
16 年 前 |
qemu-malloc.c
|
322691a5c9
Fix qemu_realloc() (Kevin Wolf)
|
16 年 前 |
qemu-nbd.c
|
1eec614b36
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
qemu-nbd.texi
|
4a6b819c09
Fix formatting of documentation (Stefan Weil)
|
17 年 前 |
qemu-sockets.c
|
bc575e95d1
Fix some more warnings
|
16 年 前 |
qemu-tech.texi
|
998a050186
Update (thanks to Edgar, Thiemo, malc, Paul, Laurent and Andrzej)
|
17 年 前 |
qemu-timer.h
|
87ecb68bdf
Break up vl.h.
|
18 年 前 |
qemu-tool.c
|
1eec614b36
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
qemu_socket.h
|
d247d25f18
sockets: helper functions for qemu (Gerd Hoffman)
|
17 年 前 |
readline.c
|
1eec614b36
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
rules.mak
|
28c699a2b6
build system: Further improve quiet mode (Jan Kiszka)
|
16 年 前 |
s390-dis.c
|
1d6198c3b0
Remove unnecessary trailing newlines
|
16 年 前 |
s390.ld
|
1d6198c3b0
Remove unnecessary trailing newlines
|
16 年 前 |
savevm.c
|
936d7bf944
exec-migration: handle EINTR in popen_get_buffer()
|
16 年 前 |
sdl.c
|
fc78bd4503
sdl: Fix memory leakage
|
16 年 前 |
sdl_keysym.h
|
be7fb97f8a
Make keysym tables const
|
17 年 前 |
sh4-dis.c
|
fad6cb1a56
Update FSF address in GPL/LGPL boilerplate
|
16 年 前 |
softmmu-semi.h
|
b55266b5a2
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
|
17 年 前 |
softmmu_defs.h
|
79383c9c08
Fix some warnings that would be generated by gcc -Wredundant-decls
|
17 年 前 |
softmmu_exec.h
|
79383c9c08
Fix some warnings that would be generated by gcc -Wredundant-decls
|
17 年 前 |
softmmu_header.h
|
fad6cb1a56
Update FSF address in GPL/LGPL boilerplate
|
16 年 前 |
softmmu_template.h
|
fad6cb1a56
Update FSF address in GPL/LGPL boilerplate
|
16 年 前 |
sparc-dis.c
|
00766a4ec9
Make OpenBSD sparc-softmmu compile warning free
|
16 年 前 |
sparc.ld
|
f930d07eda
More detabification
|
18 年 前 |
sparc64.ld
|
141ac468ab
Map code buffers below 2G on Sparc64
|
17 年 前 |
sys-queue.h
|
fc56ef08b9
Remove CRs
|
16 年 前 |
sysemu.h
|
e24c7580cb
fix migration to obey -S
|
16 年 前 |
tap-win32.c
|
a34b6eb776
Introduce VLANClientState::cleanup() (Mark McLoughlin)
|
16 年 前 |
texi2pod.pl
|
3aba3d86f7
Update texi2pod.pl.
|
17 年 前 |
thunk.c
|
fad6cb1a56
Update FSF address in GPL/LGPL boilerplate
|
16 年 前 |
thunk.h
|
fad6cb1a56
Update FSF address in GPL/LGPL boilerplate
|
16 年 前 |
translate-all.c
|
8fec2b8c45
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
|
16 年 前 |
uboot_image.h
|
fad6cb1a56
Update FSF address in GPL/LGPL boilerplate
|
16 年 前 |
usb-bsd.c
|
1eec614b36
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
usb-linux.c
|
1eec614b36
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 年 前 |
usb-stub.c
|
89886f4cab
Fix usb-stub compilation
|
16 年 前 |
vgafont.h
|
5bfd5521ff
Some little fixes on QEMU
|
17 年 前 |
vl.c
|
e24c7580cb
fix migration to obey -S
|
16 年 前 |
vnc.c
|
c2723a9606
vnc: rework VncState release workflow
|
16 年 前 |
vnc.h
|
753b405331
Support multiple VNC clients (Brian Kress)
|
16 年 前 |
vnc_keysym.h
|
74b1b0c1f5
Fix AltGr and dead keys with VNC
|
16 年 前 |
vnchextile.h
|
6cec548799
exploiting the new interface in vnc.c (Stefano Stabellini)
|
16 年 前 |
x86_64.ld
|
abd2c7dc9c
update
|
20 年 前 |
x_keymap.c
|
5368a4228f
Fix SDL on evdev hosts (Anthony Liguori)
|
16 年 前 |
x_keymap.h
|
5368a4228f
Fix SDL on evdev hosts (Anthony Liguori)
|
16 年 前 |