qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] e1000e: QOM property & configuration cleanups
@ 2016-10-26 19:21 Eduardo Habkost
  2016-10-26 19:21 ` [Qemu-devel] [PATCH 1/4] e1000e: Use regular DEFINE_PROP_<type> macros for properties Eduardo Habkost
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Eduardo Habkost @ 2016-10-26 19:21 UTC (permalink / raw)
  To: qemu-devel, Dmitry Fleytman, Jason Wang

This changes some of the QOM property code in e1000e so it uses
regular property type macros, and the usual QOM property naming
style. This also removes unnecessary configuration validation on
migration/loadvm.

Some of the patches break command-line compatibility, but I am
assuming those properties are not being used in production by
anybody.

Eduardo Habkost (4):
  e1000e: Use regular DEFINE_PROP_<type> macros for properties
  e1000e: No need to validate configuration on migration
  e1000e: Rename "disable_vnet_hdr" property to "vnet"
  e1000e: Rename "subsys_ven" property to "subsys-vendor"

 hw/net/e1000e.c | 50 ++++++++------------------------------------------
 1 file changed, 8 insertions(+), 42 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-10-27 16:39 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-26 19:21 [Qemu-devel] [PATCH 0/4] e1000e: QOM property & configuration cleanups Eduardo Habkost
2016-10-26 19:21 ` [Qemu-devel] [PATCH 1/4] e1000e: Use regular DEFINE_PROP_<type> macros for properties Eduardo Habkost
2016-10-27  3:12   ` Jason Wang
2016-10-27  6:38     ` Dmitry Fleytman
2016-10-27 11:25       ` Eduardo Habkost
2016-10-27 15:13         ` Igor Mammedov
2016-10-27 16:39           ` Eduardo Habkost
2016-10-26 19:21 ` [Qemu-devel] [PATCH 2/4] e1000e: No need to validate configuration on migration Eduardo Habkost
2016-10-27  6:42   ` Dmitry Fleytman
2016-10-27 11:39     ` Eduardo Habkost
2016-10-27 12:22       ` Dr. David Alan Gilbert
2016-10-27 14:28         ` Eduardo Habkost
2016-10-26 19:21 ` [Qemu-devel] [PATCH 3/4] e1000e: Rename "disable_vnet_hdr" property to "vnet" Eduardo Habkost
2016-10-27  6:47   ` Dmitry Fleytman
2016-10-26 19:21 ` [Qemu-devel] [PATCH 4/4] e1000e: Rename "subsys_ven" property to "subsys-vendor" Eduardo Habkost
2016-10-27  6:45   ` Dmitry Fleytman
2016-10-27 11:30     ` 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).