qemu
2009-08-10 Gerd Hoffmannqdev/prop: convert syborg_timer.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert syborg_serial.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert syborg_pointer.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert syborg_keyboard.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert syborg_interrupt.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert syborg_fb.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert sun4u.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert sun4m.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert sparc32_dma.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert smbus_eeprom.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert slavio_timer.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert slavio_intctl.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert pcnet.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert m48t59.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert iommu.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert integratorcp.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert i2c.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert etraxfs_pic.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert escc.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert eccmemctl.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert armv7m.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert arm_sysctl.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: convert pci.c to helper macros.
2009-08-10 Gerd Hoffmannqdev/prop: add CharDriverState property.
2009-08-10 Gerd Hoffmannqdev/prop: macros for creating typechecked properties.
2009-08-10 Gleb Natapovmake windows notice media change
2009-08-10 Luiz CapitulinoFix do_commit() behavior
2009-08-10 Luiz Capitulinonet: Fix do_set_link() return type
2009-08-10 Beth KonAdd/Fix command-line checks for smbios options v2
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 QuintelaAdd libs_tools support
2009-08-10 Juan QuintelaDisable aio in mingw32
2009-08-10 Juan Quintelause TARGET_<arch name> for selection
2009-08-10 Juan QuintelaWe also need TARGET_<arechname> in Makefiles
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 QuintelaCONFIG_POSIX makes more sense that not CONFIG_WIN32
2009-08-10 Juan QuintelaGenerate CONFIG_AUDIO_PT_INT in configure
2009-08-10 Juan QuintelaAUDIO_PT is not needed
2009-08-10 Juan QuintelaFMOD_CFLAGS is not set when CONFIG_FMOD is undef
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 Quintelafix typo, there should be bsd_user there
2009-08-10 Juan Quintelapermit to add things to CFLAGS per target
2009-08-10 Juan Quintelarefactor linker_script common part and change quoting
2009-08-10 Juan Quintelapermit to add things to LDFLAGS for target
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 QuintelaAdd libs_softmmu variable
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 Quintelasplit QEMU_CFLAGS very long line
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 Juan QuintelaWe use -lz for all binaries
2009-08-10 Juan Quintelareindent Operating System selection configure
2009-08-10 Juan Quintelarefactor $cpu selection in various places
2009-08-10 Juan Quintelarefactor sparc_cpu code to be in a single place
2009-08-10 Juan Quintelamove sparc_cpu arg parsing to the begining
2009-08-10 Juan Quintelarefactor kqemu selection for both mingw32
2009-08-10 Juan QuintelaThis variables can't be set here
2009-08-10 Juan Quintelamove mingw32 code after selection of OS
2009-08-10 Juan Quintela__sparc_*__ is defined through -D__sparc_*__
2009-08-10 Juan QuintelaAdd CURL_CFLAGS
2009-08-10 Juan Quintelaremove unused temporal files
2009-08-10 Juan Quintelacreate compile_object/compile_prog functions
2009-08-10 Juan Quintelamove EXTRA_CFLAGS/LDFLAGS to the very beginning
2009-08-10 Juan QuintelaRemove OS_{CFLAGS, LDFLAGS} and ARCH_{LDFLAGS, CFLAGS}
next