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-07-05
block: Convert bdrv_co_readv() to BdrvChild
Kevin Wolf
7
-13
/
+12
2016-07-05
vhdx: Some more BlockBackend use in vhdx_create()
Kevin Wolf
1
-20
/
+21
2016-07-05
blkreplay: Convert to byte-based I/O
Kevin Wolf
1
-8
/
+8
2016-07-05
vvfat: Use BdrvChild for s->qcow
Kevin Wolf
1
-23
/
+43
2016-07-05
block/qdev: Fix NULL access when using BB twice
Kevin Wolf
1
-1
/
+1
2016-07-05
block: fix return code for partial write for Linux AIO
Denis V. Lunev
1
-1
/
+1
2016-07-05
block: Use bool as appropriate for BDS members
Eric Blake
11
-31
/
+32
2016-07-05
block: Fix error message style
Eric Blake
1
-2
/
+2
2016-07-05
block: Move request_alignment into BlockLimit
Eric Blake
12
-35
/
+39
2016-07-05
block: Split bdrv_merge_limits() from bdrv_refresh_limits()
Eric Blake
1
-18
/
+13
2016-07-05
block: Drop raw_refresh_limits()
Eric Blake
1
-7
/
+1
2016-07-05
block: Switch discard length bounds to byte-based
Eric Blake
5
-27
/
+29
2016-07-05
block: Wording tweaks to write zeroes limits
Eric Blake
1
-2
/
+5
2016-07-05
block: Switch transfer length bounds to byte-based
Eric Blake
10
-48
/
+58
2016-07-05
block: Set default request_alignment during bdrv_refresh_limits()
Eric Blake
2
-1
/
+3
2016-07-05
block: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
4
-4
/
+24
2016-07-05
raw-win32: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
1
-2
/
+2
2016-07-05
qcow2: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
1
-3
/
+4
2016-07-05
iscsi: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
1
-1
/
+2
2016-07-05
blkdebug: Set request_alignment during .bdrv_refresh_limits()
Eric Blake
2
-5
/
+17
2016-07-05
block: Give nonzero result to blk_get_max_transfer_length()
Eric Blake
3
-11
/
+11
2016-07-05
scsi: Advertise limits by blocksize, not 512
Eric Blake
1
-1
/
+2
2016-07-05
iscsi: Advertise realistic limits to block layer
Eric Blake
1
-1
/
+3
2016-07-05
nbd: Advertise realistic limits to block layer
Eric Blake
1
-2
/
+2
2016-07-05
nbd: Allow larger requests
Eric Blake
2
-4
/
+2
2016-07-05
block: Fix harmless off-by-one in bdrv_aligned_preadv()
Eric Blake
1
-1
/
+1
2016-07-05
block: Document supported flags during bdrv_aligned_preadv()
Eric Blake
1
-1
/
+9
2016-07-05
block: Tighter assertions on bdrv_aligned_pwritev()
Eric Blake
1
-5
/
+8
2016-07-05
qemu-img: fix failed autotests
Denis V. Lunev
1
-1
/
+1
2016-07-05
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ipxe-20160704-1' into ...
Peter Maydell
14
-3
/
+14
2016-07-05
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160705' into...
Peter Maydell
20
-183
/
+1043
2016-07-05
ppc/hash64: Fix support for LPCR:ISL
Benjamin Herrenschmidt
1
-8
/
+17
2016-07-05
ppc/hash64: Add proper real mode translation support
Benjamin Herrenschmidt
5
-10
/
+181
2016-07-05
target-ppc: Return page shift from PTEG search
David Gibson
1
-25
/
+8
2016-07-05
target-ppc: Simplify HPTE matching
David Gibson
2
-8
/
+9
2016-07-05
target-ppc: Correct page size decoding in ppc_hash64_pteg_search()
David Gibson
1
-58
/
+41
2016-07-05
ppc: simplify ppc_hash64_hpte_page_shift_noslb()
Cédric Le Goater
3
-9
/
+4
2016-07-05
spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)
Alexey Kardashevskiy
7
-21
/
+385
2016-07-05
vfio/spapr: Create DMA window dynamically (SPAPR IOMMU v2)
Alexey Kardashevskiy
4
-10
/
+149
2016-07-05
vfio: Add host side DMA window capabilities
Alexey Kardashevskiy
2
-18
/
+52
2016-07-05
vfio: spapr: Add DMA memory preregistering (SPAPR IOMMU v2)
Alexey Kardashevskiy
5
-9
/
+181
2016-07-05
spapr_iommu: Realloc guest visible TCE table when starting/stopping listening
Alexey Kardashevskiy
2
-6
/
+12
2016-07-05
ppc: simplify max_smt initialization in ppc_cpu_realizefn()
Greg Kurz
1
-1
/
+1
2016-07-05
spapr: Ensure thread0 of CPU core is always realized first
Bharata B Rao
1
-13
/
+16
2016-07-05
ppc: Fix xsrdpi, xvrdpi and xvrspi rounding
Anton Blanchard
1
-3
/
+3
2016-07-04
Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20160704-3' in...
Peter Maydell
4
-32
/
+2
2016-07-04
Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-07-04-1...
Peter Maydell
16
-139
/
+704
2016-07-04
Revert "bios: Add fast variant of SeaBIOS for use with -kernel on x86."
Gerd Hoffmann
4
-32
/
+2
2016-07-04
crypto: allow default TLS priority to be chosen at build time
Daniel P. Berrange
2
-2
/
+8
2016-07-04
crypto: add support for TLS priority string override
Daniel P. Berrange
3
-7
/
+46
[next]