aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-02-13hw/arm/raspi: Extract the version from the board revisionPhilippe Mathieu-Daudé1-4/+27
2020-02-13hw/arm/raspi: Correct the board descriptionsPhilippe Mathieu-Daudé1-2/+2
2020-02-13hw/arm/raspi: Use BCM2708 machine type with pre Device Tree kernelsPhilippe Mathieu-Daudé1-3/+3
2020-02-13hw/char/exynos4210_uart: Fix memleaks in exynos4210_uart_initChen Qun1-2/+3
2020-02-13hw/arm: ast2600: Wire up EHCI controllersGuenter Roeck1-0/+23
2020-02-13hw/arm: ast2400/ast2500: Wire up EHCI controllersGuenter Roeck1-0/+25
2020-02-13arm/acpi: simplify the description of PCI _CRSHeyi Guo1-1/+0
2020-02-13arm/acpi: fix duplicated _UID of PCI interrupt link devicesHeyi Guo1-1/+1
2020-02-13arm/acpi: fix PCI _PRT definitionHeyi Guo1-5/+5
2020-02-13arm/virt/acpi: remove _ADR from devices identified by _HIDHeyi Guo1-8/+0
2020-02-13arm/virt/acpi: remove meaningless sub device "RP0" from PCI0Heyi Guo1-4/+0
2020-02-13i.MX: Add support for WDT on i.MX6Roman Kapl1-0/+21
2020-02-13i.MX: Fix inverted register bits in wdt code.Roman Kapl1-1/+1
2020-02-10Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-1/+2
2020-02-10Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-02-08' into sta...Peter Maydell4-0/+56
2020-02-08hw/9pfs/9p-synth: added directory for readdir testChristian Schoenebeck2-0/+24
2020-02-089pfs: validate count sent by client with T_readdirChristian Schoenebeck1-0/+9
2020-02-089pfs: require msize >= 4096Christian Schoenebeck2-0/+23
2020-02-07hw/core: Allow setting 'virtio-blk-device.scsi' property on OSX hostPhilippe Mathieu-Daudé1-1/+2
2020-02-07stellaris: delay timer_new to avoid memleaksPan Nengyuan1-1/+6
2020-02-07stm32f2xx_timer: delay timer_new to avoid memleaksPan Nengyuan1-0/+5
2020-02-07armv7m_systick: delay timer_new to avoid memleaksPan Nengyuan1-0/+6
2020-02-07bcm2835_dma: Re-initialize xlen in TD modeRene Stange1-1/+3
2020-02-07bcm2835_dma: Fix the ylen loop in TD modeRene Stange1-2/+2
2020-02-06hw/vfio: Move the IGD quirk code to a separate fileThomas Huth5-611/+642
2020-02-06aspeed/i2c: Prevent uninitialized warningMiroslav Rezanina1-1/+1
2020-02-06hw/i386/vmmouse: Fix crash when using the vmmouse on a machine without vmportThomas Huth1-0/+6
2020-02-06hw/bt: Remove empty Kconfig fileThomas Huth1-0/+0
2020-02-06hw/timer/m48t59: Convert debug printf()s to trace eventsPhilippe Mathieu-Daudé3-11/+11
2020-02-06hw/smbios/smbios: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2020-02-04hw/hppa/Kconfig: LASI chipset requires PARALLEL portPhilippe Mathieu-Daudé1-0/+1
2020-02-04hw/input: Do not enable CONFIG_PCKBD by defaultThomas Huth2-1/+1
2020-02-04hw/*/Makefile.objs: Move many .o files to common-objsThomas Huth16-41/+40
2020-02-04trivial: Remove xenfb_enabled from sysemu.hThomas Huth1-1/+1
2020-02-03ppc: spapr: Activate the FWNMI functionalityAravinda Prasad1-1/+2
2020-02-03migration: Include migration support for machine check handlingAravinda Prasad3-1/+64
2020-02-03ppc: spapr: Handle "ibm,nmi-register" and "ibm,nmi-interlock" RTAS callsAravinda Prasad2-0/+69
2020-02-03target/ppc: Build rtas error log upon an MCEAravinda Prasad2-1/+245
2020-02-03target/ppc: Handle NMI guest exitAravinda Prasad2-0/+45
2020-02-03ppc: spapr: Introduce FWNMI capabilityAravinda Prasad2-0/+20
2020-02-03spapr: Enable DD2.3 accelerated count cache flush in pseries-5.0 machineDavid Gibson2-5/+21
2020-02-02ppc/pnv: change the PowerNV machine devices to be non user creatableCédric Le Goater8-1/+12
2020-02-02ppc/pnv: Add models for POWER8 PHB3 PCIe Host bridgeCédric Le Goater6-3/+1982
2020-02-02ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridgeBenjamin Herrenschmidt5-0/+2141
2020-02-02hw/ppc/Kconfig: Enable TPM_SPAPR as part of PSERIES configStefan Berger1-1/+1
2020-02-02tpm_spapr: Support suspend and resumeStefan Berger2-1/+53
2020-02-02tpm_spapr: Support TPM for ppc64 using CRQ based interfaceStefan Berger4-0/+398
2020-02-02spapr: Implement get_dt_compatible() callbackStefan Berger1-2/+9
2020-02-02tpm: Move tpm_tis_show_buffer to tpm_util.cStefan Berger4-29/+33
2020-02-02ppc/pnv: Add support for "hostboot" modeCédric Le Goater3-2/+34