summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* the else part of this test is obsolete We are testing for sdl = yes inside th...Juan Quintela2009-07-271-7/+1Star
* Use CONFIG_POSIX to simplify MakefileJuan Quintela2009-07-271-16/+5Star
* Add CONFIG_POSIXJuan Quintela2009-07-271-0/+1
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-2736-82/+82
* rename DEBUG_EXEC to CONFIG_DEBUG_EXECJuan Quintela2009-07-272-4/+4
* rename DEBUG_TCG to CONFIG_DEBUG_TCGJuan Quintela2009-07-273-3/+3
* rename HAVE_BYTESWAP_H to CONFIG_BYTESWAP_HJuan Quintela2009-07-272-3/+3
* rename HAVE_GPROF to TARGET_GPROFJuan Quintela2009-07-273-7/+7
* rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_HJuan Quintela2009-07-272-3/+3
* rename HAVE_FNMATCH_H to CONFIG_FNMATCHJuan Quintela2009-07-272-3/+3
* rename HAVE_IOVEC to CONFIG_IOVECJuan Quintela2009-07-272-3/+3
* rename HAVE_PREADV to CONFIG_PREADVJuan Quintela2009-07-272-3/+3
* define MAP_ANONYMOUS if it is not defined in qemu-common.hJuan Quintela2009-07-272-2/+3
* rename HOST_BSD to CONFIG_BSDJuan Quintela2009-07-2712-22/+22
* O_LARGEFILE is already set in qemu-common.hJuan Quintela2009-07-271-1/+0Star
* fix indententationJuan Quintela2009-07-271-3/+2Star
* Refactor code to remove one #ifdef CONFIG_FDTJuan Quintela2009-07-271-4/+2Star
* Rename HAVE_FDT to CONFIG_FDT and define it also in MakefileJuan Quintela2009-07-276-9/+10
* Add -static in configure if neededJuan Quintela2009-07-273-14/+2Star
* more specific config.mak can overwrote more general config.makJuan Quintela2009-07-271-1/+1
* move printing of config-host.mak variables to end of generationJuan Quintela2009-07-271-25/+27
* make oss use OSS_LIBSJuan Quintela2009-07-272-2/+2
* make fmod also use FMOD_{LIBS,CFLAGS}Juan Quintela2009-07-273-4/+4
* remove CONFIG_ from BLUEZ_{LIBS,FLAGS}Juan Quintela2009-07-273-4/+4
* remove CONFIG_ from VNC_SASL_{LIBS, FLAGS}Juan Quintela2009-07-272-4/+4
* use same algorithm for testing andJuan Quintela2009-07-271-1/+7
* remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}Juan Quintela2009-07-273-5/+5
* target_arch2 is redefined unconditionally laterJuan Quintela2009-07-271-3/+0Star
* Remove SP_CFLAGS and SP_LDFLAGSJuan Quintela2009-07-271-13/+22
* change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela2009-07-2710-23/+28
* Enable USE_DIRECT_JUMP on Win32.Filip Navara2009-07-271-4/+1Star
* Remove special Win32 code in vl.c that's no longer needed.Filip Navara2009-07-271-4/+0Star
* Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32Filip Navara2009-07-272-1/+5
* Remove useless Win32 include files and unused function in net.c.Filip Navara2009-07-271-29/+0Star
* tap-win32: Use correct headers.Filip Navara2009-07-271-7/+1Star
* fix broken migrationGlauber Costa2009-07-271-1/+3
* Fix broken buildLuiz Capitulino2009-07-271-9/+9
* slirp: Use monotonic clock if available (v2)Ed Swierk2009-07-273-32/+2Star
* slirp: Remove UDP protocol emulation (talk, cuseeme)Ed Swierk2009-07-273-272/+2Star
* qemu: msix nit: clear msix_entries_nr on errorMichael S. Tsirkin2009-07-271-0/+1
* QEMU BOCHS bios patches to use maxcpus value.Jes Sorensen2009-07-274-0/+181
* Introduce -smp , maxcpus= flag to specify maximum number of CPUS.Jes Sorensen2009-07-275-2/+33
* Use Little Endian for Dirty LogAlexander Graf2009-07-271-4/+7
* Use 64bit pointer for dirty logAlexander Graf2009-07-271-1/+1
* HPET fixes for reg writesBeth Kon2009-07-272-13/+8Star
* slirp: Fix guestfwd for incoming dataJan Kiszka2009-07-273-13/+14
* switch -drive to QemuOpts.Gerd Hoffmann2009-07-273-156/+178
* QemuOpts: framework for storing and parsing options.Gerd Hoffmann2009-07-272-0/+359
* qemu-option: factor out parse_option_sizeGerd Hoffmann2009-07-271-26/+36
* qemu-option: factor out parse_option_boolGerd Hoffmann2009-07-271-12/+22