Age | Commit message (Expand) | Author | Files | Lines |
2015-11-05 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -5/+5 |
2015-11-04 | osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version() | Eduardo Habkost | 1 | -5/+5 |
2015-11-02 | sockets: Convert to new qapi union layout | Eric Blake | 1 | -31/+31 |
2015-10-29 | mmap-alloc: fix error handling | Michael S. Tsirkin | 1 | -2/+2 |
2015-10-24 | util: const event_notifier_get_fd() argument | Marc-André Lureau | 1 | -1/+1 |
2015-10-22 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 4 | -27/+247 |
2015-10-22 | vhost: add migration block if memfd failed | Marc-André Lureau | 1 | -0/+22 |
2015-10-22 | util: add fallback for qemu_memfd_alloc() | Marc-André Lureau | 1 | -2/+18 |
2015-10-22 | util: add memfd helpers | Marc-André Lureau | 1 | -1/+71 |
2015-10-22 | util: add linux-only memfd fallback | Marc-André Lureau | 2 | -0/+55 |
2015-10-22 | build-sys: split util-obj- on multi-lines | Marc-André Lureau | 1 | -3/+8 |
2015-10-21 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151021-v2' into sta... | Peter Maydell | 1 | -0/+8 |
2015-10-21 | exec: factor out duplicate mmap code | Michael S. Tsirkin | 3 | -24/+76 |
2015-10-20 | util/qemu-config: fix missing machine command line options | Tony Krowiak | 1 | -0/+8 |
2015-10-20 | util: pull Buffer code out of VNC module | Daniel P. Berrange | 2 | -0/+66 |
2015-10-20 | coroutine: move into libqemuutil.a library | Daniel P. Berrange | 9 | -0/+1253 |
2015-10-20 | osdep: add qemu_fork() wrapper for safely handling signals | Daniel P. Berrange | 2 | -0/+80 |
2015-10-20 | sockets: allow port to be NULL when listening on IP address | Daniel P. Berrange | 1 | -5/+13 |
2015-10-20 | sockets: move qapi_copy_SocketAddress into qemu-sockets.c | Daniel P. Berrange | 1 | -0/+30 |
2015-10-20 | sockets: add helpers for creating SocketAddress from a socket | Daniel P. Berrange | 1 | -0/+110 |
2015-10-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -3/+6 |
2015-10-16 | util - add automated ID generation utility | Jeff Cody | 1 | -0/+37 |
2015-10-12 | qemu-sockets: fix conversion of ipv4/ipv6 JSON to QemuOpts | Paolo Bonzini | 1 | -3/+6 |
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 |