summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* hw/core/stream: Rename StreamSlave as StreamSinkPhilippe Mathieu-Daudé2020-12-106-59/+58Star
* hw/ssi: Rename SSI 'slave' as 'peripheral'Philippe Mathieu-Daudé2020-12-1014-117/+118
* hw/ssi: Update coding style to make checkpatch.pl happyPhilippe Mathieu-Daudé2020-12-101-7/+9
* hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals'Philippe Mathieu-Daudé2020-12-102-27/+28
* pci: Let pci_dma_write() propagate MemTxResultPhilippe Mathieu-Daudé2020-12-101-2/+14
* pci: Let pci_dma_read() propagate MemTxResultPhilippe Mathieu-Daudé2020-12-101-2/+14
* pci: Let pci_dma_rw() propagate MemTxResultPhilippe Mathieu-Daudé2020-12-101-2/+16
* dma: Let dma_memory_write() propagate MemTxResultPhilippe Mathieu-Daudé2020-12-101-4/+18
* dma: Let dma_memory_read() propagate MemTxResultPhilippe Mathieu-Daudé2020-12-101-4/+17
* dma: Let dma_memory_rw() propagate MemTxResultPhilippe Mathieu-Daudé2020-12-101-8/+22
* dma: Let dma_memory_set() propagate MemTxResultPhilippe Mathieu-Daudé2020-12-102-4/+18
* dma: Document address_space_map/address_space_unmap() prototypesPhilippe Mathieu-Daudé2020-12-101-1/+28
* qom: eliminate identical functionsPaolo Bonzini2020-12-101-29/+7Star
* docs/devel/loads-stores: Add regexp for DMA functionsPhilippe Mathieu-Daudé2020-12-101-0/+2
* WHPX: support for the kernel-irqchip on/offSunil Muthuswamy2020-12-1010-40/+578
* target/i386: seg_helper: Correct segment selector nullification in the RET/IR...Bin Meng2020-12-101-1/+4
* target/i386: Support up to 32768 CPUs without IRQ remappingDavid Woodhouse2020-12-106-30/+78
* target/i386: fix operand order for PDEP and PEXTPaolo Bonzini2020-12-103-4/+49
* Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20201210' int...Peter Maydell2020-12-1010-8/+542
|\
| * aspeed: g220a-bmc: Add an FRUJohn Wang2020-12-101-0/+12
| * aspeed/smc: Add support for address lane disablementCédric Le Goater2020-12-101-7/+18
| * ast2600: SRAM is 89KBJoel Stanley2020-12-101-1/+1
| * aspeed: Add support for the g220a-bmc boardJohn Wang2020-12-101-0/+60
| * hw/misc: add an EMC141{3,4} device modelJohn Wang2020-12-107-0/+451
* | Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20201210-pull-reque...Peter Maydell2020-12-1010-32/+128
|\ \
| * | tests/acpi: disallow updates for expected data filesGerd Hoffmann2020-12-101-2/+0Star
| * | tests/acpi: update expected data filesGerd Hoffmann2020-12-102-0/+0
| * | tests/acpi: add ioapic2=on test for microvmGerd Hoffmann2020-12-101-0/+12
| * | tests/acpi: add data files for ioapic2 test variantGerd Hoffmann2020-12-102-0/+0
| * | tests/acpi: allow updates for expected data filesGerd Hoffmann2020-12-101-0/+2
| * | microvm: add second ioapicGerd Hoffmann2020-12-103-9/+57
| * | microvm: drop microvm_gsi_handler()Gerd Hoffmann2020-12-101-13/+1Star
| * | microvm: make pcie irq base runtime changeableGerd Hoffmann2020-12-102-6/+7
| * | microvm: make number of virtio transports runtime changeableGerd Hoffmann2020-12-102-3/+8
| * | x86: add support for second ioapicGerd Hoffmann2020-12-105-1/+37
| * | x86: rewrite gsi_handler()Gerd Hoffmann2020-12-101-4/+10
| |/
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201210'...Peter Maydell2020-12-1034-150/+2710
|\ \ | |/ |/|
| * hw/arm/armv7m: Correct typo in QOM object namePeter Maydell2020-12-101-1/+1
| * hw/intc/armv7m_nvic: Implement read/write for RAS register blockPeter Maydell2020-12-102-0/+57
| * target/arm: Implement M-profile "minimal RAS implementation"Peter Maydell2020-12-103-0/+31
| * hw/intc/armv7m_nvic: Fix "return from inactive handler" checkPeter Maydell2020-12-101-27/+32
| * target/arm: Implement CCR_S.TRD behaviour for SG insnsPeter Maydell2020-12-101-0/+86
| * hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bitPeter Maydell2020-12-102-8/+20
| * target/arm: Implement new v8.1M VLLDM and VLSTM encodingsPeter Maydell2020-12-102-1/+26
| * target/arm: Implement new v8.1M NOCP check for exception returnPeter Maydell2020-12-101-1/+21
| * target/arm: Implement v8.1M REVIDR registerPeter Maydell2020-12-101-0/+5
| * target/arm: In v8.1M, don't set HFSR.FORCED on vector table fetch failuresPeter Maydell2020-12-101-1/+5
| * target/arm: For v8.1M, always clear R0-R3, R12, APSR, EPSR on exception entryPeter Maydell2020-12-101-4/+12
| * hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1MPeter Maydell2020-12-103-1/+16
| * target/arm: Implement FPCXT_S fp system registerPeter Maydell2020-12-101-0/+58