audio: poll mode infrastructure
[qemu] / Makefile.target
2009-09-10 Gerd Hoffmannqdev/isa: convert ne2000
2009-09-09 Juan Quintelavga: split vga-isa-mm.o
2009-09-09 Juan Quintelavga: split isa bits inco vga-isa.c
2009-09-09 Juan Quintelavga: split pci bits into vga-pci.c
2009-09-04 Juan QuintelaSplit piix4 support from piix_pci.c
2009-08-28 Gerd Hoffmannide: move code to hw/ide/
2009-08-28 Gerd Hoffmannide: split away ide-microdrive.c
2009-08-28 Gerd Hoffmannide: split away ide-mmio.c
2009-08-28 Gerd Hoffmannide: split away ide-pci.c
2009-08-28 Gerd Hoffmannide: split away ide-isa.c
2009-08-28 Markus Armbrusterqdev: convert watchdogs
2009-08-28 Jes SorensenAdd isa_reserve_irq().
2009-08-27 malcRemove a hack introduced by d19076faca944c31bb051b95d28...
2009-08-24 Michael S. Tsirkinqemu: move virtio-pci.o to near pci.o
2009-08-24 Anthony LiguoriOnly build osdep once
2009-08-24 Anthony LiguoriUnbreak large mem support by removing kqemu
2009-08-23 Andrzej ZaborowskiExtract the Marvell 88w8618 audio device from musicpal.c
2009-08-23 Andrzej ZaborowskiExtract musicpal.c I2C bitbanging code and make it...
2009-08-16 Blue Swirluser: compile host-utils.c only once
2009-08-16 Blue SwirlSimplify 5ba6531956b9b6486560cbd13604c2238a3542dd
2009-08-15 Blue Swirllinux-user: compile envlist.c only once
2009-08-15 Blue Swirluser: compile ioport-user.c only for x86
2009-08-15 Blue Swirluser: compile path.c only once
2009-08-10 Anthony LiguoriAdd emacs header to Makefile.target
2009-08-10 Juan QuintelaMove libsunpath to use the same style than everything...
2009-08-10 Juan Quintelaconvert gprof flags to style of rest of Makefile
2009-08-10 Juan QuintelaAdd cocoa libs at Darwin selection time
2009-08-10 Juan QuintelaCURL libs are used both by tools and softmmu
2009-08-10 Juan QuintelaVDE libs are used both by tools and softmmu
2009-08-10 Juan Quintelause TARGET_<arch name> for selection
2009-08-10 Juan QuintelaConsolidate audio flags in configure
2009-08-10 Juan Quintelaremove last 3 uses of :=, everywhere else uses += or =
2009-08-10 Juan QuintelaMake slirp include dir globlal in cflags
2009-08-10 Juan QuintelaUse one less HELPER_CFLAGS
2009-08-10 Juan QuintelaUse only one KVM_CFLAGS
2009-08-10 Juan QuintelaMove dis-* selection to configure
2009-08-10 Juan QuintelaAdded CONFIG_NEED_MMU for microblaze and cris
2009-08-10 Juan QuintelaGenerate more conmmon CFLAGS
2009-08-10 Juan QuintelaFold TARGET_GPROF handling in configure
2009-08-10 Juan Quintelathis bit was already generated in configure
2009-08-10 Juan QuintelaMove ia64 QEMU_CFLAGS target to configure
2009-08-10 Juan QuintelaMove alpha CFLAGS target to configure
2009-08-10 Juan QuintelaIntroduce CONFIG_NOSOFTFLOAT and simplify Makefile...
2009-08-10 Juan Quintela\!CONFIG_USER_ONLY == CONFIG_SOFTMMU
2009-08-10 Juan Quintelaremove duplicated TARGET_GPROF code
2009-08-10 Juan QuintelaFold BRLAPI_LIBS into libs_softmmu
2009-08-10 Juan QuintelaFold FDT_LIBS into libs_softmmu
2009-08-10 Juan QuintelaFold BLUEZ_LIBS into libs_softmmu
2009-08-10 Juan QuintelaFold XEN_LIBS into libs_softmmu
2009-08-10 Juan QuintelaFold VNC_SASL_LIBS into libs_softmmu
2009-08-10 Juan QuintelaFold VNC_TLS_LIBS into libs_softmmu
2009-08-10 Juan QuintelaFold CURSES_LIBS into libsoftmmu_libs
2009-08-10 Juan QuintelaTest if we need -lutil in ,/configure
2009-08-10 Juan Quintelafiles are only compiled when CONFIG_ADLIB is defined
2009-08-10 Juan QuintelaMove sound library selection to sound selection
2009-08-10 Juan Quintelamove coreaudio libraries to coreaudio selection
2009-08-10 Juan Quintelagcc generates the right dependency for this file
2009-08-10 Juan QuintelaAdd SDL_LIBS to libs_softmmu
2009-08-10 Juan Quintelamove SDL_LIBS Win32 hack to configure
2009-08-10 Juan QuintelaRefactor HELPER_CFLAGS
2009-08-10 Juan Quintelamove common QEMU_CFLAGS to configure
2009-08-10 Juan QuintelaRename CPPFLAGS to QEMU_CFLAGS
2009-08-10 Juan QuintelaWe set -Werror through configure now
2009-08-10 Juan QuintelaMove to configure CONFIG_WIN32 libraries needed always
2009-08-10 Juan QuintelaMove to configure CONFIG_SOLARIS libraries needed always
2009-08-10 Juan QuintelaCLOCKLIBS was used for all binaries
2009-08-10 Juan QuintelaPTHREADLIBS was used for all binaries
2009-08-10 Juan QuintelaWe want to pass LIB through configuration files now
2009-08-10 Gerd Hoffmannqdev/isa: add isa bus support to qdev.
2009-08-10 Gerd HoffmannQemuOpts: create qemu-config.h
2009-07-27 Juan Quintelagenerate LDFLAGS for *-linux-user and *-bsd-user in...
2009-07-27 Juan Quintelaour build system don't support mips little endian linux...
2009-07-27 Juan Quintelamove cc-option definition to rules.mak
2009-07-27 Juan Quintelarename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH
2009-07-27 Juan Quintelasimplify fdt libs selection
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-27 Juan QuintelaRename HAVE_FDT to CONFIG_FDT and define it also in...
2009-07-27 Juan QuintelaAdd -static in configure if needed
2009-07-27 Juan Quintelamake oss use OSS_LIBS
2009-07-27 Juan Quintelamake fmod also use FMOD_{LIBS,CFLAGS}
2009-07-27 Juan Quintelaremove CONFIG_ from BLUEZ_{LIBS,FLAGS}
2009-07-27 Juan Quintelaremove CONFIG_ from VNC_SASL_{LIBS, FLAGS}
2009-07-27 Juan Quintelaremove CONFIG_ from VNC_TLS_{LIBS, FLAGS}
2009-07-17 Anthony LiguoriMove CLOCKLIBS and PTHREADLIBS out of CONFIG_LINUX_USER...
2009-07-16 Juan Quintelasimplify TARGET_ABI_DIR generation
2009-07-16 Juan Quintelasimplify TARGET_ARCH2 generation
2009-07-16 Juan Quintelasimplify TARGET_BASE_ARCH generation
2009-07-16 Juan QuintelaWe can wrap ARCH_CFLAGS/ARCH_LDFLAGS in CFLAGS/LDFLAGS...
2009-07-16 Juan QuintelaWe can wrap OS_CFLAGS/OS_LDFLAGS in CFLAGS/LDFLAGS...
2009-07-16 Juan Quintelaqemu binary don't exist anymore. I guess not much peopl...
2009-07-16 Juan QuintelaRefactor a single rule to generate all qemu-* executables
2009-07-16 Juan QuintelaTARGET_ARCH == TARGET_BASE_ARCH in m68k and arm
2009-07-16 Juan QuintelaBASE_LDFLAGS is not used anywhere else
2009-07-16 Juan Quintelachange ifdefs by obj-$(TARGET_BASE_ARCH)
2009-07-16 Juan QuintelaTARGET_ARCH2 is already known at configure time.
2009-07-16 Juan Quintelaconfigure already knows what TARGET_BASE_ARCH we need...
2009-07-16 Juan QuintelaRemove unused Makefile variable
2009-07-16 Juan Quintelause nwfpe-obj-y for consistence
2009-07-16 Juan QuintelaRemove duplicated definition
2009-07-16 Juan Quintelafix sparc not solaris build
next