aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.target
AgeCommit message (Expand)AuthorFilesLines
2010-02-14rwhandler: simplified way to register for mem/ioMichael S. Tsirkin1-0/+1
2010-02-06linux-user: adapt uname machine to emulated CPULoïc Minier1-1/+1
2010-02-05Refactor DEC 21154 PCI bridgeBlue Swirl1-1/+1
2010-01-24microblaze: The petalogix s3adsp board uses intel flashesEdgar E. Iglesias1-1/+1
2010-01-20Move virtio-serial to Makefile.objsAmit Shah1-1/+1
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah1-1/+1
2010-01-08finish VPATH -> vpath translationPaolo Bonzini1-1/+1
2010-01-08multiboot: Separate multiboot loading into separate fileAdam Lackorzynski1-1/+1
2010-01-08debugcon: support for debugging consoles (e.g. Bochs port 0xe9)H. Peter Anvin1-1/+1
2010-01-08Use vpath directivePaolo Bonzini1-4/+7
2010-01-07Drop --whole-archive and static librariesAndreas Färber1-8/+25
2009-12-05Add S390x virtio machine descriptionAlexander Graf1-1/+1
2009-12-05Add S390x virtio machine busAlexander Graf1-0/+2
2009-12-03Remove rule for config-devices.hStefan Weil1-3/+0
2009-11-22Makefile dependencies for device configsPaul Brook1-1/+1
2009-11-19ARM PBX-A9 board supportPaul Brook1-1/+1
2009-11-19Built network devices oncePaul Brook1-2/+1
2009-11-16LAN9118 emulationPaul Brook1-0/+1
2009-11-12fix parallel buildJuan Quintela1-2/+4
2009-11-09pci: pcie host and mmcfg support.Isaku Yamahata1-1/+1
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata1-1/+1
2009-10-27Split out bottom halvesKevin Wolf1-1/+1
2009-10-27pcnet: split away lance.c (sparc32 code).Gerd Hoffmann1-1/+1
2009-10-12ide: split cmd646 and piix from pci.cJuan Quintela1-3/+4
2009-10-08Only compile isa_mmio when one target uses itJuan Quintela1-3/+2
2009-10-08Only compile usb_ohci when one target uses itJuan Quintela1-1/+1
2009-10-08Generate gdbstub-xml.c only when neededJuan Quintela1-8/+6
2009-10-08Generate config-devices.hJuan Quintela1-1/+4
2009-10-08Add new config-devices.mak for each targetJuan Quintela1-0/+1
2009-10-08Move generation of config-target.h to Makefile from configureJuan Quintela1-1/+6
2009-10-08Rename config.{h, mak} config-target.{h, mak}Juan Quintela1-1/+1
2009-10-08Don't include config-host.mak from inside config.makJuan Quintela1-0/+1
2009-09-27Compile some user files only once for all targetsBlue Swirl1-16/+4
2009-09-27Fix user emulator breakageBlue Swirl1-4/+2
2009-09-25Revert "This files are compiled in libqemu.a now"Blue Swirl1-0/+3
2009-09-25clean: remove ide/*.o files on cleanJuan Quintela1-1/+1
2009-09-23This files are compiled in libqemu.a nowJuan Quintela1-3/+0
2009-09-21Fix user targets broken by 96e132e24ee5a693069e83b6a981693588b088c1Blue Swirl1-3/+3
2009-09-20Compile host-utils only onceBlue Swirl1-4/+4
2009-09-20Compile TCG runtime library only onceBlue Swirl1-1/+4
2009-09-20Compile ne2000 only onceBlue Swirl1-1/+0
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl1-1/+1
2009-09-20Compile msix only onceBlue Swirl1-1/+1
2009-09-20Compile loader only onceBlue Swirl1-1/+1
2009-09-20Compile qemu-config only onceBlue Swirl1-1/+1
2009-09-20Compile wdt_i6300esb only onceBlue Swirl1-3/+0
2009-09-15ide/pci: convert to qdev.Gerd Hoffmann1-4/+6
2009-09-14Fix breakage by f80237d45032fbc429aba3b597175fb544a11378 for ISA-less targetsBlue Swirl1-7/+7
2009-09-12Add configure option to compile user targets as PIEKirill A. Shutemov1-4/+15
2009-09-10qdev/isa: convert ne2000Gerd Hoffmann1-2/+3