summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | scripts/tracetool: Update maintainer email addressPhilippe Mathieu-Daudé2020-06-2418-18/+18
* | | | Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2020-06-23' into ...Peter Maydell2020-06-2544-263/+921
|\ \ \ \
| * | | | sd/milkymist-memcard: Fix error API violationMarkus Armbruster2020-06-231-1/+1
| * | | | sd/pxa2xx_mmci: Don't crash on pxa2xx_mmci_init() errorMarkus Armbruster2020-06-231-12/+3Star
| * | | | arm/aspeed: Drop aspeed_board_init_flashes() parameter @errpMarkus Armbruster2020-06-231-6/+6
| * | | | qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster2020-06-2332-59/+74
| * | | | qdev: Reject chardev property overrideMarkus Armbruster2020-06-231-0/+8
| * | | | qdev: Reject drive property overrideMarkus Armbruster2020-06-232-85/+11Star
| * | | | qdev: Improve netdev property override error a bitMarkus Armbruster2020-06-233-3/+46
| * | | | qdev: Eliminate get_pointer(), set_pointer()Markus Armbruster2020-06-231-60/+35Star
| * | | | blockdev: Deprecate -drive with bogus interface typeMarkus Armbruster2020-06-234-2/+43
| * | | | docs/qdev-device-use.txt: Update section "Default Devices"Markus Armbruster2020-06-231-2/+2
| * | | | fdc: Deprecate configuring floppies with -global isa-fdcMarkus Armbruster2020-06-234-9/+77
| * | | | fdc: Open-code fdctrl_init_isa()Markus Armbruster2020-06-233-17/+6Star
| * | | | fdc: Reject clash between -drive if=floppy and -global isa-fdcMarkus Armbruster2020-06-236-159/+71Star
| * | | | iotests/172: Cover -global floppy.drive=...Markus Armbruster2020-06-232-0/+141
| * | | | iotests/172: Cover empty filename and multiple use of drivesMarkus Armbruster2020-06-232-0/+62
| * | | | iotests/172: Include "info block" in test outputMarkus Armbruster2020-06-232-2/+489
* | | | | Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-06-23-1...Peter Maydell2020-06-2429-103/+136
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tpm: Move backend code under the 'backends/' directoryPhilippe Mathieu-Daudé2020-06-1916-60/+62
| * | | | hw/tpm: Make 'tpm_util.h' publicly accessible as "sysemu/tpm_util.h"Philippe Mathieu-Daudé2020-06-198-11/+11
| * | | | hw/tpm: Move DEFINE_PROP_TPMBE() macro to 'tmp_prop.h' local headerPhilippe Mathieu-Daudé2020-06-196-5/+35
| * | | | hw/tpm: Move few declarations from 'tpm_util.h' to 'tpm_int.h'Philippe Mathieu-Daudé2020-06-192-10/+11
| * | | | hw/tpm: Make TRACE_TPM_UTIL_SHOW_BUFFER check local to tpm_util.cPhilippe Mathieu-Daudé2020-06-192-6/+5Star
| * | | | hw/tpm: Remove unnecessary 'tpm_int.h' header inclusionPhilippe Mathieu-Daudé2020-06-193-3/+0Star
| * | | | hw/tpm: Move 'hw/acpi/tpm.h' inclusion from header to sourcesPhilippe Mathieu-Daudé2020-06-194-1/+3
| * | | | hw/tpm: Include missing 'qemu/option.h' headerPhilippe Mathieu-Daudé2020-06-191-0/+2
| * | | | hw/tpm: Do not include 'qemu/osdep.h' in headerPhilippe Mathieu-Daudé2020-06-191-1/+0Star
| * | | | hw/tpm: Rename TPMDEV as TPM_BACKEND in KconfigPhilippe Mathieu-Daudé2020-06-191-6/+6
| * | | | backends: Add TPM files into their own directoryPhilippe Mathieu-Daudé2020-06-194-2/+3
| * | | | docs/specs/tpm: Correct header path namePhilippe Mathieu-Daudé2020-06-191-1/+1
* | | | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200623'...Peter Maydell2020-06-2327-1152/+1625
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | arm/virt: Add memory hot remove supportShameer Kolothum2020-06-232-2/+89
| * | | | tests/qtest/arm-cpu-features: Add feature setting testsAndrew Jones2020-06-231-4/+34
| * | | | target/arm: Check supported KVM features globally (not per vCPU)Philippe Mathieu-Daudé2020-06-235-29/+22Star
| * | | | hw/arm/mps2-tz: Use the ARM SBCon two-wire serial bus interfacePhilippe Mathieu-Daudé2020-06-231-5/+18
| * | | | hw/arm/mps2: Add audio I2S interface as unimplemented devicePhilippe Mathieu-Daudé2020-06-231-0/+1
| * | | | hw/arm/mps2: Add I2C devicesPhilippe Mathieu-Daudé2020-06-232-0/+9
| * | | | hw/arm/mps2: Add SPI devicesPhilippe Mathieu-Daudé2020-06-232-3/+27
| * | | | hw/arm/mps2: Map the FPGA I/O blockPhilippe Mathieu-Daudé2020-06-231-0/+9
| * | | | hw/arm/mps2: Add CMSDK AHB GPIO peripherals as unimplemented devicesPhilippe Mathieu-Daudé2020-06-231-2/+6
| * | | | hw/arm/mps2: Add CMSDK APB watchdog devicePhilippe Mathieu-Daudé2020-06-232-0/+8
| * | | | hw/arm/mps2: Rename CMSDK AHB peripheral regionPhilippe Mathieu-Daudé2020-06-231-1/+2
| * | | | hw/arm/mps2: Document CMSDK/FPGA APB subsystem sectionsPhilippe Mathieu-Daudé2020-06-231-1/+4
| * | | | hw/arm: Use TYPE_VERSATILE_I2C instead of hardcoded stringPhilippe Mathieu-Daudé2020-06-233-3/+6
| * | | | hw/i2c: Add header for ARM SBCon two-wire serial bus interfacePhilippe Mathieu-Daudé2020-06-233-12/+41
| * | | | hw/i2c/versatile_i2c: Add SCL/SDA definitionsPhilippe Mathieu-Daudé2020-06-231-2/+5
| * | | | hw/i2c/versatile_i2c: Add definitions for register addressesPhilippe Mathieu-Daudé2020-06-231-4/+10
| * | | | hw/watchdog/cmsdk-apb-watchdog: Add trace event for lock statusPhilippe Mathieu-Daudé2020-06-232-0/+2
| * | | | target/arm: Remove dead code relating to SABA and UABAPeter Maydell2020-06-231-12/+0Star