Age | Commit message (Expand) | Author | Files | Lines |
2014-03-02 | tests/test-int128: Don't use __noclone__ attribute on clang | Peter Maydell | 1 | -1/+14 |
2014-03-02 | stubs: Optimize dependencies for gdbstub.c | Stefan Weil | 1 | -1/+3 |
2014-03-02 | tcg: Fix typo in comment (dependancies -> dependencies) | Stefan Weil | 1 | -1/+1 |
2014-03-02 | bswap: Modify prototypes of st[wl]_{le, be}_p (avoid type conversions) | Stefan Weil | 1 | -4/+4 |
2014-03-02 | bswap: Modify prototype of stb_p (avoid type conversions) | Stefan Weil | 1 | -1/+1 |
2014-03-02 | object: Report type in error when not user creatable. | Hani Benhabiles | 1 | -2/+2 |
2014-03-02 | include/qemu/host-utils.h: Trivial typo: ctz->cto | Dr. David Alan Gilbert | 1 | -1/+1 |
2014-02-28 | monitor: Remove left-over code in do_info_profile. | Hani Benhabiles | 1 | -4/+0 |
2014-02-28 | qerror: Improve QERR_DEVICE_NOT_ACTIVE message | Hani Benhabiles | 1 | -1/+1 |
2014-02-28 | qmp: Check for returned data from __json_read in get_events | Fam Zheng | 1 | -1/+6 |
2014-02-28 | block/vmdk: do not report file offset for compressed extents | Peter Lieven | 1 | -1/+1 |
2014-02-28 | discard rbd error output when not relevant in qemu-iotests | Loic Dachary | 1 | -1/+1 |
2014-02-28 | block: use /var/tmp instead of /tmp for -snapshot | Amit Shah | 1 | -2/+3 |
2014-02-28 | qemu-io-test: Disable Quorum test when not compiled in. | Benoît Canet | 1 | -0/+3 |
2014-02-28 | qmp: Make Quorum error events more palatable. | Benoît Canet | 3 | -40/+46 |
2014-02-28 | qmp: Fix BlockdevOptionQuorum. | Benoît Canet | 1 | -2/+3 |
2014-02-28 | block: gluster - add reopen support. | Jeff Cody | 1 | -0/+102 |
2014-02-28 | block: gluster - code movements, state storage changes | Jeff Cody | 1 | -15/+26 |
2014-02-28 | qemu-iotests: add more tests to the "quick" group | Paolo Bonzini | 2 | -17/+18 |
2014-02-28 | dump: add 'query-dump-guest-memory-capability' command | qiaonuohan | 3 | -0/+77 |
2014-02-28 | Define the architecture for compressed dump format | qiaonuohan | 3 | -2/+8 |
2014-02-28 | dump: make kdump-compressed format available for 'dump-guest-memory' | qiaonuohan | 4 | -10/+158 |
2014-02-28 | dump: add API to write dump pages | qiaonuohan | 2 | -0/+238 |
2014-02-28 | dump: add APIs to operate DataCache | qiaonuohan | 2 | -0/+56 |
2014-02-28 | dump: add API to write dump_bitmap | qiaonuohan | 2 | -0/+166 |
2014-02-28 | dump: add API to write dump header | qiaonuohan | 2 | -0/+319 |
2014-02-28 | dump: add members to DumpState and init some of them | qiaonuohan | 2 | -0/+35 |
2014-02-28 | dump: add support for lzo/snappy | qiaonuohan | 1 | -0/+54 |
2014-02-28 | dump: add API to write elf notes to buffer | qiaonuohan | 1 | -0/+19 |
2014-02-28 | dump: add API to write vmcore | qiaonuohan | 1 | -0/+21 |
2014-02-28 | dump: add API to write header of flatten format | qiaonuohan | 2 | -0/+59 |
2014-02-28 | dump: add argument to write_elfxx_notes | qiaonuohan | 1 | -8/+8 |
2014-02-28 | dump: const-qualify the buf of WriteCoreDumpFunction | qiaonuohan | 2 | -2/+3 |
2014-02-28 | target-i386: Fix ucomis and comis memory access | Richard Henderson | 1 | -10/+36 |
2014-02-28 | target-i386: Fix SSE status flag corruption | Richard Henderson | 3 | -8/+12 |
2014-02-28 | target-i386: Fix CC_OP_CLR vs PF | Richard Henderson | 2 | -2/+2 |
2014-02-28 | MAINTAINERS: update status for HMP, QAPI and QMP trees | Luiz Capitulino | 1 | -3/+3 |
2014-02-28 | QMP: Allow dot separated dict path arguments in qmp-shell | Fam Zheng | 1 | -2/+18 |
2014-02-28 | modules: Fix building with --enable-modules | Fam Zheng | 1 | -1/+1 |
2014-02-27 | Merge remote-tracking branch 'remotes/kvm/uq/master' into staging | Peter Maydell | 1 | -1/+1 |
2014-02-27 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014022... | Peter Maydell | 3 | -4/+80 |
2014-02-27 | sun4m: Add Sun CG3 framebuffer initialisation function | Mark Cave-Ayland | 3 | -3/+84 |
2014-02-27 | sun4m: Add Sun CG3 framebuffer and corresponding OpenBIOS FCode ROM | Mark Cave-Ayland | 6 | -3/+390 |
2014-02-27 | sun4m: fix slavio timer RUN/STOP bit | Mark Cave-Ayland | 1 | -15/+10 |
2014-02-27 | sun4m: Set HostID in NVRAM | Mark Cave-Ayland | 1 | -0/+2 |
2014-02-27 | s390x/ipl: Fix crash of ELF images with arbitrary entry points | Thomas Huth | 1 | -8/+13 |
2014-02-27 | s390x/kvm: Rework priv instruction handlers | Frank Blaschka | 1 | -59/+80 |
2014-02-27 | s390x/kvm: Add missing SIGP CPU RESET order | Thomas Huth | 1 | -0/+13 |
2014-02-27 | s390x/kvm: Rework SIGP INITIAL CPU RESET handler | Thomas Huth | 1 | -18/+7 |
2014-02-27 | s390x/cpu: Use ioctl to reset state in the kernel | Thomas Huth | 1 | -0/+9 |