aboutsummaryrefslogtreecommitdiff
path: root/hw/net/pcnet.h
diff options
context:
space:
mode:
authorGonglei <arei.gonglei@huawei.com>2014-10-07 16:00:16 +0800
committerGerd Hoffmann <kraxel@redhat.com>2014-10-15 09:52:54 +0200
commitea3b3511cda0b68100b9633223540f5d5ca69078 (patch)
tree0a6de00fc0ab2c847c7ce55d9ab91e9ae742e441 /hw/net/pcnet.h
parent6cb0851d628ffb84088e1dbdb70098320a5c0894 (diff)
downloadqemu-ea3b3511cda0b68100b9633223540f5d5ca69078.zip
qemu-ea3b3511cda0b68100b9633223540f5d5ca69078.tar.gz
qemu-ea3b3511cda0b68100b9633223540f5d5ca69078.tar.bz2
pcnet: add bootindex to qom property
Add a qom property with the same name 'bootindex', when we remove it form qdev property, things will continue to work just fine, and we can use qom features which are not supported by qdev property. Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/net/pcnet.h')
-rw-r--r--hw/net/pcnet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/net/pcnet.h b/hw/net/pcnet.h
index 9dee6f3..f8e8a6f 100644
--- a/hw/net/pcnet.h
+++ b/hw/net/pcnet.h
@@ -66,5 +66,4 @@ void pcnet_set_link_status(NetClientState *nc);
void pcnet_common_cleanup(PCNetState *d);
int pcnet_common_init(DeviceState *dev, PCNetState *s, NetClientInfo *info);
extern const VMStateDescription vmstate_pcnet;
-
#endif