summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-27target-i386: Automatically set level/xlevel/xlevel2 when neededEduardo Habkost4-13/+133
2016-09-27tests: Test CPUID level handling for old machinesEduardo Habkost1-0/+13
2016-09-27tests: Add test code for CPUID level/xlevel handlingEduardo Habkost3-0/+111
2016-09-27target-i386: Add a marker to end of the region zeroed on resetEduardo Habkost2-1/+2
2016-09-27target-i386: Remove unused X86CPUDefinition::xlevel2 fieldEduardo Habkost1-2/+0
2016-09-27Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell24-53/+1812
2016-09-27imx_fec: fix error in qemu_send_packet argumentPaolo Bonzini1-1/+1
2016-09-27mcf_fec: fix error in qemu_send_packet argumentPaolo Bonzini1-1/+1
2016-09-27net: mcf: limit buffer descriptor countPrasad J Pandit1-2/+3
2016-09-27e1000e: Fix EIAC register implementationDmitry Fleytman1-5/+9
2016-09-27e1000e: Fix spurious RX TCP ACK interruptsDmitry Fleytman1-1/+2
2016-09-27e1000e: Fix OTHER interrupts processing for MSI-XDmitry Fleytman1-1/+1
2016-09-27e1000e: Fix PBACLR implementationDmitry Fleytman1-1/+1
2016-09-27e1000e: Fix CTRL_EXT.EIAME behaviorDmitry Fleytman2-3/+3
2016-09-27e1000e: Flush receive queues on link upDmitry Fleytman1-0/+3
2016-09-27e1000e: Flush all receive queues on receive enableDmitry Fleytman3-2/+5
2016-09-27net: limit allocation in nc_sendv_compatPeter Lieven1-2/+6
2016-09-27tap: Allow specifying a bridgeAlexey Kardashevskiy3-6/+13
2016-09-27e1000: fix buliding complaintGonglei1-1/+1
2016-09-27docs: Add documentation for COLO-proxyZhang Chen1-0/+188
2016-09-27MAINTAINERS: add maintainer for COLO-proxyZhang Chen1-0/+9
2016-09-27filter-rewriter: rewrite tcp packet to keep secondary connectionZhang Chen4-2/+124
2016-09-27filter-rewriter: track connection and parse packetZhang Chen3-0/+65
2016-09-27filter-rewriter: introduce filter-rewriter initializationZhang Chen4-1/+121
2016-09-27colo-compare: add TCP, UDP, ICMP packet comparisonZhang Chen2-4/+146
2016-09-27colo-compare: introduce packet comparison threadZhang Chen4-0/+239
2016-09-27colo-compare: track connection and enqueue packetZhang Chen3-10/+190
2016-09-27Jhash: add linux kernel jhashtable in qemuZhang Chen2-0/+60
2016-09-27net/colo.c: add colo.c to define and handle packetZhang Chen5-4/+240
2016-09-27colo-compare: introduce colo compare initializationZhang Chen4-1/+312
2016-09-27qemu-char: Add qemu_chr_add_handlers_full() for GMaincontextZhang Chen2-25/+63
2016-09-27net: hmp_host_net_remove: Del the -net option of the removed host_netShmulik Ladkani1-0/+1
2016-09-27virtio-net: allow increasing rx queue sizeMichael S. Tsirkin2-1/+26
2016-09-26Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell16-72/+2009
2016-09-24hw/i386: AMD IOMMU IVRS tableDavid Kiarie7-10/+90
2016-09-24hw/i386: Introduce AMD IOMMUDavid Kiarie3-0/+1490
2016-09-23hw/i386/trace-events: Add AMD IOMMU trace eventsDavid Kiarie1-0/+29
2016-09-23hw/pci: Prepare for AMD IOMMUDavid Kiarie1-0/+3
2016-09-23virtio: handle virtqueue_get_head() errorsStefan Hajnoczi1-10/+17
2016-09-23virtio: handle virtqueue_num_heads() errorsStefan Hajnoczi1-3/+8
2016-09-23virtio: handle virtqueue_read_next_desc() errorsStefan Hajnoczi1-13/+32
2016-09-23virtio: use unsigned int for virtqueue_get_avail_bytes() indexStefan Hajnoczi1-1/+1
2016-09-23virtio: handle virtqueue_get_avail_bytes() errorsStefan Hajnoczi1-6/+11
2016-09-23virtio: handle virtqueue_map_desc() errorsStefan Hajnoczi1-19/+55
2016-09-23virtio: migrate vdev->broken flagStefan Hajnoczi1-0/+19
2016-09-23virtio: stop virtqueue processing if device is brokenStefan Hajnoczi2-0/+42
2016-09-23virtio: fix stray tab characterStefan Hajnoczi1-1/+1
2016-09-23target-i386: turn off CPU.l3-cache only for 2.7 and older machine typesIgor Mammedov1-4/+3
2016-09-23pc: clean up COMPAT macro chainingIgor Mammedov1-2/+0
2016-09-23virtio: add check for descriptor's mapped addressPrasad J Pandit1-0/+5