summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
...
* | | hw/arm: Add npcm7xx emc modelDoug Evans2021-03-051-0/+2
* | | hw/net: Add npcm7xx emc modelDoug Evans2021-03-051-0/+286
| |/ |/|
* | hw/riscv: sifive_u: Change SIFIVE_U_GEM_IRQ to decimal valueBin Meng2021-03-041-1/+1
* | hw/riscv: sifive_u: Add QSPI2 controller and connect an SD cardBin Meng2021-03-041-0/+3
* | hw/riscv: sifive_u: Add QSPI0 controller and connect a flashBin Meng2021-03-041-0/+4
* | hw/ssi: Add SiFive SPI controller supportBin Meng2021-03-041-0/+47
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-03-031-0/+1
|\
| * i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov2021-03-021-0/+1
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-03-022-3/+5
|\ \ | |/ |/|
| * scsi: drop 'result' argument from command_complete callbackHannes Reinecke2021-02-252-2/+2
| * scsi: make io_timeout configurableHannes Reinecke2021-02-251-1/+3
* | acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata2021-02-231-1/+3
* | ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku Yamahata2021-02-231-0/+1
|/
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210221' into ...Peter Maydell2021-02-213-1/+25
|\
| * vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on itBALATON Zoltan2021-02-212-1/+3
| * hw/mips: Add a bootloader helperJiaxun Yang2021-02-211-0/+22
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-02-212-2/+2
|\ \ | |/ |/|
| * Fix SPDX-License-Identifier typosRyan Finnie2021-02-202-2/+2
* | hw/sd: Introduce receive_ready() callbackBin Meng2021-02-201-0/+2
|/
* accel/tcg: Create io_recompile_replay_branch hookRichard Henderson2021-02-181-0/+10
* exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-182-5/+2Star
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-02-171-0/+4
|\
| * pc: add parser for OVMF reset blockJames Bottomley2021-02-161-0/+4
* | hw/i2c: Implement NPCM7XX SMBus Module FIFO ModeHao Wu2021-02-161-0/+25
* | hw/i2c: Implement NPCM7XX SMBus Module Single ModeHao Wu2021-02-162-0/+90
|/
* arm: Update infocenter.arm.com URLsPeter Maydell2021-02-113-6/+8
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2021-02-108-0/+307
|\
| * multi-process: perform device reset in the remote processElena Ufimtseva2021-02-101-0/+1
| * multi-process: create IOHUB object to handle irqJagannathan Raman2021-02-105-0/+52
| * multi-process: Synchronize remote memoryJagannathan Raman2021-02-102-0/+30
| * multi-process: PCI BAR read/write handling for proxy & remote endpointsJagannathan Raman2021-02-102-0/+19
| * multi-process: Forward PCI config space acceses to the remote processElena Ufimtseva2021-02-101-0/+10
| * multi-process: add proxy communication functionsElena Ufimtseva2021-02-101-0/+4
| * multi-process: introduce proxy objectElena Ufimtseva2021-02-101-0/+33
| * multi-process: setup memory manager for remote deviceJagannathan Raman2021-02-102-0/+29
| * multi-process: Initialize message handler in remote deviceJagannathan Raman2021-02-101-0/+9
| * multi-process: define MPQemuMsg format and transmission functionsElena Ufimtseva2021-02-101-0/+63
| * multi-process: setup a machine object for remote device processJagannathan Raman2021-02-102-0/+28
| * multi-process: setup PCI host bridge for remote deviceJagannathan Raman2021-02-101-0/+29
* | spapr_numa.c: create spapr_numa_initial_nvgpu_numa_id() helperDaniel Henrique Barboza2021-02-101-0/+1
* | spapr: move spapr_machine_using_legacy_numa() to spapr_numa.cDaniel Henrique Barboza2021-02-101-1/+0Star
* | ppc/pnv: Introduce a LPC FW memory region attribute to map the PNORCédric Le Goater2021-02-101-0/+1
* | ppc/xive: Add firmware bit when dumping the ENDsCédric Le Goater2021-02-101-0/+2
* | spapr: Adjust firmware path of PCI devicesGreg Kurz2021-02-101-0/+2
|/
* s390: Recognize confidential-guest-support optionDavid Gibson2021-02-081-0/+17
* spapr: Add PEF based confidential guest supportDavid Gibson2021-02-081-0/+17
* confidential guest support: Rework the "memory-encryption" propertyDavid Gibson2021-02-081-1/+1
* accel: introduce AccelCPUClass extending CPUClassClaudio Fontana2021-02-052-0/+42
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-051-1/+1
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-052-99/+101