aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-11target/arm: Correctly initialize MDCR_EL2.HPMNpull-target-arm-20210211-1Daniel Müller
2021-02-11hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2Edgar E. Iglesias
2021-02-11accel/tcg: Add URL of clang bug to comment about our workaroundPeter Maydell
2021-02-11arm: Update infocenter.arm.com URLsPeter Maydell
2021-02-11target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPURebecca Cran
2021-02-11target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPURebecca Cran
2021-02-11target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstateRebecca Cran
2021-02-11target/arm: Add support for FEAT_DIT, Data Independent TimingRebecca Cran
2021-02-11hw/arm: Remove GPIO from unimplemented NPCM7XXHao Wu
2021-02-11target/arm: Fix SCR RES1 handlingMike Nawrocki
2021-02-11target/arm: Don't migrate CPUARMState.featuresAaron Lindsay
2021-02-10Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2021-02-10Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210210' in...Peter Maydell
2021-02-10docs: fix Parallels Image "dirty bitmap" sectionDenis V. Lunev
2021-02-10multi-process: perform device reset in the remote processElena Ufimtseva
2021-02-10multi-process: Retrieve PCI info from remote processJagannathan Raman
2021-02-10multi-process: create IOHUB object to handle irqJagannathan Raman
2021-02-10multi-process: Synchronize remote memoryJagannathan Raman
2021-02-10multi-process: PCI BAR read/write handling for proxy & remote endpointsJagannathan Raman
2021-02-10multi-process: Forward PCI config space acceses to the remote processElena Ufimtseva
2021-02-10multi-process: add proxy communication functionsElena Ufimtseva
2021-02-10multi-process: introduce proxy objectElena Ufimtseva
2021-02-10multi-process: setup memory manager for remote deviceJagannathan Raman
2021-02-10multi-process: Associate fd of a PCIDevice with its objectJagannathan Raman
2021-02-10multi-process: Initialize message handler in remote deviceJagannathan Raman
2021-02-10multi-process: define MPQemuMsg format and transmission functionsElena Ufimtseva
2021-02-10io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpersElena Ufimtseva
2021-02-10io: add qio_channel_writev_full_all helperElena Ufimtseva
2021-02-10multi-process: setup a machine object for remote device processJagannathan Raman
2021-02-10multi-process: setup PCI host bridge for remote deviceJagannathan Raman
2021-02-10target/ppc: Add E500 L2CSR0 write helperBin Meng
2021-02-10hw/net: fsl_etsec: Reverse the RCTRL.RSF logicBin Meng
2021-02-10hw/ppc: e500: Fill in correct <clock-frequency> for the serial nodesBin Meng
2021-02-10hw/ppc: e500: Use a macro for the platform clock frequencyBin Meng
2021-02-10ppc/pnv: Set default RAM size to 1 GBCédric Le Goater
2021-02-10spapr_numa.c: fix ibm,max-associativity-domains calculationDaniel Henrique Barboza
2021-02-10spapr_numa.c: create spapr_numa_initial_nvgpu_numa_id() helperDaniel Henrique Barboza
2021-02-10spapr: move spapr_machine_using_legacy_numa() to spapr_numa.cDaniel Henrique Barboza
2021-02-10ppc/pnv: Introduce a LPC FW memory region attribute to map the PNORCédric Le Goater
2021-02-10ppc/pnv: Remove default disablement of the PNOR contentsCédric Le Goater
2021-02-10ppc/pnv: Discard internal BMC initialization when BMC is externalCédric Le Goater
2021-02-10ppc/pnv: Simplify pnv_bmc_create()Cédric Le Goater
2021-02-10ppc/pnv: Use skiboot addresses to load kernel and ramfsCédric Le Goater
2021-02-10ppc/xive: Add firmware bit when dumping the ENDsCédric Le Goater
2021-02-10ppc/pnv: Add trace events for PCI event notificationCédric Le Goater
2021-02-10target/ppc: Remove unused MMU definitionsPhilippe Mathieu-Daudé
2021-02-10spapr: Adjust firmware path of PCI devicesGreg Kurz
2021-02-10spapr.c: add 'name' property for hotplugged CPUs nodesDaniel Henrique Barboza
2021-02-10spapr.c: use g_auto* with 'nodename' in CPU DT functionsDaniel Henrique Barboza
2021-02-09multi-process: Add config option for multi-process QEMUJagannathan Raman