qdev: kill DeviceState->name
[qemu] / configure
2009-05-28 Sebastian HerbsztAdd detection of pthread library name
2009-05-26 Edgar E. Iglesiasmicroblaze: Hook into the build-system.
2009-05-26 Paul BrookRemove temporary config-host.h
2009-05-22 Paul BrookAvoid errors when curl-config does not exist
2009-05-22 Alexander GrafAdd HTTP protocol using curl v6
2009-05-21 Blue SwirlCompile most Xen files only once
2009-05-21 Anthony LiguoriEliminate --disable-gfx-check and make VNC default...
2009-05-19 Paul BrookHardware convenience library
2009-05-14 Anthony LiguoriFix build on Solaris and WIN32
2009-05-14 Anthony LiguoriMove block drivers into their own directory
2009-05-14 Anthony LiguoriAdd a --disable-docs to configure to allow doc build...
2009-05-08 Jan KiszkaDrop CONFIG_GDBSTUB
2009-04-28 Blue SwirlSilence missing pkg-config error messages
2009-04-27 Jan Kiszkabuild system: Silence failing configure tests
2009-04-24 aliguoriqemu: mutex/thread/cond wrappers and configure tweaks...
2009-04-22 aliguorixen: pv domain builder. (Gerd Hoffmann)
2009-04-22 aliguorixen: groundwork for xen support (Gerd Hoffmann)
2009-04-19 blueswir1kqemu: merge CONFIG_KQEMU and USE_KQEMU
2009-04-18 blueswir1kqemu: only compile kqemu.o if actually needed
2009-04-18 aliguoribuildsytem: consistently use install (Christoph Egger)
2009-04-17 aurel32linux-user: fix inotify syscalls
2009-04-16 aurel32configure: display debug tcg status in summary
2009-04-15 aurel32fix a typo introduced in r7118
2009-04-15 aurel32linux-user: prefer glibc over direct syscalls
2009-04-13 aurel32Add a --enable-debug-tcg option to configure
2009-04-13 blueswir1Probe via #define check for OpenBSD and *Solaris
2009-04-13 blueswir1Fix OpenSolaris softfloat warnings
2009-04-13 blueswir1Skip KVM probe for OpenSolaris
2009-04-13 blueswir1Probe for OpenSolaris curses missing resize_term
2009-04-11 blueswir1BSD user: initial support for i386 and x86_64 targets
2009-04-07 pbrookAdd --with-pkgversion.
2009-04-07 aurel32Document some missing options in configure -h
2009-04-07 aliguorinative preadv/pwritev support (Christoph Hellwig)
2009-04-05 aliguoriDisable qemu-io on Win32
2009-04-05 aliguoriqemu-io - an I/O path exerciser (Christoph Hellwig)
2009-04-05 aliguoriMake binary stripping conditional (Riku Voipio)
2009-04-04 blueswir1Compile all files with -ffixed-g5 etc. to avoid env...
2009-03-19 malcRemove dead code
2009-03-09 blueswir1configure sensitive to user locale
2009-03-08 aliguoriFix windows build and clean up use of <windows.h>
2009-03-08 blueswir1Rename _BSD to HOST_BSD so that it's more obvious that...
2009-03-07 blueswir1Support for DragonFly BSD (Hasso Tepper)
2009-03-06 aliguoriSupport ACLs for controlling VNC access ("Daniel P...
2009-03-06 aliguoriAdd SASL authentication support ("Daniel P. Berrange")
2009-03-03 aliguoriFix SDL on evdev hosts (Anthony Liguori)
2009-02-23 malcDarwin: Check for x86_64 only on i386
2009-01-26 aliguoriEnabled building of x86_64 code on Mac OS X (Alexander...
2009-01-24 aurel32target-ppc: Add XML files for PowerPC registers
2009-01-17 blueswir1Use kill instead of sigqueue: re-enables AIO on OpenBSD
2009-01-16 blueswir1Fix false positive for AIO on OpenBSD
2009-01-15 aliguorireport issues causing the kvm probe to fail (Christian...
2009-01-15 aliguoriFix kvm configure test for PPC
2009-01-14 malcMigrate to check_define
2009-01-14 blueswir1Fix iovec probe on OpenBSD
2009-01-09 aliguorifix configuring kvm probe when using --kerneldir (Chris...
2009-01-09 malcMore flexible audio card selection
2009-01-07 edgar_iglCRIS: Enable NTPL.
2009-01-06 malcAdd missing space
2008-12-31 blueswir1Add Sparc define checks
2008-12-29 aliguoriParse --cc and --cross-prefix earlier and use CC to...
2008-12-17 malcDo not rely on BSD style echo (which accepts -n option)
2008-12-16 aurel32target-ppc: Enable KVM for ppcemb.
2008-12-16 aurel32Implement device tree support needed for Bamboo emulation
2008-12-15 aurel32configure: also switch ppc64abi32 and ppcemb to CONFIG_...
2008-12-15 aurel32configure: switch to CONFIG_SOFTFLOAT for PPC
2008-12-15 balrogconfigure: close stdout for the remaining calls to cc.
2008-12-12 aliguoriMake sure to link librt if we need to.
2008-12-12 aliguoriReplace posix-aio with custom thread pool
2008-12-09 aliguoriDisable KVM support if the kernel modules have broken...
2008-12-08 aurel32configure: also close stdout when calling cc
2008-12-07 malcQuote configure's arguments and location while storing...
2008-12-07 blueswir1Enable gcc flag -Wredundant-decls
2008-12-07 blueswir1Enable gcc flag -Wstrict-prototypes
2008-12-07 blueswir1Enable gcc flag -Wmissing-prototypes
2008-12-07 aurel32Remove gcc 3.4 check
2008-12-07 aurel32target-ppc: convert SPR accesses to TCG
2008-12-05 aliguoriMake struct iovec universally available
2008-12-05 blueswir1Attached patch makes NetBSD use the native bswap functions
2008-11-29 malcHandle SDL log just like other temporary files
2008-11-29 malcUse trap shell builtin to remove temporary files
2008-11-27 thsMake installing bios files optional.
2008-11-23 blueswir1Fix typo reported by Thiemo Seufer
2008-11-22 blueswir1Native BSD host USB support (Juergen Lock, Lonnie Mendez)
2008-11-22 blueswir1Fix some compile and linking issues on NetBSD.
2008-11-18 malcPreliminary AIX support
2008-11-05 aliguoriAllow KVM to be used on either 32-bit or 64-bit x86
2008-11-05 aliguoriAdd --kerneldir configure argument
2008-11-05 aliguoriAdd KVM support to QEMU
2008-11-01 blueswir1Avoid ld flag --warn-common on Solaris
2008-10-26 blueswir1Preliminary BSD user emulator support
2008-10-24 aliguoriFix windows build after migration changes
2008-10-11 pbrookAdd GDB XML register description support.
2008-10-11 balrogUse the adequate CFLAGS for confiugure tests.
2008-10-11 balrogAdd a configure check for zlib (Ryota OZAKI).
2008-10-08 aliguoriFix IO performance regression in sparc
2008-10-07 aliguoriadd help text for --enable-sparse (Gerd Hoffman)
2008-10-07 aliguoriAdd sparse checker support to the build system (Gerd...
2008-09-30 malcAvoid (some) ppc cross-compilation problems
2008-09-30 aurel32target-alpha: convert palcode ops to TCG
2008-09-30 balrogMake sure bluez programs (cross-)compile, add missing...
next