Age | Commit message (Expand) | Author | Files | Lines |
2009-08-27 | add file descriptor migration | Paolo Bonzini | 1 | -1/+1 |
2009-08-24 | make pthreads mandatory | Christoph Hellwig | 1 | -1/+1 |
2009-08-24 | Only build osdep once | Anthony Liguori | 1 | -4/+4 |
2009-08-24 | Migration via unix sockets. | Chris Lalancette | 1 | -1/+1 |
2009-08-24 | Makefile: fixed rule TAGS | Alexandre Bique | 1 | -1/+2 |
2009-08-18 | Fix breakage of alpha, mips64, ppc64 and x86_64 targets on non-amd64 host | Blue Swirl | 1 | -1/+1 |
2009-08-16 | user: compile host-utils.c only once | Blue Swirl | 1 | -1/+1 |
2009-08-15 | linux-user: compile envlist.c only once | Blue Swirl | 1 | -1/+1 |
2009-08-15 | user: compile path.c only once | Blue Swirl | 1 | -1/+1 |
2009-08-10 | CURL libs are used both by tools and softmmu | Juan Quintela | 1 | -1/+0 |
2009-08-10 | VDE libs are used both by tools and softmmu | Juan Quintela | 1 | -2/+0 |
2009-08-10 | Add libs_tools support | Juan Quintela | 1 | -1/+1 |
2009-08-10 | CONFIG_POSIX makes more sense that not CONFIG_WIN32 | Juan Quintela | 1 | -1/+1 |
2009-08-10 | Generate CONFIG_AUDIO_PT_INT in configure | Juan Quintela | 1 | -7/+1 |
2009-08-10 | AUDIO_PT is not needed | Juan Quintela | 1 | -8/+0 |
2009-08-10 | FMOD_CFLAGS is not set when CONFIG_FMOD is undef | Juan Quintela | 1 | -3/+1 |
2009-08-10 | Make slirp include dir globlal in cflags | Juan Quintela | 1 | -4/+0 |
2009-08-10 | Fold BRLAPI_LIBS into libs_softmmu | Juan Quintela | 1 | -3/+0 |
2009-08-10 | move common QEMU_CFLAGS to configure | Juan Quintela | 1 | -3/+0 |
2009-08-10 | Rename CPPFLAGS to QEMU_CFLAGS | Juan Quintela | 1 | -9/+9 |
2009-08-10 | Move to configure CONFIG_WIN32 libraries needed always | Juan Quintela | 1 | -4/+0 |
2009-08-10 | Move to configure CONFIG_SOLARIS libraries needed always | Juan Quintela | 1 | -4/+0 |
2009-08-10 | CLOCKLIBS was used for all binaries | Juan Quintela | 1 | -2/+0 |
2009-08-10 | PTHREADLIBS was used for all binaries | Juan Quintela | 1 | -1/+0 |
2009-08-10 | We want to pass LIB through configuration files now | Juan Quintela | 1 | -1/+1 |
2009-08-10 | We use -lz for all binaries | Juan Quintela | 1 | -3/+1 |
2009-08-10 | Add CURL_CFLAGS | Juan Quintela | 1 | -0/+1 |
2009-08-10 | Add new block driver for the VDI format (only aio supported) | Stefan Weil | 1 | -1/+1 |
2009-07-31 | Option rom makefile fixes | Paul Brook | 1 | -8/+10 |
2009-07-27 | set SEARCH_PATH for the linker script from output of ld --verbose -v | Juan Quintela | 1 | -1/+1 |
2009-07-27 | simplify brlapi selection | Juan Quintela | 1 | -3/+1 |
2009-07-27 | Use CONFIG_POSIX to simplify Makefile | Juan Quintela | 1 | -16/+5 |
2009-07-27 | Add -static in configure if needed | Juan Quintela | 1 | -3/+1 |
2009-07-27 | make fmod also use FMOD_{LIBS,CFLAGS} | Juan Quintela | 1 | -1/+1 |
2009-07-27 | remove CONFIG_ from BLUEZ_{LIBS,FLAGS} | Juan Quintela | 1 | -1/+1 |
2009-07-27 | remove CONFIG_ from VNC_TLS_{LIBS, FLAGS} | Juan Quintela | 1 | -1/+1 |
2009-07-16 | We can wrap ARCH_CFLAGS/ARCH_LDFLAGS in CFLAGS/LDFLAGS at configure time | Juan Quintela | 1 | -4/+0 |
2009-07-16 | We can wrap OS_CFLAGS/OS_LDFLAGS in CFLAGS/LDFLAGS at configure time | Juan Quintela | 1 | -2/+2 |
2009-07-16 | already defined several lines before in block-obj-y | Juan Quintela | 1 | -1/+1 |
2009-07-16 | use block-nested-y for files inside block/ | Juan Quintela | 1 | -9/+11 |
2009-07-16 | qdev: rework device properties. | Gerd Hoffmann | 1 | -1/+1 |
2009-07-09 | Fix build for ESD audio | Anthony Liguori | 1 | -5/+5 |
2009-07-01 | Fix sdl_zoom compile problems on OpenBSD | Blue Swirl | 1 | -1/+1 |
2009-06-29 | make tags useful for block drivers and hardaware devices | Juan Quintela | 1 | -1/+1 |
2009-06-29 | Substitute ifdef CONFIG_FOO by obj- | Juan Quintela | 1 | -51/+25 |
2009-06-29 | Rename OBJS to obj-y | Juan Quintela | 1 | -33/+33 |
2009-06-29 | Rename USER_OBJS to user-obj-y | Juan Quintela | 1 | -3/+3 |
2009-06-29 | Rename XEN_OBJS to xen-obj-y | Juan Quintela | 1 | -3/+3 |
2009-06-29 | Rename SLIRP_OBJS to slirp-obj-y | Juan Quintela | 1 | -4/+4 |
2009-06-29 | Rename AUDIO_OBJS to audio-obj-y | Juan Quintela | 1 | -12/+12 |