summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2016-06-0224-1328/+7586
|\
| * Add ENET device to i.MX6 SOC.Jean-Christophe Dubois2016-06-021-0/+17
| * Add ENET/Gbps Ethernet support to FEC deviceJean-Christophe Dubois2016-06-022-101/+573
| * i.MX: move FEC device to a register array structure.Jean-Christophe Dubois2016-06-021-176/+222
| * i.MX: Rename i.MX FEC defines to ENET_XXXJean-Christophe Dubois2016-06-021-27/+27
| * i.MX: reset TX/RX descriptors when FEC is disabled.Jean-Christophe Dubois2016-06-021-0/+2
| * i.MX: Fix FEC code for ECR register reset value.Jean-Christophe Dubois2016-06-021-1/+1
| * i.MX: Fix FEC code for MDIO address selectionJean-Christophe Dubois2016-06-021-2/+2
| * i.MX: Fix FEC code for MDIO operation selectionJean-Christophe Dubois2016-06-021-3/+3
| * net: Introduce e1000e device emulationDmitry Fleytman2016-06-025-0/+4366
| * e1000: Move out code that will be reused in e1000eDmitry Fleytman2016-06-024-320/+573
| * e1000_regs: Add definitions for Intel 82574-specific bitsDmitry Fleytman2016-06-021-3/+342
| * vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*Dmitry Fleytman2016-06-023-28/+44
| * net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman2016-06-024-117/+813
| * rtl8139: Move more TCP definitions to common headerDmitry Fleytman2016-06-021-5/+0Star
| * net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman2016-06-026-196/+196
| * vmxnet3: Use common MAC address tracing macrosDmitry Fleytman2016-06-022-7/+4Star
| * vmxnet3: Use generic function for DSN capability definitionDmitry Fleytman2016-06-021-7/+5Star
| * pcie: Introduce function for DSN capability creationDmitry Fleytman2016-06-021-0/+10
| * pcie: Add support for PCIe CAP v1Dmitry Fleytman2016-06-021-18/+66
| * msix: make msix_clr_pending() visible for clientsDmitry Fleytman2016-06-021-1/+1
| * net: mipsnet: check packet length against bufferPrasad J Pandit2016-05-251-0/+3
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160531' into...Peter Maydell2016-05-311-3/+11
|\ \
| * | ppc: Do some batching of TCG tlb flushesBenjamin Herrenschmidt2016-05-301-3/+11
* | | memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini2016-05-291-9/+7Star
* | | memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini2016-05-292-11/+9Star
* | | scsi-generic: Merge block max xfer len in INQUIRY responseFam Zheng2016-05-291-0/+12
* | | scsi-block: always use SG_IOPaolo Bonzini2016-05-291-18/+196
* | | scsi-disk: introduce scsi_disk_req_check_errorPaolo Bonzini2016-05-291-67/+22Star
* | | scsi-disk: add need_fua_emulation to SCSIDiskClassPaolo Bonzini2016-05-291-2/+7
* | | scsi-disk: introduce dma_readv and dma_writevPaolo Bonzini2016-05-291-15/+52
* | | scsi-disk: introduce a common base classPaolo Bonzini2016-05-291-14/+22
* | | bt: rewrite csrhci_write to avoid out-of-bounds writesPaolo Bonzini2016-05-291-21/+46
* | | scsi: megasas: check 'read_queue_head' index valuePrasad J Pandit2016-05-291-0/+2
* | | scsi: megasas: initialise local configuration data bufferPrasad J Pandit2016-05-291-1/+1
* | | scsi: megasas: use appropriate property buffer sizePrasad J Pandit2016-05-291-1/+1
* | | scsi: mptsas: infinite loop while fetching requestsPrasad J Pandit2016-05-291-5/+4Star
* | | scsi: pvscsi: check command descriptor ring buffer size (CVE-2016-4952)Prasad J Pandit2016-05-291-4/+20
* | | hw/char: QOM'ify milkymist-uart.cxiaoqiang zhao2016-05-293-6/+10
* | | hw/char: QOM'ify lm32_uart.cxiaoqiang zhao2016-05-293-13/+35
* | | hw/char: QOM'ify lm32_juart.cxiaoqiang zhao2016-05-294-13/+14
* | | hw/char: QOM'ify etraxfs_ser.cxiaoqiang zhao2016-05-292-12/+19
* | | hw/char: QOM'ify escc.cxiaoqiang zhao2016-05-291-11/+19
|/ /
* | spapr_iommu: Move table allocation to helpersAlexey Kardashevskiy2016-05-271-19/+39
* | spapr_pci: Use correct DMA LIOBN when composing the device treeAlexey Kardashevskiy2016-05-271-1/+1
* | spapr: ensure device trees are always associated with DRCJianjun Duan2016-05-272-17/+11Star
* | Added negative check for get_image_size()Zhou Jie2016-05-271-0/+4
* | hw/net/spapr_llan: Provide counter with dropped rx frames to the guestThomas Huth2016-05-271-0/+17
* | hw/net/spapr_llan: Delay flushing of the RX queue while adding new RX buffersThomas Huth2016-05-271-3/+25
* | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160526.1' i...Peter Maydell2016-05-265-73/+871
|\ \