Message ID | 56F3C7B0.4020900@linaro.org |
---|---|
State | New |
Headers | show |
On 24 March 2016 at 10:55, Sergey Fedorov <sergey.fedorov@linaro.org> wrote: > Hi Peter, > > Probably we don't have a maintainer for PPC TCG backend. > > PPC > M: Vassili Karpov (malc) <av1474@comtv.ru> > S: Maintained > F: tcg/ppc/ > F: disas/ppc.c Yes, malc has not been with the project for some years now. We should probably go through and tidy up the MAINTAINERS file. thanks -- PMM
On 24 March 2016 at 11:09, Peter Maydell <peter.maydell@linaro.org> wrote: > On 24 March 2016 at 10:55, Sergey Fedorov <sergey.fedorov@linaro.org> wrote: >> Probably we don't have a maintainer for PPC TCG backend. >> >> PPC >> M: Vassili Karpov (malc) <av1474@comtv.ru> >> S: Maintained >> F: tcg/ppc/ >> F: disas/ppc.c > > Yes, malc has not been with the project for some years now. We > should probably go through and tidy up the MAINTAINERS file. Would anybody like to put their name forward for tcg/ppc maintainer (possibly at Odd Fixes status), or should we mark this as Orphaned ? I have cc'd some plausible suspects. If nobody cares to volunteer within a few weeks I'll send out a patch marking it as Orphan. thanks -- PMM
diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h index 05a151da4a54..cc3d2ca25917 100644 --- a/include/exec/exec-all.h +++ b/include/exec/exec-all.h @@ -257,20 +257,32 @@ struct TranslationBlock { struct TranslationBlock *page_next[2]; tb_page_addr_t page_addr[2]; - /* the following data are used to directly call another TB from - the code of this one. */ - uint16_t tb_next_offset[2]; /* offset of original jump target */ + /* The following data are used to directly call another TB from + * the code of this one. ----- Message truncated -----