]> git.proxmox.com Git - qemu.git/commit - hw/i386/pc_piix.c
pc_piix: cleanup init compat handling
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 18 Jun 2013 14:11:42 +0000 (17:11 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 4 Jul 2013 07:40:56 +0000 (10:40 +0300)
commitfcbe0a707a227ea25f06382e61ff9b2761c77661
treeadf5f6cf72620d66a770726d9ba05482cc1e53ce
parentf8c457b88d72a48989f190bc3d7b79f4f3b7d11c
pc_piix: cleanup init compat handling

Make sure 1.4 calls 1.5, 1.3 calls 1.4 etc.
This way it's enough to add enough new compat hook
in a single place in piix.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/pc_piix.c