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
*
timer: add timer_mod_anticipate and timer_mod_anticipate_ns
Paolo Bonzini
2013-10-17
1
-0
/
+26
*
timer: make qemu_clock_enable sync between disable and timer's cb
Liu Ping Fan
2013-10-17
1
-0
/
+6
*
qemu-thread: add QemuEvent
Paolo Bonzini
2013-10-17
3
-0
/
+19
*
timer: protect timers_state's clock with seqlock
Liu Ping Fan
2013-10-17
1
-0
/
+2
*
seqlock: introduce read-write seqlock
Paolo Bonzini
2013-10-17
1
-0
/
+72
*
blockdev: Separate ID generation from DriveInfo creation
Kevin Wolf
2013-10-11
1
-0
/
+1
*
Merge remote-tracking branch 'sweil/mingw' into staging
Anthony Liguori
2013-10-09
1
-0
/
+1
|
\
|
*
util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR
Sebastian Ottlik
2013-10-02
1
-0
/
+1
*
|
Merge remote-tracking branch 'sweil/tci' into staging
Anthony Liguori
2013-10-09
1
-0
/
+80
|
\
\
|
|
/
|
/
|
|
*
bitops: Add rotate functions (rol8, ror8, ...)
Stefan Weil
2013-09-25
1
-0
/
+80
*
|
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-09-30
2
-1
/
+20
|
\
\
|
|
/
|
/
|
|
*
range: add min/max operations on ranges
Michael S. Tsirkin
2013-09-15
1
-0
/
+18
|
*
range: add Range to typedefs
Michael S. Tsirkin
2013-09-15
2
-1
/
+2
*
|
qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe
Stefan Hajnoczi
2013-09-18
1
-0
/
+17
|
/
*
throttle: Add a new throttling API implementing continuous leaky bucket.
Benoît Canet
2013-09-06
1
-0
/
+110
*
option: Add assigned flag to QEMUOptionParameter
Max Reitz
2013-08-30
1
-0
/
+1
*
aio / timers: Remove legacy interface
Alex Bligh
2013-08-22
1
-212
/
+2
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-1
/
+1
*
aio / timers: Remove main_loop_timerlist
Alex Bligh
2013-08-22
1
-5
/
+1
*
aio / timers: Rearrange timer.h & make legacy functions call non-legacy
Alex Bligh
2013-08-22
1
-273
/
+341
*
aio / timers: Add qemu_clock_get_ms and qemu_clock_get_ms
Alex Bligh
2013-08-22
1
-0
/
+28
*
aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline
Alex Bligh
2013-08-22
1
-16
/
+0
*
aio / timers: Remove alarm timers
Alex Bligh
2013-08-22
1
-3
/
+0
*
aio / timers: Add documentation and new format calls
Alex Bligh
2013-08-22
1
-22
/
+184
*
aio / timers: Use all timerlists in icount warp calculations
Alex Bligh
2013-08-22
1
-0
/
+13
*
aio / timers: Introduce new API timer_new and friends
Alex Bligh
2013-08-22
1
-0
/
+69
*
aio / timers: On timer modification, qemu_notify or aio_notify
Alex Bligh
2013-08-22
1
-0
/
+9
*
aio / timers: Add a notify callback to QEMUTimerList
Alex Bligh
2013-08-22
1
-4
/
+23
*
aio / timers: Add QEMUTimerListGroup and helper functions
Alex Bligh
2013-08-22
2
-0
/
+50
*
aio / timers: Untangle include files
Alex Bligh
2013-08-22
2
-1
/
+2
*
aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList
Alex Bligh
2013-08-22
1
-23
/
+325
*
aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress
Alex Bligh
2013-08-22
1
-2
/
+19
*
aio / timers: add ppoll support with qemu_poll_ns
Alex Bligh
2013-08-22
1
-0
/
+12
*
aio / timers: add qemu-timer.c utility functions
Alex Bligh
2013-08-22
1
-0
/
+42
*
aio / timers: Rename qemu_new_clock and expose clock types
Alex Bligh
2013-08-22
1
-0
/
+4
*
aio / timers: Rename qemu_timer_* functions
Alex Bligh
2013-08-22
1
-3
/
+3
*
semaphore: fix a hangup problem under load on NetBSD hosts.
Izumi Tsutsui
2013-08-05
1
-1
/
+1
*
qdev: Add SIZE type to qdev properties
Vasilis Liaskovitis
2013-07-29
1
-0
/
+2
*
QemuOpts: Add qemu_opt_unset()
Kevin Wolf
2013-07-26
1
-0
/
+1
*
bitops: Provide sextract32() and sextract64()
Peter Maydell
2013-07-22
1
-0
/
+50
*
add timestamp to error_report()
Seiji Aguchi
2013-07-10
1
-0
/
+2
*
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
2013-07-09
1
-5
/
+21
*
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
2013-07-08
2
-0
/
+17
|
\
|
*
pci: store PCI hole ranges in guestinfo structure
Michael S. Tsirkin
2013-07-04
1
-0
/
+1
|
*
range: add Range structure
Michael S. Tsirkin
2013-07-04
1
-0
/
+16
*
|
add a header file for atomic operations
Paolo Bonzini
2013-07-04
1
-32
/
+166
*
|
int128: optimize and add test cases
Paolo Bonzini
2013-07-02
1
-8
/
+17
|
/
*
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2013-06-28
1
-1
/
+1
|
\
|
*
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
2013-06-28
1
-1
/
+1
*
|
notify: add NotiferWithReturn so notifier list can abort
Stefan Hajnoczi
2013-06-28
1
-0
/
+29
|
/
[next]