index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.target
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-24
build: include config-{, all-}devices.mak after defining CONFIG_SOFTMMU and C...
Paolo Bonzini
1
-1
/
+1
2013-04-18
configure: move common libraries to config-host.mak
Paolo Bonzini
1
-5
/
+5
2013-03-01
build: always link device_tree.o into emulators if libfdt available
Paolo Bonzini
1
-0
/
+1
2013-02-18
qtest: Add MMIO support
Andreas Färber
1
-0
/
+1
2013-01-26
build: remove universal-obj-y
Paolo Bonzini
1
-2
/
+1
2013-01-12
build: improve quiet output for .stp rules
Paolo Bonzini
1
-1
/
+1
2013-01-12
build: consolidate multiple variables into universal-obj-y
Paolo Bonzini
1
-6
/
+1
2013-01-12
build: move util-obj-y to libqemuutil.a
Paolo Bonzini
1
-4
/
+4
2013-01-12
build: rename oslib-obj-y to util-obj-y
Paolo Bonzini
1
-2
/
+2
2013-01-02
tci: Fix broken builds with TCG interpreter
Stefan Weil
1
-2
/
+1
2012-12-22
build: fix includes for VNC
Paolo Bonzini
1
-5
/
+0
2012-12-19
build: kill libuser
Paolo Bonzini
1
-2
/
+1
2012-12-19
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
1
-4
/
+1
2012-11-28
build: compile translate.o with -fno-gcse option on GCC 4.6.x and 4.7.[012]
Paolo Bonzini
1
-0
/
+3
2012-11-18
build: replace weak symbols with a static library
Paolo Bonzini
1
-2
/
+2
2012-10-05
Remove libhw
Stefan Weil
1
-1
/
+0
2012-10-04
Make target_phys_addr_t 64 bits unconditionally
Avi Kivity
1
-3
/
+0
2012-09-15
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
Blue Swirl
1
-8
/
+0
2012-07-28
build: get dependency file directories from object file names
Paolo Bonzini
1
-3
/
+0
2012-06-28
bsd-user: fix build
Blue Swirl
1
-1
/
+1
2012-06-27
Makefile.target: Update clean command to clean hw/ directory
Peter Maydell
1
-2
/
+2
2012-06-24
make: Fix dependencies for fpu/*.c and tcg/*.c
Stefan Weil
1
-1
/
+1
2012-06-19
make: automatically include dependencies in recursive subdir rules (v2)
Anthony Liguori
1
-1
/
+1
2012-06-10
Revert "build: compile oslib-obj-y once"
Blue Swirl
1
-1
/
+1
2012-06-07
build: compile oslib-obj-y once
Paolo Bonzini
1
-1
/
+1
2012-06-07
build: limit usage of vpath
Paolo Bonzini
1
-3
/
+2
2012-06-07
build: libcacard Makefile cleanups
Paolo Bonzini
1
-6
/
+0
2012-06-07
build: move device tree to per-target Makefile.objs
Paolo Bonzini
1
-7
/
+0
2012-06-07
build: move per-target hw/ objects to nested Makefile.objs
Paolo Bonzini
1
-28
/
+7
2012-06-07
build: move rules for nesting to Makefile.objs
Paolo Bonzini
1
-25
/
+22
2012-06-07
build: move other target-*/ objects to nested Makefile.objs
Paolo Bonzini
1
-5
/
+5
2012-06-07
dump: remove dumping stuff from cpu-all.h
Paolo Bonzini
1
-4
/
+6
2012-06-07
dump: do not compile dump.o for user-mode emulation
Paolo Bonzini
1
-2
/
+1
2012-06-07
build: move libobj-y variable to nested Makefile.objs
Paolo Bonzini
1
-34
/
+7
2012-06-07
build: move obj-TARGET-y variables to nested Makefile.objs
Paolo Bonzini
1
-173
/
+13
2012-06-07
build: move *-user/ objects to nested Makefile.objs
Paolo Bonzini
1
-22
/
+10
2012-06-07
build: do not sprinkle around GENERATED_HEADERS dependencies
Paolo Bonzini
1
-10
/
+4
2012-06-04
introduce a new monitor command 'dump-guest-memory' to dump guest's memory
Wen Congyang
1
-0
/
+2
2012-06-04
target-i386: Add API to write elf notes to core file
Wen Congyang
1
-0
/
+1
2012-06-04
implement cpu_get_memory_mapping()
Wen Congyang
1
-0
/
+1
2012-06-04
Add API to create memory mapping list
Wen Congyang
1
-0
/
+1
2012-05-01
cputlb: move TLB handling to a separate file
Blue Swirl
1
-1
/
+1
2012-05-01
Merge branch 'cocoa-for-upstream' of git://repo.or.cz/qemu/afaerber
Blue Swirl
1
-28
/
+0
2012-05-01
Merge branch 'qom-cpu-rest.v1' of git://github.com/afaerber/qemu-cpu
Blue Swirl
1
-10
/
+1
2012-05-01
Drop darwin-user
Andreas Färber
1
-28
/
+0
2012-04-30
Makefile: Simplify compilation of target-*/cpu.c
Andreas Färber
1
-15
/
+1
2012-04-30
target-mips: QOM'ify CPU
Andreas Färber
1
-0
/
+3
2012-04-30
target-m68k: QOM'ify CPU
Andreas Färber
1
-0
/
+1
2012-04-30
target-sh4: QOM'ify CPU
Andreas Färber
1
-0
/
+1
2012-04-25
Beautify makefile commands for generation of files with tracetool
Lluís Vilanova
1
-2
/
+2
[next]