qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3]: Improve machine type functions
@ 2012-02-24 19:36 Luiz Capitulino
  2012-02-24 19:36 ` [Qemu-devel] [PATCH 1/3] boards: qemu_register_machine(): return void Luiz Capitulino
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luiz Capitulino @ 2012-02-24 19:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, aliguori, afaerber

Actually, the major change is to move the machine type functions to boards.c.
But I wanted to keep the same subject as v1.

v2:

o Drop function renames
o Drop machine type list conversion to QTAILQ
o Rebase against latest master
o Other minor changes

 Makefile.target |    1 +
 hw/boards.c     |   88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/boards.h     |    3 +-
 vl.c            |   63 ---------------------------------------
 4 files changed, 91 insertions(+), 64 deletions(-)

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

end of thread, other threads:[~2012-02-24 19:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 19:36 [Qemu-devel] [PATCH v2 0/3]: Improve machine type functions Luiz Capitulino
2012-02-24 19:36 ` [Qemu-devel] [PATCH 1/3] boards: qemu_register_machine(): return void Luiz Capitulino
2012-02-24 19:36 ` [Qemu-devel] [PATCH 2/3] boards: introduce machine_print_all() Luiz Capitulino
2012-02-24 19:36 ` [Qemu-devel] [PATCH 3/3] boards: move all machine type functions to boards.c Luiz Capitulino

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