Il 28/05/2014 18:57, Peter Maydell ha scritto:
On 23 May 2014 16:20, Paolo Bonzini wrote:
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.
Si
On 23 May 2014 16:20, Paolo Bonzini wrote:
> 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.
>
> Signed-off-by: Paolo Bonzini
This patch
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.
Signed-off-by: Paolo Bonzini
---
hw/9pfs/virtio-9p-device.c |2 +-
hw/arm/nseries.c