aboutsummaryrefslogtreecommitdiff
path: root/Makefile.target
AgeCommit message (Expand)Author
2013-06-14build: do not use TARGET_ARCHPaolo Bonzini
2013-06-14build: rename TARGET_ARCH2 to TARGET_NAMEPaolo Bonzini
2013-06-14Add a stp file for usage from build directoryAlon Levy
2013-06-11dump: Drop qmp_dump_guest_memory() stub and build for all targetsAndreas Färber
2013-06-11memory_mapping: Drop qemu_get_memory_mapping() stubAndreas Färber
2013-06-10dump: Move stubs into libqemustub.aAndreas Färber
2013-05-01cpu: Make kvm-stub.o available outside softmmuIgor Mammedov
2013-04-27win32: generate console executable againPaolo Bonzini
2013-04-24build: include config-{, all-}devices.mak after defining CONFIG_SOFTMMU and C...Paolo Bonzini
2013-04-18configure: move common libraries to config-host.makPaolo Bonzini
2013-03-01build: always link device_tree.o into emulators if libfdt availablePaolo Bonzini
2013-02-18qtest: Add MMIO supportAndreas Färber
2013-01-26build: remove universal-obj-yPaolo Bonzini
2013-01-12build: improve quiet output for .stp rulesPaolo Bonzini
2013-01-12build: consolidate multiple variables into universal-obj-yPaolo Bonzini
2013-01-12build: move util-obj-y to libqemuutil.aPaolo Bonzini
2013-01-12build: rename oslib-obj-y to util-obj-yPaolo Bonzini
2013-01-02tci: Fix broken builds with TCG interpreterStefan Weil
2012-12-22build: fix includes for VNCPaolo Bonzini
2012-12-19build: kill libuserPaolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-11-28build: compile translate.o with -fno-gcse option on GCC 4.6.x and 4.7.[012]Paolo Bonzini
2012-11-18build: replace weak symbols with a static libraryPaolo Bonzini
2012-10-05Remove libhwStefan Weil
2012-10-04Make target_phys_addr_t 64 bits unconditionallyAvi Kivity
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl
2012-07-28build: get dependency file directories from object file namesPaolo Bonzini
2012-06-28bsd-user: fix buildBlue Swirl
2012-06-27Makefile.target: Update clean command to clean hw/ directoryPeter Maydell
2012-06-24make: Fix dependencies for fpu/*.c and tcg/*.cStefan Weil
2012-06-19make: automatically include dependencies in recursive subdir rules (v2)Anthony Liguori
2012-06-10Revert "build: compile oslib-obj-y once"Blue Swirl
2012-06-07build: compile oslib-obj-y oncePaolo Bonzini
2012-06-07build: limit usage of vpathPaolo Bonzini
2012-06-07build: libcacard Makefile cleanupsPaolo Bonzini
2012-06-07build: move device tree to per-target Makefile.objsPaolo Bonzini
2012-06-07build: move per-target hw/ objects to nested Makefile.objsPaolo Bonzini
2012-06-07build: move rules for nesting to Makefile.objsPaolo Bonzini
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini
2012-06-07dump: remove dumping stuff from cpu-all.hPaolo Bonzini
2012-06-07dump: do not compile dump.o for user-mode emulationPaolo Bonzini
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini
2012-06-07build: move *-user/ objects to nested Makefile.objsPaolo Bonzini
2012-06-07build: do not sprinkle around GENERATED_HEADERS dependenciesPaolo Bonzini
2012-06-04introduce a new monitor command 'dump-guest-memory' to dump guest's memoryWen Congyang
2012-06-04target-i386: Add API to write elf notes to core fileWen Congyang
2012-06-04implement cpu_get_memory_mapping()Wen Congyang
2012-06-04Add API to create memory mapping listWen Congyang
2012-05-01cputlb: move TLB handling to a separate fileBlue Swirl