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
2018-09-27
display/stdvga: add edid support.
Gerd Hoffmann
4
-7
/
+34
2018-09-27
display/edid: add DEFINE_EDID_PROPERTIES
Gerd Hoffmann
1
-0
/
+4
2018-09-27
display/edid: add region helper.
Gerd Hoffmann
3
-0
/
+38
2018-09-27
display/edid: add qemu_edid_size()
Gerd Hoffmann
2
-0
/
+15
2018-09-27
display/edid: add edid generator to qemu.
Gerd Hoffmann
7
-1
/
+575
2018-09-25
Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-09-25' int...
Peter Maydell
29
-317
/
+856
2018-09-25
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180925' into s...
Peter Maydell
4
-2
/
+20
2018-09-25
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180925-...
Peter Maydell
26
-336
/
+542
2018-09-25
target/arm: Start AArch32 CPUs with EL2 but not EL3 in Hyp mode
Peter Maydell
1
-2
/
+12
2018-09-25
aspeed/smc: fix some alignment issues
Cédric Le Goater
1
-4
/
+4
2018-09-25
hw/arm/aspeed: Add an Aspeed machine class
Cédric Le Goater
2
-142
/
+116
2018-09-25
hw/arm/aspeed: change the FMC flash model of the AST2500 evb
Cédric Le Goater
1
-1
/
+1
2018-09-25
aspeed/timer: fix compile breakage with clang 3.4.2
Cédric Le Goater
2
-3
/
+1
2018-09-25
hw/timer/cmsdk-apb-dualtimer: Add missing 'break' statements
Peter Maydell
1
-0
/
+2
2018-09-25
hw/net/pcnet-pci: Unify pcnet_ioport_read/write and pcnet_mmio_read/write
Peter Maydell
2
-67
/
+2
2018-09-25
hw/net/pcnet-pci: Convert away from old_mmio accessors
Peter Maydell
2
-84
/
+57
2018-09-25
hw/intc/arm_gic: Drop GIC_BASE_IRQ macro
Peter Maydell
3
-20
/
+14
2018-09-25
hw/intc/arm_gic: Document QEMU interface
Peter Maydell
1
-0
/
+43
2018-09-25
hw/arm/smmuv3: fix eventq recording and IRQ triggerring
Eric Auger
2
-14
/
+14
2018-09-25
Merge remote-tracking branch 'kevin/tags/for-upstream' into block
Max Reitz
24
-114
/
+527
2018-09-25
test-bdrv-drain: Test draining job source child and parent
Kevin Wolf
1
-8
/
+69
2018-09-25
block: Use a single global AioWait
Kevin Wolf
10
-65
/
+26
2018-09-25
test-bdrv-drain: Fix outdated comments
Kevin Wolf
1
-5
/
+5
2018-09-25
test-bdrv-drain: AIO_WAIT_WHILE() in job .commit/.abort
Kevin Wolf
1
-12
/
+104
2018-09-25
job: Avoid deadlocks in job_completed_txn_abort()
Kevin Wolf
1
-5
/
+11
2018-09-25
test-bdrv-drain: Test nested poll in bdrv_drain_poll_top_level()
Kevin Wolf
1
-0
/
+13
2018-09-25
block: Remove aio_poll() in bdrv_drain_poll variants
Kevin Wolf
1
-8
/
+0
2018-09-25
blockjob: Lie better in child_job_drained_poll()
Kevin Wolf
3
-2
/
+14
2018-09-25
block-backend: Decrease in_flight only after callback
Kevin Wolf
1
-1
/
+1
2018-09-25
block-backend: Fix potential double blk_delete()
Kevin Wolf
1
-1
/
+8
2018-09-25
block-backend: Add .drained_poll callback
Kevin Wolf
1
-0
/
+9
2018-09-25
block: Add missing locking in bdrv_co_drain_bh_cb()
Kevin Wolf
3
-0
/
+25
2018-09-25
test-bdrv-drain: Test AIO_WAIT_WHILE() in completion callback
Kevin Wolf
1
-0
/
+10
2018-09-25
job: Use AIO_WAIT_WHILE() in job_finish_sync()
Kevin Wolf
1
-8
/
+6
2018-09-25
test-blockjob: Acquire AioContext around job_cancel_sync()
Kevin Wolf
2
-0
/
+12
2018-09-25
test-bdrv-drain: Drain with block jobs in an I/O thread
Kevin Wolf
1
-6
/
+86
2018-09-25
aio-wait: Increase num_waiters even in home thread
Kevin Wolf
1
-3
/
+3
2018-09-25
blockjob: Wake up BDS when job becomes idle
Kevin Wolf
4
-0
/
+41
2018-09-25
job: Fix missing locking due to mismerge
Kevin Wolf
1
-0
/
+4
2018-09-25
job: Fix nested aio_poll() hanging in job_txn_apply
Fam Zheng
1
-13
/
+5
2018-09-25
util/async: use qemu_aio_coroutine_enter in co_schedule_bh_cb
Sergio Lopez
1
-1
/
+1
2018-09-25
qemu-iotests: Test snapshot=on with nonexistent TMPDIR
Alberto Garcia
3
-0
/
+9
2018-09-25
block: Fix use after free error in bdrv_open_inherit()
Alberto Garcia
1
-0
/
+1
2018-09-25
block/linux-aio: acquire AioContext before qemu_laio_process_completions
Sergio Lopez
1
-1
/
+1
2018-09-25
qemu-iotests: Test commit with top-node/base-node
Kevin Wolf
2
-4
/
+52
2018-09-25
commit: Add top-node/base-node options
Kevin Wolf
2
-8
/
+48
2018-09-25
qmp, hmp: add PCI subsystem id and vendor id to PCI info
Denis V. Lunev
3
-1
/
+11
2018-09-25
hmp: fix migrate status timer leak
Marc-André Lureau
1
-0
/
+1
2018-09-25
monitor: print message when using 'help' with an unknown command
Collin Walling
1
-1
/
+8
2018-09-25
blockdev: document transactional shortcomings
John Snow
1
-1
/
+7
[next]