aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2009-12-20user_only: compile everything with -fpieKirill A. Shutemov
2009-12-12Do not abort on qemu_malloc(0) in production buildsAnthony Liguori
2009-12-05Add KVM support for S390xAlexander Graf
2009-12-05S/390 host/target build system supportAlexander Graf
2009-12-03Suppress optionrom build on Solaris x86Andreas Faerber
2009-12-03Don't leak file descriptorsKevin Wolf
2009-12-02configure: use correct cflags in compiler checksMichael S. Tsirkin
2009-12-01tcg: initial mips supportAurelien Jarno
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno
2009-11-22Makefile dependencies for device configsPaul Brook
2009-11-21configure: Fix spelling in comment and rework the commentStefan Weil
2009-11-21qemu-io: build on all platformsAurelien Jarno
2009-11-18audio: link with -lpulse in addition to -lpulse-simpleAurelien Jarno
2009-11-17Fix typoBlue Swirl
2009-11-17Prevent configuring for a user emulator on a different type of OSBlue Swirl
2009-11-17Add a unit test for JSON supportAnthony Liguori
2009-11-17Add unit test for QFloatAnthony Liguori
2009-11-17Cleanup configure checks for dup3 and fallocateJan Kiszka
2009-11-09Configurable block format whitelistMarkus Armbruster
2009-11-02Fix the build when srcdir == objdirAnthony Liguori
2009-10-30build: add CONFIG_LINUXMark McLoughlin
2009-10-30net: move net-queue.[ch] under net/Mark McLoughlin
2009-10-21Merge commit 'linux-user/linux-user-for-upstream' into stagingAnthony Liguori
2009-10-18Suppress warnings about 'warn_unused_result' attribute directiveBlue Swirl
2009-10-15implementations of dup3 and fallocate that are good enough to fool LTPUlrich Hecht
2009-10-15configure: clean temporary executable files even on Windowsmalc
2009-10-11Fix bswap in commentStefan Weil
2009-10-11Move dependency generation falgs out of configuremalc
2009-10-11configure: clean up temporary dependency filesmalc
2009-10-10Windows Waveform Audio driver (no ADC support yet)malc
2009-10-08Introduce QList unit-testsLuiz Capitulino
2009-10-08Generate gdbstub-xml.c only when neededJuan Quintela
2009-10-08Add new config-devices.mak for each targetJuan Quintela
2009-10-08Move generation of config-target.h to Makefile from configureJuan Quintela
2009-10-08Rename config.{h, mak} config-target.{h, mak}Juan Quintela
2009-10-08Move generation of config-host.h to Makefile from configureJuan Quintela
2009-10-08Don't include config-host.mak from inside config.makJuan Quintela
2009-10-06AIOLIBS is not used anywhereJuan Quintela
2009-10-05Add -Wold-style-* flagsJuan Quintela
2009-10-05slirp: It needs to use QEMU_CFLAGS not CFLAGSJuan Quintela
2009-10-04Check availability of uuid header / libraryStefan Weil
2009-10-02Use GNU ld to link roms on OpenSolarisBlue Swirl
2009-09-27Compile some user files only once for all targetsBlue Swirl
2009-09-27Don't compile roms if not building system targetsBlue Swirl
2009-09-20Probe for fdatasync()Blue Swirl
2009-09-16fix typo in configure --helpAndre Przywara
2009-09-13configure: change "found" to "find"Sebastian Herbszt
2009-09-13Revert "Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce1...Blue Swirl
2009-09-13Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce190caBlue Swirl
2009-09-12Add configure option to compile user targets as PIEKirill A. Shutemov