aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-03ui: spice: Exit if gl=on EGL init failsCole Robinson1-2/+4
2016-06-03ui: egl: Replace fprintf with error_reportCole Robinson1-13/+14
2016-06-02Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell46-1636/+9306
2016-06-02Merge remote-tracking branch 'remotes/famz/tags/pull-docker-20160601' into st...Peter Maydell18-2/+619
2016-06-02Add ENET device to i.MX6 SOC.Jean-Christophe Dubois2-2/+21
2016-06-02Add ENET/Gbps Ethernet support to FEC deviceJean-Christophe Dubois3-103/+702
2016-06-02i.MX: move FEC device to a register array structure.Jean-Christophe Dubois2-193/+256
2016-06-02i.MX: Rename i.MX FEC defines to ENET_XXXJean-Christophe Dubois2-59/+59
2016-06-02i.MX: reset TX/RX descriptors when FEC is disabled.Jean-Christophe Dubois1-0/+2
2016-06-02i.MX: Fix FEC code for ECR register reset value.Jean-Christophe Dubois1-1/+1
2016-06-02i.MX: Fix FEC code for MDIO address selectionJean-Christophe Dubois1-2/+2
2016-06-02i.MX: Fix FEC code for MDIO operation selectionJean-Christophe Dubois1-3/+3
2016-06-02net: handle optional VLAN header in checksum computation.Jean-Christophe Dubois1-4/+31
2016-06-02net: improve UDP/TCP checksum computation.Jean-Christophe Dubois1-27/+67
2016-06-02e1000e: Introduce qtest for e1000e deviceDmitry Fleytman2-0/+482
2016-06-02net: Introduce e1000e device emulationDmitry Fleytman8-0/+4532
2016-06-02e1000: Move out code that will be reused in e1000eDmitry Fleytman6-320/+591
2016-06-02e1000_regs: Add definitions for Intel 82574-specific bitsDmitry Fleytman1-3/+342
2016-06-02vmxnet3: Use pci_dma_* API instead of cpu_physical_memory_*Dmitry Fleytman3-28/+44
2016-06-02net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman9-205/+1336
2016-06-02rtl8139: Move more TCP definitions to common headerDmitry Fleytman2-5/+8
2016-06-02net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman8-198/+206
2016-06-02vmxnet3: Use common MAC address tracing macrosDmitry Fleytman2-7/+4
2016-06-02net: Add macros for MAC address tracingDmitry Fleytman1-0/+5
2016-06-02net: Introduce Toeplitz hash calculatorDmitry Fleytman1-0/+45
2016-06-02vmxnet3: Use generic function for DSN capability definitionDmitry Fleytman1-7/+5
2016-06-02pcie: Introduce function for DSN capability creationDmitry Fleytman2-0/+11
2016-06-02pcie: Add support for PCIe CAP v1Dmitry Fleytman3-20/+73
2016-06-02pci: Introduce define for PM capability version 1.1Dmitry Fleytman1-0/+2
2016-06-02msix: make msix_clr_pending() visible for clientsDmitry Fleytman2-1/+2
2016-06-02pci: fix unaligned access in pci_xxx_quad()Dmitry Fleytman1-2/+9
2016-06-01.gitignore: Ignore docker source copyFam Zheng1-0/+1
2016-06-01MAINTAINERS: Add tests/dockerFam Zheng1-0/+7
2016-06-01docker: Add EXTRA_CONFIGURE_OPTSFam Zheng2-0/+4
2016-06-01docs: Add text for tests/docker in build-system.txtFam Zheng1-0/+5
2016-06-01docker: Add travis toolFam Zheng2-0/+69
2016-06-01docker: Add mingw testFam Zheng1-0/+34
2016-06-01docker: Add clang testFam Zheng1-0/+26
2016-06-01docker: Add full testFam Zheng1-0/+17
2016-06-01docker: Add quick testFam Zheng1-0/+19
2016-06-01docker: Add common.rcFam Zheng1-0/+31
2016-06-01docker: Add test runnerFam Zheng1-0/+58
2016-06-01docker: Add imagesFam Zheng3-0/+24
2016-06-01Makefile: Rules for docker testingFam Zheng2-1/+126
2016-06-01Makefile: Always include rules.makFam Zheng1-1/+2
2016-06-01rules.mak: Add "COMMA" constantFam Zheng1-0/+2
2016-06-01tests: Add utilities for docker testingFam Zheng1-0/+194
2016-06-01net/net: Add SocketReadState for reuse codesZhang Chen4-105/+121
2016-06-01net: vl: Move default_net to vl.cEduardo Habkost3-25/+23
2016-05-31Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160531' into...Peter Maydell16-65/+337