| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: add option to disable -fstack-protector flags | Steven Noonan | 2014-03-31 | 1 | -3/+15 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2014-03-28 | 1 | -0/+28 |
|\ |
|
| * | Detect pthread_setname_np at configure time | Dr. David Alan Gilbert | 2014-03-27 | 1 | -0/+28 |
* | | gtk: Support GTK without VTE | Stefan Weil | 2014-03-26 | 1 | -17/+37 |
|/ |
|
* | block/nfs: bump libnfs requirement to 1.9.3 | Peter Lieven | 2014-03-19 | 1 | -1/+1 |
* | configure: Don't use __int128_t for clang versions before 3.2 | Stefan Weil | 2014-03-15 | 1 | -0/+5 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2014-03-11 | 1 | -13/+14 |
|\ |
|
| * | configure: don't modify .status on error | Michael S. Tsirkin | 2014-03-11 | 1 | -13/+14 |
* | | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-4' into staging | Peter Maydell | 2014-03-11 | 1 | -0/+4 |
|\ \ |
|
| * | | configure: Prettify message for hosts without spice support | Stefan Weil | 2014-03-10 | 1 | -0/+4 |
| |/ |
|
* | | tcg-aarch64: Enable builtin disassembler | Richard Henderson | 2014-03-08 | 1 | -0/+6 |
|/ |
|
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-4' into staging | Peter Maydell | 2014-03-07 | 1 | -4/+19 |
|\ |
|
| * | ui/sdl2 : initial port to SDL 2.0 (v2.0) | Dave Airlie | 2014-03-05 | 1 | -4/+19 |
* | | configure: Always build with -fno-common | Peter Maydell | 2014-03-06 | 1 | -1/+1 |
* | | configure: Make C++ test work with --enable-werror | Peter Maydell | 2014-03-06 | 1 | -22/+53 |
|/ |
|
* | dump: add support for lzo/snappy | qiaonuohan | 2014-02-28 | 1 | -0/+54 |
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140226'... | Peter Maydell | 2014-02-26 | 1 | -1/+1 |
|\ |
|
| * | target-arm: Add support for AArch32 ARMv8 CRC32 instructions | Will Newton | 2014-02-26 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st... | Peter Maydell | 2014-02-26 | 1 | -1/+9 |
|\ \
| |/
|/| |
|
| * | net: Disable netmap backend when not supported | Vincenzo Maffione | 2014-02-25 | 1 | -1/+9 |
* | | modules: do not include gmodule-2.0 in static builds | Paolo Bonzini | 2014-02-25 | 1 | -1/+8 |
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2014-02-25 | 1 | -0/+36 |
|\ \
| |/
|/| |
|
| * | quorum: Add quorum mechanism. | BenoƮt Canet | 2014-02-21 | 1 | -0/+36 |
* | | Merge remote-tracking branch 'remotes/bonzini/configure' into staging | Peter Maydell | 2014-02-24 | 1 | -31/+125 |
|\ \ |
|
| * | | configure: Disable libtool if -fPIE does not work with it (bug #1257099) | Don Slutz | 2014-02-20 | 1 | -1/+62 |
| * | | block: convert block drivers linked with libs to modules | Fam Zheng | 2014-02-20 | 1 | -5/+5 |
| * | | module: implement module loading | Fam Zheng | 2014-02-20 | 1 | -9/+33 |
| * | | rules.mak: introduce DSO rules | Fam Zheng | 2014-02-20 | 1 | -0/+15 |
| * | | darwin: do not use -mdynamic-no-pic | Paolo Bonzini | 2014-02-20 | 1 | -2/+0 |
| * | | block: use per-object cflags and libs | Fam Zheng | 2014-02-20 | 1 | -15/+10 |
| * | | rules.mak: fix $(obj) to a real relative path | Fam Zheng | 2014-02-20 | 1 | -0/+1 |
* | | | configure: check that C++ compiler actually works | Peter Maydell | 2014-02-24 | 1 | -0/+29 |
| |/
|/| |
|
* | | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 2014-02-21 | 1 | -5/+15 |
|\ \ |
|
| * | | Fix configure script for LTTng 2.x | Mohamad Gebai | 2014-02-19 | 1 | -5/+15 |
| |/ |
|
* | | tcg/i386: Fix build for systems without working cpuid.h (MacOSX, Win32) | Peter Maydell | 2014-02-21 | 1 | -1/+12 |
|/ |
|
* | Fix QEMU build on OpenBSD on x86 archs | Brad | 2014-02-17 | 1 | -0/+7 |
* | configure: add hints to a remedy for feature_not_found errors | Stewart Smith | 2014-02-15 | 1 | -33/+35 |
* | configure: add hint of libfdt to DTC dependency not found message | Stewart Smith | 2014-02-15 | 1 | -2/+2 |
* | Merge remote-tracking branch 'remotes/kevin/tags/for-anthony' into staging | Peter Maydell | 2014-02-12 | 1 | -0/+26 |
|\ |
|
| * | block: add native support for NFS | Peter Lieven | 2014-02-09 | 1 | -0/+26 |
* | | disas: Implement disassembly output for A64 | Claudio Fontana | 2014-02-08 | 1 | -0/+4 |
|/ |
|
* | configure: added acpi unit-test files | Marcel Apfelbaum | 2014-01-26 | 1 | -0/+4 |
* | gluster: Implement .bdrv_co_write_zeroes for gluster | Bharata B Rao | 2014-01-22 | 1 | -0/+8 |
* | Merge remote-tracking branch 'stefanha/block' into staging | Anthony Liguori | 2014-01-10 | 1 | -0/+22 |
|\ |
|
| * | block/iscsi: Fix compilation for libiscsi 1.4.0 (API change) | Stefan Weil | 2013-12-20 | 1 | -0/+22 |
* | | configure: Python tests must be done before help message | Stefan Weil | 2014-01-01 | 1 | -19/+19 |
* | | configure: Rewrite code for help message | Stefan Weil | 2014-01-01 | 1 | -162/+162 |
|/ |
|
* | target-arm: Support fp registers in gdb stub | Peter Maydell | 2013-12-17 | 1 | -1/+1 |
* | configure: Enable KVM for aarch64 host/target combination | Peter Maydell | 2013-12-17 | 1 | -1/+1 |
* | Merge remote-tracking branch 'bonzini/scsi-next' into staging | Anthony Liguori | 2013-12-13 | 1 | -3/+3 |
|\ |
|