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
*
error: New error_fatal
Markus Armbruster
2015-09-18
1
-13
/
+21
*
error: Copy location information in error_copy()
Eric Blake
2015-09-18
1
-0
/
+3
*
hmp: Allow for error message hints on HMP
Eric Blake
2015-09-18
2
-7
/
+36
*
error: only prepend timestamp on stderr
Stefan Hajnoczi
2015-09-18
1
-1
/
+1
*
Revert "rcu: init rcu_registry_lock after fork"
Paolo Bonzini
2015-09-16
1
-6
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
3
-2
/
+166
|
\
|
*
cutils: work around platform differences in strto{l,ul,ll,ull}
Paolo Bonzini
2015-09-10
1
-5
/
+19
|
*
cutils: Add qemu_strtoull() wrapper
Carlos L. Torres
2015-09-09
1
-0
/
+23
|
*
cutils: Add qemu_strtoll() wrapper
Carlos L. Torres
2015-09-09
1
-0
/
+23
|
*
cutils: Add qemu_strtoul() wrapper
Carlos L. Torres
2015-09-09
1
-0
/
+32
|
*
cutils: Add qemu_strtol() wrapper
Carlos L. Torres
2015-09-09
1
-0
/
+58
|
*
rcu: init rcu_registry_lock after fork
Emilio G. Cota
2015-09-09
1
-1
/
+6
|
*
qemu-thread: handle spurious futex_wait wakeups
Emilio G. Cota
2015-09-02
1
-1
/
+10
*
|
typofixes - v4
Veres Lajos
2015-09-11
1
-1
/
+1
*
|
opts: produce valid command line in qemu_opts_print
Kővágó, Zoltán
2015-09-11
1
-3
/
+26
*
|
maint: remove / fix many doubled words
Daniel P. Berrange
2015-09-11
1
-1
/
+1
*
|
error: On abort, report where the error was created
Markus Armbruster
2015-09-10
1
-16
/
+39
*
|
error: error_set_errno() is unused, drop
Markus Armbruster
2015-09-10
1
-3
/
+2
*
|
qga: Clean up unnecessarily dirty casts
Markus Armbruster
2015-09-10
1
-3
/
+2
*
|
error: Make error_setg() a function
Markus Armbruster
2015-09-10
1
-0
/
+9
*
|
error: De-duplicate code creating Error objects
Markus Armbruster
2015-09-10
1
-43
/
+25
*
|
Make pow2ceil() and pow2floor() inline
Peter Maydell
2015-09-07
1
-23
/
+0
*
|
Remove unused qemu_fls function
Peter Maydell
2015-09-07
1
-5
/
+0
*
|
qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOpts
Bo Tu
2015-09-04
1
-0
/
+5
|
/
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-08-18
1
-13
/
+35
|
\
|
*
rcu: Allow calling rcu_(un)register_thread() during synchronize_rcu()
Wen Congyang
2015-08-14
1
-13
/
+35
*
|
throttle: refuse bps_max/iops_max without bps/iops
Stefan Hajnoczi
2015-08-05
1
-0
/
+15
|
/
*
rcu: actually register threads that have RCU read-side critical sections
Paolo Bonzini
2015-07-24
1
-0
/
+2
*
timer: rename NSEC_PER_SEC due to Mac OS X header clash
Stefan Hajnoczi
2015-07-20
1
-2
/
+2
*
crypto: move built-in AES implementation into crypto/
Daniel P. Berrange
2015-07-07
2
-1653
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-07-06
1
-7
/
+7
|
\
|
*
cutils: allow compilation with icc
Artyom Tarasenko
2015-06-26
1
-7
/
+7
*
|
timer: Use a single definition of NSEC_PER_SEC for the whole codebase
Alberto Garcia
2015-07-02
1
-2
/
+2
|
/
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2015-06-25
2
-1
/
+26
|
\
|
*
iov: don't touch iov in iov_send_recv()
Wen Congyang
2015-06-23
1
-1
/
+13
|
*
util/hbitmap: Add an API to reset all set bits in hbitmap
Wen Congyang
2015-06-23
1
-0
/
+13
*
|
util/qemu-sockets: improve ai_flag hints for ipv6 hosts
Wolfgang Bumiller
2015-06-23
1
-3
/
+6
|
/
*
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
1
-1
/
+0
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
2
-0
/
+2
*
qmp: Wean off qerror_report()
Markus Armbruster
2015-06-22
1
-2
/
+2
*
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-22
1
-10
/
+12
*
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
2015-06-22
1
-6
/
+19
*
qobject: Use 'bool' for qbool
Eric Blake
2015-06-22
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2015-06-12
1
-33
/
+48
|
\
|
*
throttle: Update throttle infrastructure copyright
Alberto Garcia
2015-06-12
1
-3
/
+5
|
*
throttle: Extract timers from ThrottleState into a separate structure
Benoît Canet
2015-06-12
1
-30
/
+43
*
|
event-notifier: Always return 0 for posix implementation
Fam Zheng
2015-06-12
1
-1
/
+2
*
|
Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler
Fam Zheng
2015-06-12
1
-5
/
+3
|
/
*
QemuOpts: increase number of vm_config_groups
Gerd Hoffmann
2015-06-10
1
-1
/
+1
*
QemuOpts: Convert qemu_opt_foreach() to Error
Markus Armbruster
2015-06-09
2
-5
/
+9
[next]