Add new block driver for the VDI format (only aio supported)
[qemu] / configure
2009-08-10 Stefan WeilWin32: Fix default prefix
2009-08-10 Christoph Eggerconfigure: let it find xen headers and libs
2009-08-09 malcDo not try to invoke shebang scripts directly (NFS...
2009-08-03 Nathan Froydenable NPTL for ppc-linux-user targets in configure
2009-07-31 Paul BrookOption rom makefile fixes
2009-07-27 Juan Quintelaset SEARCH_PATH for the linker script from output of...
2009-07-27 Juan Quintelagenerate LDFLAGS for *-linux-user and *-bsd-user in...
2009-07-27 Juan QuintelaDon't build option roms on Mac OS X
2009-07-27 Juan QuintelaGenerate config-host.h from config-host.mak
2009-07-27 Juan Quintelarename USE_NPTL to CONFIG_USE_NPTL
2009-07-27 Juan Quintelarename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH
2009-07-27 Juan Quinteladefine ENOTSUP the same that the other errors
2009-07-27 Juan Quintelatest if xen is enabled only once
2009-07-27 Juan Quintelasimplify fdt libs selection
2009-07-27 Juan Quintelasimplify vde libs selection
2009-07-27 Juan Quintelasimplify brlapi selection
2009-07-27 Juan Quintelasimplify curses library selection
2009-07-27 Juan QuintelaDefine and use xen libs in a single place
2009-07-27 Juan Quintelaindent with 2 spaces sdl tests
2009-07-27 Juan Quintelaremove sdl_static. Just do the right thing if static...
2009-07-27 Juan Quintelatarget_softmmu is undefined at that point
2009-07-27 Juan Quintelainstead of setup sdl_x11 just add -lX11 to sdl_libs
2009-07-27 Juan QuintelaCalculate sdl_libs and sdl_flags and use them everywhere
2009-07-27 Juan Quintelasdl_config value was always sdl-config
2009-07-27 Juan Quintelathe else part of this test is obsolete We are testing...
2009-07-27 Juan QuintelaAdd CONFIG_POSIX
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-27 Juan Quintelarename DEBUG_EXEC to CONFIG_DEBUG_EXEC
2009-07-27 Juan Quintelarename DEBUG_TCG to CONFIG_DEBUG_TCG
2009-07-27 Juan Quintelarename HAVE_BYTESWAP_H to CONFIG_BYTESWAP_H
2009-07-27 Juan Quintelarename HAVE_GPROF to TARGET_GPROF
2009-07-27 Juan Quintelarename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_H
2009-07-27 Juan Quintelarename HAVE_FNMATCH_H to CONFIG_FNMATCH
2009-07-27 Juan Quintelarename HAVE_IOVEC to CONFIG_IOVEC
2009-07-27 Juan Quintelarename HAVE_PREADV to CONFIG_PREADV
2009-07-27 Juan Quinteladefine MAP_ANONYMOUS if it is not defined in qemu-common.h
2009-07-27 Juan Quintelarename HOST_BSD to CONFIG_BSD
2009-07-27 Juan QuintelaO_LARGEFILE is already set in qemu-common.h
2009-07-27 Juan Quintelafix indententation
2009-07-27 Juan QuintelaRename HAVE_FDT to CONFIG_FDT and define it also in...
2009-07-27 Juan QuintelaAdd -static in configure if needed
2009-07-27 Juan Quintelamove printing of config-host.mak variables to end of...
2009-07-27 Juan Quintelamake oss use OSS_LIBS
2009-07-27 Juan Quintelamake fmod also use FMOD_{LIBS,CFLAGS}
2009-07-27 Juan Quintelaremove CONFIG_ from BLUEZ_{LIBS,FLAGS}
2009-07-27 Juan Quintelaremove CONFIG_ from VNC_SASL_{LIBS, FLAGS}
2009-07-27 Juan Quintelause same algorithm for testing and
2009-07-27 Juan Quintelaremove CONFIG_ from VNC_TLS_{LIBS, FLAGS}
2009-07-27 Juan Quintelatarget_arch2 is redefined unconditionally later
2009-07-27 Juan QuintelaRemove SP_CFLAGS and SP_LDFLAGS
2009-07-27 Juan Quintelachange HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
2009-07-22 Jan KiszkaLink bios files when building out of tree
2009-07-22 Alexander GrafEnable PPC KVM for non-embedded
2009-07-18 Andrzej ZaborowskiFix a similar configure typo from microblaze.
2009-07-18 Laurent Desnoguesthis patch fixes a typo where armv4l was incorrectly...
2009-07-18 malcPPC 32/64 GUEST_BASE support
2009-07-17 Paul BrookUserspace guest address offsetting
2009-07-16 Juan QuintelaGenerate $target_dir/config.h from $target_dir/config.mak
2009-07-16 Juan QuintelaRefactor config_softfloat selection in another list
2009-07-16 Juan Quintelarename s/config_mak/config_host_mak/ and s/config_h...
2009-07-16 Juan Quintelasimplify TARGET_ABI_DIR generation
2009-07-16 Juan Quintelasimplify TARGET_ARCH2 generation
2009-07-16 Juan Quintelasimplify TARGET_BASE_ARCH generation
2009-07-16 Juan Quintelagenerate TARGET_<arch name> for config.h
2009-07-16 Juan Quintelagenerate TARGET_ARCH for config.h
2009-07-16 Juan QuintelaOnly setup TARGET_ARCH when it is different of
2009-07-16 Juan Quintelaprint only once TARGET_ARCH
2009-07-16 Juan QuintelaRefactor targe_bigendian selection in another list
2009-07-16 Juan QuintelaRefactor common code using a list
2009-07-16 Juan Quintelagenerate ARCH name instead of coding it
2009-07-16 Juan QuintelaWe can wrap ARCH_CFLAGS/ARCH_LDFLAGS in CFLAGS/LDFLAGS...
2009-07-16 Juan QuintelaWe can wrap OS_CFLAGS/OS_LDFLAGS in CFLAGS/LDFLAGS...
2009-07-16 Juan Quintelaconfigure kqemu in a single place
2009-07-16 Juan Quintelaconfigure kvm in a single place
2009-07-16 Juan Quintelaconfigure xen in a single place
2009-07-16 Juan QuintelaTARGET_ARCH2 is already known at configure time.
2009-07-16 Juan Quintelaconfigure already knows what TARGET_BASE_ARCH we need...
2009-07-16 Anthony LiguoriFix multiboot.bin build on mingw32
2009-07-09 Jan Kiszkaconfigure: Append extra cflags and ldflags
2009-07-09 Christoph Eggerconfigure: detect xen with --extra-cflags / --extra...
2009-07-09 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-09 Paul BrookEnable MIPS NPTL
2009-07-08 Riku Voipioconfigure: remove bogus linux-user check
2009-07-03 Blue SwirlRename target_cpu to target_arch2
2009-06-29 Juan Quintelamove CONFIG_* values from yes to y
2009-06-29 Alexander GrafMultiboot build system v4
2009-06-29 Jan KiszkaPrefer ncurses over curses
2009-06-23 Igor V. Kovalenkoadd sparc64-softmmu to default configure targets list
2009-06-22 Anthony LiguoriFix build on Mac OS X
2009-06-16 Stefan WeilFix help message for new configure option --enable...
2009-06-16 Jan Kiszkakvm: Restrict configure check to Linux
2009-06-16 vibisreenivasanlinux-user: add tee, splice and vmsplice
2009-06-16 Riku Voipiolinux-user: implement pipe2 [v3]
2009-06-16 Riku Voipiolinux-user: fix utimensat
2009-06-13 Blue SwirlReally enable -Werror
2009-06-12 Anthony LiguoriEnable -Werror by default for git builds on Linux hosts
2009-06-07 Jan Kiszkakvm: Improve upgrade notes when facing unsupported...
2009-06-07 Blue SwirlFix generation of CONFIG_KVM
2009-06-04 Paul BrookAdd --enable-debug
2009-05-28 Sebastian HerbsztAdd detection of pthread library name
next