aboutsummaryrefslogtreecommitdiffstats
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2009-04-17linux-user: fix inotify syscallsaurel321-1/+1
2009-04-16configure: display debug tcg status in summaryaurel321-0/+1
2009-04-15fix a typo introduced in r7118aurel321-1/+1
2009-04-15linux-user: prefer glibc over direct syscallsaurel321-0/+53
2009-04-13Add a --enable-debug-tcg option to configureaurel321-0/+10
2009-04-13Probe via #define check for OpenBSD and *Solarisblueswir11-0/+4
2009-04-13Fix OpenSolaris softfloat warningsblueswir11-0/+1
2009-04-13Skip KVM probe for OpenSolarisblueswir11-0/+1
2009-04-13Probe for OpenSolaris curses missing resize_termblueswir11-1/+4
2009-04-11BSD user: initial support for i386 and x86_64 targetsblueswir11-0/+3
2009-04-07Add --with-pkgversion.pbrook1-0/+5
2009-04-07Document some missing options in configure -haurel321-0/+2
2009-04-07native preadv/pwritev support (Christoph Hellwig)aliguori1-0/+17
2009-04-05Disable qemu-io on Win32aliguori1-2/+2
2009-04-05qemu-io - an I/O path exerciser (Christoph Hellwig)aliguori1-1/+1
2009-04-05Make binary stripping conditional (Riku Voipio)aliguori1-1/+8
2009-04-04Compile all files with -ffixed-g5 etc. to avoid env (%g5) corruptionblueswir11-0/+9
2009-03-19Remove dead codemalc1-6/+0
2009-03-09configure sensitive to user localeblueswir11-1/+1
2009-03-08Fix windows build and clean up use of <windows.h>aliguori1-0/+1
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir11-1/+1
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir11-0/+9
2009-03-06Support ACLs for controlling VNC access ("Daniel P. Berrange")aliguori1-0/+18
2009-03-06Add SASL authentication support ("Daniel P. Berrange")aliguori1-0/+34
2009-03-03Fix SDL on evdev hosts (Anthony Liguori)aliguori1-0/+18
2009-02-23Darwin: Check for x86_64 only on i386malc1-3/+3
2009-01-26Enabled building of x86_64 code on Mac OS X (Alexander Graf)aliguori1-1/+11
2009-01-24target-ppc: Add XML files for PowerPC registersaurel321-0/+4
2009-01-17Use kill instead of sigqueue: re-enables AIO on OpenBSDblueswir11-3/+1
2009-01-16Fix false positive for AIO on OpenBSDblueswir11-1/+3
2009-01-15report issues causing the kvm probe to fail (Christian Ehrhardt)aliguori1-7/+20
2009-01-15Fix kvm configure test for PPCaliguori1-0/+2
2009-01-14Migrate to check_definemalc1-24/+24
2009-01-14Fix iovec probe on OpenBSDblueswir11-0/+2
2009-01-09fix configuring kvm probe when using --kerneldir (Christian Ehrhardt)aliguori1-0/+6
2009-01-09More flexible audio card selectionmalc1-3/+4
2009-01-07CRIS: Enable NTPL.edgar_igl1-0/+1
2009-01-06Add missing spacemalc1-1/+1
2008-12-31Add Sparc define checksblueswir11-0/+8
2008-12-29Parse --cc and --cross-prefix earlier and use CC to determine cpu and hostaliguori1-33/+59
2008-12-17Do not rely on BSD style echo (which accepts -n option)malc1-1/+1
2008-12-16target-ppc: Enable KVM for ppcemb.aurel321-0/+6
2008-12-16Implement device tree support needed for Bamboo emulationaurel321-0/+18
2008-12-15configure: also switch ppc64abi32 and ppcemb to CONFIG_SOFTFLOATaurel321-0/+2
2008-12-15configure: switch to CONFIG_SOFTFLOAT for PPCaurel321-0/+2
2008-12-15configure: close stdout for the remaining calls to cc.balrog1-12/+12
2008-12-12Make sure to link librt if we need to.aliguori1-0/+20
2008-12-12Replace posix-aio with custom thread poolaliguori1-15/+5
2008-12-09Disable KVM support if the kernel modules have broken memory slot handlingaliguori1-1/+2
2008-12-08configure: also close stdout when calling ccaurel321-7/+7