]> git.proxmox.com Git - mirror_qemu.git/commit
ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro public
authorEfimov Vasily <real@ispras.ru>
Wed, 22 Jun 2016 12:24:53 +0000 (15:24 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 29 Jun 2016 12:03:46 +0000 (14:03 +0200)
commitf2dd8ebdf40e3cf3863b9022ccb3c3489c2d1c76
tree7c1f85c5db6fe62c8332c82056cae3ec122e23a9
parentd812b3d68ddf0efe91a088ecc8b177865b0bab8d
ICH9 SMB: make TYPE_ICH9_SMB_DEVICE macro public

ICH9 SMB bridge can be created using qdev API despite existence of helper
function. The type name is needed for such creation. Using a preprocessor
alias instead the string type name itself is preferable.

The patch makes the alias accessible through the header.

Signed-off-by: Efimov Vasily <real@ispras.ru>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i2c/smbus_ich9.c
include/hw/i386/ich9.h