Age | Commit message (Expand) | Author | Files | Lines |
2015-10-01 | oslib: allocate PROT_NONE pages on top of RAM | Michael S. Tsirkin | 1 | -4/+4 |
2015-10-01 | oslib: rework anonimous RAM allocation | Michael S. Tsirkin | 1 | -2/+10 |
2015-09-25 | utils: rename strtosz to use qemu prefix | Marc-André Lureau | 1 | -12/+13 |
2015-09-24 | oslib-win32: only provide localtime_r/gmtime_r if missing | Daniel P. Berrange | 1 | -0/+2 |
2015-09-24 | qemu-thread: add a fast path to the Win32 QemuEvent | Paolo Bonzini | 1 | -4/+62 |
2015-09-18 | error: New error_fatal | Markus Armbruster | 1 | -13/+21 |
2015-09-18 | error: Copy location information in error_copy() | Eric Blake | 1 | -0/+3 |
2015-09-18 | hmp: Allow for error message hints on HMP | Eric Blake | 2 | -7/+36 |
2015-09-18 | error: only prepend timestamp on stderr | Stefan Hajnoczi | 1 | -1/+1 |
2015-09-16 | Revert "rcu: init rcu_registry_lock after fork" | Paolo Bonzini | 1 | -6/+1 |
2015-09-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 3 | -2/+166 |
2015-09-11 | typofixes - v4 | Veres Lajos | 1 | -1/+1 |
2015-09-11 | opts: produce valid command line in qemu_opts_print | Kővágó, Zoltán | 1 | -3/+26 |
2015-09-11 | maint: remove / fix many doubled words | Daniel P. Berrange | 1 | -1/+1 |
2015-09-10 | error: On abort, report where the error was created | Markus Armbruster | 1 | -16/+39 |
2015-09-10 | error: error_set_errno() is unused, drop | Markus Armbruster | 1 | -3/+2 |
2015-09-10 | qga: Clean up unnecessarily dirty casts | Markus Armbruster | 1 | -3/+2 |
2015-09-10 | error: Make error_setg() a function | Markus Armbruster | 1 | -0/+9 |
2015-09-10 | error: De-duplicate code creating Error objects | Markus Armbruster | 1 | -43/+25 |
2015-09-10 | cutils: work around platform differences in strto{l,ul,ll,ull} | Paolo Bonzini | 1 | -5/+19 |
2015-09-09 | cutils: Add qemu_strtoull() wrapper | Carlos L. Torres | 1 | -0/+23 |
2015-09-09 | cutils: Add qemu_strtoll() wrapper | Carlos L. Torres | 1 | -0/+23 |
2015-09-09 | cutils: Add qemu_strtoul() wrapper | Carlos L. Torres | 1 | -0/+32 |
2015-09-09 | cutils: Add qemu_strtol() wrapper | Carlos L. Torres | 1 | -0/+58 |
2015-09-09 | rcu: init rcu_registry_lock after fork | Emilio G. Cota | 1 | -1/+6 |
2015-09-07 | Make pow2ceil() and pow2floor() inline | Peter Maydell | 1 | -23/+0 |
2015-09-07 | Remove unused qemu_fls function | Peter Maydell | 1 | -5/+0 |
2015-09-04 | qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOpts | Bo Tu | 1 | -0/+5 |
2015-09-02 | qemu-thread: handle spurious futex_wait wakeups | Emilio G. Cota | 1 | -1/+10 |
2015-08-18 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -13/+35 |
2015-08-14 | rcu: Allow calling rcu_(un)register_thread() during synchronize_rcu() | Wen Congyang | 1 | -13/+35 |
2015-08-05 | throttle: refuse bps_max/iops_max without bps/iops | Stefan Hajnoczi | 1 | -0/+15 |
2015-07-24 | rcu: actually register threads that have RCU read-side critical sections | Paolo Bonzini | 1 | -0/+2 |
2015-07-20 | timer: rename NSEC_PER_SEC due to Mac OS X header clash | Stefan Hajnoczi | 1 | -2/+2 |
2015-07-07 | crypto: move built-in AES implementation into crypto/ | Daniel P. Berrange | 2 | -1653/+1 |
2015-07-06 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -7/+7 |
2015-07-02 | timer: Use a single definition of NSEC_PER_SEC for the whole codebase | Alberto Garcia | 1 | -2/+2 |
2015-06-26 | cutils: allow compilation with icc | Artyom Tarasenko | 1 | -7/+7 |
2015-06-25 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2 | -1/+26 |
2015-06-23 | util/qemu-sockets: improve ai_flag hints for ipv6 hosts | Wolfgang Bumiller | 1 | -3/+6 |
2015-06-23 | iov: don't touch iov in iov_send_recv() | Wen Congyang | 1 | -1/+13 |
2015-06-23 | util/hbitmap: Add an API to reset all set bits in hbitmap | Wen Congyang | 1 | -0/+13 |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster | 2 | -0/+2 |
2015-06-22 | qmp: Wean off qerror_report() | Markus Armbruster | 1 | -2/+2 |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 1 | -10/+12 |
2015-06-22 | QemuOpts: Wean off qerror_report_err() | Markus Armbruster | 1 | -6/+19 |
2015-06-22 | qobject: Use 'bool' for qbool | Eric Blake | 1 | -1/+1 |
2015-06-12 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -33/+48 |
2015-06-12 | throttle: Update throttle infrastructure copyright | Alberto Garcia | 1 | -3/+5 |