Age | Commit message (Expand) | Author |
2015-02-10 | util/uri: URI member path can be null, compare more carfully | Markus Armbruster |
2015-02-10 | util/uri: realloc2n() can't fail, drop dead error handling | Markus Armbruster |
2015-02-10 | util/uri: uri_new() can't fail, drop dead error handling | Markus Armbruster |
2015-02-10 | qemu-option: Pair g_malloc() with g_free(), not free() | Markus Armbruster |
2015-02-10 | qemu-option: Replace pointless use of g_malloc0() by g_malloc() | Markus Armbruster |
2015-02-10 | qemu-sockets: Fix buffer overflow in inet_parse() | Kevin Wolf |
2015-02-10 | aes: remove a dead return statement | Paolo Bonzini |
2015-02-10 | qemu-sockets: improve error reporting in unix_listen_opts | Paolo Bonzini |
2015-02-02 | rcu: add call_rcu | Paolo Bonzini |
2015-02-02 | rcu: add rcu library | Paolo Bonzini |
2015-02-02 | qemu-thread: fix qemu_event without futexes | Paolo Bonzini |
2015-01-13 | qemu-thread: add per-thread atexit functions | Paolo Bonzini |
2014-12-12 | block: Don't add trailing space in "Formating..." message | Fam Zheng |
2014-12-10 | util: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2014-12-10 | util: Fuse g_malloc(); memset() into g_new0() | Markus Armbruster |
2014-12-10 | util: Drop superfluous conditionals around g_free() | Markus Armbruster |
2014-12-10 | Drop superfluous conditionals around g_strdup() | Markus Armbruster |
2014-11-23 | memory: expose alignment used for allocating RAM as MemoryRegion API | Igor Mammedov |
2014-11-17 | acl: fix memory leak | Gonglei |
2014-11-02 | util: Improve os_mem_prealloc error message | Michal Privoznik |
2014-10-09 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-10-09 | qemu-sockets: Add error to non-blocking connect handler | Corey Minyard |
2014-10-09 | qemu-error: Add error_vreport() | Corey Minyard |
2014-10-03 | util: Emancipate id_wellformed() from QemuOpts | Markus Armbruster |
2014-09-29 | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell |
2014-09-26 | qemu-socket: Eliminate silly QERR_ macros | Markus Armbruster |
2014-09-25 | block: Validate node-name | Kevin Wolf |
2014-09-16 | util/qemu-sockets.c: Support specifying IPv4 or IPv6 in socket_dgram() | Peter Maydell |
2014-09-09 | util: Don't link host-utils.o if it's empty | Fam Zheng |
2014-09-09 | util: Move general qemu_getauxval to util/getauxval.c | Fam Zheng |
2014-08-24 | util/path: Use the GLib memory allocation routines | zhanghailiang |
2014-08-15 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in... | Peter Maydell |
2014-08-15 | don't use 'Yoda conditions' | Gonglei |
2014-08-15 | block: Introduce qemu_try_blockalign() | Kevin Wolf |
2014-07-18 | module: Don't complain when a module is absent | Andreas Färber |
2014-07-18 | module: Simplify module_load() | Andreas Färber |
2014-07-14 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2014-07-14 | dma-helpers: Fix too long qiov | Kevin Wolf |
2014-07-10 | oslib-posix: Fix new compiler error with -Wclobbered | Stefan Weil |
2014-06-26 | qemu_opts_append: Play nicely with QemuOptsList's head | Michal Privoznik |
2014-06-24 | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell |
2014-06-23 | qapi event: convert SPICE events | Wenchao Xia |
2014-06-23 | qapi: adjust existing defines | Wenchao Xia |
2014-06-23 | tcg-ppc: Merge cache-utils into the backend | Richard Henderson |
2014-06-23 | qemu/osdep: Remove the need for qemu_init_auxval | Richard Henderson |
2014-06-21 | QemuOpts: check NULL opts in qemu_opt_get functions | Chunyan Liu |
2014-06-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2014-06-19 | memory: move preallocation code out of exec.c | Paolo Bonzini |
2014-06-19 | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging | Peter Maydell |
2014-06-19 | w32: Fix regression caused by new g_poll implementation | Stefan Weil |