summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-069p: introduce the V9fsDir typeGreg Kurz5-35/+39
2016-06-069p: drop useless out: labelGreg Kurz1-4/+4
2016-06-069p: drop useless inclusion of hw/i386/pc.hGreg Kurz2-2/+0
2016-06-069p/fsdev: remove obsolete references to virtioGreg Kurz12-17/+11
2016-06-069p: some more cleanup in #include directivesGreg Kurz2-4/+1
2016-06-06e1000e: Fix build with gcc 4.6.3 and ust tracingDmitry Fleytman1-2/+2
2016-06-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160603-1' into st...Peter Maydell8-20/+77
2016-06-03e1000e: Fix build with ust trace backendDmitry Fleytman2-3/+11
2016-06-03vnc: add configurable keyboard delayGerd Hoffmann3-2/+20
2016-06-03sdl2: skip init without outputsGerd Hoffmann1-0/+3
2016-06-03vnc: Add support for color mapAlexander Graf1-2/+31
2016-06-03SDL2: add bgrx pixel formatPavel Dovgalyuk1-0/+3
2016-06-03gtk: fix unchecked vc dereferenceGerd Hoffmann1-1/+2
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