aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.target
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-09vga: split vga-isa-mm.oJuan Quintela1-1/+1
2009-09-09vga: split isa bits inco vga-isa.cJuan Quintela1-2/+2
2009-09-09vga: split pci bits into vga-pci.cJuan Quintela1-3/+6
2009-09-04Split piix4 support from piix_pci.cJuan Quintela1-1/+1
2009-08-27ide: move code to hw/ide/Gerd Hoffmann1-5/+5
2009-08-27ide: split away ide-microdrive.cGerd Hoffmann1-1/+1
2009-08-27ide: split away ide-mmio.cGerd Hoffmann1-1/+1
2009-08-27ide: split away ide-pci.cGerd Hoffmann1-4/+5
2009-08-27ide: split away ide-isa.cGerd Hoffmann1-3/+4
2009-08-27qdev: convert watchdogsMarkus Armbruster1-3/+3
2009-08-27Add isa_reserve_irq().Jes Sorensen1-2/+2
2009-08-27Remove a hack introduced by d19076faca944c31bb051b95d285e75ec67902f7malc1-4/+0
2009-08-24qemu: move virtio-pci.o to near pci.oMichael S. Tsirkin1-1/+1
2009-08-24Only build osdep onceAnthony Liguori1-1/+1