Re: [Qemu-devel] [PATCH v1 10/15] exec-all: Move cpu_can_do_io() to qom/cpu.h
On 11/09/2015 07:39, Peter Crosthwaite wrote: > This function has no architecture specific dependencies and should be > callable from core code. It also does not exist anymore. :-P Paolo
[Qemu-devel] [PATCH v1 10/15] exec-all: Move cpu_can_do_io() to qom/cpu.h
This function has no architecture specific dependencies and should be callable from core code. Move it to qom/cpu.h. Reviewed-by: Richard Henderson Signed-off-by: Peter Crosthwaite --- include/qom/cpu.h | 21 + 1 file changed, 21 insertions(+) diff --git a/include/qom/cpu.