summaryrefslogtreecommitdiffstats
path: root/include/qemu-common.h
Commit message (Expand)AuthorAgeFilesLines
* Initial overlay of HQEMU 2.5.2 changes onto underlying 2.5.0 QEMU GIT tree2.5_overlayTimothy Pearson2019-11-291-1/+1
* Move page_size_init earlierDr. David Alan Gilbert2015-11-101-0/+1
* util - add automated ID generation utilityJeff Cody2015-10-161-0/+8
* utils: rename strtosz to use qemu prefixMarc-André Lureau2015-09-251-13/+14
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-0/+8
|\
| * cutils: Add qemu_strtoull() wrapperCarlos L. Torres2015-09-091-0/+2
| * cutils: Add qemu_strtoll() wrapperCarlos L. Torres2015-09-091-0/+2
| * cutils: Add qemu_strtoul() wrapperCarlos L. Torres2015-09-091-0/+2
| * cutils: Add qemu_strtol() wrapperCarlos L. Torres2015-09-091-0/+2
* | Make pow2ceil() and pow2floor() inlinePeter Maydell2015-09-071-15/+1
* | Remove unused qemu_fls functionPeter Maydell2015-09-071-1/+0
|/
* qemu-common.h: Move muldiv64() to host-utils.hPeter Maydell2015-08-191-31/+0
* osdep.h: Move some OS header includes and fixups from qemu-common.hPeter Maydell2015-08-191-54/+1
* qemu-common.h: Move Win32 fixups into os-win32.hPeter Maydell2015-08-191-17/+0
* qemu-common.h: Document cutils.c string functionsPeter Maydell2015-07-271-1/+113
* Stop including qemu-common.h in memory.hPeter Maydell2015-07-061-3/+1
* qemu-common: add VEC_OR macroArtyom Tarasenko2015-06-261-0/+3
* machine: add default_ram_size to machine classNikunj A Dadhania2015-06-031-0/+6
* util: Remove unused functionsThomas Huth2015-04-301-4/+0
* qxl: refactor rounding up to a nearest power of 2Radim Krčmář2015-03-031-0/+3
* qemu-common.h: optimise muldiv64 if int128 is availableFrediano Ziglio2015-01-141-0/+7
* pidfile: stop making pidfile error a special caseMichael Tokarev2014-11-021-1/+0
* util: Emancipate id_wellformed() from QemuOptsMarkus Armbruster2014-10-031-0/+3
* cpu: init vmstate for ticks and clock offsetPavel Dovgalyuk2014-09-111-0/+2
* monitor: Add drift info to 'info jit'Sebastian Tanase2014-08-071-0/+4
* icount: Add align option to icountSebastian Tanase2014-08-061-0/+1
* icount: Add QemuOpts for icountSebastian Tanase2014-08-061-1/+2
* dma-helpers: Fix too long qiovKevin Wolf2014-07-141-0/+1
* util: add return value to qemu_iovec_concat_iovPaolo Bonzini2014-06-181-3/+3
* util: add qemu_iovec_is_zeroPeter Lieven2014-05-191-0/+1
* glib: move g_poll() replacement into glib-compat.hStefan Hajnoczi2014-05-071-12/+0
* util: add qemu_ether_ntoaAlexey Kardashevskiy2014-03-271-0/+2
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-02-251-0/+2
|\
| * blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.Benoît Canet2014-02-211-0/+2
* | Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell2014-02-241-1/+1
|\ \ | |/ |/|
| * util: Split out exec_dir from os_find_datadirFam Zheng2014-02-201-1/+1
* | qdev: Add enum property types to QAPI schemaPaolo Bonzini2014-02-141-8/+0
|/
* qmp: add interface blockdev-snapshot-delete-internal-syncWenchao Xia2013-09-121-0/+3
* Introduce async_run_on_cpu()Chegu Vinod2013-07-121-0/+1
* cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber2013-06-281-8/+0
* cpu: Guard cpu_{save,load}() definitionsAndreas Färber2013-06-281-0/+2
* create qemu_openpty_raw() helper function and move it to a separate fileMichael Tokarev2013-06-141-13/+2
* qemu-io: Move qemu_strsep() to cutils.cKevin Wolf2013-06-061-0/+1
* cutils: Support 'P' and 'E' suffixes in strtosz()Kevin Wolf2013-06-061-0/+2
* ui/gtk.c: Fix *BSD build of Gtk+ UIBrad Smith2013-05-221-0/+1
* Rename hexdump to avoid FreeBSD libutil conflictEd Maste2013-05-201-1/+1
* qemu-common: Resolve vector build breakes for AltiVecPaolo Bonzini2013-05-151-2/+8
* portability: pty.h is glibc-specificPaolo Bonzini2013-05-141-0/+12
* win32: add readv/writev emulationPaolo Bonzini2013-04-291-20/+2
* ccid-card-passthru, dev-smartcard-reader: add debug environment variablesAlon Levy2013-04-241-0/+5
OpenPOWER on IntegriCloud