index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-29
virtio-blk: trace vdev so devices can be distinguished
Stefan Hajnoczi
2
-10
/
+12
2017-06-29
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170627-tag' into...
Peter Maydell
1
-51
/
+133
2017-06-29
linux-user: Put PPC AT_IGNOREPPC auxv entries in the right place
Peter Maydell
1
-11
/
+12
2017-06-27
xen-disk: add support for multi-page shared rings
Paul Durrant
1
-31
/
+113
2017-06-27
xen-disk: only advertize feature-persistent if grant copy is not available
Paul Durrant
1
-7
/
+8
2017-06-27
xen/disk: don't leak stack data via response ring
Stefano Stabellini
1
-13
/
+12
2017-06-27
Merge remote-tracking branch 'remotes/edgar/tags/edgar/mmio-exec-v2.for-upstr...
Peter Maydell
8
-54
/
+428
2017-06-27
xilinx_spips: allow mmio execution
KONRAD Frederic
1
-19
/
+55
2017-06-27
exec: allow to get a pointer for some mmio memory region
KONRAD Frederic
3
-0
/
+156
2017-06-27
introduce mmio_interface
KONRAD Frederic
3
-0
/
+178
2017-06-27
qdev: add MemoryRegion property
KONRAD Frederic
1
-0
/
+2
2017-06-27
cputlb: fix the way get_page_addr_code fills the tlb
KONRAD Frederic
1
-2
/
+4
2017-06-27
cputlb: move get_page_addr_code
KONRAD Frederic
1
-35
/
+35
2017-06-27
cputlb: cleanup get_page_addr_code to use VICTIM_TLB_HIT
KONRAD Frederic
1
-9
/
+9
2017-06-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
45
-1324
/
+1476
2017-06-26
Merge remote-tracking branch 'mreitz/tags/pull-block-2017-06-26' into queue-b...
Kevin Wolf
25
-191
/
+220
2017-06-26
qemu-img: don't shadow opts variable in img_dd()
Stefan Hajnoczi
1
-6
/
+3
2017-06-26
block: Do not strcmp() with NULL uri->scheme
Max Reitz
4
-8
/
+8
2017-06-26
blkverify: Catch bs->exact_filename overflow
Max Reitz
1
-4
/
+8
2017-06-26
blkdebug: Catch bs->exact_filename overflow
Max Reitz
1
-3
/
+7
2017-06-26
fix: avoid an infinite loop or a dangling pointer problem in img_commit
sochin.jiang
3
-9
/
+33
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
18
-161
/
+161
2017-06-26
block: Remove bdrv_aio_readv/writev/flush()
Kevin Wolf
3
-182
/
+0
2017-06-26
qed: Use bdrv_co_* for coroutine_fns
Kevin Wolf
1
-7
/
+9
2017-06-26
qed: Add coroutine_fn to I/O path functions
Kevin Wolf
3
-24
/
+30
2017-06-26
qed: Use a coroutine for need_check_timer
Kevin Wolf
1
-16
/
+17
2017-06-26
qed: Simplify request handling
Kevin Wolf
2
-82
/
+22
2017-06-26
qed: Use CoQueue for serialising allocations
Kevin Wolf
2
-33
/
+19
2017-06-26
qed: Implement .bdrv_co_readv/writev
Kevin Wolf
1
-55
/
+42
2017-06-26
qed: Remove recursion in qed_aio_next_io()
Kevin Wolf
1
-31
/
+32
2017-06-26
qed: Remove ret argument from qed_aio_next_io()
Kevin Wolf
1
-11
/
+6
2017-06-26
qed: Add return value to qed_aio_read/write_data()
Kevin Wolf
2
-62
/
+31
2017-06-26
qed: Add return value to qed_aio_write_inplace/alloc()
Kevin Wolf
1
-23
/
+20
2017-06-26
qed: Add return value to qed_aio_write_cow()
Kevin Wolf
1
-37
/
+21
2017-06-26
qed: Add return value to qed_aio_write_main()
Kevin Wolf
1
-25
/
+30
2017-06-26
qed: Add return value to qed_aio_write_l2_update()
Kevin Wolf
1
-17
/
+26
2017-06-26
qed: Add return value to qed_aio_write_l1_update()
Kevin Wolf
1
-10
/
+9
2017-06-26
qed: Inline qed_commit_l2_update()
Kevin Wolf
1
-22
/
+14
2017-06-26
qed: Make qed_aio_write_main() synchronous
Kevin Wolf
1
-42
/
+19
2017-06-26
qed: Make qed_aio_read_data() synchronous
Kevin Wolf
1
-3
/
+5
2017-06-26
qed: Remove callback from qed_write_table()
Kevin Wolf
3
-45
/
+22
2017-06-26
qed: Remove GenericCB
Kevin Wolf
3
-45
/
+1
2017-06-26
qed: Make qed_write_table() synchronous
Kevin Wolf
1
-54
/
+30
2017-06-26
qed: Remove callback from qed_write_header()
Kevin Wolf
1
-20
/
+12
2017-06-26
qed: Make qed_write_header() synchronous
Kevin Wolf
1
-47
/
+29
2017-06-26
qed: Remove callback from qed_copy_from_backing_file()
Kevin Wolf
1
-34
/
+23
2017-06-26
qed: Make qed_copy_from_backing_file() synchronous
Kevin Wolf
1
-49
/
+29
2017-06-26
qed: Make qed_read_backing_file() synchronous
Kevin Wolf
1
-14
/
+18
2017-06-26
qed: Remove callback from qed_find_cluster()
Kevin Wolf
3
-32
/
+35
2017-06-26
qed: Remove callback from qed_read_l2_table()
Kevin Wolf
3
-76
/
+36
[next]