qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eduardo Habkost <ehabkost@redhat.com>
To: qemu-devel@nongnu.org
Cc: Igor Mammedov <imammedo@redhat.com>
Subject: [Qemu-devel] [PATCH 0/4] use FWCfgState* instead of void* for fw_cfg data
Date: Fri,  7 Dec 2012 14:07:32 -0200	[thread overview]
Message-ID: <1354896456-21120-1-git-send-email-ehabkost@redhat.com> (raw)

Many parts of the code use void* for fw_cfg data when it could simply use the
right data type (FWCfgState*). This series changes that code to use
FWCfgState*.

Eduardo Habkost (4):
  multiboot: use FWCfgState* as argument instead of void*
  pc: use FWCfgState* instead of void* for fw_cfg data
  ppc: use FWCfgState* instead of void* for fw_cfg data
  sparc: use FWCfgState* instead of void* for fw_cfg data

 hw/acpi_piix4.c   |  2 +-
 hw/multiboot.c    |  2 +-
 hw/multiboot.h    |  4 +++-
 hw/pc.c           | 28 ++++++++++++++--------------
 hw/pc.h           | 19 ++++++++++---------
 hw/pc_piix.c      |  2 +-
 hw/ppc_newworld.c |  2 +-
 hw/ppc_oldworld.c |  2 +-
 hw/sun4m.c        |  6 +++---
 hw/sun4u.c        |  2 +-
 10 files changed, 36 insertions(+), 33 deletions(-)

-- 
1.7.11.7

             reply	other threads:[~2012-12-07 16:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-07 16:07 Eduardo Habkost [this message]
2012-12-07 16:07 ` [Qemu-devel] [PATCH 1/4] multiboot: use FWCfgState* as argument instead of void* Eduardo Habkost
2012-12-07 16:07 ` [Qemu-devel] [PATCH 2/4] pc: use FWCfgState* instead of void* for fw_cfg data Eduardo Habkost
2012-12-07 16:07 ` [Qemu-devel] [PATCH 3/4] ppc: " Eduardo Habkost
2012-12-07 18:32   ` Alexander Graf
2012-12-07 16:07 ` [Qemu-devel] [PATCH 4/4] sparc: " Eduardo Habkost

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=1354896456-21120-1-git-send-email-ehabkost@redhat.com \
    --to=ehabkost@redhat.com \
    --cc=imammedo@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).