summaryrefslogtreecommitdiff
path: root/Makefile.target
AgeCommit message (Expand)AuthorFilesLines
2009-07-16simplify TARGET_ABI_DIR generationJuan Quintela1-3/+0
2009-07-16simplify TARGET_ARCH2 generationJuan Quintela1-4/+0
2009-07-16simplify TARGET_BASE_ARCH generationJuan Quintela1-4/+0
2009-07-16We can wrap ARCH_CFLAGS/ARCH_LDFLAGS in CFLAGS/LDFLAGS at configure timeJuan Quintela1-3/+0
2009-07-16We can wrap OS_CFLAGS/OS_LDFLAGS in CFLAGS/LDFLAGS at configure timeJuan Quintela1-2/+2
2009-07-16qemu binary don't exist anymore. I guess not much people is compiling on alphaJuan Quintela1-7/+0
2009-07-16Refactor a single rule to generate all qemu-* executablesJuan Quintela1-13/+9
2009-07-16TARGET_ARCH == TARGET_BASE_ARCH in m68k and armJuan Quintela1-9/+8
2009-07-16BASE_LDFLAGS is not used anywhere elseJuan Quintela1-4/+0
2009-07-16change ifdefs by obj-$(TARGET_BASE_ARCH)Juan Quintela1-88/+93
2009-07-16TARGET_ARCH2 is already known at configure time.Juan Quintela1-25/+0
2009-07-16configure already knows what TARGET_BASE_ARCH we need, no need to put the log...Juan Quintela1-20/+2
2009-07-16Remove unused Makefile variableJuan Quintela1-1/+1
2009-07-16use nwfpe-obj-y for consistenceJuan Quintela1-3/+4
2009-07-16Remove duplicated definitionJuan Quintela1-2/+0
2009-07-16fix sparc not solaris buildJuan Quintela1-1/+1
2009-07-16fix XEN BuildJuan Quintela1-1/+1
2009-07-09consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata1-3/+4
2009-07-09split out ioport related stuffs from vl.c into ioport.c.Isaku Yamahata1-1/+1
2009-06-30Fix typomalc1-1/+1
2009-06-29Substitute ifdef CONFIG_FOO by sound-obj-Juan Quintela1-8/+8
2009-06-29Rename SOUND_HW to sound-obj-yJuan Quintela1-7/+7
2009-06-29Substitute ifdef CONFIG_FOO by obj-Juan Quintela1-15/+7
2009-06-29Rename OBJS to obj-yJuan Quintela1-104/+102
2009-06-29Rename LIBOBJS to libobj-yJuan Quintela1-25/+24
2009-06-24qemu/pci: MSI-X support functionsMichael S. Tsirkin1-1/+1
2009-06-22Disable _FORTIFY_SOURCE to fix Ubuntu build with -WerrorAnthony Liguori1-0/+1
2009-06-16Make sure to use SDL_CFLAGS everywhere we include SDL headersAnthony Liguori1-0/+2
2009-06-06Use hxtool to generate monitor documentation and C structuresBlue Swirl1-1/+7
2009-05-26microblaze: Hook into the build-system.Edgar E. Iglesias1-0/+21
2009-05-25Add dummy command to submakefilesPaul Brook1-0/+2
2009-05-22Add HTTP protocol using curl v6Alexander Graf1-1/+1
2009-05-22Partially revert e20a8dff4c0da3827764924139d3bb73962f5d5aAnthony Liguori1-5/+5
2009-05-22Revert "Fix arm-softmmu breakage"Anthony Liguori1-2/+2
2009-05-21Fix arm-softmmu breakageBlue Swirl1-2/+2
2009-05-21Compile most Xen files only onceBlue Swirl1-2/+1
2009-05-21Compile fdc, escc and SCSI controllers only onceBlue Swirl1-9/+6
2009-05-19Hardware convenience libraryPaul Brook1-12/+9
2009-05-18cris: First shot at qdev for CRIS interrupts.Edgar E. Iglesias1-1/+1
2009-05-18Syborg virtio bindings.Paul Brook1-0/+1
2009-05-18Separate virtio PCI codePaul Brook1-1/+2
2009-05-14Syborg (Symbian Virtual Platform) boardPaul Brook1-0/+2
2009-05-14Basic qdev infrastructure.Paul Brook1-1/+1
2009-05-14Constructor supportAnthony Liguori1-14/+11
2009-05-14Remove duplicate block objects.Paul Brook1-8/+0
2009-05-13Remove redundant pcnet.oPaul Brook1-1/+1
2009-05-08Drop CONFIG_GDBSTUBJan Kiszka1-19/+7
2009-05-01Hardware watchdogRichard W.M. Jones1-0/+4
2009-04-24qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti)aliguori1-2/+4
2009-04-22xen: pv domain builder. (Gerd Hoffmann)aliguori1-1/+1