summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-27rename HAVE_FNMATCH_H to CONFIG_FNMATCHJuan Quintela2-3/+3
2009-07-27rename HAVE_IOVEC to CONFIG_IOVECJuan Quintela2-3/+3
2009-07-27rename HAVE_PREADV to CONFIG_PREADVJuan Quintela2-3/+3
2009-07-27define MAP_ANONYMOUS if it is not defined in qemu-common.hJuan Quintela2-2/+3
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela12-22/+22
2009-07-27O_LARGEFILE is already set in qemu-common.hJuan Quintela1-1/+0
2009-07-27fix indententationJuan Quintela1-3/+2
2009-07-27Refactor code to remove one #ifdef CONFIG_FDTJuan Quintela1-4/+2
2009-07-27Rename HAVE_FDT to CONFIG_FDT and define it also in MakefileJuan Quintela6-9/+10
2009-07-27Add -static in configure if neededJuan Quintela3-14/+2
2009-07-27more specific config.mak can overwrote more general config.makJuan Quintela1-1/+1
2009-07-27move printing of config-host.mak variables to end of generationJuan Quintela1-25/+27
2009-07-27make oss use OSS_LIBSJuan Quintela2-2/+2
2009-07-27make fmod also use FMOD_{LIBS,CFLAGS}Juan Quintela3-4/+4
2009-07-27remove CONFIG_ from BLUEZ_{LIBS,FLAGS}Juan Quintela3-4/+4
2009-07-27remove CONFIG_ from VNC_SASL_{LIBS, FLAGS}Juan Quintela2-4/+4
2009-07-27use same algorithm for testing andJuan Quintela1-1/+7
2009-07-27remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}Juan Quintela3-5/+5
2009-07-27target_arch2 is redefined unconditionally laterJuan Quintela1-3/+0
2009-07-27Remove SP_CFLAGS and SP_LDFLAGSJuan Quintela1-13/+22
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela10-23/+28
2009-07-27Enable USE_DIRECT_JUMP on Win32.Filip Navara1-4/+1
2009-07-27Remove special Win32 code in vl.c that's no longer needed.Filip Navara1-4/+0
2009-07-27Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32Filip Navara2-1/+5
2009-07-27Remove useless Win32 include files and unused function in net.c.Filip Navara1-29/+0
2009-07-27tap-win32: Use correct headers.Filip Navara1-7/+1
2009-07-27fix broken migrationGlauber Costa1-1/+3
2009-07-27Fix broken buildLuiz Capitulino1-9/+9
2009-07-27slirp: Use monotonic clock if available (v2)Ed Swierk3-32/+2
2009-07-27slirp: Remove UDP protocol emulation (talk, cuseeme)Ed Swierk3-272/+2
2009-07-27qemu: msix nit: clear msix_entries_nr on errorMichael S. Tsirkin1-0/+1
2009-07-27QEMU BOCHS bios patches to use maxcpus value.Jes Sorensen4-0/+181
2009-07-27Introduce -smp , maxcpus= flag to specify maximum number of CPUS.Jes Sorensen5-2/+33
2009-07-27Use Little Endian for Dirty LogAlexander Graf1-4/+7
2009-07-27Use 64bit pointer for dirty logAlexander Graf1-1/+1
2009-07-27HPET fixes for reg writesBeth Kon2-13/+8
2009-07-27slirp: Fix guestfwd for incoming dataJan Kiszka3-13/+14
2009-07-27switch -drive to QemuOpts.Gerd Hoffmann3-156/+178
2009-07-27QemuOpts: framework for storing and parsing options.Gerd Hoffmann2-0/+359
2009-07-27qemu-option: factor out parse_option_sizeGerd Hoffmann1-26/+36
2009-07-27qemu-option: factor out parse_option_boolGerd Hoffmann1-12/+22
2009-07-27move parser functions from vl.c to qemu-option.cGerd Hoffmann4-71/+71
2009-07-27kill drives_optGerd Hoffmann3-71/+43
2009-07-27add support for drive ids.Gerd Hoffmann2-18/+34
2009-07-27kill drives_tableGerd Hoffmann36-343/+308
2009-07-27qdev/pci: hook up i440fx.Gerd Hoffmann2-26/+85
2009-07-27qdev: add -device command line option.Gerd Hoffmann2-33/+66
2009-07-27qdev: bus walker + qdev_device_add()Gerd Hoffmann2-0/+252
2009-07-27qdev: create default bus names.Gerd Hoffmann2-1/+25
2009-07-27qdev/pci: use qdev_prop_pci_devfnGerd Hoffmann1-4/+4