[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 00/27] Support disabling TCG on ARM
From: |
Samuel Ortiz |
Subject: |
Re: [Qemu-devel] [PATCH v3 00/27] Support disabling TCG on ARM |
Date: |
Mon, 1 Jul 2019 17:51:30 +0200 |
User-agent: |
Mutt/1.12.0 (2019-05-25) |
On Mon, Jul 01, 2019 at 05:44:58PM +0200, Philippe Mathieu-Daudé wrote:
> On 7/1/19 5:41 PM, Peter Maydell wrote:
> > On Mon, 1 Jul 2019 at 14:25, Philippe Mathieu-Daudé <address@hidden> wrote:
> >>
> >> Paolo motived me to salvage this (other!) previous series fromi
> >> Samuel Ortiz (NEMU project).
> >>
> >> v1 cover from Samuel [1]:
> >>
> >> This patchset allows for building and running ARM targets with TCG
> >> disabled. It splits the target/arm/helper.c file into logical TCG and
> >> non TCG dependent files so that one can build and run QEMU binaries with
> >> or without TCG enabled.
> >>
> >> The rationale behind this work comes from the NEMU project where we're
> >> trying to only support x86 and ARM 64-bit architectures, without
> >> including the TCG code base. We can only do so if we can build and run
> >> ARM binaries with TCG disabled.
> >
> > I have applied to target-arm.next:
> > 1-12
> > 14-17
> > 19-21
> >
> > I had comments about 13 and 18. 22 has a conflict when I try to apply it:
> > I think this is just accidental because the functions it's moving are
> > next to changes in patch 13 so there's a minor textual conflict, so it
> > would be fine with a fixed-up version of patch 13.
> > 23-27 are still RFC status so I think best left for the next release.
>
> Thanks a LOT!
Indeed, thanks a bunch!
Cheers,
Samuel.
- Re: [Qemu-devel] [PATCH v3 18/27] target/arm: Restrict semi-hosting to TCG, (continued)
[Qemu-devel] [RFC PATCH v3 24/27] target/arm: Do not build pre-ARMv7 cpus when using KVM, Philippe Mathieu-Daudé, 2019/07/01
[Qemu-devel] [RFC PATCH v3 25/27] target/arm: Restrict R and M profiles to TCG, Philippe Mathieu-Daudé, 2019/07/01
[Qemu-devel] [RFC PATCH v3 26/27] target/arm: Do not build A/M-profile cpus when using KVM, Philippe Mathieu-Daudé, 2019/07/01
[Qemu-devel] [PATCH v3 27/27] target/arm: Do not build TCG objects when TCG is off, Philippe Mathieu-Daudé, 2019/07/01
[Qemu-devel] [PATCH v3 22/27] target/arm/helper: Move M profile routines to m_helper.c, Philippe Mathieu-Daudé, 2019/07/01
Re: [Qemu-devel] [PATCH v3 00/27] Support disabling TCG on ARM, Peter Maydell, 2019/07/01
Re: [Qemu-devel] [PATCH v3 00/27] Support disabling TCG on ARM, no-reply, 2019/07/01