Age | Commit message (Expand) | Author | Files | Lines |
2015-08-19 | qemu-common.h: Move muldiv64() to host-utils.h | Peter Maydell | 1 | -31/+0 |
2015-08-19 | osdep.h: Move some OS header includes and fixups from qemu-common.h | Peter Maydell | 1 | -54/+1 |
2015-08-19 | qemu-common.h: Move Win32 fixups into os-win32.h | Peter Maydell | 1 | -17/+0 |
2015-07-27 | qemu-common.h: Document cutils.c string functions | Peter Maydell | 1 | -1/+113 |
2015-07-06 | Stop including qemu-common.h in memory.h | Peter Maydell | 1 | -3/+1 |
2015-06-26 | qemu-common: add VEC_OR macro | Artyom Tarasenko | 1 | -0/+3 |
2015-06-03 | machine: add default_ram_size to machine class | Nikunj A Dadhania | 1 | -0/+6 |
2015-04-30 | util: Remove unused functions | Thomas Huth | 1 | -4/+0 |
2015-03-03 | qxl: refactor rounding up to a nearest power of 2 | Radim Krčmář | 1 | -0/+3 |
2015-01-14 | qemu-common.h: optimise muldiv64 if int128 is available | Frediano Ziglio | 1 | -0/+7 |
2014-11-02 | pidfile: stop making pidfile error a special case | Michael Tokarev | 1 | -1/+0 |
2014-10-03 | util: Emancipate id_wellformed() from QemuOpts | Markus Armbruster | 1 | -0/+3 |
2014-09-11 | cpu: init vmstate for ticks and clock offset | Pavel Dovgalyuk | 1 | -0/+2 |
2014-08-07 | monitor: Add drift info to 'info jit' | Sebastian Tanase | 1 | -0/+4 |
2014-08-06 | icount: Add align option to icount | Sebastian Tanase | 1 | -0/+1 |
2014-08-06 | icount: Add QemuOpts for icount | Sebastian Tanase | 1 | -1/+2 |
2014-07-14 | dma-helpers: Fix too long qiov | Kevin Wolf | 1 | -0/+1 |
2014-06-18 | util: add return value to qemu_iovec_concat_iov | Paolo Bonzini | 1 | -3/+3 |
2014-05-19 | util: add qemu_iovec_is_zero | Peter Lieven | 1 | -0/+1 |
2014-05-07 | glib: move g_poll() replacement into glib-compat.h | Stefan Hajnoczi | 1 | -12/+0 |
2014-03-27 | util: add qemu_ether_ntoa | Alexey Kardashevskiy | 1 | -0/+2 |
2014-02-25 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+2 |
2014-02-24 | Merge remote-tracking branch 'remotes/bonzini/configure' into staging | Peter Maydell | 1 | -1/+1 |
2014-02-21 | blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify. | Benoît Canet | 1 | -0/+2 |
2014-02-20 | util: Split out exec_dir from os_find_datadir | Fam Zheng | 1 | -1/+1 |
2014-02-14 | qdev: Add enum property types to QAPI schema | Paolo Bonzini | 1 | -8/+0 |
2013-09-12 | qmp: add interface blockdev-snapshot-delete-internal-sync | Wenchao Xia | 1 | -0/+3 |
2013-07-12 | Introduce async_run_on_cpu() | Chegu Vinod | 1 | -0/+1 |
2013-06-28 | cpu: Change qemu_init_vcpu() argument to CPUState | Andreas Färber | 1 | -8/+0 |
2013-06-28 | cpu: Guard cpu_{save,load}() definitions | Andreas Färber | 1 | -0/+2 |
2013-06-14 | create qemu_openpty_raw() helper function and move it to a separate file | Michael Tokarev | 1 | -13/+2 |
2013-06-06 | qemu-io: Move qemu_strsep() to cutils.c | Kevin Wolf | 1 | -0/+1 |
2013-06-06 | cutils: Support 'P' and 'E' suffixes in strtosz() | Kevin Wolf | 1 | -0/+2 |
2013-05-22 | ui/gtk.c: Fix *BSD build of Gtk+ UI | Brad Smith | 1 | -0/+1 |
2013-05-20 | Rename hexdump to avoid FreeBSD libutil conflict | Ed Maste | 1 | -1/+1 |
2013-05-15 | qemu-common: Resolve vector build breakes for AltiVec | Paolo Bonzini | 1 | -2/+8 |
2013-05-14 | portability: pty.h is glibc-specific | Paolo Bonzini | 1 | -0/+12 |
2013-04-29 | win32: add readv/writev emulation | Paolo Bonzini | 1 | -20/+2 |
2013-04-24 | ccid-card-passthru, dev-smartcard-reader: add debug environment variables | Alon Levy | 1 | -0/+5 |
2013-04-13 | unicode: New mod_utf8_codepoint() | Markus Armbruster | 1 | -0/+3 |
2013-03-26 | cutils: add a function to find non-zero content in a buffer | Peter Lieven | 1 | -0/+10 |
2013-03-26 | move vector definitions to qemu-common.h | Peter Lieven | 1 | -0/+21 |
2013-03-25 | glib: add a compatibility interface for g_timeout_add_seconds | Anthony Liguori | 1 | -1/+1 |
2013-03-15 | iov: Factor out hexdumper | Peter Crosthwaite | 1 | -0/+6 |
2013-02-26 | glib: Add compat wrapper for g_poll on old glib | Alexander Graf | 1 | -0/+12 |
2013-02-04 | cutils: unsigned int parsing functions | Eduardo Habkost | 1 | -0/+4 |
2013-01-25 | block: Add special error code for wrong format | Stefan Weil | 1 | -0/+3 |
2013-01-08 | qemu-common.h: Make qemu_init_vcpu() stub static inline | Andreas Färber | 1 | -1/+3 |
2013-01-02 | iov: add qemu_iovec_concat_iov() | Stefan Hajnoczi | 1 | -0/+3 |
2012-12-19 | janitor: move remaining public headers to include/ | Paolo Bonzini | 1 | -0/+421 |