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
2014-10-23
qcow2: Rebuild refcount structure during check
Max Reitz
1
-6
/
+305
2014-10-23
qcow2: Do not perform potentially damaging repairs
Max Reitz
1
-161
/
+27
2014-10-23
qcow2: Fix refcount blocks beyond image end
Max Reitz
1
-4
/
+63
2014-10-23
qcow2: Reuse refcount table in calculate_refcounts()
Max Reitz
1
-5
/
+7
2014-10-23
qcow2: Let inc_refcounts() resize the reftable
Max Reitz
1
-22
/
+35
2014-10-23
qcow2: Let inc_refcounts() return -errno
Max Reitz
1
-31
/
+60
2014-10-23
qcow2: Split fail code in L1 and L2 checks
Max Reitz
1
-9
/
+14
2014-10-23
qcow2: Use int64_t for in-memory reftable size
Max Reitz
1
-3
/
+3
2014-10-23
qcow2: Pull check_refblocks() up
Max Reitz
1
-53
/
+49
2014-10-23
qcow2: Use sizeof(**refcount_table)
Max Reitz
1
-1
/
+1
2014-10-23
qcow2: Split qcow2_check_refcounts()
Max Reitz
1
-51
/
+102
2014-10-23
qcow2: Fix leaks in dirty images
Max Reitz
1
-1
/
+1
2014-10-23
qcow2: Calculate refcount block entry count
Max Reitz
2
-0
/
+5
2014-10-23
block: Add qemu_{,try_}blockalign0()
Max Reitz
2
-0
/
+18
2014-10-23
block: qemu-iotests change _supported_proto to file once more.
Peter Lieven
13
-13
/
+13
2014-10-23
block/vdi: Use {DIV_,}ROUND_UP
Max Reitz
1
-5
/
+4
2014-10-23
MAINTAINERS: add the image fuzzer to the block layer
Paolo Bonzini
1
-0
/
+1
2014-10-23
MAINTAINERS: qemu-iotests belongs to the block layer
Kevin Wolf
1
-0
/
+1
2014-10-23
MAINTAINERS: add aio to block layer
Paolo Bonzini
1
-0
/
+2
2014-10-23
monitor: delete device_del_bus_completion
Zhu Guihua
1
-20
/
+0
2014-10-23
monitor: add del completion for peripheral device
Zhu Guihua
1
-0
/
+26
2014-10-23
qdev: add qdev_build_hotpluggable_device_list helper
Zhu Guihua
2
-0
/
+15
2014-10-23
MAINTAINERS: add entry for qobject files
Luiz Capitulino
1
-0
/
+6
2014-10-23
dump: Turn some functions to void to make code cleaner
zhanghailiang
1
-170
/
+142
2014-10-23
dump: Propagate errors into qmp_dump_guest_memory()
zhanghailiang
1
-83
/
+82
2014-10-23
virtio-balloon: Tweak recent fix for integer overflow
Markus Armbruster
1
-1
/
+1
2014-10-22
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2014-10-22-tag' in...
Peter Maydell
1
-12
/
+15
2014-10-22
Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20141021'...
Peter Maydell
4
-27
/
+1417
2014-10-22
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141021' into staging
Peter Maydell
1
-1
/
+5
2014-10-22
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
171
-1735
/
+2412
2014-10-22
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20141015-2' into s...
Peter Maydell
3
-26
/
+162
2014-10-22
Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20141015-1' into ...
Peter Maydell
1
-0
/
+5
2014-10-22
Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20141015-1' into s...
Peter Maydell
1
-0
/
+13
2014-10-22
qga: Rewrite code where using readdir_r
zhanghailiang
1
-12
/
+15
2014-10-22
Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20141015-1' in...
Peter Maydell
1
-3
/
+3
2014-10-22
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141015' into staging
Peter Maydell
11
-1088
/
+3432
2014-10-22
hw/i386/pc_q35.c: Avoid g_assert_cmpint() as it is not in glib 2.12
Peter Maydell
1
-1
/
+1
2014-10-21
s390x: sweep up unmaintained files
Cornelia Huck
1
-1
/
+5
2014-10-20
block: Make device model's references to BlockBackend strong
Markus Armbruster
1
-0
/
+2
2014-10-20
block: Lift device model API into BlockBackend
Markus Armbruster
7
-183
/
+204
2014-10-20
blockdev: Convert qmp_eject(), qmp_change_blockdev() to BlockBackend
Markus Armbruster
1
-8
/
+12
2014-10-20
block/qapi: Convert qmp_query_block() to BlockBackend
Markus Armbruster
2
-10
/
+8
2014-10-20
blockdev: Fix blockdev-add not to create DriveInfo
Markus Armbruster
6
-25
/
+20
2014-10-20
blockdev: Drop superfluous DriveInfo member id
Markus Armbruster
3
-5
/
+2
2014-10-20
pc87312: Drop unused members of PC87312State
Markus Armbruster
1
-3
/
+0
2014-10-20
ide: Complete conversion from BlockDriverState to BlockBackend
Markus Armbruster
1
-2
/
+4
2014-10-20
hw: Convert from BlockDriverState to BlockBackend, mostly
Markus Armbruster
110
-797
/
+1126
2014-10-20
virtio-blk: Rename VirtIOBlkConf variables to conf
Markus Armbruster
4
-43
/
+44
2014-10-20
virtio-blk: Drop redundant VirtIOBlock member conf
Markus Armbruster
2
-14
/
+13
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
42
-132
/
+132
[prev]
[next]