kill drives_opt
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 22 Jul 2009 14:42:59 +0000 (16:42 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 27 Jul 2009 19:08:23 +0000 (14:08 -0500)
commit3b0ba927931925f0f76509747ae145df30c97a05
tree9cc87f7fdc24e49646c9095809a2767df7f02a89
parent1dae12e6d02f8714c04bc0681ef4527980b13a9a
kill drives_opt

cleanup pretty simliar to the drives_table removal patch:
 - drop the table and make a linked list out of it.
 - pass around struct pointers instead of table indices.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/device-hotplug.c
sysemu.h
vl.c