Age | Commit message (Expand) | Author |
2015-09-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-09-11 | typofixes - v4 | Veres Lajos |
2015-09-11 | opts: produce valid command line in qemu_opts_print | Kővágó, Zoltán |
2015-09-11 | maint: remove / fix many doubled words | Daniel P. Berrange |
2015-09-10 | error: On abort, report where the error was created | Markus Armbruster |
2015-09-10 | error: error_set_errno() is unused, drop | Markus Armbruster |
2015-09-10 | qga: Clean up unnecessarily dirty casts | Markus Armbruster |
2015-09-10 | error: Make error_setg() a function | Markus Armbruster |
2015-09-10 | error: De-duplicate code creating Error objects | Markus Armbruster |
2015-09-10 | cutils: work around platform differences in strto{l,ul,ll,ull} | Paolo Bonzini |
2015-09-09 | cutils: Add qemu_strtoull() wrapper | Carlos L. Torres |
2015-09-09 | cutils: Add qemu_strtoll() wrapper | Carlos L. Torres |
2015-09-09 | cutils: Add qemu_strtoul() wrapper | Carlos L. Torres |
2015-09-09 | cutils: Add qemu_strtol() wrapper | Carlos L. Torres |
2015-09-09 | rcu: init rcu_registry_lock after fork | Emilio G. Cota |
2015-09-07 | Make pow2ceil() and pow2floor() inline | Peter Maydell |
2015-09-07 | Remove unused qemu_fls function | Peter Maydell |
2015-09-04 | qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOpts | Bo Tu |
2015-09-02 | qemu-thread: handle spurious futex_wait wakeups | Emilio G. Cota |
2015-08-18 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-08-14 | rcu: Allow calling rcu_(un)register_thread() during synchronize_rcu() | Wen Congyang |
2015-08-05 | throttle: refuse bps_max/iops_max without bps/iops | Stefan Hajnoczi |
2015-07-24 | rcu: actually register threads that have RCU read-side critical sections | Paolo Bonzini |
2015-07-20 | timer: rename NSEC_PER_SEC due to Mac OS X header clash | Stefan Hajnoczi |
2015-07-07 | crypto: move built-in AES implementation into crypto/ | Daniel P. Berrange |
2015-07-06 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-07-02 | timer: Use a single definition of NSEC_PER_SEC for the whole codebase | Alberto Garcia |
2015-06-26 | cutils: allow compilation with icc | Artyom Tarasenko |
2015-06-25 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2015-06-23 | util/qemu-sockets: improve ai_flag hints for ipv6 hosts | Wolfgang Bumiller |
2015-06-23 | iov: don't touch iov in iov_send_recv() | Wen Congyang |
2015-06-23 | util/hbitmap: Add an API to reset all set bits in hbitmap | Wen Congyang |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster |
2015-06-22 | qmp: Wean off qerror_report() | Markus Armbruster |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster |
2015-06-22 | QemuOpts: Wean off qerror_report_err() | Markus Armbruster |
2015-06-22 | qobject: Use 'bool' for qbool | Eric Blake |
2015-06-12 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2015-06-12 | throttle: Update throttle infrastructure copyright | Alberto Garcia |
2015-06-12 | throttle: Extract timers from ThrottleState into a separate structure | Benoît Canet |
2015-06-12 | event-notifier: Always return 0 for posix implementation | Fam Zheng |
2015-06-12 | Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler | Fam Zheng |
2015-06-10 | QemuOpts: increase number of vm_config_groups | Gerd Hoffmann |
2015-06-09 | QemuOpts: Convert qemu_opt_foreach() to Error | Markus Armbruster |
2015-06-09 | QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure | Markus Armbruster |
2015-06-09 | QemuOpts: Convert qemu_opts_foreach() to Error | Markus Armbruster |
2015-06-08 | QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure | Markus Armbruster |
2015-06-05 | bitmap: add atomic test and clear | Stefan Hajnoczi |
2015-06-05 | bitmap: add atomic set functions | Stefan Hajnoczi |