aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-27mips: mipssim: replace cpu_model with cpu_typeIgor Mammedov
2017-10-27mips: Magnum/Acer Pica 61: replace cpu_model with cpu_typeIgor Mammedov
2017-10-27mips: fulong2e: replace cpu_model with cpu_typeIgor Mammedov
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov
2017-10-27mips: use object_new() instead of gnew()+object_initialize()Igor Mammedov
2017-10-27sparc: leon3: use generic cpu_model parsingIgor Mammedov
2017-10-27sparc: sparc: use generic cpu_model parsingIgor Mammedov
2017-10-27sparc: sun4u/sun4v/niagara: use generic cpu_model parsingIgor Mammedov
2017-10-27sparc: cleanup cpu type name compositionIgor Mammedov
2017-10-27tricore: use generic cpu_model parsingIgor Mammedov
2017-10-27tricore: cleanup cpu type name compositionIgor Mammedov
2017-10-27unicore32: use generic cpu_model parsingIgor Mammedov
2017-10-27unicore32: cleanup cpu type name compositionIgor Mammedov
2017-10-27xtensa: lx60/lx200/ml605/kc705: use generic cpu_model parsingIgor Mammedov
2017-10-27xtensa: sim: use generic cpu_model parsingIgor Mammedov
2017-10-27xtensa: cleanup cpu type name compositionIgor Mammedov
2017-10-27sh4: remove SuperHCPUClass::name fieldIgor Mammedov
2017-10-27sh4: simplify superh_cpu_class_by_name()Igor Mammedov
2017-10-27sh4: cleanup cpu type name compositionIgor Mammedov
2017-10-27sh4: shix: use generic cpu_model parsingIgor Mammedov
2017-10-27sh4: r2d: use generic cpu_model parsingIgor Mammedov
2017-10-27openrisc: use generic cpu_model parsingIgor Mammedov
2017-10-27openrisc: cleanup cpu type name compositionIgor Mammedov
2017-10-27moxie: use generic cpu_model parsingIgor Mammedov
2017-10-27moxie: cleanup cpu type name compositionIgor Mammedov
2017-10-27moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite"Igor Mammedov
2017-10-27m68k: mcf5208: use generic cpu_model parsingIgor Mammedov
2017-10-27m68k: an5206: use generic cpu_model parsingIgor Mammedov
2017-10-27m68k: cleanup cpu type name compositionIgor Mammedov
2017-10-27lm32: lm32_boards: use generic cpu_model parsingIgor Mammedov
2017-10-27lm32: milkymist: use generic cpu_model parsingIgor Mammedov
2017-10-27lm32: cleanup cpu type name compositionIgor Mammedov
2017-10-27cris: use generic cpu_model parsingIgor Mammedov
2017-10-27cris: cleanup cpu type name compositionIgor Mammedov
2017-10-27alpha: use generic cpu_model parsingIgor Mammedov
2017-10-27alpha: cleanup cpu type name compositionIgor Mammedov
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson
2017-10-26Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-24-1...Peter Maydell
2017-10-25Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into stagingPeter Maydell
2017-10-25Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20171023' i...Peter Maydell
2017-10-25tpm: print buffers received from TPM when debuggingStefan Berger
2017-10-25vl: remove unnecessary #ifdef CONFIG_TPMPhilippe Mathieu-Daudé
2017-10-25tpm: remove unnecessary #ifdef CONFIG_TPMPhilippe Mathieu-Daudé
2017-10-25tpm: add stubsPhilippe Mathieu-Daudé
2017-10-24translate-all: exit from tb_phys_invalidate if qht_remove failsEmilio G. Cota
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota
2017-10-24translate-all: use qemu_protect_rwx/none helpersEmilio G. Cota
2017-10-24osdep: introduce qemu_mprotect_rwx/noneEmilio G. Cota