]> git.ipfire.org Git - thirdparty/qemu.git/history - Makefile.target
print only once TARGET_ARCH
[thirdparty/qemu.git] / Makefile.target
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.
2009-05-18  Paul BrookSeparate virtio PCI code
2009-05-14  Paul BrookSyborg (Symbian Virtual Platform) board
2009-05-14  Paul BrookBasic qdev infrastructure.
2009-05-14  Anthony LiguoriConstructor support
2009-05-13  Paul BrookRemove duplicate block objects.
2009-05-13  Paul BrookRemove redundant pcnet.o
2009-05-08  Jan KiszkaDrop CONFIG_GDBSTUB
2009-05-01  Richard W.M. JonesHardware watchdog
2009-04-24  aliguoriqemu: mutex/thread/cond wrappers and configure tweaks...
2009-04-22  aliguorixen: pv domain builder. (Gerd Hoffmann)
2009-04-22  aliguorixen: blk & nic configuration via cmd line. (Gerd Hoffmann)
2009-04-22  aliguorixen: add net backend driver. (Gerd Hoffmann)
2009-04-22  aliguorixen: add block device backend driver. (Gerd Hoffmann)
2009-04-22  aliguorixen: add framebuffer backend driver (Gerd Hoffmann)
2009-04-22  aliguorixen: add console backend driver. (Gerd Hoffmann)
2009-04-22  aliguorixen: backend driver core (Gerd Hoffmann)
2009-04-22  aliguorixen: groundwork for xen support (Gerd Hoffmann)
2009-04-18  blueswir1kqemu: only compile kqemu.o if actually needed
2009-04-17  aliguoriqemu: Add support for SMBIOS command line otions (Alex...
2009-04-15  aurel32Implement sonic netcard (MIPS Jazz)
2009-04-11  blueswir1Compile target independent files only once
2009-04-05  aliguoriMake binary stripping conditional (Riku Voipio)
2009-04-05  aliguoribuild system: clean qemu-options.texi and gdbstub-xml...
2009-04-05  aliguoribuild system: silent generation of doc files and qemu...
2009-04-04  blueswir1Compile all files with -ffixed-g5 etc. to avoid env...
2009-04-02  malcTemporary workaround for ppc on ppc
2009-04-01  pbrookImplement and use shared memory framebuffer device...
2009-03-28  aurel32build system: silence gdbstub-xml.c generation
2009-03-28  blueswir1Fix out of tree compilation
2009-03-28  blueswir1Syncing documentation vs. -help vs. qemu_options table
2009-03-12  aliguoriFrom 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep...
2009-03-06  aliguoriAdd SASL authentication support ("Daniel P. Berrange")
2009-03-02  aurel32kvm/powerpc: Add MPC8544DS board support
2009-03-02  aurel32kvm/powerpc: Add freescale pci controller's support
2009-02-11  aliguoriqemu: PCI device, disk and host network hot-add / hot...
2009-02-08  aurel32QEMU Microsoft serial mouse emulation
2009-02-08  aurel32Additional VGA options for MIPS Malta
2009-02-08  blueswir1Rename ppc_chrp.c to ppc_newworld.c
2009-02-05  aliguoriAdd a scatter-gather list type and accessors (Avi Kivity)
2009-01-30  aurel32linux-user: Add generic env variable handling
2009-01-21  aliguoriConsolidate library creation (Avi Kivity)
2009-01-21  aliguoriConsolidate linker rules (Avi Kivity)
2009-01-21  aliguoriIntroduce rules.mak (Avi Kivity)
2009-01-21  aliguoriConsolidate compiler invocations (Avi Kivity)
2009-01-21  aliguoriDrop OP_CFLAGS (Avi Kivity)
2009-01-15  aliguoriadd virtio-console support (Christian Ehrhardt)
2009-01-14  malcRemove all traces of __powerpc__
2009-01-12  blueswir1Use ESCC for PowerMac serial
2009-01-12  blueswir1Rename slavio_serial to escc
2009-01-08  aliguoriEnable ac97 by default
2009-01-07  edgar_iglETRAX: Add a model for the axis devboard88 machine.
2008-12-18  aliguoriFix the build for non-x86/ppc targets
2008-12-17  aliguoriAdd HPET emulation to qemu (Beth Kon)
2008-12-17  aliguorivirtio-net support
2008-12-16  aurel32target-ppc: IBM PowerPC 440EP Bamboo reference board...
2008-12-16  aurel32target-ppc: PowerPC 440EP SoC emulation
2008-12-16  aurel32target-ppc: Enable KVM for ppcemb.
2008-12-16  aurel32Implement device tree support needed for Bamboo emulation
2008-12-15  balrogARM: basic SX1-cellphone sysemu support (Jean-Christoph...
2008-12-14  aurel32Revert "target-ppc: use -Werror to make sure no new...
2008-12-14  aurel32target-ppc: use -Werror to make sure no new warning...
2008-12-12  aliguoriReplace posix-aio with custom thread pool
2008-12-11  malcadlib.c includes fmopl.h and so needs -DBUILD_Y8950...
next