aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-27Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell24-53/+1812
2016-09-27replay: allow replay stopping and restartingPavel Dovgalyuk8-12/+29
2016-09-27replay: vmstate for replay modulePavel Dovgalyuk4-0/+71
2016-09-27replay: move internal data to the structurePavel Dovgalyuk5-23/+24
2016-09-27cpus-common: lock-free fast path for cpu_exec_start/endPaolo Bonzini3-20/+133
2016-09-27tcg: Make tb_flush() thread safeSergey Fedorov4-23/+31
2016-09-27cpus-common: Introduce async_safe_run_on_cpu()Paolo Bonzini2-2/+45
2016-09-27cpus-common: simplify locking for start_exclusive/end_exclusivePaolo Bonzini3-8/+11
2016-09-27cpus-common: remove redundant call to exclusive_idle()Paolo Bonzini2-2/+0
2016-09-27cpus-common: always defer async_run_on_cpu work itemsPaolo Bonzini1-5/+0
2016-09-27docs: include formal model for TCG exclusive sectionsPaolo Bonzini1-0/+177
2016-09-27cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini5-105/+127
2016-09-27cpus-common: fix uninitialized variable use in run_on_cpuPaolo Bonzini1-2/+2
2016-09-27cpus-common: move CPU work item management to common codeSergey Fedorov5-91/+148
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini9-68/+109
2016-09-27linux-user: Add qemu_cpu_is_self() and qemu_cpu_kick()Sergey Fedorov1-0/+10
2016-09-27linux-user: Use QemuMutex and QemuCondSergey Fedorov1-23/+32
2016-09-27cpus: Rename flush_queued_work()Sergey Fedorov1-2/+2
2016-09-27cpus: Move common code out of {async_, }run_on_cpu()Sergey Fedorov1-24/+18
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée14-138/+109
2016-09-27build-sys: put glib_cflags in QEMU_CFLAGSMarc-André Lureau1-1/+1
2016-09-27build-sys: remove unused GLIB_CFLAGSMarc-André Lureau1-1/+0
2016-09-27migration: sync all address spacesPaolo Bonzini3-18/+37
2016-09-27compiler: Swap 'public domain' header for licenseFelipe Franciosi1-1/+5
2016-09-27checkpatch: downgrade "architecture specific defines should be avoided"Paolo Bonzini1-1/+1
2016-09-27x86: ioapic: boost default version to 0x20Peter Xu2-1/+5
2016-09-27intel_iommu, amd_iommu: allow UNMAP notifiersPeter Xu2-7/+15
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