aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-28target/ppc: Fix kvmppc_load_htab_chunk() error reportingGreg Kurz
2020-10-28spapr: Use error_append_hint() in spapr_reallocate_hpt()Greg Kurz
2020-10-28spapr: Simplify error handling in spapr_memory_plug()Greg Kurz
2020-10-28spapr: Pass &error_abort when getting some PC DIMM propertiesGreg Kurz
2020-10-28spapr: Use appropriate getter for PC_DIMM_SLOT_PROPGreg Kurz
2020-10-28spapr: Use appropriate getter for PC_DIMM_ADDR_PROPGreg Kurz
2020-10-28pc-dimm: Drop @errp argument of pc_dimm_plug()Greg Kurz
2020-10-28spapr: Simplify spapr_cpu_core_realize() and spapr_cpu_core_unrealize()Greg Kurz
2020-10-28spapr: Make spapr_cpu_core_unrealize() idempotentGreg Kurz
2020-10-28spapr: Drop spapr_delete_vcpu() unused argumentGreg Kurz
2020-10-28spapr: Unrealize vCPUs with qdev_unrealize()Greg Kurz
2020-10-28spapr: Fix leak of CPU machine specific dataGreg Kurz
2020-10-28spapr: Move spapr_create_nvdimm_dr_connectors() to core machine codeGreg Kurz
2020-10-28hw/net: move allocation to the heap due to very large stack frameElena Afanasova
2020-10-28ppc/spapr: re-assert IRQs during event-scan if there are pendingLaurent Vivier
2020-10-28spapr: Clarify why DR connectors aren't user creatableGreg Kurz
2020-10-27Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...Peter Maydell
2020-10-27hw/timer/armv7m_systick: Rewrite to use ptimersPeter Maydell
2020-10-27hw/core/ptimer: Support ptimer being disabled by timer callbackPeter Maydell
2020-10-27hw/arm/sbsa-ref: add SBSA watchdog deviceShashi Mallela
2020-10-27hw/watchdog: Implement SBSA watchdog deviceShashi Mallela
2020-10-27hw/arm/bcm2835_peripherals: connect the UART clockLuc Michel
2020-10-27hw/char/pl011: add a clock inputLuc Michel
2020-10-27hw/misc/bcm2835_cprman: add sane reset values to the registersLuc Michel
2020-10-27hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexerLuc Michel
2020-10-27hw/misc/bcm2835_cprman: implement clock mux behaviourLuc Michel
2020-10-27hw/misc/bcm2835_cprman: add a clock mux skeleton implementationLuc Michel
2020-10-27hw/misc/bcm2835_cprman: implement PLL channels behaviourLuc Michel
2020-10-27hw/misc/bcm2835_cprman: add a PLL channel skeleton implementationLuc Michel
2020-10-27hw/misc/bcm2835_cprman: implement PLLs behaviourLuc Michel
2020-10-27hw/misc/bcm2835_cprman: add a PLL skeleton implementationLuc Michel
2020-10-27hw/arm/raspi: add a skeleton implementation of the CPRMANLuc Michel
2020-10-27hw/arm/raspi: fix CPRMAN base addressLuc Michel
2020-10-27hw/core/clock: trace clock values in Hz instead of nsLuc Michel
2020-10-27hw/core/clock: provide the VMSTATE_ARRAY_CLOCK macroLuc Michel
2020-10-27arm/trace: Fix hex printingDr. David Alan Gilbert
2020-10-27hw/arm/raspi: Add the Raspberry Pi 3 model A+Philippe Mathieu-Daudé
2020-10-27hw/arm/raspi: Add the Raspberry Pi Zero machinePhilippe Mathieu-Daudé
2020-10-27hw/arm/raspi: Add the Raspberry Pi A+ machinePhilippe Mathieu-Daudé
2020-10-27hw/arm/bcm2836: Introduce the BCM2835 SoCPhilippe Mathieu-Daudé
2020-10-27hw/arm/bcm2836: Split out common realize() codePhilippe Mathieu-Daudé
2020-10-27hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCsPhilippe Mathieu-Daudé
2020-10-27hw/arm/bcm2836: Introduce BCM283XClass::core_countPhilippe Mathieu-Daudé
2020-10-27hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC typePhilippe Mathieu-Daudé
2020-10-27hw/arm/bcm2836: Restrict BCM283XInfo declaration to C sourcePhilippe Mathieu-Daudé
2020-10-27hw/arm/smmuv3: Set the restoration priority of the vSMMUv3 explicitlyZenghui Yu
2020-10-27hw/gpio: Add GPIO model for Nuvoton NPCM7xxHavard Skinnemoen
2020-10-27hw/arm/npcm7xx: Add EHCI and OHCI controllersHavard Skinnemoen
2020-10-27hw/misc: Add npcm7xx random number generatorHavard Skinnemoen
2020-10-27hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu