Sign in
qemu
/
qemu
/
9b090d42aea9a0abbf39a1d75561a186057b5fe6
/
Makefile.target
c3049a5
migration: move savevm.c inside migration/
by Juan Quintela
· 10 years ago
56e93d2
migration: move ram stuff to migration/ram
by Juan Quintela
· 10 years ago
6b4ad3b
Makefile.target: set master BUILD_DIR
by Peter Crosthwaite
· 10 years ago
7df057b
device-tree: Make a common-obj
by Peter Crosthwaite
· 10 years ago
4e34017
Makefile.target: set icon for binary file on Mac OS X
by Programmingkid
· 10 years ago
7398dfc
Makefile.target: prepend $libs_softmmu to $LIBS
by Wei Liu
· 10 years ago
a9ad5e1
Makefile.target: binary depends on config-devices
by Michael S. Tsirkin
· 10 years ago
951c630
tcg: Move some opcode generation functions out of line
by Richard Henderson
· 10 years ago
bc74112
bootdevice: move bootdevice related code to new file bootdevice.c
by Gonglei
· 10 years ago
341ea69
trace: [tcg] Define TCG tracing helper routines
by Lluís Vilanova
· 11 years ago
e0b2fd0
trace: install simpletrace SystemTap tapset
by Stefan Hajnoczi
· 11 years ago
f80ea98
configure: Fix -lm test, so that tools can be compiled on hosts that require -lm
by Alexey Kardashevskiy
· 11 years ago
0d65942
build-sys: introduce install-prog macro to install&strip binaries and use it
by Michael Tokarev
· 11 years ago
96d0e26
NUMA: move numa related code to new file numa.c
by Wanlong Gao
· 11 years ago
e58f8d1
target-ppc: Enable Building of libdecnumber
by Tom Musta
· 11 years ago
adfc3e9
bsd-user: add HOST_VARIANT_DIR for various *BSD dependent code
by Stacey Son
· 11 years ago
5b80827
trace: Multi-backend tracing
by Lluís Vilanova
· 11 years ago
8f98aeb
Makefile.target: use $(INSTALL_PROG) for installing, not $(INSTALL)
by Michael Tokarev
· 11 years ago
2115182
Makefile: strip tools and modules too
by Michael Tokarev
· 11 years ago
d608cc5
build: simplify Makefile.target around unnest-vars invocations
by Paolo Bonzini
· 11 years ago
5c40c73
build: simplify Makefile.target a bit, use just one rule for softmmu
by Michael Tokarev
· 11 years ago
04b0de0
xen: factor out common functions
by Wei Liu
· 11 years ago
f966f9d
build: softmmu targets do not have a "main.o" file
by Paolo Bonzini
· 12 years ago
cc47569
Makefile: introduce common-obj-m and block-obj-m for DSO
by Fam Zheng
· 11 years ago
ba1183d
rules.mak: fix $(obj) to a real relative path
by Fam Zheng
· 11 years ago
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
· 13 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
Next »