From: Gleb Natapov <gleb@redhat.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: blauwirbel@gmail.com, aliguori@us.ibm.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/8] Fixes and cleanups around fw_cfg
Date: Thu, 17 Jan 2013 15:16:37 +0200 [thread overview]
Message-ID: <20130117131637.GD31120@redhat.com> (raw)
In-Reply-To: <1358344229-18006-1-git-send-email-armbru@redhat.com>
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 <gleb@redhat.com>
> 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.
next prev parent reply other threads:[~2013-01-17 13:16 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-16 13:50 [Qemu-devel] [PATCH 0/8] Fixes and cleanups around fw_cfg Markus Armbruster
2013-01-16 13:50 ` [Qemu-devel] [PATCH 1/8] fw_cfg: Replace debug prints by tracepoints Markus Armbruster
2013-01-16 13:50 ` [Qemu-devel] [PATCH 2/8] fw_cfg: Dumb down fw_cfg_add_*() not to return success / failure Markus Armbruster
2013-01-16 13:50 ` [Qemu-devel] [PATCH 3/8] fw_cfg: New fw_cfg_add_string() Markus Armbruster
2013-01-16 13:50 ` [Qemu-devel] [PATCH 4/8] pc: Fix unchecked strdup() by switching to fw_cfg_add_string() Markus Armbruster
2013-01-16 13:50 ` [Qemu-devel] [PATCH 5/8] sun4: " Markus Armbruster
2013-01-16 13:50 ` [Qemu-devel] [PATCH 6/8] pc: Clean up bochs_bios_init()'s (non-)use of sizeof Markus Armbruster
2013-01-16 13:50 ` [Qemu-devel] [PATCH 7/8] fw_cfg: Use void *, size_t instead of uint8_t *, uint32_t for blobs Markus Armbruster
2013-01-16 13:50 ` [Qemu-devel] [PATCH 8/8] vl: Use size_t for sizes in get_boot_devices_list() Markus Armbruster
2013-01-17 13:16 ` Gleb Natapov [this message]
2013-01-19 13:59 ` [Qemu-devel] [PATCH 0/8] Fixes and cleanups around fw_cfg Blue Swirl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130117131637.GD31120@redhat.com \
--to=gleb@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=armbru@redhat.com \
--cc=blauwirbel@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.