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
2020-01-30
qemu-io: adds option to use aio engine
Aarushi Mehta
1
-4
/
+21
2020-01-30
block/io_uring: adds userspace completion polling
Aarushi Mehta
1
-1
/
+16
2020-01-30
block: add trace events for io_uring
Aarushi Mehta
2
-3
/
+32
2020-01-30
block/file-posix.c: extend to use io_uring
Aarushi Mehta
1
-19
/
+79
2020-01-30
blockdev: adds bdrv_parse_aio to use io_uring
Aarushi Mehta
3
-8
/
+27
2020-01-30
util/async: add aio interfaces for io_uring
Aarushi Mehta
1
-0
/
+36
2020-01-30
stubs: add stubs for io_uring interface
Aarushi Mehta
3
-0
/
+34
2020-01-30
block/io_uring: implements interfaces for io_uring
Aarushi Mehta
5
-1
/
+439
2020-01-30
block/block: add BDRV flag for io_uring
Aarushi Mehta
1
-0
/
+1
2020-01-30
qapi/block-core: add option for io_uring
Aarushi Mehta
1
-1
/
+3
2020-01-30
configure: permit use of io_uring
Aarushi Mehta
1
-0
/
+27
2020-01-30
block/io: take bs->reqs_lock in bdrv_mark_request_serialising
Paolo Bonzini
1
-49
/
+63
2020-01-30
block/io: wait for serialising requests when a request becomes serialising
Paolo Bonzini
3
-26
/
+18
2020-01-30
block: eliminate BDRV_REQ_NO_SERIALISING
Paolo Bonzini
2
-26
/
+4
2020-01-30
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200130'...
Peter Maydell
51
-90
/
+1727
2020-01-30
target/arm/cpu: Add the kvm-no-adjvtime CPU property
Andrew Jones
9
-1
/
+92
2020-01-30
target/arm/kvm: Implement virtual time adjustment
Andrew Jones
6
-0
/
+150
2020-01-30
tests/arm-cpu-features: Check feature default values
Andrew Jones
1
-9
/
+28
2020-01-30
target/arm/kvm64: kvm64 cpus have timer registers
Andrew Jones
1
-0
/
+1
2020-01-30
hw/arm/virt: Add missing 5.0 options call to 4.2 options
Andrew Jones
1
-0
/
+1
2020-01-30
target/arm/kvm: trivial: Clean up header documentation
Andrew Jones
1
-19
/
+27
2020-01-30
hw/intc/arm_gicv3_kvm: Stop wrongly programming GICR_PENDBASER.PTZ bit
Zenghui Yu
1
-7
/
+4
2020-01-30
hw/s390x/ipl: replace deprecated qdev_reset_all registration
Damien Hedde
1
-1
/
+9
2020-01-30
vl: replace deprecated qbus_reset_all registration
Damien Hedde
1
-1
/
+9
2020-01-30
docs/devel/reset.rst: add doc about Resettable interface
Damien Hedde
2
-0
/
+290
2020-01-30
hw/core: deprecate old reset functions and introduce new ones
Damien Hedde
5
-0
/
+51
2020-01-30
hw/core/qdev: update hotplug reset regarding resettable
Damien Hedde
2
-1
/
+25
2020-01-30
hw/core/qdev: handle parent bus change regarding resettable
Damien Hedde
1
-5
/
+11
2020-01-30
hw/core/resettable: add support for changing parent
Damien Hedde
3
-2
/
+77
2020-01-30
hw/core: add Resettable support to BusClass and DeviceClass
Damien Hedde
4
-0
/
+218
2020-01-30
hw/core: create Resettable QOM interface
Damien Hedde
4
-0
/
+467
2020-01-30
hw/core/qdev: add trace events to help with resettable transition
Damien Hedde
2
-3
/
+35
2020-01-30
add device_legacy_reset function to prepare for reset api change
Damien Hedde
15
-22
/
+22
2020-01-30
hw/arm/raspi: Remove obsolete use of -smp to set the soc 'enabled-cpus'
Philippe Mathieu-Daudé
1
-2
/
+0
2020-01-30
misc/pca9552: Add qom set and get
Joel Stanley
1
-0
/
+90
2020-01-30
hw/arm/aspeed: add a 'execute-in-place' property to boot directly from CE0
Cédric Le Goater
2
-5
/
+41
2020-01-30
ftgmac100: check RX and TX buffer alignment
Cédric Le Goater
1
-0
/
+13
2020-01-30
hw/arm: ast2600: Wire up the eMMC controller
Andrew Jeffery
3
-12
/
+45
2020-01-30
hw/sd: Configure number of slots exposed by the ASPEED SDHCI model
Andrew Jeffery
5
-3
/
+15
2020-01-30
target/arm/arm-semi: Don't let the guest close stdin/stdout/stderr
Peter Maydell
1
-0
/
+9
2020-01-30
hw/core/or-irq: Fix incorrect assert forbidding num-lines == MAX_OR_LINES
Peter Maydell
1
-1
/
+1
2020-01-30
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jan-29-2020' ...
Peter Maydell
51
-121
/
+356
2020-01-30
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-01-29-1...
Peter Maydell
1
-1
/
+2
2020-01-30
Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-r...
Peter Maydell
16
-1082
/
+1332
2020-01-29
target/mips: Add implementation of GINVT instruction
Yongbok Kim
7
-26
/
+184
2020-01-29
target/mips: Amend CP0 WatchHi register implementation
Yongbok Kim
5
-7
/
+69
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
40
-79
/
+92
2020-01-29
target/mips: semihosting: Remove 'uhi_done' label in helper_do_semihosting()
Daniel Henrique Barboza
1
-8
/
+7
2020-01-29
disas: Add a field for target-dependant data to disassemble_info
Aleksandar Markovic
1
-0
/
+3
2020-01-29
target/mips: Rectify documentation on deprecating MIPS r4k machine
Aleksandar Markovic
1
-1
/
+1
[next]