summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstateRebecca Cran2021-02-113-18/+42
| * | target/arm: Add support for FEAT_DIT, Data Independent TimingRebecca Cran2021-02-114-0/+52
| * | hw/arm: Remove GPIO from unimplemented NPCM7XXHao Wu2021-02-111-8/+0Star
| * | target/arm: Fix SCR RES1 handlingMike Nawrocki2021-02-112-2/+19
| * | target/arm: Don't migrate CPUARMState.featuresAaron Lindsay2021-02-111-1/+1
* | | Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-pull-request' into...Peter Maydell2021-02-112-6/+6
|\ \ \ | |/ / |/| |
| * | hw/block/nvme: fix error handling in nvme_ns_realizeKlaus Jensen2021-02-111-6/+1Star
| * | hw/block/nvme: Fix a build error in nvme_get_feature()Bin Meng2021-02-111-0/+1
| * | hw/block/nvme: fix legacy namespace registrationKlaus Jensen2021-02-111-0/+4
|/ /
* | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2021-02-1053-70/+3296
|\ \
| * | docs: fix Parallels Image "dirty bitmap" sectionDenis V. Lunev2021-02-101-1/+1
| * | multi-process: perform device reset in the remote processElena Ufimtseva2021-02-103-0/+42
| * | multi-process: Retrieve PCI info from remote processJagannathan Raman2021-02-101-0/+84
| * | multi-process: create IOHUB object to handle irqJagannathan Raman2021-02-1012-0/+249
| * | multi-process: Synchronize remote memoryJagannathan Raman2021-02-107-0/+270
| * | multi-process: PCI BAR read/write handling for proxy & remote endpointsJagannathan Raman2021-02-105-0/+168
| * | multi-process: Forward PCI config space acceses to the remote processElena Ufimtseva2021-02-104-1/+132
| * | multi-process: add proxy communication functionsElena Ufimtseva2021-02-102-0/+38
| * | multi-process: introduce proxy objectElena Ufimtseva2021-02-104-0/+135
| * | multi-process: setup memory manager for remote deviceJagannathan Raman2021-02-106-0/+109
| * | multi-process: Associate fd of a PCIDevice with its objectJagannathan Raman2021-02-103-0/+205
| * | multi-process: Initialize message handler in remote deviceJagannathan Raman2021-02-104-0/+68
| * | multi-process: define MPQemuMsg format and transmission functionsElena Ufimtseva2021-02-109-0/+289
| * | io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpersElena Ufimtseva2021-02-102-20/+134
| * | io: add qio_channel_writev_full_all helperElena Ufimtseva2021-02-102-1/+39
| * | multi-process: setup a machine object for remote device processJagannathan Raman2021-02-106-0/+106
| * | multi-process: setup PCI host bridge for remote deviceJagannathan Raman2021-02-106-1/+112
| * | multi-process: Add config option for multi-process QEMUJagannathan Raman2021-02-095-1/+21
| * | memory: alloc RAM from file at offsetJagannathan Raman2021-02-099-15/+25
| * | multi-process: add configure and usage informationElena Ufimtseva2021-02-093-0/+66
| * | multi-process: add the concept description to docs/devel/qemu-multiprocessJohn G Johnson2021-02-093-0/+974
| * | get_maintainer: update repo URL to GitLabStefan Hajnoczi2021-02-091-1/+1
| * | pc-bios: update mirror URLs to GitLabStefan Hajnoczi2021-02-091-2/+2
| * | docs: update README to use GitLab repo URLsStefan Hajnoczi2021-02-091-2/+2
| * | gitlab-ci: remove redundant GitLab repo URL commandStefan Hajnoczi2021-02-091-1/+0Star
| * | gitmodules: use GitLab repos instead of qemu.orgStefan Hajnoczi2021-02-091-22/+22
| * | .github: point Repo Lockdown bot to GitLab repoStefan Hajnoczi2021-02-091-4/+4
* | | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210210' in...Peter Maydell2021-02-1020-77/+150
|\ \ \ | |/ / |/| |
| * | target/ppc: Add E500 L2CSR0 write helperBin Meng2021-02-102-0/+22
| * | hw/net: fsl_etsec: Reverse the RCTRL.RSF logicBin Meng2021-02-101-1/+1
| * | hw/ppc: e500: Fill in correct <clock-frequency> for the serial nodesBin Meng2021-02-101-1/+1
| * | hw/ppc: e500: Use a macro for the platform clock frequencyBin Meng2021-02-101-3/+5
| * | ppc/pnv: Set default RAM size to 1 GBCédric Le Goater2021-02-101-3/+7
| * | spapr_numa.c: fix ibm,max-associativity-domains calculationDaniel Henrique Barboza2021-02-101-1/+3
| * | spapr_numa.c: create spapr_numa_initial_nvgpu_numa_id() helperDaniel Henrique Barboza2021-02-103-10/+16
| * | spapr: move spapr_machine_using_legacy_numa() to spapr_numa.cDaniel Henrique Barboza2021-02-103-10/+9Star
| * | ppc/pnv: Introduce a LPC FW memory region attribute to map the PNORCédric Le Goater2021-02-103-7/+12
| * | ppc/pnv: Remove default disablement of the PNOR contentsCédric Le Goater2021-02-101-8/+0Star
| * | ppc/pnv: Discard internal BMC initialization when BMC is externalCédric Le Goater2021-02-101-1/+14
| * | ppc/pnv: Simplify pnv_bmc_create()Cédric Le Goater2021-02-101-6/+1Star