summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2017-12-21cpu: refactor cpu_address_space_init()Peter Xu
2017-12-21target/i386: Fix handling of VEX prefixesPeter Maydell
2017-12-21target/i386: Fix compiler warningsStefan Weil
2017-12-21hyperv: make SynIC version msr constantRoman Kagan
2017-12-21hyperv: ensure SINTx msrs are reset properlyRoman Kagan
2017-12-21hyperv: set partition-wide MSRs only on first vcpuEvgeny Yakovlev
2017-12-21x86/cpu: Enable new SSE/AVX/AVX512 cpu featuresYang Zhong
2017-12-18target/sh4: Convert to DisasContextBaseRichard Henderson
2017-12-18target/sh4: Do not singlestep after exceptionsRichard Henderson
2017-12-18target/sh4: Convert to DisasJumpTypeRichard Henderson
2017-12-18target/sh4: Use cmpxchg for movco when parallel_cpusRichard Henderson
2017-12-18target/sh4: fix TCG leak during gusa sequenceAlex Bennée
2017-12-18target/sh4: add missing tcg_temp_free() in _decode_opc()Philippe Mathieu-Daudé
2017-12-18nios2: remove duplicated includes (in code commented out)Philippe Mathieu-Daudé
2017-12-18i386/hax: remove duplicated includePhilippe Mathieu-Daudé
2017-12-18i386/hax: remove duplicated includesPhilippe Mathieu-Daudé
2017-12-18ppc: remove duplicated includesPhilippe Mathieu-Daudé
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé
2017-12-18Remove empty statementsLadi Prosek
2017-12-15Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171215-v2' into sta...Peter Maydell
2017-12-15target/ppc: introduce the PPC_BIT() macroCédric Le Goater
2017-12-15spapr/rtas: disable the decrementer interrupt when a CPU is unpluggedCédric Le Goater
2017-12-15pcc: define the Power-saving mode Exit Cause Enable bits in PowerPCCPUClassCédric Le Goater
2017-12-15target/ppc: Use tcg_gen_lookup_and_goto_ptrRichard Henderson
2017-12-14s390x: change the QEMU cpu model to a stripped down z12David Hildenbrand
2017-12-14s390x/tcg: we already implement the Set-Program-Parameter facilityDavid Hildenbrand
2017-12-14s390x/tcg: implement extract-CPU-time facilityDavid Hildenbrand
2017-12-14s390x/tcg: Implement SIGNAL ADAPTER instructionDavid Hildenbrand
2017-12-14s390x/tcg: Implement STORE CHANNEL PATH STATUSDavid Hildenbrand
2017-12-14s390x/tcg: wire up SET CHANNEL MONITORDavid Hildenbrand
2017-12-14s390x/tcg: wire up SET ADDRESS LIMITDavid Hildenbrand
2017-12-14s390x/tcg: implement Interlocked-Access Facility 2David Hildenbrand
2017-12-14s390x/tcg: ASI/ASGI/ALSI/ALSGI are atomic with Interlocked-acccess facility 1David Hildenbrand
2017-12-14s390x/tcg: wire up STORE CHANNEL REPORT WORDDavid Hildenbrand
2017-12-14s390x/tcg: indicate value of TODPR in STCKEDavid Hildenbrand
2017-12-14s390x/tcg: implement SET CLOCK PROGRAMMABLE FIELDDavid Hildenbrand
2017-12-14s390x/tcg: fix and cleanup mcck injectionDavid Hildenbrand
2017-12-14s390x/kvm: factor out build_channel_report_mcic() into cpu.hDavid Hildenbrand
2017-12-14s390x/tcg: drop potential_page_fault()David Hildenbrand
2017-12-14s390x/tcg: drop program_interrupt()David Hildenbrand
2017-12-14s390x/tcg: use s390_program_interrupt() in STSIDavid Hildenbrand
2017-12-14s390x/tcg: use s390_program_interrupt() in SACFDavid Hildenbrand
2017-12-14s390x/tcg: use s390_program_interrupt() in per_check_exception()David Hildenbrand
2017-12-14s390x/tcg: use s390_program_interrupt() in DIAGDavid Hildenbrand
2017-12-14s390x/tcg: use s390_program_interrupt() in SCLP Service CallDavid Hildenbrand
2017-12-14s390x/tcg: io instructions don't need potential_page_fault()David Hildenbrand
2017-12-14s390x/tcg: don't exit the cpu loop in s390_cpu_virt_mem_rw()David Hildenbrand
2017-12-14s390x: handle exceptions during s390_cpu_virt_mem_rw() correctly (TCG)David Hildenbrand
2017-12-14s390x/diag: pass the retaddr into handle_diag_308()David Hildenbrand
2017-12-14s390x/pci: pass the retaddr to all PCI instructionsDavid Hildenbrand