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
*
migration: add "return-path" capability
Peter Xu
2017-06-28
3
-4
/
+18
*
vmstate: error hint for failed equal checks
Halil Pasic
2017-06-28
20
-40
/
+74
*
migration: add comment for TYPE_MIGRATE
Peter Xu
2017-06-28
1
-0
/
+8
*
migration: hmp: dump globals
Peter Xu
2017-06-28
3
-0
/
+15
*
migration: merge enforce_config_section somewhat
Peter Xu
2017-06-28
2
-10
/
+14
*
migration: move skip_section_footers
Peter Xu
2017-06-28
8
-15
/
+15
*
migration: move skip_configuration out
Peter Xu
2017-06-28
8
-15
/
+18
*
migration: move only_migratable to MigrationState
Peter Xu
2017-06-28
6
-5
/
+20
*
migration: move global_state.optional out
Peter Xu
2017-06-28
8
-11
/
+29
*
migration: let MigrationState be a qdev
Peter Xu
2017-06-28
4
-23
/
+81
*
vl: clean up global property registration
Peter Xu
2017-06-28
1
-5
/
+24
*
accel: introduce AccelClass.global_props
Peter Xu
2017-06-28
5
-0
/
+31
*
machine: export register_compat_prop()
Peter Xu
2017-06-28
3
-13
/
+37
*
Merge remote-tracking branch 'remotes/edgar/tags/edgar/mmio-exec-v2.for-upstr...
Peter Maydell
2017-06-27
8
-54
/
+428
|
\
|
*
xilinx_spips: allow mmio execution
KONRAD Frederic
2017-06-27
1
-19
/
+55
|
*
exec: allow to get a pointer for some mmio memory region
KONRAD Frederic
2017-06-27
3
-0
/
+156
|
*
introduce mmio_interface
KONRAD Frederic
2017-06-27
3
-0
/
+178
|
*
qdev: add MemoryRegion property
KONRAD Frederic
2017-06-27
1
-0
/
+2
|
*
cputlb: fix the way get_page_addr_code fills the tlb
KONRAD Frederic
2017-06-27
1
-2
/
+4
|
*
cputlb: move get_page_addr_code
KONRAD Frederic
2017-06-27
1
-35
/
+35
|
*
cputlb: cleanup get_page_addr_code to use VICTIM_TLB_HIT
KONRAD Frederic
2017-06-27
1
-9
/
+9
|
/
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2017-06-26
45
-1324
/
+1476
|
\
|
*
Merge remote-tracking branch 'mreitz/tags/pull-block-2017-06-26' into queue-b...
Kevin Wolf
2017-06-26
25
-191
/
+220
|
|
\
|
|
*
qemu-img: don't shadow opts variable in img_dd()
Stefan Hajnoczi
2017-06-26
1
-6
/
+3
|
|
*
block: Do not strcmp() with NULL uri->scheme
Max Reitz
2017-06-26
4
-8
/
+8
|
|
*
blkverify: Catch bs->exact_filename overflow
Max Reitz
2017-06-26
1
-4
/
+8
|
|
*
blkdebug: Catch bs->exact_filename overflow
Max Reitz
2017-06-26
1
-3
/
+7
|
|
*
fix: avoid an infinite loop or a dangling pointer problem in img_commit
sochin.jiang
2017-06-26
3
-9
/
+33
|
|
*
block: change variable names in BlockDriverState
Manos Pitsidianakis
2017-06-26
18
-161
/
+161
|
|
/
|
*
block: Remove bdrv_aio_readv/writev/flush()
Kevin Wolf
2017-06-26
3
-182
/
+0
|
*
qed: Use bdrv_co_* for coroutine_fns
Kevin Wolf
2017-06-26
1
-7
/
+9
|
*
qed: Add coroutine_fn to I/O path functions
Kevin Wolf
2017-06-26
3
-24
/
+30
|
*
qed: Use a coroutine for need_check_timer
Kevin Wolf
2017-06-26
1
-16
/
+17
|
*
qed: Simplify request handling
Kevin Wolf
2017-06-26
2
-82
/
+22
|
*
qed: Use CoQueue for serialising allocations
Kevin Wolf
2017-06-26
2
-33
/
+19
|
*
qed: Implement .bdrv_co_readv/writev
Kevin Wolf
2017-06-26
1
-55
/
+42
|
*
qed: Remove recursion in qed_aio_next_io()
Kevin Wolf
2017-06-26
1
-31
/
+32
|
*
qed: Remove ret argument from qed_aio_next_io()
Kevin Wolf
2017-06-26
1
-11
/
+6
|
*
qed: Add return value to qed_aio_read/write_data()
Kevin Wolf
2017-06-26
2
-62
/
+31
|
*
qed: Add return value to qed_aio_write_inplace/alloc()
Kevin Wolf
2017-06-26
1
-23
/
+20
|
*
qed: Add return value to qed_aio_write_cow()
Kevin Wolf
2017-06-26
1
-37
/
+21
|
*
qed: Add return value to qed_aio_write_main()
Kevin Wolf
2017-06-26
1
-25
/
+30
|
*
qed: Add return value to qed_aio_write_l2_update()
Kevin Wolf
2017-06-26
1
-17
/
+26
|
*
qed: Add return value to qed_aio_write_l1_update()
Kevin Wolf
2017-06-26
1
-10
/
+9
|
*
qed: Inline qed_commit_l2_update()
Kevin Wolf
2017-06-26
1
-22
/
+14
|
*
qed: Make qed_aio_write_main() synchronous
Kevin Wolf
2017-06-26
1
-42
/
+19
|
*
qed: Make qed_aio_read_data() synchronous
Kevin Wolf
2017-06-26
1
-3
/
+5
|
*
qed: Remove callback from qed_write_table()
Kevin Wolf
2017-06-26
3
-45
/
+22
|
*
qed: Remove GenericCB
Kevin Wolf
2017-06-26
3
-45
/
+1
|
*
qed: Make qed_write_table() synchronous
Kevin Wolf
2017-06-26
1
-54
/
+30
[next]