]> git.proxmox.com Git - qemu.git/commit
qdev: also match bus name for global properties
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 8 Dec 2009 12:11:35 +0000 (13:11 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 12 Dec 2009 14:17:29 +0000 (08:17 -0600)
commit7058b807cd43b639d9ac1058959dc83f5ce54f4f
tree389eab88c6b403c9589f06eec9b412c73a7afb57
parentf49d2561cb1028f083a37119787366c382d9fa9f
qdev: also match bus name for global properties

i.e. -global PCI.<property>=<value> will set a default property for all
PCI devices.  Also works for the compat properties used by machine
types.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 07a8de3566bd576dc33e55af830d63dcc2287617)
hw/qdev-properties.c