summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* i386: hvf: unify register enums between HVF and the restPaolo Bonzini2017-12-2211-271/+226Star
* i386: hvf: header cleanupPaolo Bonzini2017-12-229-20/+17Star
* i386: hvf: move all hvf files in the same directoryPaolo Bonzini2017-12-2225-21/+21
* i386: hvf: inject General Protection Fault when vmexit through vmcallSergio Andres Gomez Del Real2017-12-221-1/+3
* i386: hvf: refactor event injection code for hvfSergio Andres Gomez Del Real2017-12-226-42/+102
* i386: hvf: implement vga dirty page trackingSergio Andres Gomez Del Real2017-12-221-7/+66
* i386: refactor KVM cpuid code so that it applies to hvf as wellSergio Andres Gomez Del Real2017-12-222-22/+59
* i386: hvf: implement hvf_get_supported_cpuidSergio Andres Gomez Del Real2017-12-221-0/+164
* i386: hvf: use new helper functions for put/get xsaveSergio Andres Gomez Del Real2017-12-223-67/+12Star
* i386: hvf: fix licensing issues; isolate task handling code (GPL v2-only)Sergio Andres Gomez Del Real2017-12-2218-253/+318
* i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real2017-12-2223-6/+8116
* cpu: refactor cpu_address_space_init()Peter Xu2017-12-212-18/+5Star
* target/i386: Fix handling of VEX prefixesPeter Maydell2017-12-211-1/+1
* target/i386: Fix compiler warningsStefan Weil2017-12-211-3/+4
* hyperv: make SynIC version msr constantRoman Kagan2017-12-212-8/+2Star
* hyperv: ensure SINTx msrs are reset properlyRoman Kagan2017-12-211-5/+7
* hyperv: set partition-wide MSRs only on first vcpuEvgeny Yakovlev2017-12-212-9/+19
* x86/cpu: Enable new SSE/AVX/AVX512 cpu featuresYang Zhong2017-12-212-3/+9
* target/sh4: Convert to DisasContextBaseRichard Henderson2017-12-181-76/+78
* target/sh4: Do not singlestep after exceptionsRichard Henderson2017-12-181-16/+16
* target/sh4: Convert to DisasJumpTypeRichard Henderson2017-12-181-35/+30Star
* target/sh4: Use cmpxchg for movco when parallel_cpusRichard Henderson2017-12-183-23/+64
* target/sh4: fix TCG leak during gusa sequenceAlex Bennée2017-12-181-1/+1
* target/sh4: add missing tcg_temp_free() in _decode_opc()Philippe Mathieu-Daudé2017-12-181-0/+2
* nios2: remove duplicated includes (in code commented out)Philippe Mathieu-Daudé2017-12-184-5/+3Star
* i386/hax: remove duplicated includePhilippe Mathieu-Daudé2017-12-181-1/+0Star
* i386/hax: remove duplicated includesPhilippe Mathieu-Daudé2017-12-183-10/+1Star
* ppc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-3/+0Star
* misc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* Remove empty statementsLadi Prosek2017-12-183-3/+3
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171215-v2' into sta...Peter Maydell2017-12-1521-348/+591
|\
| * s390x: change the QEMU cpu model to a stripped down z12David Hildenbrand2017-12-144-59/+139
| * s390x/tcg: we already implement the Set-Program-Parameter facilityDavid Hildenbrand2017-12-141-2/+3
| * s390x/tcg: implement extract-CPU-time facilityDavid Hildenbrand2017-12-145-7/+50
| * s390x/tcg: Implement SIGNAL ADAPTER instructionDavid Hildenbrand2017-12-142-0/+9
| * s390x/tcg: Implement STORE CHANNEL PATH STATUSDavid Hildenbrand2017-12-142-0/+8
| * s390x/tcg: wire up SET CHANNEL MONITORDavid Hildenbrand2017-12-144-0/+18
| * s390x/tcg: wire up SET ADDRESS LIMITDavid Hildenbrand2017-12-144-0/+18
| * s390x/tcg: implement Interlocked-Access Facility 2David Hildenbrand2017-12-143-6/+70
| * s390x/tcg: ASI/ASGI/ALSI/ALSGI are atomic with Interlocked-acccess facility 1David Hildenbrand2017-12-142-4/+25
| * s390x/tcg: wire up STORE CHANNEL REPORT WORDDavid Hildenbrand2017-12-144-0/+19
| * s390x/tcg: indicate value of TODPR in STCKEDavid Hildenbrand2017-12-141-0/+5
| * s390x/tcg: implement SET CLOCK PROGRAMMABLE FIELDDavid Hildenbrand2017-12-144-0/+21
| * s390x/tcg: fix and cleanup mcck injectionDavid Hildenbrand2017-12-142-9/+9
| * s390x/kvm: factor out build_channel_report_mcic() into cpu.hDavid Hildenbrand2017-12-142-23/+25
| * s390x/tcg: drop potential_page_fault()David Hildenbrand2017-12-141-7/+2Star
| * s390x/tcg: drop program_interrupt()David Hildenbrand2017-12-142-18/+5Star
| * s390x/tcg: use s390_program_interrupt() in STSIDavid Hildenbrand2017-12-142-2/+1Star
| * s390x/tcg: use s390_program_interrupt() in SACFDavid Hildenbrand2017-12-141-1/+1
| * s390x/tcg: use s390_program_interrupt() in per_check_exception()David Hildenbrand2017-12-142-4/+1Star