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-04-20
cadence_gem: Make the revision a property
Alistair Francis
2
-1
/
+6
2017-04-20
cadence_gem: Correct the interupt logic
Alistair Francis
1
-5
/
+13
2017-04-20
cadence_gem: Correct the multi-queue can rx logic
Alistair Francis
1
-7
/
+10
2017-04-20
cadence_gem: Read the correct queue descriptor
Alistair Francis
1
-2
/
+2
2017-04-20
hw/arm: Qomify pxa2xx.c
Suramya Shah
1
-8
/
+6
2017-04-20
arm/kvm: Remove trailing newlines from error_report()
Ishani Chugh
1
-2
/
+2
2017-04-20
stellaris: Don't hw_error() on bad register accesses
Peter Maydell
1
-23
/
+37
2017-04-20
target/arm: Add assertion about FSC format for syndrome registers
Peter Maydell
1
-5
/
+18
2017-04-20
arm: Move excnames[] array into arm_log_exceptions()
Peter Maydell
3
-24
/
+20
2017-04-20
target/arm: Add missing entries to excnames[] for log strings
Peter Maydell
2
-0
/
+3
2017-04-20
hw/misc/exynos4210_pmu: Reorder local variables for readability
Krzysztof Kozlowski
1
-2
/
+2
2017-04-20
hw/char/exynos4210_uart: Constify static array and few arguments
Krzysztof Kozlowski
1
-4
/
+4
2017-04-20
hw/arm/exynos: Convert fprintf to qemu_log_mask/error_report
Krzysztof Kozlowski
4
-20
/
+25
2017-04-20
hw/arm/boot: take Linux/arm64 TEXT_OFFSET header field into account
Ard Biesheuvel
1
-11
/
+53
2017-04-20
Open 2.10 development tree
Peter Maydell
1
-1
/
+1
2017-04-20
Update version for v2.9.0 release
v2.9.0
Peter Maydell
1
-1
/
+1
2017-04-18
Update version for v2.9.0-rc5 release
v2.9.0-rc5
Peter Maydell
1
-1
/
+1
2017-04-18
Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into staging
Peter Maydell
2
-11
/
+34
2017-04-18
block: Drain BH in bdrv_drained_begin
Fam Zheng
1
-8
/
+14
2017-04-18
block: Walk bs->children carefully in bdrv_drain_recurse
Fam Zheng
1
-3
/
+20
2017-04-18
9pfs: local: set the path of the export root to "."
Greg Kurz
1
-1
/
+6
2017-04-11
Update version for v2.9.0-rc4 release
v2.9.0-rc4
Peter Maydell
1
-1
/
+1
2017-04-11
block/io: Comment out permission assertions
Max Reitz
2
-3
/
+15
2017-04-11
sheepdog: Fix crash in co_read_response()
Kevin Wolf
1
-1
/
+1
2017-04-11
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2017-04-11' in...
Peter Maydell
3
-5
/
+34
2017-04-11
iscsi: Fix iscsi_create
Fam Zheng
1
-2
/
+8
2017-04-11
throttle: Remove block from group on hot-unplug
Eric Blake
1
-0
/
+3
2017-04-11
block: pass the right options for BlockDriver.bdrv_open()
Dong Jia Shi
1
-3
/
+23
2017-04-11
Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into staging
Peter Maydell
14
-33
/
+92
2017-04-11
sheepdog: Use bdrv_coroutine_enter before BDRV_POLL_WHILE
Fam Zheng
1
-1
/
+1
2017-04-11
block: Fix bdrv_co_flush early return
Fam Zheng
1
-5
/
+7
2017-04-11
block: Use bdrv_coroutine_enter to start I/O coroutines
Fam Zheng
3
-14
/
+14
2017-04-11
qemu-io-cmds: Use bdrv_coroutine_enter
Fam Zheng
1
-1
/
+1
2017-04-11
blockjob: Use bdrv_coroutine_enter to start coroutine
Fam Zheng
1
-2
/
+2
2017-04-11
block: Introduce bdrv_coroutine_enter
Fam Zheng
2
-0
/
+10
2017-04-11
async: Introduce aio_co_enter
Fam Zheng
2
-1
/
+15
2017-04-11
coroutine: Extract qemu_aio_coroutine_enter
Fam Zheng
3
-4
/
+14
2017-04-11
tests/block-job-txn: Don't start block job before adding to txn
Fam Zheng
1
-1
/
+5
2017-04-11
block: Quiesce old aio context during bdrv_set_aio_context
Fam Zheng
1
-2
/
+5
2017-04-11
block: Make bdrv_parent_drained_begin/end public
Fam Zheng
2
-2
/
+18
2017-04-11
Merge remote-tracking branch 'remotes/kraxel/tags/pull-fixes-20170411-1' into...
Peter Maydell
2
-0
/
+33
2017-04-11
qxl: add migration blocker to avoid pre-save assert
Gerd Hoffmann
2
-0
/
+32
2017-04-10
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+1
2017-04-10
Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-fixups-for-rc2-...
Peter Maydell
8
-40
/
+110
2017-04-10
configure: on Windows minimum glib version must be 2.30
Peter Maydell
1
-1
/
+5
2017-04-10
replay: assert time only goes forward
Alex Bennée
2
-0
/
+8
2017-04-10
cpus: call cpu_update_icount on read
Alex Bennée
1
-4
/
+6
2017-04-10
cpu-exec: update icount after each TB_EXIT
Alex Bennée
2
-20
/
+12
2017-04-10
cpus: introduce cpu_update_icount helper
Alex Bennée
2
-2
/
+22
2017-04-10
cpus: don't credit executed instructions before they have run
Alex Bennée
2
-6
/
+20
[next]