aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-28tests: cris: remove openpf4 testRabin Vincent
2016-09-28tests: cris: fix syscall inline asmRabin Vincent
2016-09-28tests: cris: force inliningRabin Vincent
2016-09-27Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-09-27sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson
2016-09-27target-i386: Remove has_msr_* global vars for KVM featuresEduardo Habkost
2016-09-27target-i386: Clear KVM CPUID features if KVM is disabledEduardo Habkost
2016-09-27target-i386: Remove has_msr_hv_tsc global variableEduardo Habkost
2016-09-27target-i386: Remove has_msr_hv_apic global variableEduardo Habkost
2016-09-27target-i386: Remove has_msr_mtrr global variableEduardo Habkost
2016-09-27target-i386: Move xsave component mask to features arrayEduardo Habkost
2016-09-27target-i386: xsave: Calculate set of xsave components on realizeEduardo Habkost
2016-09-27target-i386: xsave: Helper function to calculate xsave area sizeEduardo Habkost
2016-09-27target-i386: xsave: Simplify CPUID[0xD,0].{EAX,EDX} calculationEduardo Habkost
2016-09-27target-i386: xsave: Calculate enabled components only onceEduardo Habkost
2016-09-27target-i386: Don't try to enable PT State xsave componentEduardo Habkost
2016-09-27target-i386: Move feature name arrays inside FeatureWordInfoEduardo Habkost
2016-09-27linux-user: remove #define smp_{cores, threads}Marc-André Lureau
2016-09-27target-i386: Enable CPUID[0x8000000A] if SVM is enabledEduardo Habkost
2016-09-27target-i386: Automatically set level/xlevel/xlevel2 when neededEduardo Habkost
2016-09-27tests: Test CPUID level handling for old machinesEduardo Habkost
2016-09-27tests: Add test code for CPUID level/xlevel handlingEduardo Habkost
2016-09-27target-i386: Add a marker to end of the region zeroed on resetEduardo Habkost
2016-09-27target-i386: Remove unused X86CPUDefinition::xlevel2 fieldEduardo Habkost
2016-09-27Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2016-09-27imx_fec: fix error in qemu_send_packet argumentPaolo Bonzini
2016-09-27mcf_fec: fix error in qemu_send_packet argumentPaolo Bonzini
2016-09-27net: mcf: limit buffer descriptor countPrasad J Pandit
2016-09-27e1000e: Fix EIAC register implementationDmitry Fleytman
2016-09-27e1000e: Fix spurious RX TCP ACK interruptsDmitry Fleytman
2016-09-27e1000e: Fix OTHER interrupts processing for MSI-XDmitry Fleytman
2016-09-27e1000e: Fix PBACLR implementationDmitry Fleytman
2016-09-27e1000e: Fix CTRL_EXT.EIAME behaviorDmitry Fleytman
2016-09-27e1000e: Flush receive queues on link upDmitry Fleytman
2016-09-27e1000e: Flush all receive queues on receive enableDmitry Fleytman
2016-09-27net: limit allocation in nc_sendv_compatPeter Lieven
2016-09-27tap: Allow specifying a bridgeAlexey Kardashevskiy
2016-09-27e1000: fix buliding complaintGonglei
2016-09-27docs: Add documentation for COLO-proxyZhang Chen
2016-09-27MAINTAINERS: add maintainer for COLO-proxyZhang Chen
2016-09-27filter-rewriter: rewrite tcp packet to keep secondary connectionZhang Chen
2016-09-27filter-rewriter: track connection and parse packetZhang Chen
2016-09-27filter-rewriter: introduce filter-rewriter initializationZhang Chen
2016-09-27colo-compare: add TCP, UDP, ICMP packet comparisonZhang Chen
2016-09-27colo-compare: introduce packet comparison threadZhang Chen
2016-09-27colo-compare: track connection and enqueue packetZhang Chen
2016-09-27Jhash: add linux kernel jhashtable in qemuZhang Chen
2016-09-27net/colo.c: add colo.c to define and handle packetZhang Chen
2016-09-27colo-compare: introduce colo compare initializationZhang Chen
2016-09-27qemu-char: Add qemu_chr_add_handlers_full() for GMaincontextZhang Chen