aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-27rename DEBUG_EXEC to CONFIG_DEBUG_EXECJuan Quintela
2009-07-27rename DEBUG_TCG to CONFIG_DEBUG_TCGJuan Quintela
2009-07-27rename HAVE_BYTESWAP_H to CONFIG_BYTESWAP_HJuan Quintela
2009-07-27rename HAVE_GPROF to TARGET_GPROFJuan Quintela
2009-07-27rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_HJuan Quintela
2009-07-27rename HAVE_FNMATCH_H to CONFIG_FNMATCHJuan Quintela
2009-07-27rename HAVE_IOVEC to CONFIG_IOVECJuan Quintela
2009-07-27rename HAVE_PREADV to CONFIG_PREADVJuan Quintela
2009-07-27define MAP_ANONYMOUS if it is not defined in qemu-common.hJuan Quintela
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela
2009-07-27O_LARGEFILE is already set in qemu-common.hJuan Quintela
2009-07-27fix indententationJuan Quintela
2009-07-27Refactor code to remove one #ifdef CONFIG_FDTJuan Quintela
2009-07-27Rename HAVE_FDT to CONFIG_FDT and define it also in MakefileJuan Quintela
2009-07-27Add -static in configure if neededJuan Quintela
2009-07-27more specific config.mak can overwrote more general config.makJuan Quintela
2009-07-27move printing of config-host.mak variables to end of generationJuan Quintela
2009-07-27make oss use OSS_LIBSJuan Quintela
2009-07-27make fmod also use FMOD_{LIBS,CFLAGS}Juan Quintela
2009-07-27remove CONFIG_ from BLUEZ_{LIBS,FLAGS}Juan Quintela
2009-07-27remove CONFIG_ from VNC_SASL_{LIBS, FLAGS}Juan Quintela
2009-07-27use same algorithm for testing andJuan Quintela
2009-07-27remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}Juan Quintela
2009-07-27target_arch2 is redefined unconditionally laterJuan Quintela
2009-07-27Remove SP_CFLAGS and SP_LDFLAGSJuan Quintela
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela
2009-07-27Enable USE_DIRECT_JUMP on Win32.Filip Navara
2009-07-27Remove special Win32 code in vl.c that's no longer needed.Filip Navara
2009-07-27Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32Filip Navara
2009-07-27Remove useless Win32 include files and unused function in net.c.Filip Navara
2009-07-27tap-win32: Use correct headers.Filip Navara
2009-07-27fix broken migrationGlauber Costa
2009-07-27Fix broken buildLuiz Capitulino
2009-07-27slirp: Use monotonic clock if available (v2)Ed Swierk
2009-07-27slirp: Remove UDP protocol emulation (talk, cuseeme)Ed Swierk
2009-07-27qemu: msix nit: clear msix_entries_nr on errorMichael S. Tsirkin
2009-07-27QEMU BOCHS bios patches to use maxcpus value.Jes Sorensen
2009-07-27Introduce -smp , maxcpus= flag to specify maximum number of CPUS.Jes Sorensen
2009-07-27Use Little Endian for Dirty LogAlexander Graf
2009-07-27Use 64bit pointer for dirty logAlexander Graf
2009-07-27HPET fixes for reg writesBeth Kon
2009-07-27slirp: Fix guestfwd for incoming dataJan Kiszka
2009-07-27switch -drive to QemuOpts.Gerd Hoffmann
2009-07-27QemuOpts: framework for storing and parsing options.Gerd Hoffmann
2009-07-27qemu-option: factor out parse_option_sizeGerd Hoffmann
2009-07-27qemu-option: factor out parse_option_boolGerd Hoffmann
2009-07-27move parser functions from vl.c to qemu-option.cGerd Hoffmann
2009-07-27kill drives_optGerd Hoffmann
2009-07-27add support for drive ids.Gerd Hoffmann