]> Git Repo - qemu.git/commit
isa: QOM'ify isa_bus_from_device()
authorAndreas Färber <[email protected]>
Sun, 20 Jan 2013 17:56:18 +0000 (18:56 +0100)
committerAnthony Liguori <[email protected]>
Fri, 1 Feb 2013 16:43:28 +0000 (10:43 -0600)
commit3e7b8f4e6f507e09e27b7449f3744596f19c0083
tree20f45f9b56c4e51c3677684f9ea1e43b4972c0b3
parent8aae84a1f2ad256d222c97411af17013b1c35799
isa: QOM'ify isa_bus_from_device()

DeviceState::parent_bus is document as private and should be accessed
through qdev_get_parent_bus(). Use a DEVICE() cast instead of accessing
ISADevice's qdev field directly. Use ISA_BUS() in place of DO_UPCAST().

Signed-off-by: Andreas Färber <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
hw/isa.h
This page took 0.027744 seconds and 4 git commands to generate.