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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2019-11-29
12
-1
/
+47
*
include/qemu/iov.h: Don't include qemu-common.h
Markus Armbruster
2019-11-29
1
-0
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2019-11-29
7
-0
/
+7
*
Remove unneeded include statements for setjmp.h
Stefan Weil
2019-11-29
3
-3
/
+0
*
event_notifier: Make event_notifier_init_fd() #ifdef CONFIG_EVENTFD
Markus Armbruster
2019-11-29
1
-0
/
+6
*
qapi: Don't special-case simple union wrappers
Eric Blake
2019-11-29
1
-17
/
+18
*
util/base64.c: Clean includes
Peter Maydell
2019-11-29
1
-2
/
+0
*
error: ensure errno detail is printed with error_abort
Daniel P. Berrange
2019-11-29
1
-21
/
+19
*
osdep: remove use of socket_error() from all code
Daniel P. Berrange
2019-11-29
3
-10
/
+8
*
osdep: add wrappers for socket functions
Daniel P. Berrange
2019-11-29
1
-0
/
+201
*
osdep: fix socket_error() to work with Mingw64
Daniel P. Berrange
2019-11-29
1
-1
/
+78
*
cutils: add avx2 instruction optimization
Liang Li
2019-11-29
1
-4
/
+120
*
log: do not log if QEMU is daemonized but without -D
Paolo Bonzini
2019-11-29
1
-2
/
+5
*
util: Shorten references into SocketAddress
Eric Blake
2019-11-29
1
-5
/
+6
*
log: Redirect stderr to logfile if deamonized
Dimitris Aragiorgis
2019-11-29
1
-2
/
+9
*
throttle: Add support for burst periods
Alberto Garcia
2019-11-29
1
-13
/
+60
*
throttle: Use throttle_config_init() to initialize ThrottleConfig
Alberto Garcia
2019-11-29
1
-0
/
+10
*
throttle: Merge all functions that check the configuration into one
Alberto Garcia
2019-11-29
1
-32
/
+8
*
throttle: Make throttle_is_valid() set errp
Alberto Garcia
2019-11-29
1
-1
/
+4
*
throttle: Make throttle_max_is_missing_limit() set errp
Alberto Garcia
2019-11-29
1
-1
/
+4
*
throttle: Make throttle_conflicting() set errp
Alberto Garcia
2019-11-29
1
-2
/
+9
*
throttle: Make throttle_compute_timer() static
Alberto Garcia
2019-11-29
1
-4
/
+4
*
oslib-posix.c: Move workaround for OSX daemon() deprecation to osdep.h
Peter Maydell
2019-11-29
1
-9
/
+0
*
qemu-sockets: simplify error handling
Paolo Bonzini
2019-11-29
1
-3
/
+3
*
iov: avoid memcpy for "simple" iov_from_buf/iov_to_buf
Paolo Bonzini
2019-11-29
1
-4
/
+4
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2019-11-29
1
-2
/
+2
*
all: Clean up includes
Peter Maydell
2019-11-29
1
-0
/
+1
*
util: Clean up includes
Peter Maydell
2019-11-29
50
-72
/
+50
*
log: add "-d trace:PATTERN"
Paolo Bonzini
2019-11-29
1
-3
/
+13
*
trace: convert stderr backend to log
Paolo Bonzini
2019-11-29
1
-0
/
+3
*
log: move qemu-log.c into util/ directory
Denis V. Lunev
2019-11-29
2
-0
/
+180
*
blockdev: Error out on negative throttling option values
Fam Zheng
2019-11-29
1
-10
/
+6
*
sockets: remove use of QemuOpts from socket_dgram
Daniel P. Berrange
2019-11-29
1
-75
/
+24
*
sockets: remove use of QemuOpts from socket_connect
Daniel P. Berrange
2019-11-29
1
-55
/
+36
*
sockets: remove use of QemuOpts from socket_listen
Daniel P. Berrange
2019-11-29
1
-57
/
+97
*
sockets: remove use of QemuOpts from header file
Daniel P. Berrange
2019-11-29
1
-11
/
+11
*
error: New error_prepend(), error_reportf_err()
Markus Armbruster
2019-11-29
1
-0
/
+33
*
error: Improve documentation
Markus Armbruster
2019-11-29
2
-5
/
+5
*
error: Don't append a newline when printing the error hint
Markus Armbruster
2019-11-29
2
-3
/
+3
*
mmap-alloc: tweak a comment on ppc64
Michael S. Tsirkin
2019-11-29
1
-4
/
+5
*
util: add base64 decoding function
Daniel P. Berrange
2019-11-29
2
-0
/
+61
*
progress: Allow regressing progress
Max Reitz
2019-11-29
1
-1
/
+2
*
io: add QIOChannelSocket class
Daniel P. Berrange
2019-11-29
1
-1
/
+1
*
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
-3
/
+3
*
util/id: fully allocate names table
John Snow
2015-12-04
1
-2
/
+2
*
util/mmap-alloc: fix hugetlb support on ppc64
Michael S. Tsirkin
2015-12-02
2
-23
/
+40
*
oslib-win32: Change return type of function getpagesize
Stefan Weil
2015-11-30
1
-1
/
+1
*
osdep: Change default value of qemu_hw_version() to "2.5+"
Eduardo Habkost
2015-11-25
1
-1
/
+8
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20151116-1' into s...
Peter Maydell
2015-11-17
1
-2
/
+108
|
\
|
*
buffer: allow a buffer to shrink gracefully
Peter Lieven
2015-11-05
1
-8
/
+33
[next]