[Qemu-devel] Re: [PATCH 2/6] Introduce copy_rom

2009-11-11 Thread Alexander Graf
On 11.11.2009, at 22:57, Anthony Liguori wrote: Alexander Graf wrote: We have several rom helpers currently, but none of them can get us code that spans several roms into a pointer. This patch introduces a function that copies over rom contents. Signed-off-by: Alexander Graf --- hw/loader.c

[Qemu-devel] Re: [PATCH 2/6] Introduce copy_rom

2009-11-11 Thread Anthony Liguori
Alexander Graf wrote: We have several rom helpers currently, but none of them can get us code that spans several roms into a pointer. This patch introduces a function that copies over rom contents. Signed-off-by: Alexander Graf --- hw/loader.c | 38 ++ hw