aboutsummaryrefslogtreecommitdiffstats
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2012-10-11Merge commit 'afb63ebd0a9599312c27ecceb839a399740e00ef' into upstream-mergeMarcelo Tosatti1-2/+2
2012-10-11Merge commit 'c9159fe9aa9abe24115ea4d16127179e9cb07e22' into upstream-mergeMarcelo Tosatti1-34/+3
2012-10-11Merge commit '92aa5c6d77ac29574c1717bcf57827fa1e586f31' into upstream-mergeMarcelo Tosatti1-4/+35
2012-10-11Merge commit 'f430694188293f99a316bfa375b7cc17d23a06ed' into upstream-mergeMarcelo Tosatti1-49/+14
2012-10-11Merge commit '121afa9e0c02617c2a774996512e4f85f3e93da8' into upstream-mergeMarcelo Tosatti1-17/+38
2012-10-05Remove libhwStefan Weil1-5/+0
2012-10-05configure: Support empty target list (--target-list=)Stefan Weil1-2/+3
2012-10-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-0/+35
2012-10-04Merge remote-tracking branch 'kraxel/usb.66' into stagingAnthony Liguori1-3/+3
2012-10-04Make target_phys_addr_t 64 bits unconditionallyAvi Kivity1-30/+4
2012-09-28configure: Add a config option for GlusterFS as block backendBharata B Rao1-0/+35
2012-09-26usb-redir: Adjust pkg-config check for usbredirparser .pc file rename (v2)Hans de Goede1-3/+3
2012-09-25configure: Allow builds without any system or user emulationStefan Weil1-4/+0
2012-09-21tcg-sparc: Clean up cruft stemming from attempts to use global registers.Richard Henderson1-12/+0
2012-09-21tcg-sparc: Support GUEST_BASE.Richard Henderson1-0/+2
2012-09-21tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.Richard Henderson1-36/+4
2012-09-21Merge branch 'usb.65' of git://git.kraxel.org/qemuAurelien Jarno1-1/+1
2012-09-17Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2012-09-17Merge remote-tracking branch 'spice/spice.v60' into stagingAnthony Liguori1-0/+7
2012-09-17Revert "Add ability to disable build of all targets"Anthony Liguori1-4/+9
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl1-11/+0
2012-09-15target-mips: switch to AREG0 free modeBlue Swirl1-1/+1
2012-09-15target-sh4: switch to AREG0 free modeBlue Swirl1-1/+1
2012-09-15target-cris: Switch to AREG0 free modeAurelien Jarno1-1/+1
2012-09-15target-microblaze: switch to AREG0 free modeBlue Swirl1-1/+1
2012-09-15target-arm: final conversion to AREG0 free modeBlue Swirl1-1/+1
2012-09-15target-unicore32: switch to AREG0 free modeBlue Swirl1-1/+1
2012-09-15target-m68k: switch to AREG0 free modeBlue Swirl1-1/+1
2012-09-15target-lm32: switch to AREG0 free modeBlue Swirl1-1/+1
2012-09-15configure: properly check if -lrt and -lm is neededNatanael Copa1-2/+29
2012-09-14configure: fix seccomp checkYann E. MORIN1-1/+1
2012-09-13configure: usbredir fixesAurelien Jarno1-1/+1
2012-09-13hw/qxl: support client monitor configuration via deviceAlon Levy1-0/+7
2012-09-11Merge commit '4b1c11fd20e8901f04a2d9c225cd10fc05a762ff' into upstream-mergeMarcelo Tosatti1-6/+15
2012-09-11Merge commit '66d5499b3754b83c09487259c08fe2ce73188a59' into upstream-mergeMarcelo Tosatti1-14/+21
2012-09-11Merge commit 'c3ebd3ba786e1be5449527e47001eded6b59322b' into upstream-mergeMarcelo Tosatti1-1/+2
2012-09-11usb-redir: Convert to new libusbredirparser 0.5 APIHans de Goede1-1/+1
2012-09-10Add ability to force enable/disable of tools buildDaniel P. Berrange1-6/+15
2012-09-10Add ability to disable build of all targetsDaniel P. Berrange1-9/+4
2012-09-10Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-1/+2
2012-09-10use --libexecdir instead of ignoring it first and reinventing it laterMichael Tokarev1-3/+7
2012-09-10Merge branch 'spice.v59' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno1-1/+10
2012-09-10target-s390x: switch to AREG0 free modeBlue Swirl1-1/+1
2012-09-09qemu: Use valgrind annotations to mark kvm guest memory as definedChristian Borntraeger1-1/+2
2012-09-05configure: print spice-protocol and spice-server versionsAlon Levy1-1/+3
2012-09-05qxl: add QXL_IO_MONITORS_CONFIG_ASYNCAlon Levy1-0/+7
2012-08-23pci-assign: Drop configure switchesJan Kiszka1-11/+0
2012-08-23Merge commit '86759aa89d1307d0dda2435cc25943bcd7026686' into upstream-mergeMarcelo Tosatti1-1/+6
2012-08-23Merge commit 'ea776abca628d855e03c4929da3864985afd8aae' into upstream-mergeMarcelo Tosatti1-25/+76
2012-08-22qapi: add 'query-target' command to return target archDaniel P. Berrange1-1/+6
2012-08-16Adding support for libseccomp in configure and Makefile (v8)Eduardo Otubo1-0/+26
2012-08-16Support using a different compiler for Objective-C filesPeter Maydell1-0/+12
2012-08-16configure: Define OS_OBJECT_USE_OBJC=0 for MacOSX buildsPeter Maydell1-0/+3
2012-08-16configure: Don't override user's --cpu on MacOS and SolarisPeter Maydell1-25/+35
2012-08-16Merge commit '5a4d701acde890a5ca134236424ece45545f70c7' into upstream-mergeMarcelo Tosatti1-18/+38
2012-08-16Merge commit '1d31f66bbc886af56d2def349012a358dc3ada06' into upstream-mergeMarcelo Tosatti1-3/+11
2012-08-16audio: Make pcspk card selectable againJan Kiszka1-0/+5
2012-08-14x86: switch to AREG0 free modeBlue Swirl1-1/+1
2012-08-13Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-10/+0
2012-08-13monitor: drop unused monitor debug codeLuiz Capitulino1-10/+0
2012-08-13Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-3/+11
2012-08-11configure: fix double check tests with ClangBlue Swirl1-3/+3
2012-08-11configure: Check for -Werror causing failures when compiling testsPeter Maydell1-4/+28
2012-08-11unicore32-softmmu: Add unicore32-softmmu build supportGuan Xuetao1-0/+1
2012-08-09configure: Don't implicitly hardcode list of KVM architecturesPeter Maydell1-3/+11
2012-08-05Merge remote-tracking branch 'upstream' into upstream-mergeAvi Kivity1-17/+16
2012-08-05Merge commit '0f66998ff6d5d2133b9b08471a44e13b11119e50' into upstream-mergeAvi Kivity1-1/+0
2012-08-05Merge commit '65dee38052597b6285eb208125369f01b29ba6c1' into upstream-mergeAvi Kivity1-14/+50
2012-08-04configure: Fix set-but-not-used warning in Xen 4.1 probePeter Maydell1-2/+1
2012-08-04configure: Don't run Xen compile checks in subshellsPeter Maydell1-15/+15
2012-08-01configure: Fix xen probe with Xen 4.2 and laterAnthony PERARD1-1/+0
2012-07-31configure: -I\$(SRC_PATH) goes in QEMU_INCLUDES not QEMU_CFLAGSPeter Maydell1-2/+3
2012-07-31configure: Fix compile warning in utimensat/futimens testPeter Maydell1-0/+1
2012-07-31configure: Fix warnings in VDE library probePeter Maydell1-1/+2
2012-07-31configure: Fix compile warning in PNG testPeter Maydell1-1/+1
2012-07-31configure: Fix errors in test for__sync_fetch_and_andStefan Weil1-1/+1
2012-07-31configure: -march=i486 belongs in QEMU_CFLAGS, not CFLAGSPeter Maydell1-1/+1
2012-07-31configure: Replace bash code by standard shell codeStefan Weil1-1/+1
2012-07-31configure: Fix build with capabilitiesStefan Weil1-1/+1
2012-07-31configure: Fix build with ALSA audio driverStefan Weil1-1/+1
2012-07-31configure: Don't run configure tests with -Werror enabledPeter Maydell1-4/+18
2012-07-31configure: Split valgrind test into pragma test and valgrind.h testPeter Maydell1-2/+21
2012-07-31Merge commit '5e59b024351f827f903f98ae522687ea53dc4f23' into upstream-mergeMarcelo Tosatti1-2/+13
2012-07-27target-or32: Add linux user supportJia Liu1-0/+1
2012-07-27target-or32: Add target stubs and QOM cpuJia Liu1-2/+12
2012-07-23Merge remote-tracking branch 'upstream'Avi Kivity1-2/+2
2012-07-19Revert "audio: Make PC speaker audio card available by default"Anthony Liguori1-2/+2
2012-07-19Merge commit '504972922da9b562f15e13544d3efca84b46b8fd' into upstream-mergeMarcelo Tosatti1-21/+40
2012-07-19audio: Make PC speaker audio card available by defaultJan Kiszka1-2/+2
2012-07-17coroutine-ucontext: Help valgrind understand coroutinesKevin Wolf1-0/+20
2012-07-14configure: add -Werror to QEMU_CFLAGS earlyAlexander Graf1-18/+17
2012-07-12ARM: Make target_phys_addr_t 64 bits and physaddrs 40 bitsPeter Maydell1-1/+1
2012-07-11Merge remote-tracking branch 'upstream'Avi Kivity1-2/+0
2012-07-05Merge commit '71ea2e016131a9fcde6f1ffd3e0e34a64c21f593' into upstream-mergeMarcelo Tosatti1-14/+38
2012-07-02configure: Remove help for --disable-vnc-thread, --enable-vnc-threadStefan Weil1-2/+0
2012-06-27Remove support for non-threaded VNC serverDaniel P. Berrange1-9/+0
2012-06-27configure: Assure existence of linux-headers/ build directoryAndreas Färber1-0/+1
2012-06-26Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2012-06-26Merge remote-tracking branch 'sstabellini/compile-xs' into stagingAnthony Liguori1-1/+1
2012-06-26Merge remote-tracking branch 'sstabellini/xen-pt' into stagingAnthony Liguori1-0/+29
2012-06-24ppc: Move load and store helpers, switch to AREG0 free modeBlue Swirl1-1/+1
2012-06-22configure: Fix typoStefan Weil1-1/+1
2012-06-21configure: Introduce --enable-xen-pci-passthrough.Anthony PERARD1-0/+29
2012-06-21xenstore: Use <xenstore.h>Anthony PERARD1-1/+1
2012-06-19configure: fix -enable-debug with newer toolchainsAvi Kivity1-2/+1
2012-06-12Merge commit '7677e24f3db8466c7d6014a794b1e425bc7929ba' into upstream-mergeMarcelo Tosatti1-44/+11
2012-06-12Merge commit 'c353f261946ddbd814b333ae2440712b486977fd' into upstream-mergeMarcelo Tosatti1-0/+1
2012-06-12Merge commit 'be1029ec30d2eee9e0eb56190d1ed2ed9a400bdf' into upstream-mergeMarcelo Tosatti1-10/+5
2012-06-12Merge commit '5e8861a0361d8d39ab69fe557294471c28c49c8b' into upstream-mergeMarcelo Tosatti1-16/+34
2012-06-11configure: Fix build for some versions of glibc (9pfs)Stefan Weil1-0/+4
2012-06-11Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+2
2012-06-10target-xtensa: switch to AREG0-free modeMax Filippov1-1/+1
2012-06-08configure: report missing libraries for virtfsHarsh Prateek Bora1-1/+2
2012-06-07build: do not create directories at configure timePaolo Bonzini1-33/+2
2012-06-07configure: ensure directory exists when creating symlinkAnthony Liguori1-2/+1
2012-06-07build: libcacard Makefile cleanupsPaolo Bonzini1-7/+5
2012-06-07build: move per-target hw/ objects to nested Makefile.objsPaolo Bonzini1-0/+1
2012-06-07build: convert libhw to nested Makefile.objsPaolo Bonzini1-3/+4
2012-06-07build: move target-independent hw/ objects to nested Makefile.objsPaolo Bonzini1-1/+1
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini1-6/+0
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini1-22/+26
2012-06-07build: move *-user/ objects to nested Makefile.objsPaolo Bonzini1-1/+7
2012-06-04target-i386: Add API to write elf notes to core fileWen Congyang1-0/+4
2012-06-04implement cpu_get_memory_mapping()Wen Congyang1-0/+4
2012-05-31Merge commit 'b3dbb9546ade0108156a04b4983cd3057fd77563' into upstream-mergeMarcelo Tosatti1-0/+19
2012-05-24configure: check if environ is declaredLuiz Capitulino1-0/+19
2012-05-15Merge commit '76ee152a86d5f2533443ce4d2be6fe253cfb3c45' into upstream-mergeMarcelo Tosatti1-9/+14
2012-05-14configure: Use QEMU instead of QemuStefan Weil1-1/+1
2012-05-08configure: Assure printing "yes" or "no" for VirtFS supportAndreas Färber1-0/+1
2012-05-08configure: Reindent VirtFS checkAndreas Färber1-7/+7
2012-05-08Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-1/+4
2012-05-06Merge commit '8f473dd104f0937ce98523fa6f9de0bd845aebbe' into upstream-mergeAvi Kivity1-15/+17
2012-05-06Merge commit 'e61ab1da7e98357da47c54d8f893b9bd6ff2f7f9' into upstream-mergeAvi Kivity1-27/+5
2012-05-06Merge commit 'a75bfc5fdda8b87ff969d68e020ffdf1008751b1' into upstream-mergeAvi Kivity1-26/+71
2012-05-06Merge commit 'b3c09bde4842f1b157bc4431135aad4f2031e312' into upstream-mergeAvi Kivity1-2/+3
2012-05-06Merge commit '56f9107e439c32aa00d58d117a9b664551328f1e' into upstream-mergeAvi Kivity1-3/+11
2012-05-06Merge commit '12bde0eed6b740787bca2c998a838b20c556d0ec' into upstream-mergeAvi Kivity1-4/+18
2012-05-06Merge commit 'c7f0f3b1c826901358a0656f80a5fabb88f73c61' into upstream-mergeAvi Kivity1-0/+7
2012-05-06Merge commit '92e4b519e0808948ae4bc710fb1db7d3cc2245a1' into upstream-mergeAvi Kivity1-0/+1
2012-05-04ISCSI: Add support for thin-provisioning via discard/UNMAP and bigger LUNsRonnie Sahlberg1-1/+4
2012-05-03spice: require spice-protocol >= 0.8.1Alon Levy1-0/+1
2012-05-01Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori1-3/+4
2012-05-01Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-11/+10
2012-05-01configure: check for supported Python 2.x versionsStefan Hajnoczi1-3/+4
2012-05-01configure: Add libraries for qemu-ga on SolarisAndreas Färber1-1/+3
2012-05-01configure: Fix creation of symbolic links for MinGW toolchainStefan Weil1-11/+10
2012-05-01Drop darwin-userAndreas Färber1-25/+0
2012-05-01configure: add '--disable-cocoa' switchPavel Borzenkov1-1/+4
2012-04-28configure: Don't build bsd-user on Mac OS X by defaultAndreas Färber1-1/+1
2012-04-26Revert "configure: Virtfs doesn't require libcap."Anthony Liguori1-4/+2
2012-04-24Remove extra pthread switchPeter Portante1-1/+10
2012-04-24configure: Virtfs doesn't require libcap.Kusanagi Kouichi1-2/+4
2012-04-24configure: add --with-confsuffix optionEduardo Habkost1-3/+6
2012-04-24configure: change meaning of --datadir to Autoconf conventionEduardo Habkost1-4/+5
2012-04-24config-host.mak: reorder variables a bitEduardo Habkost1-2/+2
2012-04-24config-host.mak: remove CONFIG_QEMU_SHAREDIREduardo Habkost1-1/+0
2012-04-24config-host.mak: rename docdir to qemu_docdirEduardo Habkost1-1/+1
2012-04-24config-host.mak: rename confdir to qemu_confdirEduardo Habkost1-1/+1
2012-04-24config-host.mak: rename datadir to qemu_datadirEduardo Habkost1-1/+1
2012-04-24configure: rename $confdir to $qemu_confdirEduardo Habkost1-2/+2
2012-04-24configure: rename $docdir to $qemu_docdirEduardo Habkost1-4/+4
2012-04-24configure: rename $datadir to $qemu_datadirEduardo Habkost1-5/+5
2012-04-24qemu-kvm: Switch to upstream in-kernel KVM PITJan Kiszka1-11/+0
2012-04-23Merge remote-tracking branch 'sstabellini/build_fix' into stagingAnthony Liguori1-0/+25
2012-04-18tracetool: Rewrite infrastructure as python modulesLluís Vilanova1-2/+2
2012-04-17xen,configure: detect Xen 4.2Stefano Stabellini1-0/+25
2012-04-17configure: pa_simple is not needed anymoreMarc-André Lureau1-3/+3
2012-04-13configure: Insist on a Python 2, not Python 3Peter Maydell1-0/+8
2012-04-12configure: Fix wrong preprocessor statementStefan Weil1-1/+1
2012-04-12configure: Remove useless uses of ARCH_CFLAGSPeter Maydell1-6/+6
2012-04-10Merge commit '9e4dd565b46749d5e6d5cf87bfd84f1917c68319' into queues/qemu-mergeJan Kiszka1-27/+48
2012-04-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-2/+3
2012-04-07Replace Qemu by QEMU in w32 installation path (prefix)Stefan Weil1-1/+1
2012-04-07configure: require glib 2.12, 2.20 for mingw32Paolo Bonzini1-2/+10
2012-04-03configure: Link qga against UST tracing related librariesLluís Vilanova1-0/+1
2012-04-03configure: Link QEMU against 'liburcu-bp'Lluís Vilanova1-1/+1
2012-04-03configure: fix mingw32 libs_qga typoStefan Hajnoczi1-1/+1
2012-04-01target-lm32: add simple disassemblerMichael Walle1-0/+4
2012-03-31tests: fix out-of-tree building for lm32 targetMichael Walle1-1/+3
2012-03-31buildfix: check for old pod2man versionsGerd Hoffmann1-0/+8
2012-03-31Fix conversion from lower to upper case with Turkish localeStefan Weil1-3/+3
2012-03-24target-alpha: Move memory helpers to mem_helper.c.Richard Henderson1-1/+1
2012-03-18Sparc: avoid AREG0 wrappers for memory access helpersBlue Swirl1-0/+7
2012-03-14qom: Introduce CPU classAndreas Färber1-0/+1
2012-03-13usb: the big renameGerd Hoffmann1-1/+3
2012-03-12Merge remote-tracking branch 'mdroth/qga-pull-3-12-2012' into stagingAnthony Liguori1-1/+1
2012-03-12qemu-ga: add win32 guest-suspend-disk command.Gal Hammer1-1/+1
2012-03-12coroutine: adding configure option for sigaltstack coroutine backendAlex Barcelo1-1/+5
2012-03-12coroutine: adding configure choose mechanism for coroutine backendAlex Barcelo1-8/+29
2012-03-11configure: Test for libiberty.a (mingw32)Stefan Weil1-1/+7
2012-03-08configure: Quote the configure args printed in config.logPeter Maydell1-1/+3
2012-03-08osdep: Remove local definition of macro offsetofStefan Weil1-14/+0
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil1-1/+1
2012-03-07Merge commit 'e32605062cd62c2a958ad28a6ad7de4eeab12027' into upstream-mergeMarcelo Tosatti1-22/+24
2012-03-03Merge branch 'upstream' of git://qemu.weilnetz.de/qemuBlue Swirl1-12/+0
2012-03-02arm: add device tree supportGrant Likely1-0/+1
2012-02-29Merge remote-tracking branch 'spice/spice.v49' into stagingAnthony Liguori1-1/+1
2012-02-29Merge remote-tracking branch 'kraxel/usb.39' into stagingAnthony Liguori1-3/+3
2012-02-29Merge commit 'b4bd0b168e9f4898b98308f4a8a089f647a86d16' into upstream-mergeAvi Kivity1-2/+17
2012-02-29Merge commit '355bf2e5bac7be1b7516e88307f5507e74e8ce79' into upstream-mergeAvi Kivity1-1/+1