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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make pow2ceil() and pow2floor() inline
Peter Maydell
2015-09-07
1
-0
/
+33
*
qemu-common.h: Move muldiv64() to host-utils.h
Peter Maydell
2015-08-19
2
-0
/
+30
*
osdep.h: Add header comment
Peter Maydell
2015-08-19
1
-0
/
+24
*
osdep.h: Move some OS header includes and fixups from qemu-common.h
Peter Maydell
2015-08-19
1
-1
/
+48
*
compiler.h: Use glue() in QEMU_BUILD_BUG_ON define
Peter Maydell
2015-08-19
1
-3
/
+1
*
osdep.h: Move some compiler-specific things to compiler.h
Peter Maydell
2015-08-19
2
-47
/
+48
*
osdep.h: Remove qemu_printf
Peter Maydell
2015-08-19
1
-2
/
+0
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2015-08-14
1
-0
/
+2
|
\
|
*
throttle: refuse bps_max/iops_max without bps/iops
Stefan Hajnoczi
2015-08-05
1
-0
/
+2
*
|
pc: Move PCMachineClass, PCMachineState to qemu/typedefs.h
Eduardo Habkost
2015-08-13
1
-0
/
+2
|
/
*
timer: rename NSEC_PER_SEC due to Mac OS X header clash
Stefan Hajnoczi
2015-07-20
1
-1
/
+1
*
crypto: move built-in AES implementation into crypto/
Daniel P. Berrange
2015-07-07
1
-68
/
+0
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-07-06
2
-0
/
+27
|
\
|
*
Stop including qemu-common.h in memory.h
Peter Maydell
2015-07-06
1
-0
/
+17
|
*
main-loop: introduce qemu_mutex_iothread_locked
Paolo Bonzini
2015-07-01
1
-0
/
+10
*
|
timer: Use a single definition of NSEC_PER_SEC for the whole codebase
Alberto Garcia
2015-07-02
1
-1
/
+1
*
|
timer: Move NANOSECONDS_PER_SECONDS to timer.h
Alberto Garcia
2015-07-02
2
-2
/
+2
|
/
*
iov: don't touch iov in iov_send_recv()
Wen Congyang
2015-06-23
1
-1
/
+1
*
util/hbitmap: Add an API to reset all set bits in hbitmap
Wen Congyang
2015-06-23
1
-0
/
+8
*
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
1
-1
/
+0
*
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
2015-06-22
1
-1
/
+4
*
disas: Remove uses of CPU env
Peter Crosthwaite
2015-06-22
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
2015-06-22
1
-0
/
+6
|
\
|
*
qom: Add object_new_with_props() / object_new_withpropv() helpers
Daniel P. Berrange
2015-06-19
1
-0
/
+6
*
|
qemu-timer: Call clock reset notifiers on forward jumps
Paul Donohue
2015-06-19
1
-0
/
+9
|
/
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2015-06-15
1
-0
/
+6
|
\
|
*
queue.h: Add QLIST_FIX_HEAD_PTR()
Kevin Wolf
2015-06-12
1
-0
/
+6
*
|
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2015-06-12
1
-17
/
+29
|
\
\
|
*
|
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
-14
/
+24
*
|
|
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
2015-06-12
1
-52
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
iohandler: Change return type of qemu_set_fd_handler to "void"
Fam Zheng
2015-06-12
1
-4
/
+4
|
*
|
main-loop: Drop qemu_set_fd_handler2
Fam Zheng
2015-06-12
1
-48
/
+1
|
|
/
*
|
Move loadvm_handlers into MigrationIncomingState
Dr. David Alan Gilbert
2015-06-12
1
-0
/
+1
*
|
Create MigrationIncomingState
Dr. David Alan Gilbert
2015-06-12
1
-0
/
+1
|
/
*
QemuOpts: Convert qemu_opt_foreach() to Error
Markus Armbruster
2015-06-09
1
-2
/
+5
*
QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure
Markus Armbruster
2015-06-09
1
-2
/
+1
*
QemuOpts: Convert qemu_opts_foreach() to Error
Markus Armbruster
2015-06-09
1
-2
/
+2
*
QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
Markus Armbruster
2015-06-08
1
-2
/
+2
*
atomics: add explicit compiler fence in __atomic memory barriers
Paolo Bonzini
2015-06-05
1
-3
/
+9
*
bitmap: add atomic test and clear
Stefan Hajnoczi
2015-06-05
1
-0
/
+2
*
bitmap: add atomic set functions
Stefan Hajnoczi
2015-06-05
2
-0
/
+16
*
util: move read_password method out of qemu-img into osdep/oslib
Daniel P. Berrange
2015-05-22
1
-0
/
+2
*
util: Remove unused functions
Thomas Huth
2015-04-30
1
-1
/
+0
*
bitops : fix coding style
Chih-Min Chao
2015-04-30
1
-30
/
+31
*
block: Resize bitmaps on bdrv_truncate
John Snow
2015-04-28
1
-0
/
+10
*
hbitmap: add hbitmap_merge
John Snow
2015-04-28
1
-0
/
+13
*
rcu: do not create thread in pthread_atfork callback
Paolo Bonzini
2015-04-01
1
-0
/
+1
*
profiler: Reenable built-in profiler
Alexey Kardashevskiy
2015-03-18
1
-3
/
+2
*
queue: fix QSLIST_INSERT_HEAD_ATOMIC race
Paolo Bonzini
2015-03-12
1
-5
/
+6
[next]