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
2017-10-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
45
-1311
/
+2333
2017-10-06
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171006'...
Peter Maydell
9
-110
/
+898
2017-10-06
nvic: Add missing code for writing SHCSR.HARDFAULTPENDED bit
Peter Maydell
1
-0
/
+1
2017-10-06
target/arm: Factor out "get mmuidx for specified security state"
Peter Maydell
1
-11
/
+21
2017-10-06
target/arm: Fix calculation of secure mm_idx values
Peter Maydell
1
-5
/
+7
2017-10-06
target/arm: Implement security attribute lookups for memory accesses
Peter Maydell
2
-2
/
+195
2017-10-06
nvic: Implement Security Attribution Unit registers
Peter Maydell
4
-0
/
+167
2017-10-06
target/arm: Add v8M support to exception entry code
Peter Maydell
1
-20
/
+145
2017-10-06
target/arm: Add support for restoring v8M additional state context
Peter Maydell
1
-0
/
+30
2017-10-06
target/arm: Update excret sanity checks for v8M
Peter Maydell
1
-15
/
+58
2017-10-06
target/arm: Add new-in-v8M SFSR and SFAR
Peter Maydell
3
-0
/
+48
2017-10-06
target/arm: Don't warn about exception return with PC low bit set for v8M
Peter Maydell
1
-7
/
+15
2017-10-06
target/arm: Warn about restoring to unaligned stack
Peter Maydell
1
-0
/
+7
2017-10-06
target/arm: Check for xPSR mismatch usage faults earlier for v8M
Peter Maydell
1
-3
/
+27
2017-10-06
target/arm: Restore SPSEL to correct CONTROL register on exception return
Peter Maydell
1
-13
/
+27
2017-10-06
target/arm: Restore security state on exception return
Peter Maydell
1
-0
/
+2
2017-10-06
target/arm: Prepare for CONTROL.SPSEL being nonzero in Handler mode
Peter Maydell
3
-24
/
+51
2017-10-06
target/arm: Don't switch to target stack early in v7M exception return
Peter Maydell
1
-32
/
+98
2017-10-06
nvic: Clear the vector arrays and prigroup on reset
Peter Maydell
1
-0
/
+5
2017-10-06
hw/arm/xlnx-zynqmp: Mark the "xlnx, zynqmp" device with user_creatable = false
Thomas Huth
1
-0
/
+2
2017-10-06
hw/sd: fix out-of-bounds check for multi block reads
Michael Olbrich
1
-6
/
+6
2017-10-06
arm: Fix SMC reporting to EL2 when QEMU provides PSCI
Jan Kiszka
2
-11
/
+25
2017-10-06
Merge remote-tracking branch 'mreitz/tags/pull-block-2017-10-06' into queue-b...
Kevin Wolf
13
-101
/
+209
2017-10-06
block/mirror: check backing in bdrv_mirror_top_flush
Vladimir Sementsov-Ogievskiy
1
-0
/
+4
2017-10-06
qcow2: truncate the tail of the image file after shrinking the image
Pavel Butsykin
3
-0
/
+46
2017-10-06
qcow2: fix return error code in qcow2_truncate()
Pavel Butsykin
1
-2
/
+2
2017-10-06
iotests: Fix 195 if IMGFMT is part of TEST_DIR
Max Reitz
1
-3
/
+4
2017-10-06
block/mirror: check backing in bdrv_mirror_top_refresh_filename
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2017-10-06
block: support passthrough of BDRV_REQ_FUA in crypto driver
Daniel P. Berrange
1
-2
/
+5
2017-10-06
block: convert qcrypto_block_encrypt|decrypt to take bytes offset
Daniel P. Berrange
9
-41
/
+56
2017-10-06
block: convert crypto driver to bdrv_co_preadv|pwritev
Daniel P. Berrange
1
-52
/
+54
2017-10-06
block: fix data type casting for crypto payload offset
Daniel P. Berrange
1
-4
/
+9
2017-10-06
crypto: expose encryption sector size in APIs
Daniel P. Berrange
5
-2
/
+27
2017-10-06
block: use 1 MB bounce buffers for crypto instead of 16KB
Daniel P. Berrange
1
-13
/
+15
2017-10-06
iotests: Add test 197 for covering copy-on-read
Eric Blake
4
-0
/
+137
2017-10-06
block: Perform copy-on-read in loop
Eric Blake
1
-38
/
+82
2017-10-06
block: Add blkdebug hook for copy-on-read
Eric Blake
2
-1
/
+5
2017-10-06
iotests: Restore stty settings on completion
Eric Blake
1
-0
/
+10
2017-10-06
block: Uniform handling of 0-length bdrv_get_block_status()
Eric Blake
1
-0
/
+4
2017-10-06
qemu-io: Add -C for opening with copy-on-read
Eric Blake
1
-3
/
+12
2017-10-06
commit: Remove overlay_bs
Kevin Wolf
4
-55
/
+20
2017-10-06
qemu-iotests: Test commit block job where top has two parents
Kevin Wolf
3
-0
/
+981
2017-10-06
qemu-iotests: Allow QMP pretty printing in common.qemu
Kevin Wolf
1
-3
/
+11
2017-10-06
commit: Support multiple roots above top node
Kevin Wolf
2
-29
/
+41
2017-10-06
block: Introduce BdrvChildRole.update_filename
Kevin Wolf
2
-5
/
+34
2017-10-06
qemu-iotests: merge "check" and "common"
Paolo Bonzini
2
-554
/
+531
2017-10-06
qemu-iotests: get rid of $iam
Paolo Bonzini
2
-5
/
+2
2017-10-06
qemu-iotests: fix uninitialized variable
Paolo Bonzini
2
-2
/
+2
2017-10-06
qemu-iotests: disintegrate more parts of common.config
Paolo Bonzini
4
-49
/
+50
2017-10-06
qemu-iotests: do not include common.rc in "check"
Paolo Bonzini
2
-14
/
+5
[next]