index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
the else part of this test is obsolete We are testing for sdl = yes inside th...
Juan Quintela
2009-07-27
1
-7
/
+1
*
Use CONFIG_POSIX to simplify Makefile
Juan Quintela
2009-07-27
1
-16
/
+5
*
Add CONFIG_POSIX
Juan Quintela
2009-07-27
1
-0
/
+1
*
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
2009-07-27
36
-82
/
+82
*
rename DEBUG_EXEC to CONFIG_DEBUG_EXEC
Juan Quintela
2009-07-27
2
-4
/
+4
*
rename DEBUG_TCG to CONFIG_DEBUG_TCG
Juan Quintela
2009-07-27
3
-3
/
+3
*
rename HAVE_BYTESWAP_H to CONFIG_BYTESWAP_H
Juan Quintela
2009-07-27
2
-3
/
+3
*
rename HAVE_GPROF to TARGET_GPROF
Juan Quintela
2009-07-27
3
-7
/
+7
*
rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_H
Juan Quintela
2009-07-27
2
-3
/
+3
*
rename HAVE_FNMATCH_H to CONFIG_FNMATCH
Juan Quintela
2009-07-27
2
-3
/
+3
*
rename HAVE_IOVEC to CONFIG_IOVEC
Juan Quintela
2009-07-27
2
-3
/
+3
*
rename HAVE_PREADV to CONFIG_PREADV
Juan Quintela
2009-07-27
2
-3
/
+3
*
define MAP_ANONYMOUS if it is not defined in qemu-common.h
Juan Quintela
2009-07-27
2
-2
/
+3
*
rename HOST_BSD to CONFIG_BSD
Juan Quintela
2009-07-27
12
-22
/
+22
*
O_LARGEFILE is already set in qemu-common.h
Juan Quintela
2009-07-27
1
-1
/
+0
*
fix indententation
Juan Quintela
2009-07-27
1
-3
/
+2
*
Refactor code to remove one #ifdef CONFIG_FDT
Juan Quintela
2009-07-27
1
-4
/
+2
*
Rename HAVE_FDT to CONFIG_FDT and define it also in Makefile
Juan Quintela
2009-07-27
6
-9
/
+10
*
Add -static in configure if needed
Juan Quintela
2009-07-27
3
-14
/
+2
*
more specific config.mak can overwrote more general config.mak
Juan Quintela
2009-07-27
1
-1
/
+1
*
move printing of config-host.mak variables to end of generation
Juan Quintela
2009-07-27
1
-25
/
+27
*
make oss use OSS_LIBS
Juan Quintela
2009-07-27
2
-2
/
+2
*
make fmod also use FMOD_{LIBS,CFLAGS}
Juan Quintela
2009-07-27
3
-4
/
+4
*
remove CONFIG_ from BLUEZ_{LIBS,FLAGS}
Juan Quintela
2009-07-27
3
-4
/
+4
*
remove CONFIG_ from VNC_SASL_{LIBS, FLAGS}
Juan Quintela
2009-07-27
2
-4
/
+4
*
use same algorithm for testing and
Juan Quintela
2009-07-27
1
-1
/
+7
*
remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}
Juan Quintela
2009-07-27
3
-5
/
+5
*
target_arch2 is redefined unconditionally later
Juan Quintela
2009-07-27
1
-3
/
+0
*
Remove SP_CFLAGS and SP_LDFLAGS
Juan Quintela
2009-07-27
1
-13
/
+22
*
change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
Juan Quintela
2009-07-27
10
-23
/
+28
*
Enable USE_DIRECT_JUMP on Win32.
Filip Navara
2009-07-27
1
-4
/
+1
*
Remove special Win32 code in vl.c that's no longer needed.
Filip Navara
2009-07-27
1
-4
/
+0
*
Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32
Filip Navara
2009-07-27
2
-1
/
+5
*
Remove useless Win32 include files and unused function in net.c.
Filip Navara
2009-07-27
1
-29
/
+0
*
tap-win32: Use correct headers.
Filip Navara
2009-07-27
1
-7
/
+1
*
fix broken migration
Glauber Costa
2009-07-27
1
-1
/
+3
*
Fix broken build
Luiz Capitulino
2009-07-27
1
-9
/
+9
*
slirp: Use monotonic clock if available (v2)
Ed Swierk
2009-07-27
3
-32
/
+2
*
slirp: Remove UDP protocol emulation (talk, cuseeme)
Ed Swierk
2009-07-27
3
-272
/
+2
*
qemu: msix nit: clear msix_entries_nr on error
Michael S. Tsirkin
2009-07-27
1
-0
/
+1
*
QEMU BOCHS bios patches to use maxcpus value.
Jes Sorensen
2009-07-27
4
-0
/
+181
*
Introduce -smp , maxcpus= flag to specify maximum number of CPUS.
Jes Sorensen
2009-07-27
5
-2
/
+33
*
Use Little Endian for Dirty Log
Alexander Graf
2009-07-27
1
-4
/
+7
*
Use 64bit pointer for dirty log
Alexander Graf
2009-07-27
1
-1
/
+1
*
HPET fixes for reg writes
Beth Kon
2009-07-27
2
-13
/
+8
*
slirp: Fix guestfwd for incoming data
Jan Kiszka
2009-07-27
3
-13
/
+14
*
switch -drive to QemuOpts.
Gerd Hoffmann
2009-07-27
3
-156
/
+178
*
QemuOpts: framework for storing and parsing options.
Gerd Hoffmann
2009-07-27
2
-0
/
+359
*
qemu-option: factor out parse_option_size
Gerd Hoffmann
2009-07-27
1
-26
/
+36
*
qemu-option: factor out parse_option_bool
Gerd Hoffmann
2009-07-27
1
-12
/
+22
[next]