commit | cd19cfa23609dc1a35dd34f0b7554a8462337fde | [log] [tgz] |
---|---|---|
author | Huang Ying <ying.huang@intel.com> | Wed Mar 02 08:56:19 2011 +0100 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Tue Mar 15 01:19:06 2011 -0300 |
tree | 0eaebf77bd3ed7ddbee6b38a8172d95f58b42d36 | |
parent | 75d49497332361a574d9ed1f546d36de385d238f [diff] |
Add qemu_ram_remap qemu_ram_remap() unmaps the specified RAM pages, then re-maps these pages again. This is used by KVM HWPoison support to clear HWPoisoned page tables across guest rebooting, so that a new page may be allocated later to recover the memory error. [ Jan: style fixlets, WIN32 fix ] Signed-off-by: Huang Ying <ying.huang@intel.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>