Re: [Qemu-devel] [PATCH] PPC: mpc8544ds: Span initial TLB entry over as much RAM as we need

2012-05-20 Thread Alexander Graf
On 20.05.2012, at 15:58, Andreas Färber wrote: > Am 19.05.2012 00:53, schrieb Alexander Graf: >> The initial TLB entry is supposed to help us run the guest -kernel payload. >> This means the guest needs to be able to access its own memory, the initrd >> memory and the device tree. >> >> So far

Re: [Qemu-devel] [PATCH] PPC: mpc8544ds: Span initial TLB entry over as much RAM as we need

2012-05-20 Thread Andreas Färber
Am 19.05.2012 00:53, schrieb Alexander Graf: > The initial TLB entry is supposed to help us run the guest -kernel payload. > This means the guest needs to be able to access its own memory, the initrd > memory and the device tree. > > So far we only statically reserved a TLB entry from [0;256M[. Th

[Qemu-devel] [PATCH] PPC: mpc8544ds: Span initial TLB entry over as much RAM as we need

2012-05-18 Thread Alexander Graf
The initial TLB entry is supposed to help us run the guest -kernel payload. This means the guest needs to be able to access its own memory, the initrd memory and the device tree. So far we only statically reserved a TLB entry from [0;256M[. This patch fixes it to span from [0;dt_end[, allowing the