aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2017-12-22i386: hvf: refactor event injection code for hvfSergio Andres Gomez Del Real6-42/+102
2017-12-22i386: hvf: implement vga dirty page trackingSergio Andres Gomez Del Real1-7/+66
2017-12-22i386: refactor KVM cpuid code so that it applies to hvf as wellSergio Andres Gomez Del Real2-22/+59
2017-12-22i386: hvf: implement hvf_get_supported_cpuidSergio Andres Gomez Del Real1-0/+164
2017-12-22i386: hvf: use new helper functions for put/get xsaveSergio Andres Gomez Del Real3-67/+12
2017-12-22i386: hvf: fix licensing issues; isolate task handling code (GPL v2-only)Sergio Andres Gomez Del Real18-253/+318
2017-12-22i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real23-6/+8116
2017-12-21target/m68k: fix set_cc_op()Laurent Vivier2-1/+2
2017-12-21target/m68k: add monitor.cLaurent Vivier2-0/+40
2017-12-21target/m68k: remove unused variable gen_throws_exceptionLaurent Vivier1-10/+0
2017-12-21cpu: refactor cpu_address_space_init()Peter Xu2-18/+5
2017-12-21target/i386: Fix handling of VEX prefixesPeter Maydell1-1/+1
2017-12-21target/i386: Fix compiler warningsStefan Weil1-3/+4
2017-12-21hyperv: make SynIC version msr constantRoman Kagan2-8/+2
2017-12-21hyperv: ensure SINTx msrs are reset properlyRoman Kagan1-5/+7
2017-12-21hyperv: set partition-wide MSRs only on first vcpuEvgeny Yakovlev2-9/+19
2017-12-21x86/cpu: Enable new SSE/AVX/AVX512 cpu featuresYang Zhong2-3/+9
2017-12-18target/xtensa: switch fsf to libisaMax Filippov2-0/+9846
2017-12-18target/xtensa: switch dc233c to libisaMax Filippov2-0/+15236
2017-12-18target/xtensa: switch dc232b to libisaMax Filippov2-0/+14109
2017-12-18target/xtensa: update import_core.sh script for libisaMax Filippov1-0/+15
2017-12-18target/xtensa: extract FPU2000 opcode translatorsMax Filippov2-0/+375
2017-12-18target/xtensa: extract core opcode translatorsMax Filippov2-0/+3145
2017-12-18target/xtensa: import libisa sourceMax Filippov4-0/+1978
2017-12-18target/xtensa: pass actual frame size to the entry helperMax Filippov2-2/+2
2017-12-18target/sh4: Convert to DisasContextBaseRichard Henderson1-76/+78
2017-12-18target/sh4: Do not singlestep after exceptionsRichard Henderson1-16/+16
2017-12-18target/sh4: Convert to DisasJumpTypeRichard Henderson1-35/+30
2017-12-18target/sh4: Use cmpxchg for movco when parallel_cpusRichard Henderson3-23/+64
2017-12-18target/sh4: fix TCG leak during gusa sequenceAlex Bennée1-1/+1
2017-12-18target/sh4: add missing tcg_temp_free() in _decode_opc()Philippe Mathieu-Daudé1-0/+2
2017-12-18nios2: remove duplicated includes (in code commented out)Philippe Mathieu-Daudé4-5/+3
2017-12-18i386/hax: remove duplicated includePhilippe Mathieu-Daudé1-1/+0
2017-12-18i386/hax: remove duplicated includesPhilippe Mathieu-Daudé3-10/+1
2017-12-18ppc: remove duplicated includesPhilippe Mathieu-Daudé1-3/+0
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé1-1/+0
2017-12-18Remove empty statementsLadi Prosek3-3/+3
2017-12-15Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171215-v2' into sta...Peter Maydell21-348/+591
2017-12-15target/ppc: introduce the PPC_BIT() macroCédric Le Goater1-49/+56
2017-12-15spapr/rtas: disable the decrementer interrupt when a CPU is unpluggedCédric Le Goater1-3/+6
2017-12-15pcc: define the Power-saving mode Exit Cause Enable bits in PowerPCCPUClassCédric Le Goater2-12/+12
2017-12-15target/ppc: Use tcg_gen_lookup_and_goto_ptrRichard Henderson1-15/+8
2017-12-14s390x: change the QEMU cpu model to a stripped down z12David Hildenbrand4-59/+139
2017-12-14s390x/tcg: we already implement the Set-Program-Parameter facilityDavid Hildenbrand1-2/+3
2017-12-14s390x/tcg: implement extract-CPU-time facilityDavid Hildenbrand5-7/+50
2017-12-14s390x/tcg: Implement SIGNAL ADAPTER instructionDavid Hildenbrand2-0/+9
2017-12-14s390x/tcg: Implement STORE CHANNEL PATH STATUSDavid Hildenbrand2-0/+8
2017-12-14s390x/tcg: wire up SET CHANNEL MONITORDavid Hildenbrand4-0/+18
2017-12-14s390x/tcg: wire up SET ADDRESS LIMITDavid Hildenbrand4-0/+18
2017-12-14s390x/tcg: implement Interlocked-Access Facility 2David Hildenbrand3-6/+70