aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-23sd/milkymist-memcard: Fix error API violationMarkus Armbruster1-1/+1
2020-06-23sd/pxa2xx_mmci: Don't crash on pxa2xx_mmci_init() errorMarkus Armbruster1-12/+3
2020-06-23arm/aspeed: Drop aspeed_board_init_flashes() parameter @errpMarkus Armbruster1-6/+6
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster32-59/+74
2020-06-23qdev: Reject chardev property overrideMarkus Armbruster1-0/+8
2020-06-23qdev: Reject drive property overrideMarkus Armbruster2-85/+11
2020-06-23qdev: Improve netdev property override error a bitMarkus Armbruster3-3/+46
2020-06-23qdev: Eliminate get_pointer(), set_pointer()Markus Armbruster1-60/+35
2020-06-23blockdev: Deprecate -drive with bogus interface typeMarkus Armbruster4-2/+43
2020-06-23docs/qdev-device-use.txt: Update section "Default Devices"Markus Armbruster1-2/+2
2020-06-23fdc: Deprecate configuring floppies with -global isa-fdcMarkus Armbruster4-9/+77
2020-06-23fdc: Open-code fdctrl_init_isa()Markus Armbruster3-17/+6
2020-06-23fdc: Reject clash between -drive if=floppy and -global isa-fdcMarkus Armbruster6-159/+71
2020-06-23iotests/172: Cover -global floppy.drive=...Markus Armbruster2-0/+141
2020-06-23iotests/172: Cover empty filename and multiple use of drivesMarkus Armbruster2-0/+62
2020-06-23iotests/172: Include "info block" in test outputMarkus Armbruster2-2/+489
2020-06-23Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-hw-20200622'...Peter Maydell29-13/+2520
2020-06-23arm/virt: Add memory hot remove supportShameer Kolothum2-2/+89
2020-06-23tests/qtest/arm-cpu-features: Add feature setting testsAndrew Jones1-4/+34
2020-06-23target/arm: Check supported KVM features globally (not per vCPU)Philippe Mathieu-Daudé5-29/+22
2020-06-23hw/arm/mps2-tz: Use the ARM SBCon two-wire serial bus interfacePhilippe Mathieu-Daudé1-5/+18
2020-06-23hw/arm/mps2: Add audio I2S interface as unimplemented devicePhilippe Mathieu-Daudé1-0/+1
2020-06-23hw/arm/mps2: Add I2C devicesPhilippe Mathieu-Daudé2-0/+9
2020-06-23hw/arm/mps2: Add SPI devicesPhilippe Mathieu-Daudé2-3/+27
2020-06-23hw/arm/mps2: Map the FPGA I/O blockPhilippe Mathieu-Daudé1-0/+9
2020-06-23hw/arm/mps2: Add CMSDK AHB GPIO peripherals as unimplemented devicesPhilippe Mathieu-Daudé1-2/+6
2020-06-23hw/arm/mps2: Add CMSDK APB watchdog devicePhilippe Mathieu-Daudé2-0/+8
2020-06-23hw/arm/mps2: Rename CMSDK AHB peripheral regionPhilippe Mathieu-Daudé1-1/+2
2020-06-23hw/arm/mps2: Document CMSDK/FPGA APB subsystem sectionsPhilippe Mathieu-Daudé1-1/+4
2020-06-23hw/arm: Use TYPE_VERSATILE_I2C instead of hardcoded stringPhilippe Mathieu-Daudé3-3/+6
2020-06-23hw/i2c: Add header for ARM SBCon two-wire serial bus interfacePhilippe Mathieu-Daudé3-12/+41
2020-06-23hw/i2c/versatile_i2c: Add SCL/SDA definitionsPhilippe Mathieu-Daudé1-2/+5
2020-06-23hw/i2c/versatile_i2c: Add definitions for register addressesPhilippe Mathieu-Daudé1-4/+10
2020-06-23hw/watchdog/cmsdk-apb-watchdog: Add trace event for lock statusPhilippe Mathieu-Daudé2-0/+2
2020-06-23target/arm: Remove dead code relating to SABA and UABAPeter Maydell1-12/+0
2020-06-23target/arm: Remove unnecessary gen_io_end() callsPeter Maydell3-8/+4
2020-06-23target/arm: Move some functions used only in translate-neon.inc.c to that filePeter Maydell2-101/+101
2020-06-23target/arm: Convert Neon VTRN to decodetreePeter Maydell3-362/+93
2020-06-23target/arm: Convert Neon VSWP to decodetreePeter Maydell3-4/+44
2020-06-23target/arm: Convert Neon 2-reg-misc VCVT insns to decodetreePeter Maydell3-62/+87
2020-06-23target/arm: Convert Neon 2-reg-misc VRINT insns to decodetreePeter Maydell3-26/+74
2020-06-23target/arm: Convert Neon 2-reg-misc fp-compare-with-zero insns to decodetreePeter Maydell3-45/+39
2020-06-23target/arm: Convert simple fp Neon 2-reg-misc insnsPeter Maydell4-49/+78
2020-06-23target/arm: Convert Neon VQABS, VQNEG to decodetreePeter Maydell3-28/+40
2020-06-23target/arm: Convert remaining simple 2-reg-misc Neon opsPeter Maydell3-31/+86
2020-06-23target/arm: Convert Neon 2-reg-misc VREV32 and VREV16 to decodetreePeter Maydell4-10/+60
2020-06-23target/arm: Make gen_swap_half() take separate src and destPeter Maydell2-6/+6
2020-06-23target/arm: Fix capitalization in NeonGenTwo{Single, Double}OPFn typedefsPeter Maydell3-5/+5
2020-06-23target/arm: Rename NeonGenOneOpFn to NeonGenOne64OpFnPeter Maydell2-3/+3
2020-06-23target/arm: Convert Neon 2-reg-misc crypto operations to decodetreePeter Maydell3-48/+58