Re: [Qemu-devel] [PATCH 03/16] ipack: Pass size to ipack_bus_new_inplace()

2013-08-26 Thread Wenchao Xia
To be passed to qbus_create_inplace(). Simplify DEVICE() cast to avoid parent field access. s-dev will always point to pci_dev, so this change is safe. Reviewed-by: Wenchao Xia xiaw...@linux.vnet.ibm.com Signed-off-by: Andreas Färber afaer...@suse.de --- hw/char/ipack.c | 3 ++-

[Qemu-devel] [PATCH 03/16] ipack: Pass size to ipack_bus_new_inplace()

2013-08-23 Thread Andreas Färber
To be passed to qbus_create_inplace(). Simplify DEVICE() cast to avoid parent field access. Signed-off-by: Andreas Färber afaer...@suse.de --- hw/char/ipack.c | 3 ++- hw/char/ipack.h | 3 ++- hw/char/tpci200.c | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git