index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
qemu-common.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
include: Clean up includes
Peter Maydell
2019-11-29
1
-1
/
+0
*
dump-guest-memory: add dump_in_progress() helper function
Peter Xu
2019-11-29
1
-0
/
+4
*
cpu: cpu_save/cpu_load is no more
Paolo Bonzini
2019-11-29
1
-6
/
+0
*
osdep.h: Include glib-compat.h in osdep.h rather than qemu-common.h
Peter Maydell
2019-11-29
1
-1
/
+0
*
Initial overlay of HQEMU 2.5.2 changes onto underlying 2.5.0 QEMU GIT tree
2.5_overlay
Timothy Pearson
2019-11-29
1
-1
/
+1
*
Move page_size_init earlier
Dr. David Alan Gilbert
2015-11-10
1
-0
/
+1
*
util - add automated ID generation utility
Jeff Cody
2015-10-16
1
-0
/
+8
*
utils: rename strtosz to use qemu prefix
Marc-André Lureau
2015-09-25
1
-13
/
+14
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
1
-0
/
+8
|
\
|
*
cutils: Add qemu_strtoull() wrapper
Carlos L. Torres
2015-09-09
1
-0
/
+2
|
*
cutils: Add qemu_strtoll() wrapper
Carlos L. Torres
2015-09-09
1
-0
/
+2
|
*
cutils: Add qemu_strtoul() wrapper
Carlos L. Torres
2015-09-09
1
-0
/
+2
|
*
cutils: Add qemu_strtol() wrapper
Carlos L. Torres
2015-09-09
1
-0
/
+2
*
|
Make pow2ceil() and pow2floor() inline
Peter Maydell
2015-09-07
1
-15
/
+1
*
|
Remove unused qemu_fls function
Peter Maydell
2015-09-07
1
-1
/
+0
|
/
*
qemu-common.h: Move muldiv64() to host-utils.h
Peter Maydell
2015-08-19
1
-31
/
+0
*
osdep.h: Move some OS header includes and fixups from qemu-common.h
Peter Maydell
2015-08-19
1
-54
/
+1
*
qemu-common.h: Move Win32 fixups into os-win32.h
Peter Maydell
2015-08-19
1
-17
/
+0
*
qemu-common.h: Document cutils.c string functions
Peter Maydell
2015-07-27
1
-1
/
+113
*
Stop including qemu-common.h in memory.h
Peter Maydell
2015-07-06
1
-3
/
+1
*
qemu-common: add VEC_OR macro
Artyom Tarasenko
2015-06-26
1
-0
/
+3
*
machine: add default_ram_size to machine class
Nikunj A Dadhania
2015-06-03
1
-0
/
+6
*
util: Remove unused functions
Thomas Huth
2015-04-30
1
-4
/
+0
*
qxl: refactor rounding up to a nearest power of 2
Radim Krčmář
2015-03-03
1
-0
/
+3
*
qemu-common.h: optimise muldiv64 if int128 is available
Frediano Ziglio
2015-01-14
1
-0
/
+7
*
pidfile: stop making pidfile error a special case
Michael Tokarev
2014-11-02
1
-1
/
+0
*
util: Emancipate id_wellformed() from QemuOpts
Markus Armbruster
2014-10-03
1
-0
/
+3
*
cpu: init vmstate for ticks and clock offset
Pavel Dovgalyuk
2014-09-11
1
-0
/
+2
*
monitor: Add drift info to 'info jit'
Sebastian Tanase
2014-08-07
1
-0
/
+4
*
icount: Add align option to icount
Sebastian Tanase
2014-08-06
1
-0
/
+1
*
icount: Add QemuOpts for icount
Sebastian Tanase
2014-08-06
1
-1
/
+2
*
dma-helpers: Fix too long qiov
Kevin Wolf
2014-07-14
1
-0
/
+1
*
util: add return value to qemu_iovec_concat_iov
Paolo Bonzini
2014-06-18
1
-3
/
+3
*
util: add qemu_iovec_is_zero
Peter Lieven
2014-05-19
1
-0
/
+1
*
glib: move g_poll() replacement into glib-compat.h
Stefan Hajnoczi
2014-05-07
1
-12
/
+0
*
util: add qemu_ether_ntoa
Alexey Kardashevskiy
2014-03-27
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2014-02-25
1
-0
/
+2
|
\
|
*
blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.
Benoît Canet
2014-02-21
1
-0
/
+2
*
|
Merge remote-tracking branch 'remotes/bonzini/configure' into staging
Peter Maydell
2014-02-24
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
util: Split out exec_dir from os_find_datadir
Fam Zheng
2014-02-20
1
-1
/
+1
*
|
qdev: Add enum property types to QAPI schema
Paolo Bonzini
2014-02-14
1
-8
/
+0
|
/
*
qmp: add interface blockdev-snapshot-delete-internal-sync
Wenchao Xia
2013-09-12
1
-0
/
+3
*
Introduce async_run_on_cpu()
Chegu Vinod
2013-07-12
1
-0
/
+1
*
cpu: Change qemu_init_vcpu() argument to CPUState
Andreas Färber
2013-06-28
1
-8
/
+0
*
cpu: Guard cpu_{save,load}() definitions
Andreas Färber
2013-06-28
1
-0
/
+2
*
create qemu_openpty_raw() helper function and move it to a separate file
Michael Tokarev
2013-06-14
1
-13
/
+2
*
qemu-io: Move qemu_strsep() to cutils.c
Kevin Wolf
2013-06-06
1
-0
/
+1
*
cutils: Support 'P' and 'E' suffixes in strtosz()
Kevin Wolf
2013-06-06
1
-0
/
+2
*
ui/gtk.c: Fix *BSD build of Gtk+ UI
Brad Smith
2013-05-22
1
-0
/
+1
*
Rename hexdump to avoid FreeBSD libutil conflict
Ed Maste
2013-05-20
1
-1
/
+1
[next]