Sign in
qemu
/
qemu
/
f0b9b11164482a8a2283dee25cecc4a4c531259e
/
Makefile.target
b77abd9
default-configs/: CONFIG_GDBSTUB_XML removed
by Ákos Kovács
· 11 years ago
cf01ba9
Makefile.target: CONFIG_NO_* variables removed
by Ákos Kovács
· 11 years ago
b9a7b74
build: do not use TARGET_ARCH
by Paolo Bonzini
· 12 years ago
c1799a8
build: rename TARGET_ARCH2 to TARGET_NAME
by Paolo Bonzini
· 12 years ago
c14518e
Add a stp file for usage from build directory
by Alon Levy
· 12 years ago
2a78636
dump: Drop qmp_dump_guest_memory() stub and build for all targets
by Andreas Färber
· 12 years ago
c22d8e0
memory_mapping: Drop qemu_get_memory_mapping() stub
by Andreas Färber
· 12 years ago
88f62c2
dump: Move stubs into libqemustub.a
by Andreas Färber
· 12 years ago
c4cfef5
cpu: Make kvm-stub.o available outside softmmu
by Igor Mammedov
· 12 years ago
c12915e
win32: generate console executable again
by Paolo Bonzini
· 12 years ago
f3aa844
build: include config-{, all-}devices.mak after defining CONFIG_SOFTMMU and CONFIG_USER_ONLY
by Paolo Bonzini
· 12 years ago
f544a48
configure: move common libraries to config-host.mak
by Paolo Bonzini
· 12 years ago
320ba5f
build: always link device_tree.o into emulators if libfdt available
by Paolo Bonzini
· 12 years ago
872536b
qtest: Add MMIO support
by Andreas Färber
· 12 years ago
0008234
build: remove universal-obj-y
by Paolo Bonzini
· 12 years ago
aaf821f
build: improve quiet output for .stp rules
by Paolo Bonzini
· 12 years ago
9444e9e
build: consolidate multiple variables into universal-obj-y
by Paolo Bonzini
· 12 years ago
8a09070
build: move util-obj-y to libqemuutil.a
by Paolo Bonzini
· 12 years ago
e4b42e6
build: rename oslib-obj-y to util-obj-y
by Paolo Bonzini
· 12 years ago
5034833
tci: Fix broken builds with TCG interpreter
by Stefan Weil
· 12 years ago
ca273d5
build: fix includes for VNC
by Paolo Bonzini
· 12 years ago
8e98e2e
build: kill libuser
by Paolo Bonzini
· 12 years ago
76cad71
build: kill libdis, move disassemblers to disas/
by Paolo Bonzini
· 12 years ago
cbdd199
build: compile translate.o with -fno-gcse option on GCC 4.6.x and 4.7.[012]
by Paolo Bonzini
· 12 years ago
3bc2f57
build: replace weak symbols with a static library
by Paolo Bonzini
· 12 years ago
c9159fe
Remove libhw
by Stefan Weil
· 12 years ago
4be403c
Make target_phys_addr_t 64 bits unconditionally
by Avi Kivity
· 12 years ago
89c3333
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
by Blue Swirl
· 12 years ago
1435ddb
build: get dependency file directories from object file names
by Paolo Bonzini
· 12 years ago
71ea2e0
bsd-user: fix build
by Blue Swirl
· 13 years ago
b54fa7d
Makefile.target: Update clean command to clean hw/ directory
by Peter Maydell
· 13 years ago
a483bda
make: Fix dependencies for fpu/*.c and tcg/*.c
by Stefan Weil
· 13 years ago
dcff25f
make: automatically include dependencies in recursive subdir rules (v2)
by Anthony Liguori
· 13 years ago
dbaf26b
Revert "build: compile oslib-obj-y once"
by Blue Swirl
· 13 years ago
25f27a4
build: compile oslib-obj-y once
by Paolo Bonzini
· 13 years ago
fec90ff
build: limit usage of vpath
by Paolo Bonzini
· 13 years ago
00c705f
build: libcacard Makefile cleanups
by Paolo Bonzini
· 13 years ago
49ac9e0
build: move device tree to per-target Makefile.objs
by Paolo Bonzini
· 13 years ago
c353f26
build: move per-target hw/ objects to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
99100dc
build: move rules for nesting to Makefile.objs
by Paolo Bonzini
· 13 years ago
fbe37ef
build: move other target-*/ objects to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
5f86146
dump: remove dumping stuff from cpu-all.h
by Paolo Bonzini
· 13 years ago
db20776
dump: do not compile dump.o for user-mode emulation
by Paolo Bonzini
· 13 years ago
9cdc8df
build: move libobj-y variable to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
5e8861a
build: move obj-TARGET-y variables to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
7fc5152
build: move *-user/ objects to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
4115852
build: do not sprinkle around GENERATED_HEADERS dependencies
by Paolo Bonzini
· 13 years ago
783e9b4
introduce a new monitor command 'dump-guest-memory' to dump guest's memory
by Wen Congyang
· 13 years ago
9fecbed
target-i386: Add API to write elf notes to core file
by Wen Congyang
· 13 years ago
fae001f
implement cpu_get_memory_mapping()
by Wen Congyang
· 13 years ago
80167a8
Add API to create memory mapping list
by Wen Congyang
· 13 years ago
0cac1b6
cputlb: move TLB handling to a separate file
by Blue Swirl
· 13 years ago
58b5f5e
Merge branch 'cocoa-for-upstream' of git://repo.or.cz/qemu/afaerber
by Blue Swirl
· 13 years ago
61d25e1
Merge branch 'qom-cpu-rest.v1' of git://github.com/afaerber/qemu-cpu
by Blue Swirl
· 13 years ago
0adb124
Drop darwin-user
by Andreas Färber
· 13 years ago
894a84e
Makefile: Simplify compilation of target-*/cpu.c
by Andreas Färber
· 13 years ago
0f71a70
target-mips: QOM'ify CPU
by Andreas Färber
· 13 years ago
b9e7a23
target-m68k: QOM'ify CPU
by Andreas Färber
· 13 years ago
339894b
target-sh4: QOM'ify CPU
by Andreas Färber
· 13 years ago
c042493
Beautify makefile commands for generation of files with tracetool
by Lluís Vilanova
· 13 years ago
6aae2a2
config-host.mak: rename datadir to qemu_datadir
by Eduardo Habkost
· 13 years ago
b77f98c
target-microblaze: QOM'ify CPU
by Andreas Färber
· 13 years ago
e739a48
target-cris: QOM'ify CPU
by Andreas Färber
· 13 years ago
5469963
Merge remote-tracking branch 'origin/master' into staging
by Anthony Liguori
· 13 years ago
d1157ca
realview: break out versatile i2c controller code
by Oskar Andero
· 13 years ago
650ab98
tracetool: Rewrite infrastructure as python modules
by Lluís Vilanova
· 13 years ago
8a6b870
Merge remote-tracking branch 'sstabellini/for_anthony' into staging
by Anthony Liguori
· 13 years ago
25ebd80
target-alpha: QOM'ify CPU
by Andreas Färber
· 13 years ago
176ac95
target-xtensa: add dc233c core
by Max Filippov
· 13 years ago
044c62a
Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensa
by Blue Swirl
· 13 years ago
e92861c
Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm
by Blue Swirl
· 13 years ago
a4633e1
target-xtensa: QOM'ify CPU
by Andreas Färber
· 13 years ago
9468e9c
Xen: Add xen-apic support and hook it up.
by Wei Liu
· 13 years ago
496dbcd
hw/arm_gic: Make the GIC its own sysbus device
by Peter Maydell
· 13 years ago
fc0ced2
target-lm32: QOM'ify CPU
by Andreas Färber
· 13 years ago
30471bc
target-i386: Rename cpuid.c
by Andreas Färber
· 13 years ago
88ca012
target-sparc: Rename cpu_init.c
by Andreas Färber
· 13 years ago
29e4bcb
target-s390x: QOM'ify CPU
by Andreas Färber
· 13 years ago
aba8e41
Merge remote-tracking branch 'stefanha/tracing' into staging
by Anthony Liguori
· 13 years ago
4dec465
Merge branch 'qom-cpu-unicore32.v3' of git://github.com/afaerber/qemu-cpu
by Blue Swirl
· 13 years ago
2174e23
Makefile.target: code stp dependency on trace-events
by Alon Levy
· 13 years ago
ae0f5e9
target-unicore32: QOM'ify CPU
by Andreas Färber
· 13 years ago
dec9c2d
target-arm: Minimalistic CPU QOM'ification
by Andreas Färber
· 13 years ago
c308275
target-alpha: Move memory helpers to mem_helper.c.
by Richard Henderson
· 13 years ago
69163fb
target-alpha: Move palcode support helpers to sys_helper.c.
by Richard Henderson
· 13 years ago
4a58aed
target-alpha: Move floating-point helpers to fpu_helper.c.
by Richard Henderson
· 13 years ago
0be034b
target-alpha: Move integer helpers to int_helper.c.
by Richard Henderson
· 13 years ago
7725d14
get rid of CONFIG_VIRTIO_SCSI
by Paolo Bonzini
· 13 years ago
0184e26
Sparc: avoid AREG0 wrappers for memory access helpers
by Blue Swirl
· 13 years ago
fe8d8f0
Sparc: avoid AREG0 for memory access helpers
by Blue Swirl
· 14 years ago
684e1e0
Merge remote-tracking branch 'kraxel/usb.44' into staging
by Anthony Liguori
· 13 years ago
ce008c1
qom: Add QOM support to user emulators
by Andreas Färber
· 13 years ago
f1ae32a
usb: the big rename
by Gerd Hoffmann
· 13 years ago
5d17c0d
kvm: x86: Add user space part for in-kernel i8254
by Jan Kiszka
· 13 years ago
e326050
xilinx_zynq: machine model initial version
by Peter A. G. Crosthwaite
· 13 years ago
e9f186e
cadence_gem: initial version of device model
by Peter A. G. Crosthwaite
· 13 years ago
f3a6cc0
cadence_ttc: initial version of device model
by Peter A. G. Crosthwaite
· 13 years ago
35548b0
cadence_uart: initial version of device model
by Peter A. G. Crosthwaite
· 13 years ago
d94e743
microblaze: factored out common boot code
by Peter A. G. Crosthwaite
· 13 years ago
d9bafcd
Merge branch 'arm-devs.for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm
by Blue Swirl
· 13 years ago
Next »