]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
memory_mapping: Drop qemu_get_memory_mapping() stub
authorAndreas Färber <afaerber@suse.de>
Tue, 28 May 2013 12:53:32 +0000 (14:53 +0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 11 Jun 2013 16:10:44 +0000 (18:10 +0200)
commitc22d8e0448aecb48a91f3936419ad1b63fbb4a6a
tree43e42f72bd6cf2195193fc92f4010cb3bf1a71c3
parenta23bbfda75118eb738acce84afd64965934828f0
memory_mapping: Drop qemu_get_memory_mapping() stub

dump.c:dump_init() never checked for the return code anyway.
If paging is not enabled, it will fall back to an identity map.
If paging is enabled and getting memory mapping list is not
implemented, qemu_get_guest_memory_mapping() will return an error.

Since the targets not implementing memory mapping also don't implement
dump support, we will not reach this code today and can worry about
changing cpu_paging_enabled() default when the need arises.

This allows us to drop CONFIG_HAVE_GET_MEMORY_SUPPORT.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Makefile.target
configure
memory_mapping-stub.c [deleted file]