Age | Commit message (Expand) | Author |
2013-08-12 | qemu-option: Guard against qemu_opts_set_defaults() misuse | Markus Armbruster |
2013-08-06 | iov: handle EOF in iov_send_recv | MORITA Kazutaka |
2013-08-05 | semaphore: fix a hangup problem under load on NetBSD hosts. | Izumi Tsutsui |
2013-07-29 | qdev: Add SIZE type to qdev properties | Vasilis Liaskovitis |
2013-07-27 | aes: Remove unused code (NDEBUG, u16) | Stefan Weil |
2013-07-26 | QemuOpts: Add qemu_opt_unset() | Kevin Wolf |
2013-07-10 | add timestamp to error_report() | Seiji Aguchi |
2013-07-09 | qemu-option: Fix qemu_opts_set_defaults() for corner cases | Markus Armbruster |
2013-07-09 | qemu-option: Fix qemu_opts_find() for null id arguments | Markus Armbruster |
2013-06-28 | qemu-socket: don't leak opts on error | Gerd Hoffmann |
2013-06-28 | qemu-socket: catch monitor_get_fd failures | Gerd Hoffmann |
2013-06-28 | qemu-socket: drop pointless allocation | Gerd Hoffmann |
2013-06-28 | qemu-socket: zero-initialize SocketAddress | Gerd Hoffmann |
2013-06-28 | notify: add NotiferWithReturn so notifier list can abort | Stefan Hajnoczi |
2013-06-21 | acl: acl_add can't insert before last list element, fix | Markus Armbruster |
2013-06-19 | qemu-option: check_params() is now unused, drop it | Markus Armbruster |
2013-06-18 | qemu-socket: allow hostnames starting with a digit | Ján Tomko |
2013-06-17 | error: add error_setg_file_open() helper | Luiz Capitulino |
2013-06-14 | create qemu_openpty_raw() helper function and move it to a separate file | Michael Tokarev |
2013-06-06 | qemu-io: Move qemu_strsep() to cutils.c | Kevin Wolf |
2013-06-06 | cutils: Support 'P' and 'E' suffixes in strtosz() | Kevin Wolf |
2013-05-30 | osdep: add qemu_get_local_state_pathname() | Laszlo Ersek |
2013-05-20 | Rename hexdump to avoid FreeBSD libutil conflict | Ed Maste |
2013-05-14 | osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory | Paolo Bonzini |
2013-05-14 | osdep, kvm: rename low-level RAM allocation functions | Paolo Bonzini |
2013-05-12 | clean unnecessary code: don't check g_strdup arg for NULL | Dong Xu Wang |
2013-05-03 | qemu: add castagnoli crc32c checksum algorithm | Jeff Cody |
2013-04-29 | win32: add readv/writev emulation | Paolo Bonzini |
2013-04-25 | monitor: introduce query-command-line-options | Amos Kong |
2013-04-24 | ccid-card-passthru, dev-smartcard-reader: add debug environment variables | Alon Levy |
2013-04-24 | util: move socket_init() to osdep.c | Marc-André Lureau |
2013-04-17 | iov: handle partial writes from sendmsg and recvmsg | Paolo Bonzini |
2013-04-17 | iov: reorganize iov_send_recv, part 3 | Paolo Bonzini |
2013-04-17 | iov: reorganize iov_send_recv, part 2 | Paolo Bonzini |
2013-04-17 | iov: reorganize iov_send_recv, part 1 | Paolo Bonzini |
2013-04-16 | migration: initialize RAM to zero | Paolo Bonzini |
2013-04-15 | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini |
2013-04-13 | unicode: New mod_utf8_codepoint() | Markus Armbruster |
2013-04-13 | aes: make Td[0-5] and Te[0-5] tables non static | Aurelien Jarno |
2013-04-13 | aes: move aes.h from include/block to include/qemu | Aurelien Jarno |
2013-04-04 | Allow clock_gettime() monotonic clock to be utilized on more OS's | Brad Smith |
2013-04-02 | qemu-socket: set passed fd non-blocking in socket_connect() | Stefan Hajnoczi |
2013-04-02 | oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() | Stefan Hajnoczi |
2013-03-26 | bitops: unroll while loop in find_next_bit() | Peter Lieven |
2013-03-26 | buffer_is_zero: use vector optimizations if possible | Peter Lieven |
2013-03-26 | cutils: add a function to find non-zero content in a buffer | Peter Lieven |
2013-03-22 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori |
2013-03-22 | nbd: Keep hostname and port separate | Kevin Wolf |
2013-03-22 | qemu-socket: Make socket_optslist public | Kevin Wolf |
2013-03-22 | MinGW: Replace setsockopt by qemu_setsocketopt | Stefan Weil |