vmstate: remove ps2_kbd_load_old()
authorJuan Quintela <quintela@redhat.com>
Tue, 29 Sep 2009 20:48:23 +0000 (22:48 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 5 Oct 2009 14:32:37 +0000 (09:32 -0500)
commit5ef98762ec6cc6382125c2e8b1f3cae214ae7bbe
tree167960ffafd1e2c5adaff7a38345b410f7efa5ab
parenta62794ed61c2bedd55cb9805aa1258588daf2f1c
vmstate: remove ps2_kbd_load_old()

Now that we have version_id on post_load() we don't need the old load
function

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/ps2.c