qemu-e2k/hw
Philippe Mathieu-Daudé 824755baf8 hw/scsi: Use the QOM BUS() macro to access BusState.qbus
Rather than looking inside the definition of a BusState with "s->bus.qbus",
use the QOM prefered style: "BUS(&s->bus)".

This patch was generated using the following Coccinelle script:

    // Use BUS() macros to access BusState.qbus
    @use_bus_macro_to_access_qbus@
    expression obj;
    identifier bus;
    @@
    -&obj->bus.qbus
    +BUS(&obj->bus)

Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20190528164020.32250-3-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2019-06-06 11:54:07 +02:00
..
9pfs
acpi
adc
alpha
arm imx25-pdk: create ds1338 for qtest inside the test 2019-06-03 14:03:02 +02:00
audio hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdev 2019-06-06 11:36:43 +02:00
block block: Add BlockBackend.ctx 2019-06-04 15:22:22 +02:00
bt
char
core block: Add qdev_prop_drive_iothread property type 2019-06-04 15:22:22 +02:00
cpu
cris
display hw/display: add vhost-user-vga & gpu-pci 2019-05-29 06:30:45 +02:00
dma
gpio
hppa
hyperv
i2c
i386 q35: Revert to kernel irqchip 2019-06-03 14:03:03 +02:00
ide block: Add BlockBackend.ctx 2019-06-04 15:22:22 +02:00
input
intc spapr/xive: fix multiple resets when using the 'dual' interrupt mode 2019-05-29 11:39:47 +10:00
ipack
ipmi
isa hw/isa: Use the QOM DEVICE() macro to access DeviceState.qdev 2019-06-06 11:33:18 +02:00
lm32
m68k
mem
microblaze
mips Various testing updates 2019-05-28 17:38:32 +01:00
misc edu: uses uint64_t in dma operation 2019-06-03 14:03:01 +02:00
moxie
net
nios2
nvram
openrisc
pci hw/pci-bridge: Use the QOM BUS() macro to access BusState.qbus 2019-06-06 11:30:54 +02:00
pci-bridge
pci-host
pcmcia
ppc ppc/pnv: add dummy XSCOM registers for PRD initialization 2019-05-29 11:39:47 +10:00
rdma hw/rdma: Delete unused headers inclusion 2019-06-06 11:17:32 +02:00
riscv
s390x hw/s390x/event-facility: Use the QOM BUS() macro to access BusState.qbus 2019-06-06 11:32:09 +02:00
scsi hw/scsi: Use the QOM BUS() macro to access BusState.qbus 2019-06-06 11:54:07 +02:00
sd hw/sd: Use the QOM BUS() macro to access BusState.qbus 2019-06-06 11:38:14 +02:00
semihosting semihosting: enable chardev backed output for console 2019-05-28 10:28:50 +01:00
sh4
smbios
sparc
sparc64
ssi
timer
tpm
tricore
unicore32
usb hw/usb-storage: Use the QOM DEVICE() macro to access DeviceState.qdev 2019-06-06 11:34:15 +02:00
vfio hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdev 2019-06-06 11:35:21 +02:00
virtio vhost: fix incorrect print type 2019-06-06 11:20:07 +02:00
watchdog
xen
xenpv
xtensa
Kconfig semihosting: introduce CONFIG_SEMIHOSTING 2019-05-28 10:28:50 +01:00
Makefile.objs semihosting: move semihosting configuration into its own directory 2019-05-28 10:28:50 +01:00