Re: [Qemu-devel] [PATCH v3 05/14] loader: use file path size from fw_cfg.h

2013-07-25 Thread Gerd Hoffmann
On 07/24/13 18:01, Michael S. Tsirkin wrote: > Avoid a bit of code duplication, make > max file path constant reusable. Reviewed-by: Gerd Hoffmann cheers, Gerd

Re: [Qemu-devel] [PATCH v3 05/14] loader: use file path size from fw_cfg.h

2013-07-24 Thread Andreas Färber
Am 24.07.2013 18:01, schrieb Michael S. Tsirkin: > Avoid a bit of code duplication, make > max file path constant reusable. > > Suggested-by: Laszlo Ersek > Signed-off-by: Michael S. Tsirkin Reviewed-by: Andreas Färber Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germ

[Qemu-devel] [PATCH v3 05/14] loader: use file path size from fw_cfg.h

2013-07-24 Thread Michael S. Tsirkin
Avoid a bit of code duplication, make max file path constant reusable. Suggested-by: Laszlo Ersek Signed-off-by: Michael S. Tsirkin --- hw/core/loader.c | 2 +- include/hw/nvram/fw_cfg.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hw/core/loader.c b/hw/core