[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC v2 21/34] core: virtualise CPU interfaces complete
From: |
Peter Crosthwaite |
Subject: |
Re: [Qemu-devel] [RFC v2 21/34] core: virtualise CPU interfaces completely |
Date: |
Tue, 2 Jun 2015 02:56:43 -0700 |
On Mon, Jun 1, 2015 at 12:53 PM, Richard Henderson <address@hidden> wrote:
> On 05/30/2015 11:11 PM, Peter Crosthwaite wrote:
>> The tcg_ctx global is tricky. It needs to become part of the cpu state.
>> This is done via a pointer.
>
> Why does it need to be virtualized? We already have one for each arch-obj-y.
> Is it really accessed from outside arch-obj-y?
>
I'm starting to question that. It might be a hangover from an aborted
attempt where I was trying to commonify more files. I'll try and
revert it out and see what happens.
Regards,
Peter
>
> r~
>