GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/qemu-kvm.git
qemu-kvm-0.12.4-gentoo
qemu-kvm-0.12.5-gentoo
qemu-kvm-0.13.0-gentoo
qemu-kvm-0.14.1-gentoo
qemu-kvm-0.15.0-gentoo
qemu-kvm-1.1.0-gentoo
qemu-kvm-1.1.1-gentoo
qemu-kvm-1.1.2-gentoo
qemu-kvm-1.2.0-gentoo
qemu-kvm patches pulled in for Gentoo qemu packages
Doug Goldstein <cardoe@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure
Commit message (
Expand
)
Author
Age
Files
Lines
*
set SEARCH_PATH for the linker script from output of ld --verbose -v
Juan Quintela
2009-07-27
1
-5
/
+18
*
generate LDFLAGS for *-linux-user and *-bsd-user in a single place in configure
Juan Quintela
2009-07-27
1
-0
/
+39
*
Don't build option roms on Mac OS X
Juan Quintela
2009-07-27
1
-1
/
+3
*
Generate config-host.h from config-host.mak
Juan Quintela
2009-07-27
1
-54
/
+28
*
rename USE_NPTL to CONFIG_USE_NPTL
Juan Quintela
2009-07-27
1
-1
/
+1
*
rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH
Juan Quintela
2009-07-27
1
-2
/
+2
*
define ENOTSUP the same that the other errors
Juan Quintela
2009-07-27
1
-5
/
+0
*
test if xen is enabled only once
Juan Quintela
2009-07-27
1
-4
/
+1
*
simplify fdt libs selection
Juan Quintela
2009-07-27
1
-4
/
+5
*
simplify vde libs selection
Juan Quintela
2009-07-27
1
-6
/
+6
*
simplify brlapi selection
Juan Quintela
2009-07-27
1
-8
/
+10
*
simplify curses library selection
Juan Quintela
2009-07-27
1
-10
/
+5
*
Define and use xen libs in a single place
Juan Quintela
2009-07-27
1
-7
/
+8
*
indent with 2 spaces sdl tests
Juan Quintela
2009-07-27
1
-34
/
+31
*
remove sdl_static. Just do the right thing if static is yes
Juan Quintela
2009-07-27
1
-30
/
+12
*
target_softmmu is undefined at that point
Juan Quintela
2009-07-27
1
-1
/
+1
*
instead of setup sdl_x11 just add -lX11 to sdl_libs
Juan Quintela
2009-07-27
1
-4
/
+1
*
Calculate sdl_libs and sdl_flags and use them everywhere
Juan Quintela
2009-07-27
1
-7
/
+9
*
sdl_config value was always sdl-config
Juan Quintela
2009-07-27
1
-11
/
+10
*
the else part of this test is obsolete We are testing for sdl = yes inside th...
Juan Quintela
2009-07-27
1
-7
/
+1
*
Add CONFIG_POSIX
Juan Quintela
2009-07-27
1
-0
/
+1
*
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
2009-07-27
1
-2
/
+2
*
rename DEBUG_EXEC to CONFIG_DEBUG_EXEC
Juan Quintela
2009-07-27
1
-1
/
+1
*
rename DEBUG_TCG to CONFIG_DEBUG_TCG
Juan Quintela
2009-07-27
1
-1
/
+1
*
rename HAVE_BYTESWAP_H to CONFIG_BYTESWAP_H
Juan Quintela
2009-07-27
1
-1
/
+1
*
rename HAVE_GPROF to TARGET_GPROF
Juan Quintela
2009-07-27
1
-1
/
+1
*
rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_H
Juan Quintela
2009-07-27
1
-1
/
+1
*
rename HAVE_FNMATCH_H to CONFIG_FNMATCH
Juan Quintela
2009-07-27
1
-1
/
+1
*
rename HAVE_IOVEC to CONFIG_IOVEC
Juan Quintela
2009-07-27
1
-1
/
+1
*
rename HAVE_PREADV to CONFIG_PREADV
Juan Quintela
2009-07-27
1
-1
/
+1
*
define MAP_ANONYMOUS if it is not defined in qemu-common.h
Juan Quintela
2009-07-27
1
-1
/
+0
*
rename HOST_BSD to CONFIG_BSD
Juan Quintela
2009-07-27
1
-1
/
+1
*
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
*
Rename HAVE_FDT to CONFIG_FDT and define it also in Makefile
Juan Quintela
2009-07-27
1
-1
/
+2
*
Add -static in configure if needed
Juan Quintela
2009-07-27
1
-0
/
+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
1
-1
/
+1
*
make fmod also use FMOD_{LIBS,CFLAGS}
Juan Quintela
2009-07-27
1
-2
/
+2
*
remove CONFIG_ from BLUEZ_{LIBS,FLAGS}
Juan Quintela
2009-07-27
1
-2
/
+2
*
remove CONFIG_ from VNC_SASL_{LIBS, FLAGS}
Juan Quintela
2009-07-27
1
-2
/
+2
*
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
1
-2
/
+2
*
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
1
-1
/
+2
*
Link bios files when building out of tree
Jan Kiszka
2009-07-22
1
-1
/
+4
*
Enable PPC KVM for non-embedded
Alexander Graf
2009-07-22
1
-1
/
+2
*
Fix a similar configure typo from microblaze.
Andrzej Zaborowski
2009-07-18
1
-1
/
+1
*
this patch fixes a typo where armv4l was incorrectly spelled arm4l,
Laurent Desnogues
2009-07-18
1
-1
/
+1
[next]