From: Marcel Apfelbaum <marcel.a@redhat.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, famz@redhat.com, stefanha@redhat.com,
stefano.stabellini@eu.citrix.com, alex@alex.org.uk,
armbru@redhat.com, mst@redhat.com, agraf@suse.de,
lcapitulino@redhat.com, aliguori@amazon.com,
anthony.perard@citrix.com, pbonzini@redhat.com, afaerber@suse.de,
rth@twiddle.net
Subject: [Qemu-devel] [PATCH V3 1/5] hw/boards.h: remove obsoleted field from QEMUMachine
Date: Wed, 9 Apr 2014 20:34:49 +0300 [thread overview]
Message-ID: <1397064893-11526-2-git-send-email-marcel.a@redhat.com> (raw)
In-Reply-To: <1397064893-11526-1-git-send-email-marcel.a@redhat.com>
This field shouldn't be used any more since we
adopted the QOM way of iterating over the types.
The commit that obsoleted it is:
commit 261747f176f6f2d88f8268aaebfdd1a1afe887e2
vl: Use MachineClass instead of global QEMUMachine list
The machine registration flow is refactored to use the QOM functionality.
Instead of linking the machines into a list, each machine has a type
and the types can be traversed in the QOM way.
Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com>
---
include/hw/boards.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/hw/boards.h b/include/hw/boards.h
index dd2c70d..aaaa871 100644
--- a/include/hw/boards.h
+++ b/include/hw/boards.h
@@ -46,7 +46,6 @@ struct QEMUMachine {
const char *default_machine_opts;
const char *default_boot_order;
GlobalProperty *compat_props;
- struct QEMUMachine *next;
const char *hw_version;
};
--
1.8.3.1
next prev parent reply other threads:[~2014-04-09 17:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-09 17:34 [Qemu-devel] [PATCH V3 0/5] remove QEMUMachine indirection from MachineClass Marcel Apfelbaum
2014-04-09 17:34 ` Marcel Apfelbaum [this message]
2014-04-09 17:34 ` [Qemu-devel] [PATCH V3 2/5] vl.c: copy QEMUMachine's fields to MachineClass Marcel Apfelbaum
2014-04-09 17:34 ` [Qemu-devel] [PATCH V3 3/5] vl.c: Replace QEMUMachine with MachineClass in QEMUMachineInitArgs Marcel Apfelbaum
2014-04-09 17:34 ` [Qemu-devel] [PATCH V3 4/5] machine: replace QEMUMachine by MachineClass in accelerator configuration Marcel Apfelbaum
2014-04-09 17:34 ` [Qemu-devel] [PATCH V3 5/5] machine: remove QEMUMachine indirection from MachineClass Marcel Apfelbaum
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=1397064893-11526-2-git-send-email-marcel.a@redhat.com \
--to=marcel.a@redhat.com \
--cc=afaerber@suse.de \
--cc=agraf@suse.de \
--cc=alex@alex.org.uk \
--cc=aliguori@amazon.com \
--cc=anthony.perard@citrix.com \
--cc=armbru@redhat.com \
--cc=famz@redhat.com \
--cc=lcapitulino@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--cc=stefanha@redhat.com \
--cc=stefano.stabellini@eu.citrix.com \
/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).