index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.target
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-04-24
config-host.mak: rename datadir to qemu_datadir
Eduardo Habkost
1
-2
/
+2
2012-04-24
target-microblaze: QOM'ify CPU
Andreas Färber
1
-0
/
+1
2012-04-24
target-cris: QOM'ify CPU
Andreas Färber
1
-0
/
+1
2012-04-23
Merge remote-tracking branch 'origin/master' into staging
Anthony Liguori
1
-0
/
+1
2012-04-20
realview: break out versatile i2c controller code
Oskar Andero
1
-0
/
+1
2012-04-18
tracetool: Rewrite infrastructure as python modules
Lluís Vilanova
1
-6
/
+7
2012-04-16
Merge remote-tracking branch 'sstabellini/for_anthony' into staging
Anthony Liguori
1
-1
/
+1
2012-04-15
target-alpha: QOM'ify CPU
Andreas Färber
1
-0
/
+1
2012-04-15
target-xtensa: add dc233c core
Max Filippov
1
-0
/
+1
2012-04-14
Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensa
Blue Swirl
1
-0
/
+1
2012-04-14
Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/...
Blue Swirl
1
-0
/
+1
2012-04-14
target-xtensa: QOM'ify CPU
Andreas Färber
1
-0
/
+1
2012-04-13
Xen: Add xen-apic support and hook it up.
Wei Liu
1
-1
/
+1
2012-04-13
hw/arm_gic: Make the GIC its own sysbus device
Peter Maydell
1
-0
/
+1
2012-04-12
target-lm32: QOM'ify CPU
Andreas Färber
1
-0
/
+1
2012-04-10
target-i386: Rename cpuid.c
Andreas Färber
1
-1
/
+1
2012-04-07
target-sparc: Rename cpu_init.c
Andreas Färber
1
-1
/
+1
[next]