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