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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-26
linux-user: add inotify_init1 syscall support
Riku Voipio
1
-0
/
+18
2010-03-21
Compile most IDE devices only once
Blue Swirl
1
-0
/
+1
2010-03-21
Compile disassemblers only once
Blue Swirl
1
-0
/
+25
2010-03-13
configure: fix --sysconfdir specification
Andre Przywara
1
-1
/
+1
2010-03-12
Remove userspace target_phys_addr_t
Paul Brook
1
-1
/
+1
2010-03-09
configure: Fix code which creates config.mak files
Stefan Weil
1
-2
/
+2
2010-03-09
configure: Fix wrong stderr redirection
Stefan Weil
1
-2
/
+2
2010-03-06
Documentation: Modify rule for html output (better looking output format)
Stefan Weil
1
-1
/
+1
2010-02-19
mingw32: Enable C99/POSIX format strings
Stefan Weil
1
-0
/
+2
2010-02-19
Monitor: Debugging support
Luiz Capitulino
1
-0
/
+10
2010-02-08
configure: fix the static compilation for sdl
TeLeMan
1
-2
/
+5
2010-02-08
configure: Add --enable-docs and --disable-docs to --help
Dirk Ullrich
1
-0
/
+2
2010-02-06
Add -static earlier to LDFLAGS for compile_prog()
Loïc Minier
1
-2
/
+3
2010-02-06
configure: remove debugging code introduced in aa527b65d8187b97d73f889b6cae7b...
Aurelien Jarno
1
-3
/
+0
2010-02-06
configure: fix compilation on hosts without -fstack-protector-all
Aurelien Jarno
1
-2
/
+5
2010-01-28
Solaris: test for presence of commands with has()
Loïc Minier
1
-5
/
+7
2010-01-28
Add and use has() and path_of() funcs
Loïc Minier
1
-9
/
+43
2010-01-28
Check for sdl-config before calling it
Loïc Minier
1
-1
/
+6
2010-01-26
Check availavility of -fstack-protector-all
Juan Quintela
1
-1
/
+1
2010-01-26
Enable _FORTIFY_SOURCE=2
Kirill A. Shutemov
1
-1
/
+1
2010-01-24
Support --sysconfdir in configure to specify path to configuration files
Anthony Liguori
1
-0
/
+17
2010-01-13
use pkg-config for libcurl whenever available
Paolo Bonzini
1
-2
/
+8
2010-01-13
use pkg-config for sdl whenever available
Paolo Bonzini
1
-4
/
+10
2010-01-13
fixes to the static compilation case for sdl
Paolo Bonzini
1
-3
/
+3
2010-01-13
use cross-prefix for pkgconfig
Paolo Bonzini
1
-5
/
+14
2010-01-12
kvm: Detect availability of kvm_para.h
Jan Kiszka
1
-0
/
+11
2010-01-12
kvm: Use kvm-kmod headers if available
Jan Kiszka
1
-1
/
+1
2010-01-08
finish VPATH -> vpath translation
Paolo Bonzini
1
-3
/
+0
2010-01-07
Drop --whole-archive and static libraries
Andreas Färber
1
-33
/
+1
2009-12-23
Compile qemu-nbd also on OpenBSD and Solaris
Blue Swirl
1
-1
/
+1
2009-12-19
user_only: compile everything with -fpie
Kirill A. Shutemov
1
-0
/
+3
2009-12-13
target-alpha: Enable softfloat.
Richard Henderson
1
-1
/
+1
2009-12-12
Do not abort on qemu_malloc(0) in production builds
Anthony Liguori
1
-1
/
+17
2009-12-05
Add KVM support for S390x
Alexander Graf
1
-1
/
+3
2009-12-05
S/390 host/target build system support
Alexander Graf
1
-7
/
+15
2009-12-03
Suppress optionrom build on Solaris x86
Andreas Faerber
1
-1
/
+1
2009-12-03
Don't leak file descriptors
Kevin Wolf
1
-0
/
+20
2009-12-02
configure: use correct cflags in compiler checks
Michael S. Tsirkin
1
-20
/
+21
2009-12-01
tcg: initial mips support
Aurelien Jarno
1
-1
/
+6
2009-11-29
Add support for GNU/kFreeBSD
Aurelien Jarno
1
-1
/
+5
2009-11-22
Makefile dependencies for device configs
Paul Brook
1
-4
/
+0
2009-11-21
configure: Fix spelling in comment and rework the comment
Stefan Weil
1
-8
/
+10
2009-11-21
qemu-io: build on all platforms
Aurelien Jarno
1
-4
/
+2
2009-11-18
audio: link with -lpulse in addition to -lpulse-simple
Aurelien Jarno
1
-2
/
+2
2009-11-17
Fix typo
Blue Swirl
1
-1
/
+1
2009-11-17
Prevent configuring for a user emulator on a different type of OS
Blue Swirl
1
-0
/
+12
2009-11-17
Add a unit test for JSON support
Anthony Liguori
1
-1
/
+1
2009-11-17
Add unit test for QFloat
Anthony Liguori
1
-0
/
+1
2009-11-17
Cleanup configure checks for dup3 and fallocate
Jan Kiszka
1
-2
/
+2
2009-11-09
Configurable block format whitelist
Markus Armbruster
1
-0
/
+7
[next]