Re: [Qemu-devel] [PATCH] prep: Fix offset of BIOS MemoryRegion

2012-01-16 Thread Andreas Färber
Am 05.01.2012 18:13, schrieb Andreas Färber: > Since 0c90c52fab5ea92d7f12b29bfe26a7cd75d9efcb (ppc_prep: convert to memory > API) OHW was "Trying to execute code outside RAM or ROM at 0xfff00700". > > The BIOS MemoryRegion is created with a fixed size of 1 MiB. > Ensure that the full size can be a

Re: [Qemu-devel] [PATCH] prep: Fix offset of BIOS MemoryRegion

2012-01-11 Thread Anthony Liguori
On 01/11/2012 03:49 PM, Alexander Graf wrote: On 11.01.2012, at 22:46, Anthony Liguori wrote: On 01/11/2012 03:43 PM, Andreas Färber wrote: Am 05.01.2012 18:13, schrieb Andreas Färber: Since 0c90c52fab5ea92d7f12b29bfe26a7cd75d9efcb (ppc_prep: convert to memory API) OHW was "Trying to execute

Re: [Qemu-devel] [PATCH] prep: Fix offset of BIOS MemoryRegion

2012-01-11 Thread Alexander Graf
On 11.01.2012, at 22:46, Anthony Liguori wrote: > On 01/11/2012 03:43 PM, Andreas Färber wrote: >> Am 05.01.2012 18:13, schrieb Andreas Färber: >>> Since 0c90c52fab5ea92d7f12b29bfe26a7cd75d9efcb (ppc_prep: convert to memory >>> API) OHW was "Trying to execute code outside RAM or ROM at 0xfff00700

Re: [Qemu-devel] [PATCH] prep: Fix offset of BIOS MemoryRegion

2012-01-11 Thread Anthony Liguori
On 01/11/2012 03:43 PM, Andreas Färber wrote: Am 05.01.2012 18:13, schrieb Andreas Färber: Since 0c90c52fab5ea92d7f12b29bfe26a7cd75d9efcb (ppc_prep: convert to memory API) OHW was "Trying to execute code outside RAM or ROM at 0xfff00700". The BIOS MemoryRegion is created with a fixed size of 1

Re: [Qemu-devel] [PATCH] prep: Fix offset of BIOS MemoryRegion

2012-01-11 Thread Andreas Färber
Am 05.01.2012 18:13, schrieb Andreas Färber: > Since 0c90c52fab5ea92d7f12b29bfe26a7cd75d9efcb (ppc_prep: convert to memory > API) OHW was "Trying to execute code outside RAM or ROM at 0xfff00700". > > The BIOS MemoryRegion is created with a fixed size of 1 MiB. > Ensure that the full size can be a

[Qemu-devel] [PATCH] prep: Fix offset of BIOS MemoryRegion

2012-01-05 Thread Andreas Färber
Since 0c90c52fab5ea92d7f12b29bfe26a7cd75d9efcb (ppc_prep: convert to memory API) OHW was "Trying to execute code outside RAM or ROM at 0xfff00700". The BIOS MemoryRegion is created with a fixed size of 1 MiB. Ensure that the full size can be accessed since the exception vectors are located at 0xff