Age | Commit message (Expand) | Author |
2010-01-24 | Support --sysconfdir in configure to specify path to configuration files | Anthony Liguori |
2010-01-13 | use pkg-config for libcurl whenever available | Paolo Bonzini |
2010-01-13 | use pkg-config for sdl whenever available | Paolo Bonzini |
2010-01-13 | fixes to the static compilation case for sdl | Paolo Bonzini |
2010-01-13 | use cross-prefix for pkgconfig | Paolo Bonzini |
2010-01-12 | kvm: Detect availability of kvm_para.h | Jan Kiszka |
2010-01-12 | kvm: Use kvm-kmod headers if available | Jan Kiszka |
2010-01-08 | finish VPATH -> vpath translation | Paolo Bonzini |
2010-01-07 | Drop --whole-archive and static libraries | Andreas Färber |
2009-12-23 | Compile qemu-nbd also on OpenBSD and Solaris | Blue Swirl |
2009-12-19 | user_only: compile everything with -fpie | Kirill A. Shutemov |
2009-12-13 | target-alpha: Enable softfloat. | Richard Henderson |
2009-12-12 | Do not abort on qemu_malloc(0) in production builds | Anthony Liguori |
2009-12-05 | Add KVM support for S390x | Alexander Graf |
2009-12-05 | S/390 host/target build system support | Alexander Graf |
2009-12-03 | Suppress optionrom build on Solaris x86 | Andreas Faerber |
2009-12-03 | Don't leak file descriptors | Kevin Wolf |
2009-12-02 | configure: use correct cflags in compiler checks | Michael S. Tsirkin |
2009-12-01 | tcg: initial mips support | Aurelien Jarno |
2009-11-29 | Add support for GNU/kFreeBSD | Aurelien Jarno |
2009-11-22 | Makefile dependencies for device configs | Paul Brook |
2009-11-21 | configure: Fix spelling in comment and rework the comment | Stefan Weil |
2009-11-21 | qemu-io: build on all platforms | Aurelien Jarno |
2009-11-18 | audio: link with -lpulse in addition to -lpulse-simple | Aurelien Jarno |
2009-11-17 | Fix typo | Blue Swirl |
2009-11-17 | Prevent configuring for a user emulator on a different type of OS | Blue Swirl |
2009-11-17 | Add a unit test for JSON support | Anthony Liguori |
2009-11-17 | Add unit test for QFloat | Anthony Liguori |
2009-11-17 | Cleanup configure checks for dup3 and fallocate | Jan Kiszka |
2009-11-09 | Configurable block format whitelist | Markus Armbruster |
2009-11-02 | Fix the build when srcdir == objdir | Anthony Liguori |
2009-10-30 | build: add CONFIG_LINUX | Mark McLoughlin |
2009-10-30 | net: move net-queue.[ch] under net/ | Mark McLoughlin |
2009-10-21 | Merge commit 'linux-user/linux-user-for-upstream' into staging | Anthony Liguori |
2009-10-18 | Suppress warnings about 'warn_unused_result' attribute directive | Blue Swirl |
2009-10-15 | implementations of dup3 and fallocate that are good enough to fool LTP | Ulrich Hecht |
2009-10-15 | configure: clean temporary executable files even on Windows | malc |
2009-10-11 | Fix bswap in comment | Stefan Weil |
2009-10-11 | Move dependency generation falgs out of configure | malc |
2009-10-11 | configure: clean up temporary dependency files | malc |
2009-10-10 | Windows Waveform Audio driver (no ADC support yet) | malc |
2009-10-08 | Introduce QList unit-tests | Luiz Capitulino |
2009-10-08 | Generate gdbstub-xml.c only when needed | Juan Quintela |
2009-10-08 | Add new config-devices.mak for each target | Juan Quintela |
2009-10-08 | Move generation of config-target.h to Makefile from configure | Juan Quintela |
2009-10-08 | Rename config.{h, mak} config-target.{h, mak} | Juan Quintela |
2009-10-08 | Move generation of config-host.h to Makefile from configure | Juan Quintela |
2009-10-08 | Don't include config-host.mak from inside config.mak | Juan Quintela |
2009-10-06 | AIOLIBS is not used anywhere | Juan Quintela |
2009-10-05 | Add -Wold-style-* flags | Juan Quintela |