summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2021-09-01hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scalePeter Maydell
2021-09-01hw/arm/stellaris: Split stellaris-gptm into its own filePeter Maydell
2021-09-01hw/arm/stellaris: Fix code style issues in GPTM codePeter Maydell
2021-09-01hw/timer/armv7m_systick: Use clock inputs instead of system_clock_scalePeter Maydell
2021-09-01hw/arm/msf2-soc: Wire up refclkPeter Maydell
2021-09-01hw/arm/msf2: Use Clock input to MSF2_SOC instead of m3clk propertyPeter Maydell
2021-09-01hw/arm/msf2_soc: Don't allocate separate MemoryRegionsPeter Maydell
2021-09-01hw/arm/stellaris: Wire sysclk up to armv7mPeter Maydell
2021-09-01hw/arm/stellaris: split stellaris_sys_init()Peter Maydell
2021-09-01hw/arm/nrf51: Wire up sysclkPeter Maydell
2021-09-01hw/arm/stm32vldiscovery: Delete trailing blank linePeter Maydell
2021-09-01hw/arm/stm32f405: Wire up sysclk and refclkPeter Maydell
2021-09-01hw/arm/stm32f205: Wire up sysclk and refclkPeter Maydell
2021-09-01hw/arm/stm32f100: Wire up sysclk and refclkPeter Maydell
2021-09-01hw/arm: Don't allocate separate MemoryRegions in stm32 SoC realizePeter Maydell
2021-09-01clock: Provide builtin multiplier/dividerPeter Maydell
2021-09-01hw/arm/mps2.c: Connect up armv7m clocksPeter Maydell
2021-09-01armsse: Wire up systick cpuclk clockPeter Maydell
2021-09-01hw/arm/armv7m: Create input clocksPeter Maydell
2021-09-01hw/timer/armv7m_systick: Add input clocksPeter Maydell
2021-09-01arm: Move system PPB container handling to armv7mPeter Maydell
2021-09-01arm: Move systick device creation from NVIC to ARMv7M objectPeter Maydell
2021-09-01arm: Move M-profile RAS register block into its own devicePeter Maydell
2021-09-01hw/arm/virt: target-arm: Add A64FX processor support to virt machineShuuichirou Ishii
2021-09-01hw: Add compat machines for 6.2Yanan Wang
2021-09-01hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleansPhilippe Mathieu-Daudé
2021-09-01hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffixPhilippe Mathieu-Daudé
2021-09-01hw/arm/raspi: Remove deprecated raspi2/raspi3 aliasesPhilippe Mathieu-Daudé
2021-09-01hw/core/register: Add more 64-bit utilitiesJoe Komlodi
2021-09-01hw/intc/sifive_clint: Fix muldiv64 overflow in sifive_clint_write_timecmp()David Hoppenbrouwers
2021-09-01hw/riscv/virt.c: Assemble plic_hart_config string with g_strjoinv()Peter Maydell
2021-09-01hw/riscv: virt: Move flash node to rootBin Meng
2021-09-01hw/char: Add config for shakti uartVijai Kumar K
2021-08-27Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210827' in...Peter Maydell
2021-08-27Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...Peter Maydell
2021-08-27ppc/xive: Export xive_presenter_notify()Cédric Le Goater
2021-08-27ppc/xive: Export PQ get/set routinesCédric Le Goater
2021-08-27ppc/pnv: add a chip topology index for POWER10Cédric Le Goater
2021-08-27ppc/pnv: Distribute RAM among the chipsCédric Le Goater
2021-08-27ppc/pnv: Use a simple incrementing index for the chip-idCédric Le Goater
2021-08-27ppc/pnv: Change the POWER10 machine to support DD2 onlyCédric Le Goater
2021-08-27spapr_pci: Fix leak in spapr_phb_vfio_get_loc_code() with g_autofreeDavid Gibson
2021-08-27xive: Remove extra '0x' prefix in trace eventsCédric Le Goater
2021-08-26hw/arm/xlnx-zynqmp: Add unimplemented APU mmioTong Ho
2021-08-26hw/arm/xlnx-versal: Add unimplemented APU mmioTong Ho
2021-08-26hw/arm/virt: Delete EL3 error checksnow provided in CPU realizePeter Maydell
2021-08-26raspi: Use error_fatal for SoC realize errors, not error_abortPeter Maydell
2021-08-26hw/core/loader: In gunzip(), check index is in range before use, not afterPeter Maydell
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell
2021-08-26hw/arm/Kconfig: no need to enable ACPI_MEMORY_HOTPLUG/ACPI_NVDIMM explicitlyAni Sinha