index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}
Richard Henderson
2017-10-24
6
-90
/
+122
|
*
|
tcg: Push tcg_ctx into tcg_gen_callN
Richard Henderson
2017-10-24
3
-10
/
+9
|
*
|
tcg: Push tcg_ctx into generator functions
Richard Henderson
2017-10-24
2
-78
/
+69
|
*
|
tcg: Use per-temp state data in optimize
Richard Henderson
2017-10-24
2
-182
/
+246
|
*
|
tcg: Remove unused TCG_CALL_DUMMY_TCGV
Richard Henderson
2017-10-24
1
-1
/
+0
|
*
|
tcg: Change temp_allocate_frame arg to TCGTemp
Richard Henderson
2017-10-24
1
-5
/
+3
|
*
|
tcg: Avoid loops against variable bounds
Richard Henderson
2017-10-24
1
-17
/
+10
|
*
|
tcg: Use per-temp state data in liveness
Richard Henderson
2017-10-24
2
-109
/
+122
|
*
|
tcg: Introduce temp_arg, export temp_idx
Richard Henderson
2017-10-24
2
-13
/
+18
|
*
|
tcg: Return NULL temp for TCG_CALL_DUMMY_ARG
Richard Henderson
2017-10-24
1
-1
/
+1
|
*
|
tcg: Add temp_global bit to TCGTemp
Richard Henderson
2017-10-24
3
-14
/
+24
|
*
|
tcg: Introduce arg_temp
Richard Henderson
2017-10-24
3
-28
/
+32
|
*
|
tcg: Propagate TCGOp down to allocators
Richard Henderson
2017-10-24
1
-38
/
+37
|
*
|
tcg: Propagate args to op->args in tcg.c
Richard Henderson
2017-10-24
1
-63
/
+58
|
*
|
tcg: Propagate args to op->args in optimizer
Richard Henderson
2017-10-24
1
-203
/
+227
|
*
|
tcg: Merge opcode arguments into TCGOp
Richard Henderson
2017-10-24
4
-142
/
+98
|
|
/
*
|
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20171023' i...
Peter Maydell
2017-10-25
14
-138
/
+431
|
\
\
|
*
|
migration: Improve migration thread error handling
Juan Quintela
2017-10-23
3
-5
/
+22
|
*
|
qapi: Fix grammar in x-multifd-page-count descriptions
Juan Quintela
2017-10-23
1
-3
/
+3
|
*
|
migration: add bitmap for received page
Alexey Perevalov
2017-10-23
4
-5
/
+67
|
*
|
migration: introduce qemu_ufd_copy_ioctl helper
Alexey Perevalov
2017-10-23
1
-13
/
+21
|
*
|
migration: postcopy_place_page factoring out
Alexey Perevalov
2017-10-23
3
-10
/
+11
|
*
|
migration: new ram_init_bitmaps()
Peter Xu
2017-10-23
1
-21
/
+30
|
*
|
migration: clean up xbzrle cache init/destroy
Peter Xu
2017-10-23
1
-46
/
+77
|
*
|
migration: provide ram_state_cleanup
Peter Xu
2017-10-23
1
-3
/
+10
|
*
|
migration: provide ram_state_init()
Peter Xu
2017-10-23
1
-10
/
+26
|
*
|
migration: pause-before-switchover for postcopy
Dr. David Alan Gilbert
2017-10-23
1
-7
/
+22
|
*
|
migration: allow cancel to unpause
Dr. David Alan Gilbert
2017-10-23
1
-0
/
+4
|
*
|
migrate: HMP migate_continue
Dr. David Alan Gilbert
2017-10-23
3
-0
/
+26
|
*
|
migration: migrate-continue
Dr. David Alan Gilbert
2017-10-23
2
-0
/
+28
|
*
|
migration: Wait for semaphore before completing migration
Dr. David Alan Gilbert
2017-10-23
2
-0
/
+41
|
*
|
migration: Add 'pre-switchover' and 'device' statuses
Dr. David Alan Gilbert
2017-10-23
2
-1
/
+13
|
*
|
migration: Add 'pause-before-switchover' capability
Dr. David Alan Gilbert
2017-10-23
3
-1
/
+15
|
*
|
migration: Make cache_init() take an error parameter
Juan Quintela
2017-10-23
3
-23
/
+19
|
*
|
migration: Move xbzrle cache resize error handling to xbzrle_cache_resize
Juan Quintela
2017-10-23
3
-20
/
+22
|
*
|
migration: Make cache size elements use the right types
Juan Quintela
2017-10-23
2
-5
/
+5
|
*
|
migratiom: Remove max_item_age parameter
Juan Quintela
2017-10-23
1
-2
/
+0
|
*
|
migration: Fix migrate_test_apply for multifd parameters
Juan Quintela
2017-10-23
1
-0
/
+6
*
|
|
Merge remote-tracking branch 'remotes/kraxel/tags/input-20171023-pull-request...
Peter Maydell
2017-10-24
6
-38
/
+200
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ui: pull in latest keycodemapdb
Daniel P. Berrange
2017-10-23
1
-0
/
+0
|
*
|
ui: normalize the 'sysrq' key into the 'print' key
Daniel P. Berrange
2017-10-23
2
-0
/
+21
|
*
|
ps2: fix scancodes sent for Ctrl+Pause key combination
Daniel P. Berrange
2017-10-23
1
-16
/
+35
|
*
|
ps2: fix scancodess sent for Pause key in AT set 1
Daniel P. Berrange
2017-10-23
1
-1
/
+1
|
*
|
ps2: fix scancodes sent for Shift/Ctrl+Print key combination
Daniel P. Berrange
2017-10-23
1
-0
/
+19
|
*
|
ps2: fix scancodes sent for Alt-Print key combination (aka SysRq)
Daniel P. Berrange
2017-10-23
2
-20
/
+118
|
*
|
ui: use correct union field for key number
Daniel P. Berrange
2017-10-23
1
-1
/
+1
|
*
|
ui: fix crash with sendkey and raw key numbers
Daniel P. Berrange
2017-10-23
1
-0
/
+5
|
*
|
input: use hex in ps2 keycode trace events
Daniel P. Berrange
2017-10-23
1
-1
/
+1
|
|
/
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20171023-pull-request' ...
Peter Maydell
2017-10-24
1
-22
/
+1
|
\
\
|
*
|
usb-ccid: remove needless migration state code
Marc-André Lureau
2017-10-23
1
-22
/
+1
|
|
/
[prev]
[next]