aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-12iotests/210: Fix reference outputMax Reitz1-1/+1
2021-02-12qemu-nbd: Permit --shared=0 for unlimited clientsEric Blake2-5/+5
2021-02-12qemu-nbd: Use SOMAXCONN for socket listen() backlogEric Blake2-2/+15
2021-02-11m68k: import bootinfo headers from linuxLaurent Vivier5-68/+295
2021-02-11m68k: add MSP detection support for stack pointer swap helpersLucien Murray-Pitts3-2/+11
2021-02-11m68k: MOVEC insn. should generate exception if wrong CR is accessedLucien Murray-Pitts4-46/+146
2021-02-11m68k: add missing BUSCR/PCR CR defines, and BUSCR/PCR/CAAR CR to m68k_move_to...Lucien Murray-Pitts2-0/+14
2021-02-11m68k: improve comments on m68k_move_to/from helpersLucien Murray-Pitts1-9/+30
2021-02-11m68k: cascade m68k_features by m680xx_cpu_initfn() to improve readabilityLucien Murray-Pitts2-34/+39
2021-02-11m68k: improve cpu instantiation commentsLucien Murray-Pitts2-20/+73
2021-02-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210211-...Peter Maydell19-55/+164
2021-02-11target/arm: Correctly initialize MDCR_EL2.HPMNDaniel Müller1-5/+4
2021-02-11hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2Edgar E. Iglesias1-2/+2
2021-02-11Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-pull-request' into...Peter Maydell2-6/+6
2021-02-11hw/block/nvme: fix error handling in nvme_ns_realizeKlaus Jensen1-6/+1
2021-02-11hw/block/nvme: Fix a build error in nvme_get_feature()Bin Meng1-0/+1
2021-02-11hw/block/nvme: fix legacy namespace registrationKlaus Jensen1-0/+4
2021-02-11accel/tcg: Add URL of clang bug to comment about our workaroundPeter Maydell1-6/+19
2021-02-11arm: Update infocenter.arm.com URLsPeter Maydell7-13/+16
2021-02-11target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPURebecca Cran1-0/+4
2021-02-11target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPURebecca Cran1-0/+5
2021-02-11target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstateRebecca Cran3-18/+42
2021-02-11target/arm: Add support for FEAT_DIT, Data Independent TimingRebecca Cran4-0/+52
2021-02-11hw/arm: Remove GPIO from unimplemented NPCM7XXHao Wu1-8/+0
2021-02-11target/arm: Fix SCR RES1 handlingMike Nawrocki2-2/+19
2021-02-11target/arm: Don't migrate CPUARMState.featuresAaron Lindsay1-1/+1
2021-02-10Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell53-70/+3296
2021-02-10Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210210' in...Peter Maydell20-77/+150
2021-02-10docs: fix Parallels Image "dirty bitmap" sectionDenis V. Lunev1-1/+1
2021-02-10multi-process: perform device reset in the remote processElena Ufimtseva3-0/+42
2021-02-10multi-process: Retrieve PCI info from remote processJagannathan Raman1-0/+84
2021-02-10multi-process: create IOHUB object to handle irqJagannathan Raman12-0/+249
2021-02-10multi-process: Synchronize remote memoryJagannathan Raman7-0/+270
2021-02-10multi-process: PCI BAR read/write handling for proxy & remote endpointsJagannathan Raman5-0/+168
2021-02-10multi-process: Forward PCI config space acceses to the remote processElena Ufimtseva4-1/+132
2021-02-10multi-process: add proxy communication functionsElena Ufimtseva2-0/+38
2021-02-10multi-process: introduce proxy objectElena Ufimtseva4-0/+135
2021-02-10multi-process: setup memory manager for remote deviceJagannathan Raman6-0/+109
2021-02-10multi-process: Associate fd of a PCIDevice with its objectJagannathan Raman3-0/+205
2021-02-10multi-process: Initialize message handler in remote deviceJagannathan Raman4-0/+68
2021-02-10multi-process: define MPQemuMsg format and transmission functionsElena Ufimtseva9-0/+289
2021-02-10io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpersElena Ufimtseva2-20/+134
2021-02-10io: add qio_channel_writev_full_all helperElena Ufimtseva2-1/+39
2021-02-10multi-process: setup a machine object for remote device processJagannathan Raman6-0/+106
2021-02-10multi-process: setup PCI host bridge for remote deviceJagannathan Raman6-1/+112
2021-02-10target/ppc: Add E500 L2CSR0 write helperBin Meng2-0/+22
2021-02-10hw/net: fsl_etsec: Reverse the RCTRL.RSF logicBin Meng1-1/+1
2021-02-10hw/ppc: e500: Fill in correct <clock-frequency> for the serial nodesBin Meng1-1/+1
2021-02-10hw/ppc: e500: Use a macro for the platform clock frequencyBin Meng1-3/+5
2021-02-10ppc/pnv: Set default RAM size to 1 GBCédric Le Goater1-3/+7