summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* pc: add parser for OVMF reset blockJames Bottomley2021-02-161-4/+118
* xen-block: fix reporting of discard featureRoger Pau Monne2021-02-151-0/+1
* hw/ide/ahci: map cmd_fis as DMA_DIRECTION_TO_DEVICEAlexander Bulekov2021-02-151-6/+6
* Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.0-pull-request' ...Peter Maydell2021-02-132-68/+7Star
|\
| * m68k: import bootinfo headers from linuxLaurent Vivier2021-02-112-68/+7Star
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210211-...Peter Maydell2021-02-116-17/+10Star
|\ \
| * | hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2Edgar E. Iglesias2021-02-111-2/+2
| * | arm: Update infocenter.arm.com URLsPeter Maydell2021-02-114-7/+8
| * | hw/arm: Remove GPIO from unimplemented NPCM7XXHao Wu2021-02-111-8/+0Star
* | | 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-1018-1/+1675
|\ \
| * | multi-process: perform device reset in the remote processElena Ufimtseva2021-02-102-0/+41
| * | multi-process: Retrieve PCI info from remote processJagannathan Raman2021-02-101-0/+84
| * | multi-process: create IOHUB object to handle irqJagannathan Raman2021-02-106-0/+195
| * | multi-process: Synchronize remote memoryJagannathan Raman2021-02-104-0/+238
| * | multi-process: PCI BAR read/write handling for proxy & remote endpointsJagannathan Raman2021-02-103-0/+149
| * | multi-process: Forward PCI config space acceses to the remote processElena Ufimtseva2021-02-103-1/+122
| * | multi-process: add proxy communication functionsElena Ufimtseva2021-02-101-0/+34
| * | multi-process: introduce proxy objectElena Ufimtseva2021-02-102-0/+100
| * | multi-process: setup memory manager for remote deviceJagannathan Raman2021-02-103-0/+78
| * | multi-process: Associate fd of a PCIDevice with its objectJagannathan Raman2021-02-102-0/+204
| * | multi-process: Initialize message handler in remote deviceJagannathan Raman2021-02-102-0/+58
| * | multi-process: define MPQemuMsg format and transmission functionsElena Ufimtseva2021-02-104-0/+211
| * | multi-process: setup a machine object for remote device processJagannathan Raman2021-02-103-0/+76
| * | multi-process: setup PCI host bridge for remote deviceJagannathan Raman2021-02-104-1/+81
| * | multi-process: Add config option for multi-process QEMUJagannathan Raman2021-02-092-0/+4
| * | memory: alloc RAM from file at offsetJagannathan Raman2021-02-091-1/+2
* | | 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-102-10/+15
* | | spapr: move spapr_machine_using_legacy_numa() to spapr_numa.cDaniel Henrique Barboza2021-02-102-9/+9
* | | ppc/pnv: Introduce a LPC FW memory region attribute to map the PNORCédric Le Goater2021-02-102-7/+11
* | | 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
* | | ppc/pnv: Use skiboot addresses to load kernel and ramfsCédric Le Goater2021-02-101-3/+3
* | | ppc/xive: Add firmware bit when dumping the ENDsCédric Le Goater2021-02-101-1/+2
* | | ppc/pnv: Add trace events for PCI event notificationCédric Le Goater2021-02-104-0/+12
* | | spapr: Adjust firmware path of PCI devicesGreg Kurz2021-02-102-15/+23
* | | spapr.c: add 'name' property for hotplugged CPUs nodesDaniel Henrique Barboza2021-02-101-0/+13
* | | spapr.c: use g_auto* with 'nodename' in CPU DT functionsDaniel Henrique Barboza2021-02-101-4/+2Star
|/ /
* | Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell2021-02-095-277/+2493
|\ \
| * | hw/block/nvme: refactor the logic for zone write checksKlaus Jensen2021-02-082-24/+26
| * | hw/block/nvme: fix zone boundary check for appendKlaus Jensen2021-02-081-22/+24
| * | hw/block/nvme: fix wrong parameter name 'cross_read'Minwoo Im2021-02-081-1/+1