]> Git Repo - qemu.git/commit
exec: just use io_mem_read/io_mem_write for 8-byte I/O accesses
authorPaolo Bonzini <[email protected]>
Fri, 24 May 2013 10:40:43 +0000 (12:40 +0200)
committerPaolo Bonzini <[email protected]>
Wed, 29 May 2013 14:27:29 +0000 (16:27 +0200)
commita649b9168cb9169b41532b168b94294e2be32e50
treea5777db5003d245a760ba61e3a14077d5546fe74
parent968a5627c80ff2b9fd1ed40f9400897088bd661a
exec: just use io_mem_read/io_mem_write for 8-byte I/O accesses

The memory API is able to split it in two 4-byte accesses.

Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
exec.c
include/exec/softmmu_template.h
This page took 0.029229 seconds and 4 git commands to generate.