[RFC PATCH 0/2] hw/mips: Restrict emulated machines to TCG

Philippe Mathieu-Daudé posted 2 patches 4 years, 8 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210226132723.3969650-1-f4bug@amsat.org
Maintainers: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Aurelien Jarno <aurelien@aurel32.net>, Jiaxun Yang <jiaxun.yang@flygoat.com>
hw/mips/jazz.c      |  4 ----
hw/mips/meson.build | 11 +++++++----
2 files changed, 7 insertions(+), 8 deletions(-)
[RFC PATCH 0/2] hw/mips: Restrict emulated machines to TCG
Posted by Philippe Mathieu-Daudé 4 years, 8 months ago
Simplify MIPS KVM builds by removing code depending
on TCG.

Philippe Mathieu-Daudé (2):
  hw/mips/meson: Restrict emulated machines to TCG accelerator
  hw/mips/jazz: Remove confusing ifdef'ry

 hw/mips/jazz.c      |  4 ----
 hw/mips/meson.build | 11 +++++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

-- 
2.26.2

Re: [RFC PATCH 0/2] hw/mips: Restrict emulated machines to TCG
Posted by Claudio Fontana 4 years, 8 months ago
On 2/26/21 2:27 PM, Philippe Mathieu-Daudé wrote:
> Simplify MIPS KVM builds by removing code depending
> on TCG.
> 
> Philippe Mathieu-Daudé (2):
>   hw/mips/meson: Restrict emulated machines to TCG accelerator
>   hw/mips/jazz: Remove confusing ifdef'ry
> 
>  hw/mips/jazz.c      |  4 ----
>  hw/mips/meson.build | 11 +++++++----
>  2 files changed, 7 insertions(+), 8 deletions(-)
> 
Reviewed-by: Claudio Fontana <cfontana@suse.de>