qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] e1000e: QOM property & configuration cleanups


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH 0/4] e1000e: QOM property & configuration cleanups
Date: Wed, 26 Oct 2016 17:21:54 -0200

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

[Prev in Thread] Current Thread [Next in Thread]