aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-05-29hw/char: QOM'ify etraxfs_ser.cxiaoqiang zhao2-12/+19
2016-05-29hw/char: QOM'ify escc.cxiaoqiang zhao1-11/+19
2016-05-27spapr_iommu: Move table allocation to helpersAlexey Kardashevskiy1-19/+39
2016-05-27spapr_pci: Use correct DMA LIOBN when composing the device treeAlexey Kardashevskiy1-1/+1
2016-05-27spapr: ensure device trees are always associated with DRCJianjun Duan2-17/+11
2016-05-27Added negative check for get_image_size()Zhou Jie1-0/+4
2016-05-27hw/net/spapr_llan: Provide counter with dropped rx frames to the guestThomas Huth1-0/+17
2016-05-27hw/net/spapr_llan: Delay flushing of the RX queue while adding new RX buffersThomas Huth1-3/+25
2016-05-26Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160526.1' i...Peter Maydell5-73/+871
2016-05-26vfio: Check that IOMMU MR translates to system address spaceAlexey Kardashevskiy1-0/+6
2016-05-26memory: Fix IOMMU replay base addressAlexey Kardashevskiy2-7/+9
2016-05-26vfio: Fix 128 bit handling when deleting regionAlexey Kardashevskiy1-6/+11
2016-05-26vfio/pci: Add a separate option for IGD OpRegion supportAlex Williamson3-2/+39
2016-05-26vfio/pci: Intel graphics legacy mode assignmentAlex Williamson3-1/+652
2016-05-26vfio/pci: Setup BAR quirks after capabilities probingAlex Williamson1-3/+5
2016-05-26vfio/pci: Consolidate VGA setupAlex Williamson1-23/+26
2016-05-26vfio/pci: Fix return of vfio_populate_vga()Alex Williamson1-29/+26
2016-05-26vfio: Create device specific region info helperAlex Williamson1-0/+36
2016-05-26vfio: Enable sparse mmap capabilityAlex Williamson1-4/+63
2016-05-26Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' in...Peter Maydell1-12/+14
2016-05-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell6-20/+28
2016-05-26qdev: Start disentangling bus from deviceAndreas Färber3-222/+252
2016-05-26s390: use FILE instead of QEMUFile for creating text fileDaniel P. Berrange1-12/+14
2016-05-25block: Rename blk_write_zeroes()Eric Blake1-1/+1
2016-05-25dma-helpers: change BlockBackend to opaque value in DMAIOFuncPaolo Bonzini3-10/+12
2016-05-25dma-helpers: change interface to byte-basedPaolo Bonzini4-10/+16
2016-05-24Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-0/+13
2016-05-23hw/net/opencores_eth: Allocating Large sized arrays to heapZhou Jie1-1/+10
2016-05-23hw/net/opencores_eth: use mii.hMax Filippov1-17/+16
2016-05-23pc: Set CPU model-id on compat_props for pc <= 2.4Eduardo Habkost1-0/+13
2016-05-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-31/+67
2016-05-23nmi: remove x86 specific nmi handlingBandan Das2-25/+1
2016-05-23target-i386: add a generic x86 nmi handlerBandan Das1-0/+20
2016-05-23esp: check dma length before reading scsi command(CVE-2016-4441)Prasad J Pandit1-4/+7
2016-05-23esp: check command buffer length before write(CVE-2016-4439)Prasad J Pandit1-1/+5
2016-05-23ioapic: clear remote irr bit for edge-triggered interruptsPeter Xu1-0/+29
2016-05-23ioapic: keep RO bits for IOAPIC entryPeter Xu1-0/+4
2016-05-23i386: kvmvapic: initialise imm32 variablePrasad J Pandit1-1/+1
2016-05-23Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160523-1' into s...Peter Maydell6-50/+1198
2016-05-23usb/ohci: Fix crash with when specifying too many num-portsThomas Huth1-0/+6
2016-05-23vga: add sr_vbe register setGerd Hoffmann2-22/+29
2016-05-23xen: add pvUSB backendJuergen Gross3-0/+1087
2016-05-23virtio-gpu: fix ui idx checkMarc-André Lureau1-1/+1
2016-05-23xen: write information about supported backendsJuergen Gross2-50/+65
2016-05-23virtio-gpu: use VIRTIO_GPU_MAX_SCANOUTSMarc-André Lureau1-2/+2
2016-05-23xen: introduce dummy system deviceJuergen Gross1-0/+40
2016-05-23virtio-gpu: check max_outputs onlyMarc-André Lureau2-5/+4
2016-05-23virtio-gpu: check max_outputs valueMarc-André Lureau1-0/+6
2016-05-23virtio-vga: propagate on gpu realized errorMarc-André Lureau2-1/+8
2016-05-23virtio-gpu: check early scanout idMarc-André Lureau1-10/+9