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
*
exec-all: extract tb->tc_* into a separate struct tc_tb
Emilio G. Cota
2017-10-10
5
-25
/
+33
*
translate-all: define and use DEBUG_TB_CHECK_GATE
Emilio G. Cota
2017-10-10
1
-6
/
+22
*
translate-all: define and use DEBUG_TB_INVALIDATE_GATE
Emilio G. Cota
2017-10-10
1
-3
/
+9
*
exec-all: introduce TB_PAGE_ADDR_FMT
Emilio G. Cota
2017-10-10
2
-2
/
+3
*
translate-all: define and use DEBUG_TB_FLUSH_GATE
Emilio G. Cota
2017-10-10
1
-7
/
+13
*
exec-all: bring tb->invalid into tb->cflags
Emilio G. Cota
2017-10-10
4
-7
/
+5
*
tcg: consolidate TB lookups in tb_lookup__cpu_state
Emilio G. Cota
2017-10-10
3
-47
/
+73
*
tcg: remove addr argument from lookup_tb_ptr
Emilio G. Cota
2017-10-10
12
-42
/
+32
*
tcg/mips: constify tcg_target_callee_save_regs
Emilio G. Cota
2017-10-10
1
-1
/
+1
*
tcg/i386: constify tcg_target_callee_save_regs
Emilio G. Cota
2017-10-10
1
-1
/
+1
*
cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_find
Emilio G. Cota
2017-10-10
1
-5
/
+5
*
translate-all: make have_tb_lock static
Emilio G. Cota
2017-10-10
1
-1
/
+1
*
exec-all: fix typos in TranslationBlock's documentation
Emilio G. Cota
2017-10-10
1
-2
/
+2
*
tcg: fix corruption of code_time profiling counter upon tb_flush
Emilio G. Cota
2017-10-10
1
-2
/
+2
*
cputlb: bring back tlb_flush_count under !TLB_DEBUG
Emilio G. Cota
2017-10-10
4
-6
/
+17
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
2017-10-10
24
-90
/
+65
|
\
|
*
x86: Correct translation of some rdgsbase and wrgsbase encodings
Todd Eisenberger
2017-10-10
1
-2
/
+2
|
*
vl: exit if maxcpus is negative
Seeteena Thoufeek
2017-10-10
2
-4
/
+4
|
*
qom: update doc comment for type_register[_static]()
Igor Mammedov
2017-10-10
1
-2
/
+2
|
*
config: qemu_config_parse() return number of config groups
Eduardo Habkost
2017-10-10
2
-9
/
+7
|
*
qemu-options: Deprecate -nodefconfig
Eduardo Habkost
2017-10-10
2
-13
/
+8
|
*
vl: Eliminate defconfig variable
Eduardo Habkost
2017-10-10
1
-4
/
+1
|
*
machine: Add a valid_cpu_types property
Alistair Francis
2017-10-10
2
-0
/
+33
|
*
qom/cpu: move cpu_model null check to cpu_class_by_name()
Philippe Mathieu-Daudé
2017-10-10
14
-56
/
+8
|
/
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2017-10-06
45
-1311
/
+2333
|
\
|
*
Merge remote-tracking branch 'mreitz/tags/pull-block-2017-10-06' into queue-b...
Kevin Wolf
2017-10-06
13
-101
/
+209
|
|
\
|
|
*
block/mirror: check backing in bdrv_mirror_top_flush
Vladimir Sementsov-Ogievskiy
2017-10-06
1
-0
/
+4
|
|
*
qcow2: truncate the tail of the image file after shrinking the image
Pavel Butsykin
2017-10-06
3
-0
/
+46
|
|
*
qcow2: fix return error code in qcow2_truncate()
Pavel Butsykin
2017-10-06
1
-2
/
+2
|
|
*
iotests: Fix 195 if IMGFMT is part of TEST_DIR
Max Reitz
2017-10-06
1
-3
/
+4
|
|
*
block/mirror: check backing in bdrv_mirror_top_refresh_filename
Vladimir Sementsov-Ogievskiy
2017-10-06
1
-0
/
+5
|
|
*
block: support passthrough of BDRV_REQ_FUA in crypto driver
Daniel P. Berrange
2017-10-06
1
-2
/
+5
|
|
*
block: convert qcrypto_block_encrypt|decrypt to take bytes offset
Daniel P. Berrange
2017-10-06
9
-41
/
+56
|
|
*
block: convert crypto driver to bdrv_co_preadv|pwritev
Daniel P. Berrange
2017-10-06
1
-52
/
+54
|
|
*
block: fix data type casting for crypto payload offset
Daniel P. Berrange
2017-10-06
1
-4
/
+9
|
|
*
crypto: expose encryption sector size in APIs
Daniel P. Berrange
2017-10-06
5
-2
/
+27
|
|
*
block: use 1 MB bounce buffers for crypto instead of 16KB
Daniel P. Berrange
2017-10-06
1
-13
/
+15
|
|
/
|
*
iotests: Add test 197 for covering copy-on-read
Eric Blake
2017-10-06
4
-0
/
+137
|
*
block: Perform copy-on-read in loop
Eric Blake
2017-10-06
1
-38
/
+82
|
*
block: Add blkdebug hook for copy-on-read
Eric Blake
2017-10-06
2
-1
/
+5
|
*
iotests: Restore stty settings on completion
Eric Blake
2017-10-06
1
-0
/
+10
|
*
block: Uniform handling of 0-length bdrv_get_block_status()
Eric Blake
2017-10-06
1
-0
/
+4
|
*
qemu-io: Add -C for opening with copy-on-read
Eric Blake
2017-10-06
1
-3
/
+12
|
*
commit: Remove overlay_bs
Kevin Wolf
2017-10-06
4
-55
/
+20
|
*
qemu-iotests: Test commit block job where top has two parents
Kevin Wolf
2017-10-06
3
-0
/
+981
|
*
qemu-iotests: Allow QMP pretty printing in common.qemu
Kevin Wolf
2017-10-06
1
-3
/
+11
|
*
commit: Support multiple roots above top node
Kevin Wolf
2017-10-06
2
-29
/
+41
|
*
block: Introduce BdrvChildRole.update_filename
Kevin Wolf
2017-10-06
2
-5
/
+34
|
*
qemu-iotests: merge "check" and "common"
Paolo Bonzini
2017-10-06
2
-554
/
+531
|
*
qemu-iotests: get rid of $iam
Paolo Bonzini
2017-10-06
2
-5
/
+2
[next]