xen: piix reuse pci generic class init function
commit0f8445820f11a69154309863960328dda3dc1ad4
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 6 Mar 2016 18:44:30 +0000 (6 20:44 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 7 Apr 2016 16:57:33 +0000 (7 19:57 +0300)
tree00c7e894194d424135f0fe01882f6f32e41c4a58
parent45aa4e8e39bfc1fe0246e9c33ef30c9309f548c9
xen: piix reuse pci generic class init function

piix3_ide_xen_class_init is identical to piix3_ide_class_init
except it's buggy as it does not set exit and does not disable
hotplug properly.

Switch to the generic one.

Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/ide/piix.c