summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* e1000e: Fix EIAC register implementationDmitry Fleytman2016-09-271-5/+9
* e1000e: Fix spurious RX TCP ACK interruptsDmitry Fleytman2016-09-271-1/+2
* e1000e: Fix OTHER interrupts processing for MSI-XDmitry Fleytman2016-09-271-1/+1
* e1000e: Fix PBACLR implementationDmitry Fleytman2016-09-271-1/+1
* e1000e: Fix CTRL_EXT.EIAME behaviorDmitry Fleytman2016-09-272-3/+3
* e1000e: Flush receive queues on link upDmitry Fleytman2016-09-271-0/+3
* e1000e: Flush all receive queues on receive enableDmitry Fleytman2016-09-273-2/+5
* net: limit allocation in nc_sendv_compatPeter Lieven2016-09-271-2/+6
* tap: Allow specifying a bridgeAlexey Kardashevskiy2016-09-273-6/+13
* e1000: fix buliding complaintGonglei2016-09-271-1/+1
* docs: Add documentation for COLO-proxyZhang Chen2016-09-271-0/+188
* MAINTAINERS: add maintainer for COLO-proxyZhang Chen2016-09-271-0/+9
* filter-rewriter: rewrite tcp packet to keep secondary connectionZhang Chen2016-09-274-2/+124
* filter-rewriter: track connection and parse packetZhang Chen2016-09-273-0/+65
* filter-rewriter: introduce filter-rewriter initializationZhang Chen2016-09-274-1/+121
* colo-compare: add TCP, UDP, ICMP packet comparisonZhang Chen2016-09-272-4/+146
* colo-compare: introduce packet comparison threadZhang Chen2016-09-274-0/+239
* colo-compare: track connection and enqueue packetZhang Chen2016-09-273-10/+190
* Jhash: add linux kernel jhashtable in qemuZhang Chen2016-09-272-0/+60
* net/colo.c: add colo.c to define and handle packetZhang Chen2016-09-275-4/+240
* colo-compare: introduce colo compare initializationZhang Chen2016-09-274-1/+312
* qemu-char: Add qemu_chr_add_handlers_full() for GMaincontextZhang Chen2016-09-272-25/+63
* net: hmp_host_net_remove: Del the -net option of the removed host_netShmulik Ladkani2016-09-271-0/+1
* virtio-net: allow increasing rx queue sizeMichael S. Tsirkin2016-09-272-1/+26
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-09-2616-72/+2009
|\
| * hw/i386: AMD IOMMU IVRS tableDavid Kiarie2016-09-247-10/+90
| * hw/i386: Introduce AMD IOMMUDavid Kiarie2016-09-243-0/+1490
| * hw/i386/trace-events: Add AMD IOMMU trace eventsDavid Kiarie2016-09-231-0/+29
| * hw/pci: Prepare for AMD IOMMUDavid Kiarie2016-09-231-0/+3
| * virtio: handle virtqueue_get_head() errorsStefan Hajnoczi2016-09-231-10/+17
| * virtio: handle virtqueue_num_heads() errorsStefan Hajnoczi2016-09-231-3/+8
| * virtio: handle virtqueue_read_next_desc() errorsStefan Hajnoczi2016-09-231-13/+32
| * virtio: use unsigned int for virtqueue_get_avail_bytes() indexStefan Hajnoczi2016-09-231-1/+1
| * virtio: handle virtqueue_get_avail_bytes() errorsStefan Hajnoczi2016-09-231-6/+11
| * virtio: handle virtqueue_map_desc() errorsStefan Hajnoczi2016-09-231-19/+55
| * virtio: migrate vdev->broken flagStefan Hajnoczi2016-09-231-0/+19
| * virtio: stop virtqueue processing if device is brokenStefan Hajnoczi2016-09-232-0/+42
| * virtio: fix stray tab characterStefan Hajnoczi2016-09-231-1/+1
| * target-i386: turn off CPU.l3-cache only for 2.7 and older machine typesIgor Mammedov2016-09-231-4/+3Star
| * pc: clean up COMPAT macro chainingIgor Mammedov2016-09-231-2/+0Star
| * virtio: add check for descriptor's mapped addressPrasad J Pandit2016-09-231-0/+5
| * tests: add /vhost-user/flags-mismatch testMarc-André Lureau2016-09-231-1/+59
| * tests: add a simple /vhost-user/multiqueue testMarc-André Lureau2016-09-232-4/+107
| * tests: add /vhost-user/connect-fail testMarc-André Lureau2016-09-231-0/+39
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-09-2335-668/+848
|\ \ | |/ |/|
| * block: Remove BB interface from blockdev-add/delKevin Wolf2016-09-234-132/+48Star
| * qemu-iotests/141: Avoid blockdev-add with idKevin Wolf2016-09-232-22/+26
| * block: Avoid printing NULL string in error messagesKevin Wolf2016-09-232-9/+6Star
| * qemu-iotests/139: Avoid blockdev-add with idKevin Wolf2016-09-232-123/+59Star
| * qemu-iotests/124: Avoid blockdev-add with idKevin Wolf2016-09-231-7/+10