aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Include microblaze binaries in tarbin.Edgar E. Iglesias1-0/+2
2009-09-27Compile some user files only once for all targetsBlue Swirl1-2/+7
2009-09-20Compile host-utils only onceBlue Swirl1-1/+1
2009-09-20Compile TCG runtime library only onceBlue Swirl1-0/+1
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl1-1/+1
2009-09-20Compile qemu-config only onceBlue Swirl1-1/+1
2009-09-12Add configure option to compile user targets as PIEKirill A. Shutemov1-9/+1
2009-09-09qdev/scsi: add scsi bus support to qdev, convert drivers.Gerd Hoffmann1-1/+1
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-1/+1
2009-09-04Introduce QDict unit-testsLuiz Capitulino1-0/+1
2009-09-04Introduce QString unit-testsLuiz Capitulino1-0/+1
2009-09-04Introduce QInt unit-testsLuiz Capitulino1-0/+2
2009-09-04Introduce QDictLuiz Capitulino1-1/+1
2009-09-04Introduce QStringLuiz Capitulino1-1/+1
2009-09-04Introduce QIntLuiz Capitulino1-0/+1
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig1-0/+1
2009-08-27add file descriptor migrationPaolo Bonzini1-1/+1
2009-08-24make pthreads mandatoryChristoph Hellwig1-1/+1
2009-08-24Only build osdep onceAnthony Liguori1-4/+4
2009-08-24Migration via unix sockets.Chris Lalancette1-1/+1
2009-08-24Makefile: fixed rule TAGSAlexandre Bique1-1/+2
2009-08-18Fix breakage of alpha, mips64, ppc64 and x86_64 targets on non-amd64 hostBlue Swirl1-1/+1
2009-08-16user: compile host-utils.c only onceBlue Swirl1-1/+1
2009-08-15linux-user: compile envlist.c only onceBlue Swirl1-1/+1
2009-08-15user: compile path.c only onceBlue Swirl1-1/+1
2009-08-10CURL libs are used both by tools and softmmuJuan Quintela1-1/+0
2009-08-10VDE libs are used both by tools and softmmuJuan Quintela1-2/+0
2009-08-10Add libs_tools supportJuan Quintela1-1/+1
2009-08-10CONFIG_POSIX makes more sense that not CONFIG_WIN32Juan Quintela1-1/+1
2009-08-10Generate CONFIG_AUDIO_PT_INT in configureJuan Quintela1-7/+1
2009-08-10AUDIO_PT is not neededJuan Quintela1-8/+0
2009-08-10FMOD_CFLAGS is not set when CONFIG_FMOD is undefJuan Quintela1-3/+1
2009-08-10Make slirp include dir globlal in cflagsJuan Quintela1-4/+0
2009-08-10Fold BRLAPI_LIBS into libs_softmmuJuan Quintela1-3/+0
2009-08-10move common QEMU_CFLAGS to configureJuan Quintela1-3/+0
2009-08-10Rename CPPFLAGS to QEMU_CFLAGSJuan Quintela1-9/+9
2009-08-10Move to configure CONFIG_WIN32 libraries needed alwaysJuan Quintela1-4/+0
2009-08-10Move to configure CONFIG_SOLARIS libraries needed alwaysJuan Quintela1-4/+0
2009-08-10CLOCKLIBS was used for all binariesJuan Quintela1-2/+0
2009-08-10PTHREADLIBS was used for all binariesJuan Quintela1-1/+0
2009-08-10We want to pass LIB through configuration files nowJuan Quintela1-1/+1
2009-08-10We use -lz for all binariesJuan Quintela1-3/+1
2009-08-10Add CURL_CFLAGSJuan Quintela1-0/+1
2009-08-10Add new block driver for the VDI format (only aio supported)Stefan Weil1-1/+1
2009-07-31Option rom makefile fixesPaul Brook1-8/+10
2009-07-27set SEARCH_PATH for the linker script from output of ld --verbose -vJuan Quintela1-1/+1
2009-07-27simplify brlapi selectionJuan Quintela1-3/+1
2009-07-27Use CONFIG_POSIX to simplify MakefileJuan Quintela1-16/+5
2009-07-27Add -static in configure if neededJuan Quintela1-3/+1
2009-07-27make fmod also use FMOD_{LIBS,CFLAGS}Juan Quintela1-1/+1