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
2016-05-19
qemu-io: Fix recent UI updates
Eric Blake
1
-2
/
+3
2016-05-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
431
-1618
/
+2099
2016-05-19
block: clarify error message for qmp-eject
John Snow
1
-11
/
+40
2016-05-19
qemu-iotests: Some more write_zeroes tests
Kevin Wolf
3
-0
/
+508
2016-05-19
qcow2: Fix write_zeroes with partially allocated backing file cluster
Kevin Wolf
1
-1
/
+2
2016-05-19
qcow2: fix condition in is_zero_cluster
Denis V. Lunev
1
-1
/
+1
2016-05-19
block: Propagate AioContext change to all children
Max Reitz
4
-76
/
+6
2016-05-19
block: Remove BlockDriverState.blk
Kevin Wolf
5
-29
/
+12
2016-05-19
block: Don't return throttling info in query-named-block-nodes
Kevin Wolf
2
-4
/
+5
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
10
-75
/
+102
2016-05-19
block: Add bdrv_has_blk()
Kevin Wolf
2
-0
/
+18
2016-05-19
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
11
-693
/
+9
2016-05-19
blockjob: Don't touch BDS iostatus
Kevin Wolf
4
-66
/
+0
2016-05-19
blockjob: Don't set iostatus of target
Kevin Wolf
5
-18
/
+11
2016-05-19
block: User BdrvChild callback for device name
Kevin Wolf
3
-2
/
+31
2016-05-19
block: Use BdrvChild callbacks for change_media/resize
Kevin Wolf
3
-15
/
+43
2016-05-19
block: Don't check throttled reqs in bdrv_requests_pending()
Kevin Wolf
1
-7
/
+0
2016-05-19
Revert "block: Forbid I/O throttling on nodes with multiple parents for 2.6"
Kevin Wolf
2
-13
/
+0
2016-05-19
block: Remove bdrv_move_feature_fields()
Kevin Wolf
1
-30
/
+0
2016-05-19
block: Decouple throttling from BlockDriverState
Kevin Wolf
4
-78
/
+23
2016-05-19
block/io: Quiesce parents between drained_begin/end
Kevin Wolf
1
-0
/
+3
2016-05-19
block: Drain throttling queue with BdrvChild callback
Kevin Wolf
3
-31
/
+56
2016-05-19
block: Introduce BdrvChild.opaque
Kevin Wolf
2
-0
/
+3
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
11
-77
/
+71
2016-05-19
block: Move actual I/O throttling to BlockBackend
Kevin Wolf
4
-14
/
+13
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
10
-118
/
+142
2016-05-19
block: Convert throttle_group_get_name() to BlockBackend
Kevin Wolf
6
-12
/
+12
2016-05-19
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
6
-78
/
+83
2016-05-19
block: Introduce BlockBackendPublic
Kevin Wolf
2
-0
/
+27
2016-05-19
block: Make sure throttled BDSes always have a BB
Kevin Wolf
4
-5
/
+27
2016-05-19
hw: clean up hw/hw.h includes
Paolo Bonzini
5
-7
/
+5
2016-05-19
hw: remove pio_addr_t
Paolo Bonzini
5
-23
/
+20
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
148
-42
/
+148
2016-05-19
exec: extract exec/tb-context.h
Paolo Bonzini
5
-45
/
+70
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
90
-2
/
+92
2016-05-19
mips: move CP0 functions out of cpu.h
Paolo Bonzini
2
-109
/
+112
2016-05-19
arm: move arm_log_exception into .c file
Paolo Bonzini
2
-15
/
+15
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
82
-36
/
+133
2016-05-19
acpi: do not use TARGET_PAGE_SIZE
Paolo Bonzini
1
-11
/
+11
2016-05-19
s390x: reorganize CSS bits between cpu.h and other headers
Paolo Bonzini
11
-118
/
+128
2016-05-19
dma: do not depend on kvm_enabled()
Paolo Bonzini
8
-5
/
+8
2016-05-19
gdbstub: remove unnecessary includes from gdbstub-xml.c
Paolo Bonzini
1
-2
/
+0
2016-05-19
qemu-common: stop including qemu/host-utils.h from qemu-common.h
Paolo Bonzini
15
-9
/
+18
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
31
-2
/
+30
2016-05-19
cpu: move endian-dependent load/store functions to cpu-all.h
Paolo Bonzini
4
-35
/
+25
2016-05-19
hw: cannot include hw/hw.h from user emulation
Paolo Bonzini
8
-17
/
+22
2016-05-19
hw: move CPU state serialization to migration/cpu.h
Paolo Bonzini
12
-50
/
+58
2016-05-19
hw: do not use VMSTATE_*TL
Paolo Bonzini
3
-6
/
+6
2016-05-19
include: poison symbols in osdep.h
Paolo Bonzini
5
-16
/
+17
2016-05-19
apic: move target-dependent definitions to cpu.h
Paolo Bonzini
3
-5
/
+8
[prev]
[next]