aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-02-06ACPI ERST: create ACPI ERST table for pc/x86 machinesEric DeVolder2-0/+30
2022-02-06ACPI ERST: build the ACPI ERST tableEric DeVolder1-0/+211
2022-02-06ACPI ERST: support for ACPI ERST featureEric DeVolder4-0/+862
2022-02-04acpi: fix OEM ID/OEM Table ID paddingIgor Mammedov1-2/+2
2022-02-04hw/i386: Add the possibility to disable the 'isapc' machineThomas Huth1-1/+4
2022-02-02Merge remote-tracking branch 'remotes/hdeller/tags/hppa-updates-pull-request'...Peter Maydell4-271/+240
2022-02-02hw/display/artist: Fix draw_line() artefactsSven Schnelle1-2/+3
2022-02-02hw/display/artist: Mouse cursor fixes for HP-UXHelge Deller1-8/+34
2022-02-02hw/display/artist: rewrite vram access mode handlingSven Schnelle2-258/+166
2022-02-02hppa: Add support for an emulated TOC/NMI button.Helge Deller1-1/+34
2022-02-02hw/hppa: Allow up to 16 emulated CPUsHelge Deller1-2/+3
2022-01-31Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220130' into s...Peter Maydell7-22/+44
2022-01-29Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128...Peter Maydell23-30/+0
2022-01-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220128'...Peter Maydell37-54/+3967
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell23-30/+0
2022-01-28hw/arm: ast2600: Fix address mapping of second SPI controllerCédric Le Goater1-1/+1
2022-01-28hw/intc/arm_gicv3_its: Implement MOVIPeter Maydell3-0/+215
2022-01-28hw/intc/arm_gicv3_its: Implement MOVALLPeter Maydell3-0/+125
2022-01-28hw/intc/arm_gicv3_its: Check table bounds against correct limitPeter Maydell1-9/+9
2022-01-28hw/intc/arm_gicv3_its: Make GITS_BASER<n> RAZ/WI for unimplemented registersPeter Maydell1-0/+8
2022-01-28hw/intc/arm_gicv3_its: Provide read accessor for translation_opsPeter Maydell1-0/+13
2022-01-28hw/intc/arm_gicv3: Set GICR_CTLR.CES if LPIs are supportedPeter Maydell2-0/+5
2022-01-28hw/intc/arm_gicv3_redist: Remove unnecessary zero checksPeter Maydell1-5/+3
2022-01-28hw/intc/arm_gicv3_its: Sort ITS command list into numeric orderPeter Maydell1-5/+5
2022-01-28hw/intc/arm_gicv3: Honour GICD_CTLR.EnableGrp1NS for LPIsPeter Maydell1-0/+1
2022-01-28hw/intc/arm_gicv3_its: Don't clear GITS_CWRITER on writes to GITS_CBASERPeter Maydell1-3/+0
2022-01-28hw/intc/arm_gicv3_its: Don't clear GITS_CREADR when GITS_CTLR.ENABLED is setPeter Maydell1-1/+0
2022-01-28hw/intc/arm_gicv3: Initialise dma_as in GIC, not ITSPeter Maydell2-3/+5
2022-01-28hw/intc/arm_gicv3_its: Add tracepointsPeter Maydell2-0/+19
2022-01-28hw/arm/xlnx-versal-virt: Connect mt35xu01g flashes to the OSPIFrancisco Iglesias1-0/+23
2022-01-28hw/block/m25p80: Add support for Micron Xccela flash mt35xu01gFrancisco Iglesias1-0/+2
2022-01-28hw/arm/xlnx-versal: Connect the OSPI flash memory controller modelFrancisco Iglesias1-0/+93
2022-01-28hw/ssi: Add a model of Xilinx Versal's OSPI flash memory controllerFrancisco Iglesias2-0/+1854
2022-01-28hw/dma/xlnx_csu_dma: Support starting a read transfer through a class methodFrancisco Iglesias1-0/+17
2022-01-28hw/arm/xlnx-versal: Connect Versal's PMC SLCRFrancisco Iglesias1-1/+70
2022-01-28hw/arm/xlnx-versal: 'Or' the interrupts from the BBRAM and RTC modelsFrancisco Iglesias2-3/+27
2022-01-28hw/misc: Add a model of Versal's PMC SLCRFrancisco Iglesias2-1/+1450
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell20-20/+20
2022-01-28hw/char/exynos4210_uart: Fix crash on trying to load VM statePeter Maydell1-1/+1
2022-01-28hw/armv7m: Fix broken VMStateDescriptionPeter Maydell1-2/+2
2022-01-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell3-6/+13
2022-01-28hw/ppc/vof: Add missing includesPhilippe Mathieu-Daudé1-1/+0
2022-01-28spapr.c: check bus != NULL in spapr_get_fw_dev_path()Daniel Henrique Barboza1-1/+1
2022-01-28ppc/xive: check return value of ldq_be_dma()Cédric Le Goater1-4/+18
2022-01-28ppc/pnv: use a do-while() loop in pnv_phb4_translate_tve()Daniel Henrique Barboza1-2/+4
2022-01-28ppc/pnv: use a do-while() loop in pnv_phb3_translate_tve()Daniel Henrique Barboza1-2/+4
2022-01-28ppc/pnv: Fail DMA access if page permissions are not correctFrederic Barrat2-10/+12
2022-01-28spapr: Force 32bit when resetting a coreAlexey Kardashevskiy2-2/+5
2022-01-28qapi: Cleanup SGX related comments and restore @section-sizeYang Zhong1-2/+9
2022-01-27xen-mapcache: Avoid entry->lock overflowRoss Lagerwall1-1/+7