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


Reply via email to