From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzTm5-0008Ce-Cm for qemu-devel@nongnu.org; Wed, 26 Oct 2016 15:22:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzTm1-0007XQ-HB for qemu-devel@nongnu.org; Wed, 26 Oct 2016 15:22:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36694) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bzTm1-0007X2-Bk for qemu-devel@nongnu.org; Wed, 26 Oct 2016 15:22:05 -0400 From: Eduardo Habkost Date: Wed, 26 Oct 2016 17:21:54 -0200 Message-Id: <1477509718-6969-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] e1000e: QOM property & configuration cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, 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_ 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