summaryrefslogtreecommitdiffstats
path: root/Makefile.target
Commit message (Expand)AuthorAgeFilesLines
* build: do not use TARGET_ARCHPaolo Bonzini2013-06-141-4/+4
* build: rename TARGET_ARCH2 to TARGET_NAMEPaolo Bonzini2013-06-141-3/+3
* Add a stp file for usage from build directoryAlon Levy2013-06-141-3/+13
* dump: Drop qmp_dump_guest_memory() stub and build for all targetsAndreas Färber2013-06-111-1/+1
* memory_mapping: Drop qemu_get_memory_mapping() stubAndreas Färber2013-06-111-3/+1
* dump: Move stubs into libqemustub.aAndreas Färber2013-06-101-2/+0
* cpu: Make kvm-stub.o available outside softmmuIgor Mammedov2013-05-011-7/+7
* win32: generate console executable againPaolo Bonzini2013-04-271-1/+1
* build: include config-{, all-}devices.mak after defining CONFIG_SOFTMMU and C...Paolo Bonzini2013-04-241-1/+1
* configure: move common libraries to config-host.makPaolo Bonzini2013-04-181-5/+5
* build: always link device_tree.o into emulators if libfdt availablePaolo Bonzini2013-03-011-0/+1
* qtest: Add MMIO supportAndreas Färber2013-02-181-0/+1
* build: remove universal-obj-yPaolo Bonzini2013-01-261-2/+1
* build: improve quiet output for .stp rulesPaolo Bonzini2013-01-121-1/+1
* build: consolidate multiple variables into universal-obj-yPaolo Bonzini2013-01-121-6/+1
* build: move util-obj-y to libqemuutil.aPaolo Bonzini2013-01-121-4/+4
* build: rename oslib-obj-y to util-obj-yPaolo Bonzini2013-01-121-2/+2
* tci: Fix broken builds with TCG interpreterStefan Weil2013-01-021-2/+1
* build: fix includes for VNCPaolo Bonzini2012-12-221-5/+0
* build: kill libuserPaolo Bonzini2012-12-191-2/+1
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-4/+1
* build: compile translate.o with -fno-gcse option on GCC 4.6.x and 4.7.[012]Paolo Bonzini2012-11-281-0/+3
* build: replace weak symbols with a static libraryPaolo Bonzini2012-11-181-2/+2
* Remove libhwStefan Weil2012-10-051-1/+0
* Make target_phys_addr_t 64 bits unconditionallyAvi Kivity2012-10-041-3/+0
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-151-8/+0
* build: get dependency file directories from object file namesPaolo Bonzini2012-07-281-3/+0
* bsd-user: fix buildBlue Swirl2012-06-281-1/+1
* Makefile.target: Update clean command to clean hw/ directoryPeter Maydell2012-06-271-2/+2
* make: Fix dependencies for fpu/*.c and tcg/*.cStefan Weil2012-06-241-1/+1
* make: automatically include dependencies in recursive subdir rules (v2)Anthony Liguori2012-06-191-1/+1
* Revert "build: compile oslib-obj-y once"Blue Swirl2012-06-101-1/+1
* build: compile oslib-obj-y oncePaolo Bonzini2012-06-071-1/+1
* build: limit usage of vpathPaolo Bonzini2012-06-071-3/+2
* build: libcacard Makefile cleanupsPaolo Bonzini2012-06-071-6/+0
* build: move device tree to per-target Makefile.objsPaolo Bonzini2012-06-071-7/+0
* build: move per-target hw/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-28/+7
* build: move rules for nesting to Makefile.objsPaolo Bonzini2012-06-071-25/+22
* build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-5/+5
* dump: remove dumping stuff from cpu-all.hPaolo Bonzini2012-06-071-4/+6
* dump: do not compile dump.o for user-mode emulationPaolo Bonzini2012-06-071-2/+1
* build: move libobj-y variable to nested Makefile.objsPaolo Bonzini2012-06-071-34/+7
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-071-173/+13
* build: move *-user/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-22/+10
* build: do not sprinkle around GENERATED_HEADERS dependenciesPaolo Bonzini2012-06-071-10/+4
* introduce a new monitor command 'dump-guest-memory' to dump guest's memoryWen Congyang2012-06-041-0/+2
* target-i386: Add API to write elf notes to core fileWen Congyang2012-06-041-0/+1
* implement cpu_get_memory_mapping()Wen Congyang2012-06-041-0/+1
* Add API to create memory mapping listWen Congyang2012-06-041-0/+1
* cputlb: move TLB handling to a separate fileBlue Swirl2012-05-011-1/+1
OpenPOWER on IntegriCloud