]> git.proxmox.com Git - mirror_qemu.git/commit - hw/mips/mips_malta.c
hw: use ld_p/st_p instead of ld_raw/st_raw
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 28 Mar 2014 17:43:14 +0000 (18:43 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Jun 2014 14:04:17 +0000 (16:04 +0200)
commit0983979b3a5edbff399c092b90c8be6dc656f2a4
tree32c44c5d57c84545eb9addd910bf73abd9896a7b
parentfddbd80cc90db5ef210be98b76386b7b0a90dfe8
hw: use ld_p/st_p instead of ld_raw/st_raw

The ld_raw and st_raw definitions are only needed in code that
must compile for both user-mode and softmmu emulation.  Device
models can use the equivalent ld_p/st_p which are simple
pointer accessors.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/9pfs/virtio-9p-device.c
hw/arm/nseries.c
hw/block/virtio-blk.c
hw/display/omap_lcd_template.h
hw/display/sm501_template.h
hw/display/vga_template.h
hw/mips/mips_fulong2e.c
hw/mips/mips_malta.c
hw/scsi/vhost-scsi.c
hw/scsi/virtio-scsi.c