Age | Commit message (Expand) | Author | Files | Lines |
2017-11-14 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171114' int... | Peter Maydell | 3 | -7/+36 |
2017-11-14 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 1 | -15/+16 |
2017-11-14 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171113'... | Peter Maydell | 5 | -21/+45 |
2017-11-14 | xics/kvm: synchonize state before 'info pic' | Greg Kurz | 2 | -0/+30 |
2017-11-14 | target/ppc: correct htab shift for hash on radix | Sam Bobroff | 1 | -7/+6 |
2017-11-13 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20171110-pull-request' ... | Peter Maydell | 3 | -7/+18 |
2017-11-13 | hw: add .min_cpus and .default_cpus fields to machine_class | Emilio G. Cota | 3 | -8/+8 |
2017-11-13 | xlnx-zcu102: Specify the max number of CPUs for the EP108 | Emilio G. Cota | 1 | -0/+1 |
2017-11-13 | xlnx-zcu102: Add an info message deprecating the EP108 | Alistair Francis | 1 | -0/+3 |
2017-11-13 | xlnx-zynqmp: Properly support the smp command line option | Alistair Francis | 2 | -11/+18 |
2017-11-13 | highbank: validate register offset before access | Prasad J Pandit | 1 | -2/+15 |
2017-11-13 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171109' into staging | Peter Maydell | 1 | -1/+1 |
2017-11-13 | Add new PCI ID for i82559a | Mike Nawrocki | 1 | -0/+13 |
2017-11-13 | Fix eepro100 simple transmission mode | Mike Nawrocki | 1 | -15/+3 |
2017-11-10 | vmsvga: use ARRAY_SIZE macro | Philippe Mathieu-Daudé | 1 | -3/+2 |
2017-11-10 | vga: fix region checks in wraparound case | Gerd Hoffmann | 1 | -2/+2 |
2017-11-10 | virtio-gpu: fix bug in host memory calculation. | Tao Wu | 1 | -2/+14 |
2017-11-08 | s390x/pci: let pci devices start in configured mode | Christian Borntraeger | 1 | -1/+1 |
2017-11-08 | e500: ppce500_init_mpic() return device instead of IRQ array | Michael Davidsaver | 1 | -19/+13 |
2017-11-08 | hw/display/sm501: Fix comment in sm501_sysbus_class_init() | Thomas Huth | 1 | -1/+1 |
2017-11-07 | hw/intc/arm_gicv3_its: Don't abort on table save failure | Eric Auger | 1 | -6/+2 |
2017-11-07 | hw/intc/arm_gicv3_its: Fix the VM termination in vm_change_state_handler() | Shanker Donthineni | 1 | -2/+2 |
2017-11-07 | hw/arm: Mark the "fsl,imx31" device with user_creatable = false | Thomas Huth | 1 | -1/+5 |
2017-11-07 | hw/arm: Mark the "fsl,imx25" device with user_creatable = false | Thomas Huth | 1 | -1/+5 |
2017-11-07 | hw/arm: Mark the "fsl,imx6" device with user_creatable = false | Thomas Huth | 1 | -1/+2 |
2017-11-06 | 9pfs: fix v9fs_mark_fids_unreclaim() return value | Greg Kurz | 1 | -1/+1 |
2017-11-06 | 9pfs: drop one user of struct V9fsFidState | Greg Kurz | 1 | -4/+4 |
2017-11-05 | pci-assign: Remove | Paolo Bonzini | 5 | -1891/+4 |
2017-11-02 | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging | Peter Maydell | 4 | -96/+131 |
2017-10-31 | ide: avoid referencing NULL dev in rotational rate setting | Daniel P. Berrange | 1 | -1/+3 |
2017-10-31 | hw/ide/ahci: Move allwinner code into a separate file | Thomas Huth | 3 | -95/+128 |
2017-10-31 | sun4m_iommu: remove legacy sparc_iommu_memory_rw() function | Mark Cave-Ayland | 1 | -33/+0 |
2017-10-31 | sparc32_dma: switch over to using IOMMU memory region and DMA API | Mark Cave-Ayland | 1 | -6/+11 |
2017-10-31 | sun4m: implement IOMMU translation using IOMMU memory region | Mark Cave-Ayland | 1 | -0/+62 |
2017-10-31 | sparc32_dma: add len to esp/le DMA memory tracing | Mark Cave-Ayland | 2 | -8/+8 |
2017-10-31 | sparc32_dma: remove is_ledma hack and replace with memory region alias | Mark Cave-Ayland | 1 | -14/+6 |
2017-10-31 | sparc32_dma: introduce new SPARC32_DMA type container object | Mark Cave-Ayland | 2 | -34/+102 |
2017-10-31 | sparc32_dma: make lance device child of ledma device | Mark Cave-Ayland | 2 | -24/+29 |
2017-10-31 | lance: move TYPE_LANCE and SysBusPCNetState from lance.c to lance.h | Mark Cave-Ayland | 1 | -10/+1 |
2017-10-31 | sparc32_dma: make esp device child of espdma device | Mark Cave-Ayland | 2 | -11/+34 |
2017-10-31 | esp: move TYPE_ESP and SysBusESPState from esp.c to esp.h | Mark Cave-Ayland | 1 | -13/+0 |
2017-10-31 | sparc32_dma: use object link instead of qdev property to pass IOMMU reference | Mark Cave-Ayland | 2 | -10/+7 |
2017-10-31 | sun4m_iommu: move TYPE_SUN4M_IOMMU declaration to sun4m.h | Mark Cave-Ayland | 1 | -14/+0 |
2017-10-31 | sun4m: move DMA device wiring from sparc32_dma_init() to sun4m_hw_init() | Mark Cave-Ayland | 1 | -13/+16 |
2017-10-31 | sparc32_dma: move type declarations from sparc32_dma.c to sparc32_dma.h | Mark Cave-Ayland | 1 | -34/+0 |
2017-10-31 | sparc32_dma: split esp and le into separate DMA devices | Mark Cave-Ayland | 2 | -14/+52 |
2017-10-31 | sparc32_dma: rename SPARC32_DMA type to SPARC32_DMA_DEVICE | Mark Cave-Ayland | 2 | -34/+35 |
2017-10-31 | hw/pci-host/gpex: Improve INTX to gsi routing error checking | Eric Auger | 1 | -2/+8 |
2017-10-31 | msf2: Wire up SYSRESETREQ in SoC for system reset | Subbaraya Sundeep | 1 | -0/+11 |
2017-10-31 | msf2: Remove dead code reported by Coverity | Subbaraya Sundeep | 1 | -4/+14 |