summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-28target-cris: add v17 CPURabin Vincent3-0/+38
2016-09-28target-cris: reduce v32isms from v10 log dumpsHans-Peter Nilsson1-13/+23
2016-09-28tests: cris: remove check_time1Rabin Vincent2-47/+0
2016-09-28tests: cris: remove openpf4 testRabin Vincent2-6/+0
2016-09-28tests: cris: fix syscall inline asmRabin Vincent1-9/+17
2016-09-28tests: cris: force inliningRabin Vincent10-26/+28
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-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