Age | Commit message (Expand) | Author | Files | Lines |
2014-10-15 | bootdevice: move bootdevice related code to new file bootdevice.c | Gonglei | 1 | -1/+1 |
2014-08-12 | trace: [tcg] Define TCG tracing helper routines | Lluís Vilanova | 1 | -0/+5 |
2014-08-12 | trace: install simpletrace SystemTap tapset | Stefan Hajnoczi | 1 | -1/+9 |
2014-07-01 | configure: Fix -lm test, so that tools can be compiled on hosts that require -lm | Alexey Kardashevskiy | 1 | -4/+0 |
2014-06-24 | build-sys: introduce install-prog macro to install&strip binaries and use it | Michael Tokarev | 1 | -4/+1 |
2014-06-19 | NUMA: move numa related code to new file numa.c | Wanlong Gao | 1 | -1/+1 |
2014-06-16 | target-ppc: Enable Building of libdecnumber | Tom Musta | 1 | -0/+6 |
2014-06-11 | bsd-user: add HOST_VARIANT_DIR for various *BSD dependent code | Stacey Son | 1 | -1/+2 |
2014-06-09 | trace: Multi-backend tracing | Lluís Vilanova | 1 | -2/+2 |
2014-05-08 | Makefile.target: use $(INSTALL_PROG) for installing, not $(INSTALL) | Michael Tokarev | 1 | -1/+1 |
2014-05-08 | Makefile: strip tools and modules too | Michael Tokarev | 1 | -1/+1 |
2014-05-08 | build: simplify Makefile.target around unnest-vars invocations | Paolo Bonzini | 1 | -9/+2 |
2014-05-08 | build: simplify Makefile.target a bit, use just one rule for softmmu | Michael Tokarev | 1 | -15/+11 |
2014-05-07 | xen: factor out common functions | Wei Liu | 1 | -2/+4 |
2014-02-20 | build: softmmu targets do not have a "main.o" file | Paolo Bonzini | 1 | -2/+0 |
2014-02-20 | Makefile: introduce common-obj-m and block-obj-m for DSO | Fam Zheng | 1 | -1/+5 |
2014-02-20 | rules.mak: fix $(obj) to a real relative path | Fam Zheng | 1 | -4/+13 |
2013-10-16 | default-configs/: CONFIG_GDBSTUB_XML removed | Ákos Kovács | 1 | -1/+1 |
2013-10-16 | Makefile.target: CONFIG_NO_* variables removed | Ákos Kovács | 1 | -6/+2 |
2013-06-14 | build: do not use TARGET_ARCH | Paolo Bonzini | 1 | -4/+4 |
2013-06-14 | build: rename TARGET_ARCH2 to TARGET_NAME | Paolo Bonzini | 1 | -3/+3 |
2013-06-14 | Add a stp file for usage from build directory | Alon Levy | 1 | -3/+13 |
2013-06-11 | dump: Drop qmp_dump_guest_memory() stub and build for all targets | Andreas Färber | 1 | -1/+1 |
2013-06-11 | memory_mapping: Drop qemu_get_memory_mapping() stub | Andreas Färber | 1 | -3/+1 |
2013-06-10 | dump: Move stubs into libqemustub.a | Andreas Färber | 1 | -2/+0 |
2013-05-01 | cpu: Make kvm-stub.o available outside softmmu | Igor Mammedov | 1 | -7/+7 |
2013-04-27 | win32: generate console executable again | Paolo Bonzini | 1 | -1/+1 |
2013-04-24 | build: include config-{, all-}devices.mak after defining CONFIG_SOFTMMU and C... | Paolo Bonzini | 1 | -1/+1 |
2013-04-18 | configure: move common libraries to config-host.mak | Paolo Bonzini | 1 | -5/+5 |
2013-03-01 | build: always link device_tree.o into emulators if libfdt available | Paolo Bonzini | 1 | -0/+1 |
2013-02-18 | qtest: Add MMIO support | Andreas Färber | 1 | -0/+1 |
2013-01-26 | build: remove universal-obj-y | Paolo Bonzini | 1 | -2/+1 |
2013-01-12 | build: improve quiet output for .stp rules | Paolo Bonzini | 1 | -1/+1 |
2013-01-12 | build: consolidate multiple variables into universal-obj-y | Paolo Bonzini | 1 | -6/+1 |
2013-01-12 | build: move util-obj-y to libqemuutil.a | Paolo Bonzini | 1 | -4/+4 |
2013-01-12 | build: rename oslib-obj-y to util-obj-y | Paolo Bonzini | 1 | -2/+2 |
2013-01-02 | tci: Fix broken builds with TCG interpreter | Stefan Weil | 1 | -2/+1 |
2012-12-22 | build: fix includes for VNC | Paolo Bonzini | 1 | -5/+0 |
2012-12-19 | build: kill libuser | Paolo Bonzini | 1 | -2/+1 |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini | 1 | -4/+1 |
2012-11-28 | build: compile translate.o with -fno-gcse option on GCC 4.6.x and 4.7.[012] | Paolo Bonzini | 1 | -0/+3 |
2012-11-18 | build: replace weak symbols with a static library | Paolo Bonzini | 1 | -2/+2 |
2012-10-05 | Remove libhw | Stefan Weil | 1 | -1/+0 |
2012-10-04 | Make target_phys_addr_t 64 bits unconditionally | Avi Kivity | 1 | -3/+0 |
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 |