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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
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
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-05-1...
Peter Maydell
53
-106
/
+105
2016-05-18
Fix some typos found by codespell
Stefan Weil
36
-48
/
+48
2016-05-18
9p: drop unused declaration from coth.h
Greg Kurz
1
-1
/
+0
2016-05-18
smbios: fix typo
Cao jin
1
-1
/
+1
2016-05-18
accel: make configure_accelerator return void
Wei Jiangang
2
-4
/
+2
2016-05-18
configure: Use uniform description for devel packages
Stefan Weil
1
-1
/
+1
2016-05-18
ipack: Update e-mail address
Alberto Garcia
4
-4
/
+4
2016-05-18
util: fix comment typos
Wei Jiangang
2
-3
/
+3
2016-05-18
qdict: fix unbounded stack warning for qdict_array_entries
Peter Xu
1
-9
/
+6
2016-05-18
Fix typo in variable name (found and fixed by codespell)
Stefan Weil
1
-32
/
+32
2016-05-18
vl: fix comment about when parsing cpu definitions
Wei Jiangang
1
-1
/
+1
2016-05-18
loader: fix potential memory leak
Cao jin
1
-0
/
+6
2016-05-18
remove comment for nonexistent structure member
Cao jin
1
-1
/
+0
2016-05-18
s390: remove misleading comment
Michael Tokarev
1
-1
/
+1
2016-05-17
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160517' into staging
Peter Maydell
22
-98
/
+493
2016-05-17
s390x/pci: remove whitespace
Yi Min Zhao
1
-5
/
+5
2016-05-17
s390x/pci: add length checking for pci sclp handlers
Yi Min Zhao
1
-2
/
+12
2016-05-17
s390x/pci: enhance mpcifc_service_call
Yi Min Zhao
2
-7
/
+54
2016-05-17
s390x/pci: fix s390_pci_sclp_deconfigure
Yi Min Zhao
1
-0
/
+7
2016-05-17
s390x/pci: introduce S390PCIBusDevice.iommu_enabled
Yi Min Zhao
2
-5
/
+5
2016-05-17
s390x/pci: export pci_dereg_ioat and pci_dereg_irqs
Yi Min Zhao
2
-5
/
+8
2016-05-17
s390x/pci: separate s390_pcihost_iommu_configure function
Yi Min Zhao
3
-13
/
+16
2016-05-17
s390x/pci: separate s390_sclp_configure function
Yi Min Zhao
3
-8
/
+29
2016-05-17
s390x/pci: fix reg_irqs()
Yi Min Zhao
1
-2
/
+15
2016-05-17
hw/char: QOM'ify sclpconsole.c
xiaoqiang zhao
1
-4
/
+8
2016-05-17
hw/char: QOM'ify sclpconsole-lm.c
xiaoqiang zhao
1
-5
/
+9
2016-05-17
s390x/ipl: Remove redundant usage of gr7
Alexander Yarygin
1
-27
/
+6
[next]