2015-09-30 12:44 GMT+02:00 Peter Maydell <peter.mayd...@linaro.org>: > On 30 September 2015 at 06:18, Marcin Krzemiński > <mar.krzemin...@gmail.com> wrote: > > I have at 0xfffffff0 real memory now (with aliasing to lower memory > > address). > > Does it mean that qemu might try to execute some instructions from there? > > As I say, we need there to be fake RAM at that address. We never > try to read its contents, though. > > -- PMM >
That wasn't clear for me. Since I have real and used memory there in my model I worried that I my get sometimes unexpected behavior. Thanks, Marcin