Sign in
qemu
/
qemu
/
a46ded1de5cf0edd6c780e071ddafb92601070b5
/
Makefile.target
db43267
tcg: Add generic vector expanders
by Richard Henderson
· 7 years ago
d2fd745
tcg: Add types and basic operations for host vectors
by Richard Henderson
· 7 years ago
2fe47fc
Fix build of console and GUI executables for Windows
by Stefan Weil
· 7 years ago
7271a81
build: remove CONFIG_LIBDECNUMBER
by Paolo Bonzini
· 7 years ago
4c44a00
accel/hax: move hax-stub.c to accel/stubs/
by Philippe Mathieu-Daudé
· 7 years ago
ebedb37
Makefile: Remove libqemustub.a
by Paolo Bonzini
· 7 years ago
61a3f8f
accel/tcg: move tcg-runtime to accel/tcg/
by Philippe Mathieu-Daudé
· 7 years ago
5841066
accel/tcg: move user-exec to accel/tcg/
by Philippe Mathieu-Daudé
· 7 years ago
ed86505
trace: ensure .stp files are rebuilt if trace tool source changes
by Daniel P. Berrange
· 7 years ago
e4b4b64
tcg: add the CONFIG_TCG into Makefiles
by Yang Zhong
· 7 years ago
5ddc648
Makefile: Move bootdevice.o to common-obj-y
by Thomas Huth
· 8 years ago
8dfaf23
tcg/tci: fix tcg-interpreter build
by Philippe Mathieu-Daudé
· 8 years ago
92229a5
accel: move kvm related accelerator files into accel/
by Yang Zhong
· 8 years ago
244f144
tcg: move tcg backend files into accel/tcg/
by Yang Zhong
· 8 years ago
d9bb58e
tcg: move tcg related files into accel/tcg/ subdirectory
by Yang Zhong
· 8 years ago
a9ded60
accel: split the tcg accelerator from accel.c file
by Yang Zhong
· 8 years ago
46d702b
migration: Make savevm.c target independent
by Juan Quintela
· 8 years ago
52e94ea
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' into staging
by Peter Maydell
· 8 years ago
28b99f4
move xen-mapcache.c to hw/i386/xen/
by Anthony Xu
· 8 years ago
93d43e7
move xen-hvm.c to hw/i386/xen/
by Anthony Xu
· 8 years ago
56e2cd2
move xen-common.c to hw/xen/
by Anthony Xu
· 8 years ago
3d1bacc
trace: Put all trace.o into libqemuutil.a
by Xu, Anthony
· 8 years ago
4f04f13
makefile: merge GENERATED_HEADERS & GENERATED_SOURCES variables
by Daniel P. Berrange
· 8 years ago
4e9f524
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 8 years ago
32d955a
char: create chardev-obj-y
by Marc-André Lureau
· 8 years ago
0ab8ed1
trace: switch to modular code generation for sub-directories
by Daniel P. Berrange
· 8 years ago
2098c56
trace: move setting of group name into Makefiles
by Daniel P. Berrange
· 8 years ago
b0cb0a6
Plumb the HAXM-based hardware acceleration support
by Vincent Palatin
· 8 years ago
5564edb
stubs: group stubs for user-mode emulation
by Paolo Bonzini
· 8 years ago
a273f4c
rules.mak: add more rules to avoid chaining
by Paolo Bonzini
· 8 years ago
fcf5ef2
Move target-* CPU file into a target/ folder
by Thomas Huth
· 8 years ago
c482cb1
tcg: Add atomic helpers
by Richard Henderson
· 9 years ago
0bc6484
trace: pass trace-events to tracetool as a positional param
by Daniel P. Berrange
· 8 years ago
0bdb12c
rules.mak: quiet-command: Split command name and args to print
by Peter Maydell
· 8 years ago
8428949
build-sys: remove qmp-commands-old.h
by Marc-André Lureau
· 8 years ago
dced7ee
s390x/cpumodel: generate CPU feature lists for CPU models
by Michael Mueller
· 8 years ago
ba45378
linux-user: Create a hostdep.h for each host architecture
by Peter Maydell
· 9 years ago
1412cf5
trace: add build framework for merging trace-events files
by Daniel P. Berrange
· 9 years ago
077de81
Makefile: add dependency on scripts/hxtool
by Paolo Bonzini
· 9 years ago
4d330ce
linux-user: Provide safe_syscall for fixing races between signals and syscalls
by Timothy E Baldwin
· 9 years ago
666a3af
io: add abstract QIOChannel classes
by Daniel P. Berrange
· 10 years ago
1c9f03b
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
7d8f787
tcg: split tcg_op_defs to -common
by Peter Crosthwaite
· 9 years ago
9b68a77
translate-all: Move tcg_handle_interrupt() to -common
by Peter Crosthwaite
· 9 years ago
5abf949
cpu-exec: Migrate some generic fns to cpu-exec-common
by Peter Crosthwaite
· 9 years ago
da76ee7
hmp-commands-info: move info_cmds content out of monitor.c
by Pavel Butsykin
· 9 years ago
0c7012e
qom: allow QOM to be linked into tools binaries
by Daniel P. Berrange
· 9 years ago
fb37726
crypto: move crypto objects out of libqemuutil.la
by Daniel P. Berrange
· 9 years ago
12a1ddc
Makefile.target: include top level build dir in vpath
by Michael Marineau
· 9 years ago
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
· 10 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
Next »