aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-22hw/riscv: shakti_c: Use MachineState::ram and MachineClass::default_ram_idBin Meng1-4/+2
2021-10-22hw/riscv: opentitan: Use MachineState::ram and MachineClass::default_ram_idBin Meng1-4/+12
2021-10-22hw/riscv: microchip_pfsoc: Use MachineState::ram and MachineClass::default_ra...Bin Meng1-16/+20
2021-10-22hw/intc: sifive_plic: Cleanup the irq_request functionAlistair Francis1-6/+4
2021-10-22hw/intc: sifive_plic: Cleanup the realize functionAlistair Francis1-21/+24
2021-10-22hw/intc: sifive_plic: Move the propertiesAlistair Francis1-15/+15
2021-10-22hw/intc: Remove the Ibex PLICAlistair Francis2-308/+0
2021-10-22hw/riscv: opentitan: Update to the latest buildAlistair Francis2-8/+20
2021-10-22target/riscv: Compute mstatus.sd on demandRichard Henderson3-20/+25
2021-10-22target/riscv: Use riscv_csrrw_debug for cpu_dumpRichard Henderson1-44/+45
2021-10-22target/riscv: Use gen_shift*_per_ol for RVB, RVIRichard Henderson3-52/+97
2021-10-22target/riscv: Use gen_unary_per_ol for RVBRichard Henderson2-17/+32
2021-10-22target/riscv: Adjust trans_rev8_32 for riscv64Richard Henderson1-1/+6
2021-10-22target/riscv: Use gen_arith_per_ol for RVMRichard Henderson2-3/+39
2021-10-22target/riscv: Replace DisasContext.w with DisasContext.olRichard Henderson4-43/+62
2021-10-22target/riscv: Replace is_32bit with get_xl/get_xlenRichard Henderson1-14/+17
2021-10-22target/riscv: Properly check SEW in amo_opRichard Henderson1-12/+14
2021-10-22target/riscv: Use REQUIRE_64BIT in amo_check64Richard Henderson1-1/+2
2021-10-22target/riscv: Add MXL/SXL/UXL to TB_FLAGSRichard Henderson5-1/+47
2021-10-22target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxlRichard Henderson8-34/+45
2021-10-22target/riscv: Split misa.mxl and misa.extRichard Henderson8-69/+100
2021-10-22target/riscv: Create RISCVMXL enumerationRichard Henderson1-3/+5
2021-10-22target/riscv: Move cpu_get_tb_cpu_state out of lineRichard Henderson2-45/+48
2021-10-22target/riscv: Organise the CPU propertiesAlistair Francis1-7/+10
2021-10-22target/riscv: Remove some unused macrosAlistair Francis1-8/+0
2021-10-22target/riscv: fix TB_FLAGS bits overlapping bug for rvv/rvhFrank Chang2-8/+8
2021-10-22hw/riscv: virt: Use machine->ram as the system memoryMingwang Li1-4/+2
2021-10-22target/riscv: Fix orc.b implementationPhilipp Tomsich1-5/+8
2021-10-22target/riscv: line up all of the registers in the info register dumpTravis Geiselbrecht1-5/+5
2021-10-22target/riscv: Pass the same value to oprsz and maxsz for vmv.v.vFrank Chang1-1/+2
2021-10-21Merge remote-tracking branch 'remotes/rth/tags/pull-arm-20211021' into stagingRichard Henderson22-109/+403
2021-10-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-6.2-20211021' into...Richard Henderson26-159/+651
2021-10-21tests/data/acpi/virt: Update the empty expected file for PPTTYanan Wang2-1/+0
2021-10-21hw/arm/virt-acpi-build: Generate PPTT tableYanan Wang1-1/+7
2021-10-21tests/data/acpi/virt: Add an empty expected file for PPTTYanan Wang2-0/+1
2021-10-21hw/acpi/aml-build: Add PPTT tableAndrew Jones2-0/+62
2021-10-20hw/acpi/aml-build: Add Processor hierarchy node structureYanan Wang1-0/+30
2021-10-20hw/arm/virt: Add cpu-map to device treeAndrew Jones1-10/+60
2021-10-20device_tree: Add qemu_fdt_add_pathYanan Wang2-2/+43
2021-10-20hw/arm/virt: Only describe cpu topology since virt-6.2Yanan Wang2-1/+4
2021-10-20bios-tables-test: Generate reference table for virt/DBG2Eric Auger2-1/+0
2021-10-20hw/arm/virt_acpi_build: Generate DBG2 tableEric Auger1-1/+62
2021-10-20tests/acpi: Add void table for virt/DBG2 bios-tables-testEric Auger2-0/+1
2021-10-21hw/ppc/ppc4xx_pci: Fix ppc4xx_pci_map_irq() for recent Linux kernelsThomas Huth1-3/+5
2021-10-21target/ppc: adding user read/write functions for PMCsDaniel Henrique Barboza3-6/+80
2021-10-21target/ppc: add user read/write functions for MMCR2Daniel Henrique Barboza4-12/+99
2021-10-21target/ppc: add user read/write functions for MMCR0Gustavo Romero5-1/+128
2021-10-21target/ppc: add MMCR0 PMCC bits to hflagsDaniel Henrique Barboza3-0/+16
2021-10-21target/ppc: Filter mtmsr[d] input before setting MSRMatheus Ferst2-33/+41
2021-10-21tests/acceptance: Add a test for the bamboo ppc boardThomas Huth2-0/+40