Re: [PATCH 08/27] Add SLB switching code for entry/exit

2009-11-02 Thread Alexander Graf
Am 02.11.2009 um 00:23 schrieb Michael Neuling mi...@neuling.org: This is the really low level of guest entry/exit code. Book3s_64 has an SLB, which stores all ESID - VSID mappings we're currently aware of. The segments in the guest differ from the ones on the host, so we need to switch

Re: [PATCH 08/27] Add SLB switching code for entry/exit

2009-11-02 Thread Michael Neuling
This is the really low level of guest entry/exit code. Book3s_64 has an SLB, which stores all ESID - VSID mappings we're currently aware of. The segments in the guest differ from the ones on the host, so we need to switch the SLB to tell the MMU that we're in a new context.

Re: [PATCH 08/27] Add SLB switching code for entry/exit

2009-11-02 Thread Alexander Graf
Am 02.11.2009 um 10:39 schrieb Michael Neuling mi...@neuling.org: This is the really low level of guest entry/exit code. Book3s_64 has an SLB, which stores all ESID - VSID mappings we're currently aware of. The segments in the guest differ from the ones on the host, so we need to switch the

[PATCH 08/27] Add SLB switching code for entry/exit

2009-10-21 Thread Alexander Graf
This is the really low level of guest entry/exit code. Book3s_64 has an SLB, which stores all ESID - VSID mappings we're currently aware of. The segments in the guest differ from the ones on the host, so we need to switch the SLB to tell the MMU that we're in a new context. So we store a shadow

[PATCH 08/27] Add SLB switching code for entry/exit

2009-09-29 Thread Alexander Graf
This is the really low level of guest entry/exit code. Book3s_64 has an SLB, which stores all ESID - VSID mappings we're currently aware of. The segments in the guest differ from the ones on the host, so we need to switch the SLB to tell the MMU that we're in a new context. So we store a shadow