]> git.proxmox.com Git - mirror_qemu.git/commit - hw/net/rtl8139.c
net/rtl8139: QOM Upcast Sweep
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Mon, 24 Jun 2013 06:51:15 +0000 (16:51 +1000)
committerAndreas Färber <afaerber@suse.de>
Mon, 22 Jul 2013 22:37:33 +0000 (00:37 +0200)
commit39257515888a3fbaa7061c4c2aeeadfe1b9c3c15
treeeacd0a734726b729278bbae2a1fdcec8b3062c74
parentb08340d52b51ab57ba525043dbc83e67ecfcaa23
net/rtl8139: QOM Upcast Sweep

Define and use standard QOM cast macro. Remove usages of DO_UPCAST()
and direct -> style upcasting.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
hw/net/rtl8139.c