aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2016-06-02i.MX: move FEC device to a register array structure.Jean-Christophe Dubois
2016-06-02i.MX: Rename i.MX FEC defines to ENET_XXXJean-Christophe Dubois
2016-06-02i.MX: reset TX/RX descriptors when FEC is disabled.Jean-Christophe Dubois
2016-06-02i.MX: Fix FEC code for ECR register reset value.Jean-Christophe Dubois
2016-06-02i.MX: Fix FEC code for MDIO address selectionJean-Christophe Dubois
2016-06-02i.MX: Fix FEC code for MDIO operation selectionJean-Christophe Dubois
2016-06-02net: Introduce e1000e device emulationDmitry Fleytman
2016-06-02e1000: Move out code that will be reused in e1000eDmitry Fleytman
2016-06-02e1000_regs: Add definitions for Intel 82574-specific bitsDmitry Fleytman
2016-06-02vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*Dmitry Fleytman
2016-06-02net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman
2016-06-02rtl8139: Move more TCP definitions to common headerDmitry Fleytman
2016-06-02net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman
2016-06-02vmxnet3: Use common MAC address tracing macrosDmitry Fleytman
2016-06-02vmxnet3: Use generic function for DSN capability definitionDmitry Fleytman
2016-06-02pcie: Introduce function for DSN capability creationDmitry Fleytman
2016-06-02pcie: Add support for PCIe CAP v1Dmitry Fleytman
2016-06-02msix: make msix_clr_pending() visible for clientsDmitry Fleytman
2016-05-31Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160531' into...Peter Maydell
2016-05-30ppc: Do some batching of TCG tlb flushesBenjamin Herrenschmidt
2016-05-29memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini
2016-05-29memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini
2016-05-29scsi-generic: Merge block max xfer len in INQUIRY responseFam Zheng
2016-05-29scsi-block: always use SG_IOPaolo Bonzini
2016-05-29scsi-disk: introduce scsi_disk_req_check_errorPaolo Bonzini
2016-05-29scsi-disk: add need_fua_emulation to SCSIDiskClassPaolo Bonzini
2016-05-29scsi-disk: introduce dma_readv and dma_writevPaolo Bonzini
2016-05-29scsi-disk: introduce a common base classPaolo Bonzini
2016-05-29bt: rewrite csrhci_write to avoid out-of-bounds writesPaolo Bonzini
2016-05-29scsi: megasas: check 'read_queue_head' index valuePrasad J Pandit
2016-05-29scsi: megasas: initialise local configuration data bufferPrasad J Pandit
2016-05-29scsi: megasas: use appropriate property buffer sizePrasad J Pandit
2016-05-29scsi: mptsas: infinite loop while fetching requestsPrasad J Pandit
2016-05-29scsi: pvscsi: check command descriptor ring buffer size (CVE-2016-4952)Prasad J Pandit
2016-05-29hw/char: QOM'ify milkymist-uart.cxiaoqiang zhao
2016-05-29hw/char: QOM'ify lm32_uart.cxiaoqiang zhao
2016-05-29hw/char: QOM'ify lm32_juart.cxiaoqiang zhao
2016-05-29hw/char: QOM'ify etraxfs_ser.cxiaoqiang zhao
2016-05-29hw/char: QOM'ify escc.cxiaoqiang zhao
2016-05-27spapr_iommu: Move table allocation to helpersAlexey Kardashevskiy
2016-05-27spapr_pci: Use correct DMA LIOBN when composing the device treeAlexey Kardashevskiy
2016-05-27spapr: ensure device trees are always associated with DRCJianjun Duan
2016-05-27Added negative check for get_image_size()Zhou Jie
2016-05-27hw/net/spapr_llan: Provide counter with dropped rx frames to the guestThomas Huth
2016-05-27hw/net/spapr_llan: Delay flushing of the RX queue while adding new RX buffersThomas Huth
2016-05-26Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160526.1' i...Peter Maydell
2016-05-26vfio: Check that IOMMU MR translates to system address spaceAlexey Kardashevskiy
2016-05-26memory: Fix IOMMU replay base addressAlexey Kardashevskiy
2016-05-26vfio: Fix 128 bit handling when deleting regionAlexey Kardashevskiy
2016-05-26vfio/pci: Add a separate option for IGD OpRegion supportAlex Williamson