index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: do not use ->total_sectors in bdrv_co_is_allocated
Paolo Bonzini
2013-09-06
1
-1
/
+7
*
block: make bdrv_co_is_allocated static
Paolo Bonzini
2013-09-06
5
-16
/
+20
*
block: keep bs->total_sectors up to date even for growable block devices
Paolo Bonzini
2013-09-06
1
-1
/
+4
*
cow: do not call bdrv_co_is_allocated
Paolo Bonzini
2013-09-06
1
-1
/
+1
*
cow: make writes go at a less indecent speed
Paolo Bonzini
2013-09-06
1
-3
/
+16
*
cow: make reads go at a decent speed
Paolo Bonzini
2013-09-06
1
-22
/
+32
*
qmp: Documentation for BLOCK_IMAGE_CORRUPTED
Max Reitz
2013-09-06
1
-0
/
+22
*
block: use BDS ref for block jobs
Fam Zheng
2013-09-06
2
-34
/
+16
*
nbd: use BlockDriverState refcnt
Fam Zheng
2013-09-06
2
-9
/
+6
*
xen_disk: simplify blk_disconnect with refcnt
Fam Zheng
2013-09-06
1
-6
/
+5
*
migration: omit drive ref as we have bdrv_ref now
Fam Zheng
2013-09-06
1
-2
/
+2
*
block: make bdrv_delete() static
Fam Zheng
2013-09-06
19
-58
/
+58
*
block: implement reference count for BlockDriverState
Fam Zheng
2013-09-06
3
-0
/
+24
*
iscsi: use bdrv_new() instead of stack structure
Fam Zheng
2013-09-06
1
-7
/
+9
*
vvfat: use bdrv_new() to allocate BlockDriverState
Fam Zheng
2013-09-06
1
-1
/
+1
*
aio / timers: fix build of test/test-aio.c on non-linux platforms
Alex Bligh
2013-09-06
1
-2
/
+9
*
w32: Fix access to host devices (regression)
Stefan Weil
2013-09-06
1
-7
/
+29
*
add qemu-img convert -n option (skip target volume creation)
Alexandre Derumier
2013-09-06
6
-18
/
+162
*
qemu-iotests: Adjust test result 039
Max Reitz
2013-09-06
1
-3
/
+1
*
block: Add iops_size to do the iops accounting for a given io size.
Benoît Canet
2013-09-06
6
-9
/
+38
*
block: Add support for throttling burst max in QMP and the command line.
Benoît Canet
2013-09-06
6
-24
/
+195
*
block: Enable the new throttling code in the block layer.
Benoît Canet
2013-09-06
5
-329
/
+165
*
throttle: Add units tests
Benoît Canet
2013-09-06
2
-0
/
+483
*
throttle: Add a new throttling API implementing continuous leaky bucket.
Benoît Canet
2013-09-06
3
-0
/
+507
*
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
Anthony Liguori
2013-09-05
4
-4
/
+30
|
\
|
*
exec: do tcg_commit only when tcg_enabled
liguang
2013-09-05
1
-1
/
+3
|
*
Revert "memory: Return -1 again on reads from unsigned regions"
Jan Kiszka
2013-09-05
1
-1
/
+1
|
*
memory: Provide separate handling of unassigned io ports accesses
Jan Kiszka
2013-09-05
3
-1
/
+22
|
*
exec: check offset_within_address_space for register subpage
Hu Tao
2013-09-05
1
-1
/
+1
|
*
exec: fix writing to MMIO area with non-power-of-two length
Paolo Bonzini
2013-09-05
1
-0
/
+3
*
|
Update mailmap
Anthony Liguori
2013-09-05
1
-0
/
+1
|
/
*
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
2013-09-03
31
-199
/
+284
|
\
|
*
target-i386: Use #defines instead of magic numbers for CPUID cache info
Eduardo Habkost
2013-09-03
1
-22
/
+162
|
*
cpu: Replace qemu_for_each_cpu()
Andreas Färber
2013-09-03
6
-63
/
+27
|
*
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-09-03
26
-112
/
+94
|
*
a15mpcore: Use qemu_get_cpu() for generic timers
Andreas Färber
2013-09-03
1
-3
/
+2
*
|
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2013-09-03
27
-322
/
+1029
|
\
\
|
*
|
qemu-iotests: Overlapping cluster allocations
Max Reitz
2013-09-02
3
-0
/
+156
|
*
|
qcow2_check: Mark image consistent
Max Reitz
2013-09-02
1
-1
/
+5
|
*
|
qcow2-refcount: Repair shared refcount blocks
Max Reitz
2013-09-02
3
-2
/
+148
|
*
|
qcow2-refcount: Repair OFLAG_COPIED errors
Max Reitz
2013-08-30
3
-8
/
+55
|
*
|
qcow2-refcount: Move OFLAG_COPIED checks
Max Reitz
2013-08-30
1
-33
/
+82
|
*
|
qcow2: Employ metadata overlap checks
Max Reitz
2013-08-30
4
-0
/
+86
|
*
|
qcow2: Metadata overlap checks
Max Reitz
2013-08-30
4
-0
/
+213
|
*
|
qcow2: Add corrupt bit
Max Reitz
2013-08-30
5
-9
/
+66
|
*
|
qemu-iotests: Snapshotting zero clusters
Max Reitz
2013-08-30
3
-0
/
+74
|
*
|
qcow2-refcount: Snapshot update for zero clusters
Max Reitz
2013-08-30
1
-17
/
+35
|
*
|
option: Add assigned flag to QEMUOptionParameter
Max Reitz
2013-08-30
2
-0
/
+10
|
*
|
gluster: Abort on AIO completion failure
Bharata B Rao
2013-08-30
1
-13
/
+2
|
*
|
block: Remove old raw driver
Kevin Wolf
2013-08-30
1
-192
/
+0
[next]