summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/ppc: Replace global smp variables with machine smp propertiesLike Xu2019-07-057-15/+42
* general: Replace global smp variables with smp machine propertiesLike Xu2019-07-052-1/+4
* machine: Refactor smp-related call chains to pass MachineStateLike Xu2019-07-0510-38/+39
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190705-pull-request' ...Peter Maydell2019-07-052-63/+75
|\
| * ati-vga: Fix setting offset together with pitch for r128proBALATON Zoltan2019-07-051-2/+2
| * ati-vga: Fix reverse bit bltsBALATON Zoltan2019-07-051-15/+40
| * ati-vga: Fix frame buffer endianness for big endian targetBALATON Zoltan2019-07-052-5/+6
| * ati-vga: Improve readability of ati_2d_blt functionBALATON Zoltan2019-07-051-47/+33Star
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-07-0517-70/+556
|\ \ | |/ |/|
| * pc: Move compat_apic_id_mode variable to PCMachineClassEduardo Habkost2019-07-042-14/+11Star
| * virtio: Don't change "started" flag on virtio_vmstate_change()Xie Yongji2019-07-041-1/+4
| * virtio: Make sure we get correct state of device on handle_aio_output()Xie Yongji2019-07-041-3/+3
| * virtio: Set "start_on_kick" on virtio_set_features()Xie Yongji2019-07-041-8/+20
| * virtio: Set "start_on_kick" for legacy devicesXie Yongji2019-07-041-4/+2Star
| * virtio: add "use-started" propertyXie Yongji2019-07-043-13/+10Star
| * virtio-pci: fix missing device propertiesMarc-André Lureau2019-07-041-14/+14
| * pc: Support for virtio-pmem-pciDavid Hildenbrand2019-07-042-1/+72
| * virtio-pci: Proxy for virtio-pmemPankaj Gupta2019-07-043-0/+166
| * virtio-pci: Allow to specify additional interfaces for the base typeDavid Hildenbrand2019-07-022-0/+2
| * virtio-pmem: add virtio devicePankaj Gupta2019-07-023-0/+200
| * pcie: minor cleanups for slot control/statusMichael S. Tsirkin2019-07-011-6/+11
| * pcie: work around for racy guest initMichael S. Tsirkin2019-07-011-0/+19
| * pcie: check that slt ctrl changed before deletingMichael S. Tsirkin2019-07-013-4/+20
| * pcie: don't skip multi-mask eventsMichael S. Tsirkin2019-07-011-1/+1
* | hw/timer/armv7m_systick: Forbid non-privileged accessesPeter Maydell2019-07-041-6/+20
* | target/arm: v8M: Check state of exception being returned fromPeter Maydell2019-07-041-1/+13
* | arm v8M: Forcibly clear negative-priority exceptions on deactivatePeter Maydell2019-07-041-5/+35
* | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20190702.0' in...Peter Maydell2019-07-041-2/+5
|\ \
| * | vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release()Eric Auger2019-07-021-2/+5
* | | Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf1-v3...Peter Maydell2019-07-047-119/+220
|\ \ \
| * | | hw/riscv: Extend the kernel loading supportAlistair Francis2019-06-271-4/+14
| * | | hw/riscv: Add support for loading a firmwareAlistair Francis2019-06-273-0/+34
| * | | hw/riscv: Split out the boot functionsAlistair Francis2019-06-276-93/+83Star
| * | | riscv: sifive_u: Update the plic hart config to support multicoreBin Meng2019-06-271-1/+15
| * | | riscv: sifive_u: Do not create hard-coded phandles in DTBin Meng2019-06-271-7/+10
| * | | riscv: virt: Add cpu-topology DT node.Atish Patra2019-06-261-2/+20
| * | | RISC-V: Fix a memory leak when realizing a sifive_ePalmer Dabbelt2019-06-241-7/+6Star
| * | | riscv: virt: Correct pci "bus-range" encodingBin Meng2019-06-241-1/+1
| * | | sifive_prci: Read and write PRCI registersNathaniel Graff2019-06-241-8/+41
* | | | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190702' into...Peter Maydell2019-07-043-4/+36
|\ \ \ \
| * | | | sunhme: ensure that RX descriptor ring overflow is indicated to client driverMark Cave-Ayland2019-07-022-0/+10
| * | | | sunhme: fix return values from sunhme_receive() during receive packet processingMark Cave-Ayland2019-07-021-3/+3
| * | | | sunhme: flush any queued packets when HME_MAC_RXCFG_ENABLE bit is raisedMark Cave-Ayland2019-07-021-0/+10
| * | | | sunhme: fix incorrect constant in sunhme_can_receive()Mark Cave-Ayland2019-07-021-1/+1
| * | | | sunhme: add trace event for logging PCI IRQMark Cave-Ayland2019-07-022-0/+3
| * | | | sun4m: set default display type to TCXMark Cave-Ayland2019-07-021-0/+9
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190703-pull-request' ...Peter Maydell2019-07-036-57/+22Star
|\ \ \ \
| * | | | hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell2019-07-035-55/+15Star
| * | | | virtio-gpu: check if the resource already exists in virtio_gpu_load()Li Qiang2019-07-031-0/+5
| * | | | virtio-gpu: fix unmap in error pathGerd Hoffmann2019-07-031-2/+2
| |/ / /