summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-05-29memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini2-11/+9
2016-05-29scsi-generic: Merge block max xfer len in INQUIRY responseFam Zheng1-0/+12
2016-05-29scsi-block: always use SG_IOPaolo Bonzini1-18/+196
2016-05-29scsi-disk: introduce scsi_disk_req_check_errorPaolo Bonzini1-67/+22
2016-05-29scsi-disk: add need_fua_emulation to SCSIDiskClassPaolo Bonzini1-2/+7
2016-05-29scsi-disk: introduce dma_readv and dma_writevPaolo Bonzini1-15/+52
2016-05-29scsi-disk: introduce a common base classPaolo Bonzini1-14/+22
2016-05-29bt: rewrite csrhci_write to avoid out-of-bounds writesPaolo Bonzini1-21/+46
2016-05-29scsi: megasas: check 'read_queue_head' index valuePrasad J Pandit1-0/+2
2016-05-29scsi: megasas: initialise local configuration data bufferPrasad J Pandit1-1/+1
2016-05-29scsi: megasas: use appropriate property buffer sizePrasad J Pandit1-1/+1
2016-05-29scsi: mptsas: infinite loop while fetching requestsPrasad J Pandit1-5/+4
2016-05-29scsi: pvscsi: check command descriptor ring buffer size (CVE-2016-4952)Prasad J Pandit1-4/+20
2016-05-29hw/char: QOM'ify milkymist-uart.cxiaoqiang zhao3-6/+10
2016-05-29hw/char: QOM'ify lm32_uart.cxiaoqiang zhao3-13/+35
2016-05-29hw/char: QOM'ify lm32_juart.cxiaoqiang zhao4-13/+14
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