aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-06-26hw/scsi/megasas: Fix possible out-of-bounds array access in tracepointsThomas Huth1-13/+23
2020-06-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell10-266/+258
2020-06-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2020-06-23' into ...Peter Maydell35-190/+217
2020-06-24Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridgeAni Sinha1-10/+11
2020-06-24Stop vhost-user sending uninitialized mmap_offsetsRaphael Norwitz1-6/+6
2020-06-24arm/acpi: Add the TPM2.0 device under the DSDTEric Auger1-0/+34
2020-06-24acpi: Some build_tpm2() code reshapeEric Auger1-19/+32
2020-06-24acpi: q35: drop _SB.PCI0.ISA.LPCD opregion.Gerd Hoffmann1-11/+0
2020-06-24acpi: drop build_piix4_pm()Gerd Hoffmann1-16/+0
2020-06-24acpi: drop serial/parallel enable bits from dsdtGerd Hoffmann1-23/+0
2020-06-24acpi: simplify build_isa_devices_aml()Gerd Hoffmann1-10/+6
2020-06-24acpi: factor out fw_cfg_add_acpi_dsdt()Gerd Hoffmann3-23/+30
2020-06-24acpi: move aml builder code for i8042 (kbd+mouse) deviceGerd Hoffmann2-39/+31
2020-06-24floppy: move cmos_get_fd_drive_type() from pcGerd Hoffmann2-26/+25
2020-06-24floppy: make isa_fdc_get_drive_max_chs staticGerd Hoffmann1-2/+2
2020-06-24acpi: move aml builder code for floppy deviceGerd Hoffmann2-83/+83
2020-06-24Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-06-23-1...Peter Maydell18-2280/+47
2020-06-23Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200623'...Peter Maydell11-36/+203
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 Armbruster31-56/+61
2020-06-23qdev: Reject chardev property overrideMarkus Armbruster1-0/+8
2020-06-23qdev: Reject drive property overrideMarkus Armbruster1-0/+8
2020-06-23qdev: Improve netdev property override error a bitMarkus Armbruster2-3/+44
2020-06-23qdev: Eliminate get_pointer(), set_pointer()Markus Armbruster1-60/+35
2020-06-23fdc: Deprecate configuring floppies with -global isa-fdcMarkus Armbruster1-0/+17
2020-06-23fdc: Open-code fdctrl_init_isa()Markus Armbruster2-16/+6
2020-06-23fdc: Reject clash between -drive if=floppy and -global isa-fdcMarkus Armbruster3-43/+35
2020-06-23arm/virt: Add memory hot remove supportShameer Kolothum2-2/+89
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é1-12/+5
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-23hw/arm/virt: Add 5.0 HW compat propsAndrew Jones1-0/+1
2020-06-22hw/rx: Add RX GDB simulatorYoshinori Sato3-0/+203
2020-06-22hw/rx: Register R5F562N7 and R5F562N8 MCUsPhilippe Mathieu-Daudé1-15/+77
2020-06-22hw/rx: Honor -accel qtestRichard Henderson1-1/+8
2020-06-22hw/rx: RX62N microcontroller (MCU)Yoshinori Sato4-0/+262
2020-06-22hw/char: RX62N serial communication interface (SCI)Yoshinori Sato3-0/+354