aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-05-02hw: aspeed_scu: Add AST2600 apb_freq and hpll calculation functionSteven Lee1-1/+38
2022-05-019pfs: fix qemu_mknodat() to always return -1 on error on macOS hostChristian Schoenebeck1-1/+2
2022-05-019pfs: fix removing non-existent POSIX ACL xattr on macOS hostChristian Schoenebeck1-2/+10
2022-05-019pfs: fix wrong errno being sent to Linux client on macOS hostChristian Schoenebeck2-0/+32
2022-05-019pfs: fix wrong encoding of rdev field in Rgetattr on macOSChristian Schoenebeck2-1/+40
2022-05-019pfs: fix qemu_mknodat(S_IFSOCK) on macOSChristian Schoenebeck1-1/+41
2022-04-309pfs: fix qemu_mknodat(S_IFREG) on macOSChristian Schoenebeck1-0/+9
2022-04-309pfs: fix inode sequencing in 'synth' driverChristian Schoenebeck1-2/+2
2022-04-29hw/riscv: Enable TPM backendsAlistair Francis2-0/+5
2022-04-29hw/riscv: virt: Add device plug supportAlistair Francis1-0/+35
2022-04-29hw/riscv: virt: Add support for generating platform FDT entriesAlistair Francis1-0/+19
2022-04-29hw/riscv: virt: Create a platform busAlistair Francis2-19/+50
2022-04-29hw/core: Move the ARM sysbus-fdt to coreAlistair Francis5-4/+3
2022-04-29hw/riscv: virt: Add a machine done notifierAlistair Francis1-90/+101
2022-04-29hw/riscv: Don't add empty bootargs to device treeBin Meng4-4/+4
2022-04-29hw/riscv: spike: Add '/chosen/stdout-path' in device tree unconditionallyBin Meng1-2/+3
2022-04-28Merge tag 'pull-target-arm-20220428' of https://git.linaro.org/people/pmaydel...Richard Henderson2-9/+10
2022-04-28hw/arm/smmuv3: Advertise support for SMMUv3.2-BBML2Peter Maydell2-0/+2
2022-04-28hw/arm/smmuv3: Add space in guest error messageJean-Philippe Brucker1-1/+1
2022-04-28hw/arm/smmuv3: Cache event fault recordJean-Philippe Brucker2-8/+7
2022-04-28meson: remove CONFIG_XEN_PCI_PASSTHROUGH from config-target.hPaolo Bonzini1-8/+12
2022-04-27Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...Richard Henderson4-40/+70
2022-04-27i386: firmware parsing and sev setup for -bios loaded firmwareGerd Hoffmann1-6/+19
2022-04-27i386: factor out x86_firmware_configure()Gerd Hoffmann1-14/+22
2022-04-27i386: move bios load error messageGerd Hoffmann1-3/+6
2022-04-26Merge tag 'pull-nios2-20220426' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson5-25/+408
2022-04-26Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Richard Henderson1-1/+1
2022-04-26hw/nios2: Machine with a Vectored Interrupt ControllerAmir Gonnen2-9/+53
2022-04-26hw/nios2: Move memory regions into Nios2MachineRichard Henderson1-14/+16
2022-04-26hw/nios2: Introduce Nios2MachineStateRichard Henderson1-2/+22
2022-04-26hw/intc: Vectored Interrupt Controller (VIC)Amir Gonnen3-0/+317
2022-04-26hw/char: fix qcode array bounds check in ESCC implDaniel P. Berrangé1-1/+1
2022-04-26vdpa: Add missing tracing to batch mapping functionsEugenio Pérez2-0/+4
2022-04-26hw/pvrdma: Some cosmetic fixesYuval Shaia1-4/+5
2022-04-22Merge tag 'pull-target-arm-20220422-1' of https://git.linaro.org/people/pmayd...Richard Henderson11-270/+1584
2022-04-22hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_trans...Xiang Chen1-1/+1
2022-04-22hw/arm/virt: Support TCG GICv4Peter Maydell1-17/+53
2022-04-22hw/arm/virt: Abstract out calculation of redistributor region capacityPeter Maydell1-7/+4
2022-04-22hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()Peter Maydell1-8/+23
2022-04-22hw/intc/arm_gicv3: Allow 'revision' property to be set to 4Peter Maydell2-5/+12
2022-04-22hw/intc/arm_gicv3: Update ID and feature registers for GICv4Peter Maydell6-12/+32
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_inv_vlpi()Peter Maydell1-2/+5
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall()Peter Maydell1-1/+7
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi()Peter Maydell1-2/+18
2022-04-22hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handlingPeter Maydell1-8/+1
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_vlpi_pending()Peter Maydell1-2/+21
2022-04-22hw/intc/arm_gicv3_redist: Implement gicv3_redist_process_vlpi()Peter Maydell1-4/+44
2022-04-22hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" codePeter Maydell1-19/+30
2022-04-22hw/intc/arm_gicv3_redist: Recalculate hppvlpi on VPENDBASER writesPeter Maydell1-3/+84
2022-04-22hw/intc/arm_gicv3_redist: Factor out "update hpplpi for all LPIs" logicPeter Maydell1-20/+46