qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/8] Fixes and cleanups around fw_cfg


From: Gleb Natapov
Subject: Re: [Qemu-devel] [PATCH 0/8] Fixes and cleanups around fw_cfg
Date: Thu, 17 Jan 2013 15:16:37 +0200

On Wed, Jan 16, 2013 at 02:50:21PM +0100, Markus Armbruster wrote:
> Markus Armbruster (8):
>   fw_cfg: Replace debug prints by tracepoints
>   fw_cfg: Dumb down fw_cfg_add_*() not to return success / failure
>   fw_cfg: New fw_cfg_add_string()
>   pc: Fix unchecked strdup() by switching to fw_cfg_add_string()
>   sun4: Fix unchecked strdup() by switching to fw_cfg_add_string()
>   pc: Clean up bochs_bios_init()'s (non-)use of sizeof
>   fw_cfg: Use void *, size_t instead of uint8_t *, uint32_t for blobs
>   vl: Use size_t for sizes in get_boot_devices_list()
> 
Reviewed-by: Gleb Natapov <address@hidden>

>  hw/fw_cfg.c             | 86 
> ++++++++++++++++++++-----------------------------
>  hw/fw_cfg.h             | 17 +++++-----
>  hw/pc.c                 | 21 ++++++------
>  hw/sun4m.c              | 12 ++-----
>  hw/sun4u.c              |  4 +--
>  include/sysemu/sysemu.h |  2 +-
>  trace-events            |  7 ++++
>  vl.c                    |  6 ++--
>  8 files changed, 68 insertions(+), 87 deletions(-)
> 
> -- 
> 1.7.11.7

--
                        Gleb.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]