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
2020-06-24
acpi: bios-tables-test: show more context on asl diffs
Gerd Hoffmann
1
-1
/
+1
2020-06-24
qtest: allow DSDT acpi table changes
Gerd Hoffmann
1
-0
/
+18
2020-06-24
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-06-23-1...
Peter Maydell
29
-103
/
+136
2020-06-24
trace/simple: Fix unauthorized enable
Markus Armbruster
2
-7
/
+15
2020-06-24
scripts/tracetool: Update maintainer email address
Philippe Mathieu-Daudé
18
-18
/
+18
2020-06-23
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200623'...
Peter Maydell
27
-1152
/
+1625
2020-06-23
sd/milkymist-memcard: Fix error API violation
Markus Armbruster
1
-1
/
+1
2020-06-23
sd/pxa2xx_mmci: Don't crash on pxa2xx_mmci_init() error
Markus Armbruster
1
-12
/
+3
2020-06-23
arm/aspeed: Drop aspeed_board_init_flashes() parameter @errp
Markus Armbruster
1
-6
/
+6
2020-06-23
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
32
-59
/
+74
2020-06-23
qdev: Reject chardev property override
Markus Armbruster
1
-0
/
+8
2020-06-23
qdev: Reject drive property override
Markus Armbruster
2
-85
/
+11
2020-06-23
qdev: Improve netdev property override error a bit
Markus Armbruster
3
-3
/
+46
2020-06-23
qdev: Eliminate get_pointer(), set_pointer()
Markus Armbruster
1
-60
/
+35
2020-06-23
blockdev: Deprecate -drive with bogus interface type
Markus Armbruster
4
-2
/
+43
2020-06-23
docs/qdev-device-use.txt: Update section "Default Devices"
Markus Armbruster
1
-2
/
+2
2020-06-23
fdc: Deprecate configuring floppies with -global isa-fdc
Markus Armbruster
4
-9
/
+77
2020-06-23
fdc: Open-code fdctrl_init_isa()
Markus Armbruster
3
-17
/
+6
2020-06-23
fdc: Reject clash between -drive if=floppy and -global isa-fdc
Markus Armbruster
6
-159
/
+71
2020-06-23
iotests/172: Cover -global floppy.drive=...
Markus Armbruster
2
-0
/
+141
2020-06-23
iotests/172: Cover empty filename and multiple use of drives
Markus Armbruster
2
-0
/
+62
2020-06-23
iotests/172: Include "info block" in test output
Markus Armbruster
2
-2
/
+489
2020-06-23
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-hw-20200622'...
Peter Maydell
29
-13
/
+2520
2020-06-23
arm/virt: Add memory hot remove support
Shameer Kolothum
2
-2
/
+89
2020-06-23
tests/qtest/arm-cpu-features: Add feature setting tests
Andrew Jones
1
-4
/
+34
2020-06-23
target/arm: Check supported KVM features globally (not per vCPU)
Philippe Mathieu-Daudé
5
-29
/
+22
2020-06-23
hw/arm/mps2-tz: Use the ARM SBCon two-wire serial bus interface
Philippe Mathieu-Daudé
1
-5
/
+18
2020-06-23
hw/arm/mps2: Add audio I2S interface as unimplemented device
Philippe Mathieu-Daudé
1
-0
/
+1
2020-06-23
hw/arm/mps2: Add I2C devices
Philippe Mathieu-Daudé
2
-0
/
+9
2020-06-23
hw/arm/mps2: Add SPI devices
Philippe Mathieu-Daudé
2
-3
/
+27
2020-06-23
hw/arm/mps2: Map the FPGA I/O block
Philippe Mathieu-Daudé
1
-0
/
+9
2020-06-23
hw/arm/mps2: Add CMSDK AHB GPIO peripherals as unimplemented devices
Philippe Mathieu-Daudé
1
-2
/
+6
2020-06-23
hw/arm/mps2: Add CMSDK APB watchdog device
Philippe Mathieu-Daudé
2
-0
/
+8
2020-06-23
hw/arm/mps2: Rename CMSDK AHB peripheral region
Philippe Mathieu-Daudé
1
-1
/
+2
2020-06-23
hw/arm/mps2: Document CMSDK/FPGA APB subsystem sections
Philippe Mathieu-Daudé
1
-1
/
+4
2020-06-23
hw/arm: Use TYPE_VERSATILE_I2C instead of hardcoded string
Philippe Mathieu-Daudé
3
-3
/
+6
2020-06-23
hw/i2c: Add header for ARM SBCon two-wire serial bus interface
Philippe Mathieu-Daudé
3
-12
/
+41
2020-06-23
hw/i2c/versatile_i2c: Add SCL/SDA definitions
Philippe Mathieu-Daudé
1
-2
/
+5
2020-06-23
hw/i2c/versatile_i2c: Add definitions for register addresses
Philippe Mathieu-Daudé
1
-4
/
+10
2020-06-23
hw/watchdog/cmsdk-apb-watchdog: Add trace event for lock status
Philippe Mathieu-Daudé
2
-0
/
+2
2020-06-23
target/arm: Remove dead code relating to SABA and UABA
Peter Maydell
1
-12
/
+0
2020-06-23
target/arm: Remove unnecessary gen_io_end() calls
Peter Maydell
3
-8
/
+4
2020-06-23
target/arm: Move some functions used only in translate-neon.inc.c to that file
Peter Maydell
2
-101
/
+101
2020-06-23
target/arm: Convert Neon VTRN to decodetree
Peter Maydell
3
-362
/
+93
2020-06-23
target/arm: Convert Neon VSWP to decodetree
Peter Maydell
3
-4
/
+44
2020-06-23
target/arm: Convert Neon 2-reg-misc VCVT insns to decodetree
Peter Maydell
3
-62
/
+87
2020-06-23
target/arm: Convert Neon 2-reg-misc VRINT insns to decodetree
Peter Maydell
3
-26
/
+74
2020-06-23
target/arm: Convert Neon 2-reg-misc fp-compare-with-zero insns to decodetree
Peter Maydell
3
-45
/
+39
2020-06-23
target/arm: Convert simple fp Neon 2-reg-misc insns
Peter Maydell
4
-49
/
+78
2020-06-23
target/arm: Convert Neon VQABS, VQNEG to decodetree
Peter Maydell
3
-28
/
+40
[prev]
[next]