qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] use FWCfgState* instead of void* for fw_cfg data
@ 2012-12-07 16:07 Eduardo Habkost
  2012-12-07 16:07 ` [Qemu-devel] [PATCH 1/4] multiboot: use FWCfgState* as argument instead of void* Eduardo Habkost
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Eduardo Habkost @ 2012-12-07 16:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: Igor Mammedov

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-12-07 18:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-07 16:07 [Qemu-devel] [PATCH 0/4] use FWCfgState* instead of void* for fw_cfg data Eduardo Habkost
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

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).