Age | Commit message (Expand) | Author |
2009-07-27 | Use CONFIG_POSIX to simplify Makefile | Juan Quintela |
2009-07-27 | Add CONFIG_POSIX | Juan Quintela |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela |
2009-07-27 | rename DEBUG_EXEC to CONFIG_DEBUG_EXEC | Juan Quintela |
2009-07-27 | rename DEBUG_TCG to CONFIG_DEBUG_TCG | Juan Quintela |
2009-07-27 | rename HAVE_BYTESWAP_H to CONFIG_BYTESWAP_H | Juan Quintela |
2009-07-27 | rename HAVE_GPROF to TARGET_GPROF | Juan Quintela |
2009-07-27 | rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_H | Juan Quintela |
2009-07-27 | rename HAVE_FNMATCH_H to CONFIG_FNMATCH | Juan Quintela |
2009-07-27 | rename HAVE_IOVEC to CONFIG_IOVEC | Juan Quintela |
2009-07-27 | rename HAVE_PREADV to CONFIG_PREADV | Juan Quintela |
2009-07-27 | define MAP_ANONYMOUS if it is not defined in qemu-common.h | Juan Quintela |
2009-07-27 | rename HOST_BSD to CONFIG_BSD | Juan Quintela |
2009-07-27 | O_LARGEFILE is already set in qemu-common.h | Juan Quintela |
2009-07-27 | fix indententation | Juan Quintela |
2009-07-27 | Refactor code to remove one #ifdef CONFIG_FDT | Juan Quintela |
2009-07-27 | Rename HAVE_FDT to CONFIG_FDT and define it also in Makefile | Juan Quintela |
2009-07-27 | Add -static in configure if needed | Juan Quintela |
2009-07-27 | more specific config.mak can overwrote more general config.mak | Juan Quintela |
2009-07-27 | move printing of config-host.mak variables to end of generation | Juan Quintela |
2009-07-27 | make oss use OSS_LIBS | Juan Quintela |
2009-07-27 | make fmod also use FMOD_{LIBS,CFLAGS} | Juan Quintela |
2009-07-27 | remove CONFIG_ from BLUEZ_{LIBS,FLAGS} | Juan Quintela |
2009-07-27 | remove CONFIG_ from VNC_SASL_{LIBS, FLAGS} | Juan Quintela |
2009-07-27 | use same algorithm for testing and | Juan Quintela |
2009-07-27 | remove CONFIG_ from VNC_TLS_{LIBS, FLAGS} | Juan Quintela |
2009-07-27 | target_arch2 is redefined unconditionally later | Juan Quintela |
2009-07-27 | Remove SP_CFLAGS and SP_LDFLAGS | Juan Quintela |
2009-07-27 | change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION} | Juan Quintela |
2009-07-27 | Enable USE_DIRECT_JUMP on Win32. | Filip Navara |
2009-07-27 | Remove special Win32 code in vl.c that's no longer needed. | Filip Navara |
2009-07-27 | Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32 | Filip Navara |
2009-07-27 | Remove useless Win32 include files and unused function in net.c. | Filip Navara |
2009-07-27 | tap-win32: Use correct headers. | Filip Navara |
2009-07-27 | fix broken migration | Glauber Costa |
2009-07-27 | Fix broken build | Luiz Capitulino |
2009-07-27 | slirp: Use monotonic clock if available (v2) | Ed Swierk |
2009-07-27 | slirp: Remove UDP protocol emulation (talk, cuseeme) | Ed Swierk |
2009-07-27 | qemu: msix nit: clear msix_entries_nr on error | Michael S. Tsirkin |
2009-07-27 | QEMU BOCHS bios patches to use maxcpus value. | Jes Sorensen |
2009-07-27 | Introduce -smp , maxcpus= flag to specify maximum number of CPUS. | Jes Sorensen |
2009-07-27 | Use Little Endian for Dirty Log | Alexander Graf |
2009-07-27 | Use 64bit pointer for dirty log | Alexander Graf |
2009-07-27 | HPET fixes for reg writes | Beth Kon |
2009-07-27 | slirp: Fix guestfwd for incoming data | Jan Kiszka |
2009-07-27 | switch -drive to QemuOpts. | Gerd Hoffmann |
2009-07-27 | QemuOpts: framework for storing and parsing options. | Gerd Hoffmann |
2009-07-27 | qemu-option: factor out parse_option_size | Gerd Hoffmann |
2009-07-27 | qemu-option: factor out parse_option_bool | Gerd Hoffmann |
2009-07-27 | move parser functions from vl.c to qemu-option.c | Gerd Hoffmann |