aboutsummaryrefslogtreecommitdiff
path: root/Makefile.target
AgeCommit message (Expand)Author
2009-12-05Add S390x virtio machine descriptionAlexander Graf
2009-12-05Add S390x virtio machine busAlexander Graf
2009-12-03Remove rule for config-devices.hStefan Weil
2009-11-22Makefile dependencies for device configsPaul Brook
2009-11-19ARM PBX-A9 board supportPaul Brook
2009-11-19Built network devices oncePaul Brook
2009-11-16LAN9118 emulationPaul Brook
2009-11-12fix parallel buildJuan Quintela
2009-11-09pci: pcie host and mmcfg support.Isaku Yamahata
2009-11-09pci_host.h: move functions in pci_host.h into .c file.Isaku Yamahata
2009-10-27Split out bottom halvesKevin Wolf
2009-10-27pcnet: split away lance.c (sparc32 code).Gerd Hoffmann
2009-10-12ide: split cmd646 and piix from pci.cJuan Quintela
2009-10-08Only compile isa_mmio when one target uses itJuan Quintela
2009-10-08Only compile usb_ohci when one target uses itJuan Quintela
2009-10-08Generate gdbstub-xml.c only when neededJuan Quintela
2009-10-08Generate config-devices.hJuan Quintela
2009-10-08Add new config-devices.mak for each targetJuan Quintela
2009-10-08Move generation of config-target.h to Makefile from configureJuan Quintela
2009-10-08Rename config.{h, mak} config-target.{h, mak}Juan Quintela
2009-10-08Don't include config-host.mak from inside config.makJuan Quintela
2009-09-27Compile some user files only once for all targetsBlue Swirl
2009-09-27Fix user emulator breakageBlue Swirl
2009-09-25Revert "This files are compiled in libqemu.a now"Blue Swirl
2009-09-25clean: remove ide/*.o files on cleanJuan Quintela
2009-09-23This files are compiled in libqemu.a nowJuan Quintela
2009-09-21Fix user targets broken by 96e132e24ee5a693069e83b6a981693588b088c1Blue Swirl
2009-09-20Compile host-utils only onceBlue Swirl
2009-09-20Compile TCG runtime library only onceBlue Swirl
2009-09-20Compile ne2000 only onceBlue Swirl
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl
2009-09-20Compile msix only onceBlue Swirl
2009-09-20Compile loader only onceBlue Swirl
2009-09-20Compile qemu-config only onceBlue Swirl
2009-09-20Compile wdt_i6300esb only onceBlue Swirl
2009-09-15ide/pci: convert to qdev.Gerd Hoffmann
2009-09-14Fix breakage by f80237d45032fbc429aba3b597175fb544a11378 for ISA-less targetsBlue Swirl
2009-09-12Add configure option to compile user targets as PIEKirill A. Shutemov
2009-09-10qdev/isa: convert ne2000Gerd Hoffmann
2009-09-09vga: split vga-isa-mm.oJuan Quintela
2009-09-09vga: split isa bits inco vga-isa.cJuan Quintela
2009-09-09vga: split pci bits into vga-pci.cJuan Quintela
2009-09-04Split piix4 support from piix_pci.cJuan Quintela
2009-08-27ide: move code to hw/ide/Gerd Hoffmann
2009-08-27ide: split away ide-microdrive.cGerd Hoffmann
2009-08-27ide: split away ide-mmio.cGerd Hoffmann
2009-08-27ide: split away ide-pci.cGerd Hoffmann
2009-08-27ide: split away ide-isa.cGerd Hoffmann
2009-08-27qdev: convert watchdogsMarkus Armbruster
2009-08-27Add isa_reserve_irq().Jes Sorensen