Re: [Qemu-devel] [PATCH 01/19] loader: Add new load_ramdisk_as()

2018-02-23 Thread Richard Henderson
On 02/20/2018 10:03 AM, Peter Maydell wrote: > Add a function load_ramdisk_as() which behaves like the existing > load_ramdisk() but allows the caller to specify the AddressSpace > to use. This matches the pattern we have already for various > other loader functions. > > Signed-off-by: Peter

[Qemu-devel] [PATCH 01/19] loader: Add new load_ramdisk_as()

2018-02-20 Thread Peter Maydell
Add a function load_ramdisk_as() which behaves like the existing load_ramdisk() but allows the caller to specify the AddressSpace to use. This matches the pattern we have already for various other loader functions. Signed-off-by: Peter Maydell Reviewed-by: Philippe