Age | Commit message (Expand) | Author |
2020-02-22 | fuzz: add target/fuzz makefile rules | Alexander Bulekov |
2020-02-22 | softmmu: split off vl.c:main() into main.c | Alexander Bulekov |
2020-02-22 | softmmu: move vl.c to softmmu/ | Alexander Bulekov |
2019-12-17 | crypto: move common bits for all emulators to libqemuutil | Paolo Bonzini |
2019-10-30 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'... | Peter Maydell |
2019-10-28 | plugin: add core code | Emilio G. Cota |
2019-10-28 | exec: Split out variable page size support to exec-vary.c | Richard Henderson |
2019-09-10 | tests/tcg: cleanup Makefile inclusions | Paolo Bonzini |
2019-07-19 | configure: only link capstone to emulation targets | Daniel P. Berrangé |
2019-07-08 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-07-05 | Makefile: generate header file with the list of devices enabled | Julio Montes |
2019-07-02 | dump: Move the code to dump/ | Markus Armbruster |
2019-07-02 | hw/core: Move numa.c to hw/core/ | Markus Armbruster |
2019-06-17 | Move monitor.c to monitor/misc.c | Kevin Wolf |
2019-05-28 | Makefile.target: support per-target coverage reports | Alex Bennée |
2019-05-22 | build: Link user-only with crypto random number objects | Richard Henderson |
2019-05-17 | build: replace GENERATED_FILES by generated-files-y | Laurent Vivier |
2019-03-12 | tests/tcg: enable tcg tests for softmmu | Alex Bennée |
2019-03-11 | build: clean trace/generated-helpers.c | Paolo Bonzini |
2019-03-11 | build: remove unnecessary assignments from Makefile.target | Paolo Bonzini |
2019-03-11 | build: get rid of target-obj-y | Paolo Bonzini |
2019-03-08 | Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta... | Peter Maydell |
2019-03-07 | build: switch to Kconfig | Paolo Bonzini |
2019-03-07 | build-sys: link with slirp as an external project | Marc-André Lureau |
2019-02-26 | authz: add QAuthZ object as an authorization base class | Daniel P. Berrange |
2019-02-18 | build: Deal with all of QAPI's .o in qapi/Makefile.objs | Markus Armbruster |
2019-02-18 | build-sys: move qmp-introspect per target | Marc-André Lureau |
2019-01-24 | trace: add ability to do simple printf logging via systemtap | Daniel P. Berrangé |
2019-01-14 | build-sys: use a separate slirp-obj-y && slirp.mo | Marc-André Lureau |
2018-12-12 | configure: Remove old -fno-gcse workaround for GCC 4.6.x and 4.7.[012] | Thomas Huth |
2018-06-29 | dump: add Windows dump format to dump-guest-memory | Viktor Prutyanov |
2018-06-20 | Makefile.target: add (clean-/build-)guest-tests targets | Alex Bennée |
2018-06-01 | tcg: remove softfloat from --disable-tcg builds | Paolo Bonzini |
2018-03-23 | make: switch from -I to -iquote | Michael S. Tsirkin |
2018-02-08 | tcg: Add generic vector expanders | Richard Henderson |
2018-02-08 | tcg: Add types and basic operations for host vectors | Richard Henderson |
2017-11-23 | Fix build of console and GUI executables for Windows | Stefan Weil |
2017-10-16 | build: remove CONFIG_LIBDECNUMBER | Paolo Bonzini |
2017-09-19 | accel/hax: move hax-stub.c to accel/stubs/ | Philippe Mathieu-Daudé |
2017-09-19 | Makefile: Remove libqemustub.a | Paolo Bonzini |
2017-09-17 | accel/tcg: move tcg-runtime to accel/tcg/ | Philippe Mathieu-Daudé |
2017-09-17 | accel/tcg: move user-exec to accel/tcg/ | Philippe Mathieu-Daudé |
2017-08-01 | trace: ensure .stp files are rebuilt if trace tool source changes | Daniel P. Berrange |
2017-07-05 | tcg: add the CONFIG_TCG into Makefiles | Yang Zhong |
2017-07-04 | Makefile: Move bootdevice.o to common-obj-y | Thomas Huth |
2017-06-20 | tcg/tci: fix tcg-interpreter build | Philippe Mathieu-Daudé |
2017-06-15 | accel: move kvm related accelerator files into accel/ | Yang Zhong |
2017-06-15 | tcg: move tcg backend files into accel/tcg/ | Yang Zhong |
2017-06-15 | tcg: move tcg related files into accel/tcg/ subdirectory | Yang Zhong |
2017-06-15 | accel: split the tcg accelerator from accel.c file | Yang Zhong |