Re: [Qemu-devel] [PATCH v9 2/8] loader: Use the specified MemoryRegion

2016-07-29 Thread Peter Maydell
On 14 July 2016 at 01:03, Alistair Francis wrote: > Prevously the specified MemoryRegion was ignored during the rom register > reset. This patch uses the rom MemoryRegion is avaliable. "if available" > > Signed-off-by: Alistair Francis

[Qemu-devel] [PATCH v9 2/8] loader: Use the specified MemoryRegion

2016-07-13 Thread Alistair Francis
Prevously the specified MemoryRegion was ignored during the rom register reset. This patch uses the rom MemoryRegion is avaliable. Signed-off-by: Alistair Francis --- hw/core/loader.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git