aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2021-03-06elf_ops: correct loading of 32 bit PVH kernelDavid Edmondson1-3/+1
2021-03-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+1
2021-03-02Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2-3/+5
2021-03-02i386/acpi: restore device paths for pre-5.1 vmsVitaly Cheptsov1-0/+1
2021-02-25scsi: drop 'result' argument from command_complete callbackHannes Reinecke2-2/+2
2021-02-25scsi: make io_timeout configurableHannes Reinecke1-1/+3
2021-02-23acpi/core: always set SCI_EN when SMM isn't supportedIsaku Yamahata1-1/+3
2021-02-23ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku Yamahata1-0/+1
2021-02-21Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20210221' into ...Peter Maydell3-1/+25
2021-02-21vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on itBALATON Zoltan2-1/+3
2021-02-21hw/mips: Add a bootloader helperJiaxun Yang1-0/+22
2021-02-21Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2-2/+2
2021-02-20Fix SPDX-License-Identifier typosRyan Finnie2-2/+2
2021-02-20hw/sd: Introduce receive_ready() callbackBin Meng1-0/+2
2021-02-18accel/tcg: Create io_recompile_replay_branch hookRichard Henderson1-0/+10
2021-02-18exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2-5/+2
2021-02-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-0/+4
2021-02-16pc: add parser for OVMF reset blockJames Bottomley1-0/+4
2021-02-16hw/i2c: Implement NPCM7XX SMBus Module FIFO ModeHao Wu1-0/+25
2021-02-16hw/i2c: Implement NPCM7XX SMBus Module Single ModeHao Wu2-0/+90
2021-02-11arm: Update infocenter.arm.com URLsPeter Maydell3-6/+8
2021-02-10Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell8-0/+307
2021-02-10multi-process: perform device reset in the remote processElena Ufimtseva1-0/+1
2021-02-10multi-process: create IOHUB object to handle irqJagannathan Raman5-0/+52
2021-02-10multi-process: Synchronize remote memoryJagannathan Raman2-0/+30
2021-02-10multi-process: PCI BAR read/write handling for proxy & remote endpointsJagannathan Raman2-0/+19
2021-02-10multi-process: Forward PCI config space acceses to the remote processElena Ufimtseva1-0/+10
2021-02-10multi-process: add proxy communication functionsElena Ufimtseva1-0/+4
2021-02-10multi-process: introduce proxy objectElena Ufimtseva1-0/+33
2021-02-10multi-process: setup memory manager for remote deviceJagannathan Raman2-0/+29
2021-02-10multi-process: Initialize message handler in remote deviceJagannathan Raman1-0/+9
2021-02-10multi-process: define MPQemuMsg format and transmission functionsElena Ufimtseva1-0/+63
2021-02-10multi-process: setup a machine object for remote device processJagannathan Raman2-0/+28
2021-02-10multi-process: setup PCI host bridge for remote deviceJagannathan Raman1-0/+29
2021-02-10spapr_numa.c: create spapr_numa_initial_nvgpu_numa_id() helperDaniel Henrique Barboza1-0/+1
2021-02-10spapr: move spapr_machine_using_legacy_numa() to spapr_numa.cDaniel Henrique Barboza1-1/+0
2021-02-10ppc/pnv: Introduce a LPC FW memory region attribute to map the PNORCédric Le Goater1-0/+1
2021-02-10ppc/xive: Add firmware bit when dumping the ENDsCédric Le Goater1-0/+2
2021-02-10spapr: Adjust firmware path of PCI devicesGreg Kurz1-0/+2
2021-02-08s390: Recognize confidential-guest-support optionDavid Gibson1-0/+17
2021-02-08spapr: Add PEF based confidential guest supportDavid Gibson1-0/+17
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson1-1/+1
2021-02-05accel: introduce AccelCPUClass extending CPUClassClaudio Fontana2-0/+42
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana1-1/+1
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2-99/+101
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana1-3/+6
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana1-1/+5
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana1-6/+7
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana1-15/+13
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-2/+2