aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-27mips: r4k: replace cpu_model with cpu_typeIgor Mammedov1-9/+7
2017-10-27mips: mipssim: replace cpu_model with cpu_typeIgor Mammedov1-9/+6
2017-10-27mips: Magnum/Acer Pica 61: replace cpu_model with cpu_typeIgor Mammedov1-5/+3
2017-10-27mips: fulong2e: replace cpu_model with cpu_typeIgor Mammedov1-5/+2
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov8-56/+36
2017-10-27mips: use object_new() instead of gnew()+object_initialize()Igor Mammedov2-4/+2
2017-10-27sparc: leon3: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-10-27sparc: sparc: use generic cpu_model parsingIgor Mammedov1-17/+12
2017-10-27sparc: sun4u/sun4v/niagara: use generic cpu_model parsingIgor Mammedov4-15/+8
2017-10-27sparc: cleanup cpu type name compositionIgor Mammedov2-1/+4
2017-10-27tricore: use generic cpu_model parsingIgor Mammedov1-4/+2
2017-10-27tricore: cleanup cpu type name compositionIgor Mammedov2-48/+22
2017-10-27unicore32: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-10-27unicore32: cleanup cpu type name compositionIgor Mammedov2-41/+23
2017-10-27xtensa: lx60/lx200/ml605/kc705: use generic cpu_model parsingIgor Mammedov1-6/+5
2017-10-27xtensa: sim: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-10-27xtensa: cleanup cpu type name compositionIgor Mammedov3-2/+6
2017-10-27sh4: remove SuperHCPUClass::name fieldIgor Mammedov2-9/+3
2017-10-27sh4: simplify superh_cpu_class_by_name()Igor Mammedov2-23/+13
2017-10-27sh4: cleanup cpu type name compositionIgor Mammedov3-41/+31
2017-10-27sh4: shix: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27sh4: r2d: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-10-27openrisc: use generic cpu_model parsingIgor Mammedov1-6/+2
2017-10-27openrisc: cleanup cpu type name compositionIgor Mammedov2-46/+26
2017-10-27moxie: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27moxie: cleanup cpu type name compositionIgor Mammedov2-39/+20
2017-10-27moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite"Igor Mammedov2-2/+7
2017-10-27m68k: mcf5208: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27m68k: an5206: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27m68k: cleanup cpu type name compositionIgor Mammedov2-48/+30
2017-10-27lm32: lm32_boards: use generic cpu_model parsingIgor Mammedov1-10/+4
2017-10-27lm32: milkymist: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27lm32: cleanup cpu type name compositionIgor Mammedov2-52/+25
2017-10-27cris: use generic cpu_model parsingIgor Mammedov1-5/+2
2017-10-27cris: cleanup cpu type name compositionIgor Mammedov2-54/+30
2017-10-27alpha: use generic cpu_model parsingIgor Mammedov1-2/+2
2017-10-27alpha: cleanup cpu type name compositionIgor Mammedov2-73/+37
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson5-0/+10
2017-10-26Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-24-1...Peter Maydell8-7/+39
2017-10-25Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into stagingPeter Maydell80-1813/+2285
2017-10-25Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20171023' i...Peter Maydell14-138/+431
2017-10-25tpm: print buffers received from TPM when debuggingStefan Berger1-0/+2
2017-10-25vl: remove unnecessary #ifdef CONFIG_TPMPhilippe Mathieu-Daudé1-2/+0
2017-10-25tpm: remove unnecessary #ifdef CONFIG_TPMPhilippe Mathieu-Daudé1-4/+0
2017-10-25tpm: add stubsPhilippe Mathieu-Daudé4-1/+36
2017-10-24translate-all: exit from tb_phys_invalidate if qht_remove failsEmilio G. Cota1-1/+3
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson26-133/+28
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota5-13/+145
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota6-45/+260
2017-10-24translate-all: use qemu_protect_rwx/none helpersEmilio G. Cota1-48/+13