Re: [Qemu-devel] [PATCH] loader: Fix incorrect parameter name in load_image_mr() macro

2016-03-09 Thread Peter Maydell
On 9 March 2016 at 16:34, Michael S. Tsirkin wrote: > On Tue, Mar 08, 2016 at 12:23:43AM +, Peter Maydell wrote: >> From: Jens Wiklander >> >> Fix a typo in the load_image_mr() macro: 'mr' was written when >> the parameter name is '_mr'. (This had no visible effects since >> the single use of

Re: [Qemu-devel] [PATCH] loader: Fix incorrect parameter name in load_image_mr() macro

2016-03-09 Thread Michael S. Tsirkin
On Tue, Mar 08, 2016 at 12:23:43AM +, Peter Maydell wrote: > From: Jens Wiklander > > Fix a typo in the load_image_mr() macro: 'mr' was written when > the parameter name is '_mr'. (This had no visible effects since > the single use of the macro used 'mr' as the argument.) > > Fixes 76151cacf

Re: [Qemu-devel] [PATCH] loader: Fix incorrect parameter name in load_image_mr() macro

2016-03-08 Thread Laszlo Ersek
On 03/08/16 01:23, Peter Maydell wrote: > From: Jens Wiklander > > Fix a typo in the load_image_mr() macro: 'mr' was written when > the parameter name is '_mr'. (This had no visible effects since > the single use of the macro used 'mr' as the argument.) > > Fixes 76151cacfe956248a25b38b5e8429465

[Qemu-devel] [PATCH] loader: Fix incorrect parameter name in load_image_mr() macro

2016-03-07 Thread Peter Maydell
From: Jens Wiklander Fix a typo in the load_image_mr() macro: 'mr' was written when the parameter name is '_mr'. (This had no visible effects since the single use of the macro used 'mr' as the argument.) Fixes 76151cacfe956248a25b38b5e8429465584f47bb "loader: Add load_image_mr() to load ROM imag