qdev/prop: convert slavio_timer.c to helper macros.
[qemu] / 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
2009-07-16 Juan Quintelafix XEN Build
2009-07-09 Isaku Yamahataconsolidate user cpu_{in, out}[bwl] into ioport-user.c
2009-07-09 Isaku Yamahatasplit out ioport related stuffs from vl.c into ioport.c.
2009-06-30 malcFix typo
2009-06-29 Juan QuintelaSubstitute ifdef CONFIG_FOO by sound-obj-
2009-06-29 Juan QuintelaRename SOUND_HW to sound-obj-y
2009-06-29 Juan QuintelaSubstitute ifdef CONFIG_FOO by obj-
2009-06-29 Juan QuintelaRename OBJS to obj-y
2009-06-29 Juan QuintelaRename LIBOBJS to libobj-y
2009-06-24 Michael S. Tsirkinqemu/pci: MSI-X support functions
2009-06-22 Anthony LiguoriDisable _FORTIFY_SOURCE to fix Ubuntu build with -Werror
2009-06-16 Anthony LiguoriMake sure to use SDL_CFLAGS everywhere we include SDL...
2009-06-06 Blue SwirlUse hxtool to generate monitor documentation and C...
2009-05-26 Edgar E. Iglesiasmicroblaze: Hook into the build-system.
2009-05-25 Paul BrookAdd dummy command to submakefiles
2009-05-22 Alexander GrafAdd HTTP protocol using curl v6
2009-05-22 Anthony LiguoriPartially revert e20a8dff4c0da3827764924139d3bb73962f5d5a
2009-05-22 Anthony LiguoriRevert "Fix arm-softmmu breakage"
2009-05-21 Blue SwirlFix arm-softmmu breakage
2009-05-21 Blue SwirlCompile most Xen files only once
2009-05-21 Blue SwirlCompile fdc, escc and SCSI controllers only once
2009-05-19 Paul BrookHardware convenience library
2009-05-18 Edgar E. Iglesiascris: First shot at qdev for CRIS interrupts.
2009-05-18 Paul BrookSyborg virtio bindings.
next