Re: [Qemu-devel] [PATCH 3/4] loader: Add rom_add_file_buf for adding roms from a buffer

2011-10-24 Thread Jordan Justen
On Sun, Oct 23, 2011 at 04:27, Blue Swirl wrote: > On Tue, Oct 18, 2011 at 21:17, Jordan Justen wrote: >> On Tue, Oct 18, 2011 at 11:05, Blue Swirl wrote: >>> On Mon, Oct 17, 2011 at 7:16 PM, Jordan Justen >>> wrote: rom_add_file_buf is similar to rom_add_file, except the rom's conten

Re: [Qemu-devel] [PATCH 3/4] loader: Add rom_add_file_buf for adding roms from a buffer

2011-10-23 Thread Blue Swirl
On Tue, Oct 18, 2011 at 21:17, Jordan Justen wrote: > On Tue, Oct 18, 2011 at 11:05, Blue Swirl wrote: >> On Mon, Oct 17, 2011 at 7:16 PM, Jordan Justen >> wrote: >>> rom_add_file_buf is similar to rom_add_file, except the rom's >>> contents are provided in a buffer. >>> >>> rom_add_file is modi

Re: [Qemu-devel] [PATCH 3/4] loader: Add rom_add_file_buf for adding roms from a buffer

2011-10-18 Thread Jordan Justen
On Tue, Oct 18, 2011 at 11:05, Blue Swirl wrote: > On Mon, Oct 17, 2011 at 7:16 PM, Jordan Justen > wrote: >> rom_add_file_buf is similar to rom_add_file, except the rom's >> contents are provided in a buffer. >> >> rom_add_file is modified to call rom_add_file_buf after >> reading the rom's cont

Re: [Qemu-devel] [PATCH 3/4] loader: Add rom_add_file_buf for adding roms from a buffer

2011-10-18 Thread Blue Swirl
On Mon, Oct 17, 2011 at 7:16 PM, Jordan Justen wrote: > rom_add_file_buf is similar to rom_add_file, except the rom's > contents are provided in a buffer. > > rom_add_file is modified to call rom_add_file_buf after > reading the rom's contents from the file. > > Signed-off-by: Jordan Justen > ---

[Qemu-devel] [PATCH 3/4] loader: Add rom_add_file_buf for adding roms from a buffer

2011-10-17 Thread Jordan Justen
rom_add_file_buf is similar to rom_add_file, except the rom's contents are provided in a buffer. rom_add_file is modified to call rom_add_file_buf after reading the rom's contents from the file. Signed-off-by: Jordan Justen --- hw/loader.c | 71 +++-