[Qemu-devel] [PATCH 08/22] memory: move unassigned_mem_ops to memory.c

2013-05-30 Thread Paolo Bonzini
reservation_ops is already doing the same thing. Reviewed-by: Richard Henderson Signed-off-by: Paolo Bonzini --- exec.c | 12 -- include/exec/memory-internal.h |2 + memory.c | 44 --- 3 files chan

[Qemu-devel] [PATCH 08/22] memory: move unassigned_mem_ops to memory.c

2013-05-24 Thread Paolo Bonzini
reservation_ops is already doing the same thing. Signed-off-by: Paolo Bonzini --- exec.c | 12 include/exec/memory-internal.h | 2 ++ memory.c | 44 ++ 3 files changed, 16 insertions(+), 42 deleti