aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-27qdisk - hw/block/xen_disk: grant copy implementationPaulina Szubarczyk3-5/+217
2016-09-27Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell15-302/+540
2016-09-27sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson6-16/+8
2016-09-27target-i386: Remove has_msr_* global vars for KVM featuresEduardo Habkost1-15/+6
2016-09-27target-i386: Clear KVM CPUID features if KVM is disabledEduardo Habkost1-0/+4
2016-09-27target-i386: Remove has_msr_hv_tsc global variableEduardo Habkost1-6/+8
2016-09-27target-i386: Remove has_msr_hv_apic global variableEduardo Habkost1-5/+3
2016-09-27target-i386: Remove has_msr_mtrr global variableEduardo Habkost1-6/+2
2016-09-27target-i386: Move xsave component mask to features arrayEduardo Habkost2-15/+30
2016-09-27target-i386: xsave: Calculate set of xsave components on realizeEduardo Habkost2-23/+33
2016-09-27target-i386: xsave: Helper function to calculate xsave area sizeEduardo Habkost1-7/+15
2016-09-27target-i386: xsave: Simplify CPUID[0xD,0].{EAX,EDX} calculationEduardo Habkost1-6/+2
2016-09-27target-i386: xsave: Calculate enabled components only onceEduardo Habkost1-10/+16
2016-09-27target-i386: Don't try to enable PT State xsave componentEduardo Habkost1-3/+3
2016-09-27target-i386: Move feature name arrays inside FeatureWordInfoEduardo Habkost1-200/+170
2016-09-27linux-user: remove #define smp_{cores, threads}Marc-André Lureau3-9/+7
2016-09-27target-i386: Enable CPUID[0x8000000A] if SVM is enabledEduardo Habkost2-5/+14
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