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