]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
qdev/compat: compat property infrastructure.
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 15 Jul 2009 11:48:21 +0000 (13:48 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 16 Jul 2009 22:28:52 +0000 (17:28 -0500)
commitb6b611446077537b542c20804d3c850daff27845
tree4a03bb971b4e33a48c3916591febce207e3776bc
parent81ebb98b24eb5ea0f9d5a2717d71bcd01d652972
qdev/compat: compat property infrastructure.

This add support for switching devices into a compatibility mode
using device properties.  Machine types can have a list of properties
for specific devices attached to allow the easy creation of machine
types compatible to older qemu versions.

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