search for: 87954c7d407e

Displaying 1 result from an estimated 1 matches for "87954c7d407e".

2008 Jul 08
0
[PATCH] stubdom: Fix modified_memory size calculation
stubdom: Fix modified_memory size calculation >> is less prioritized than - Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r 87954c7d407e tools/ioemu/target-i386-dm/exec-dm.c --- a/tools/ioemu/target-i386-dm/exec-dm.c Fri Jul 04 19:52:08 2008 +0100 +++ b/tools/ioemu/target-i386-dm/exec-dm.c Tue Jul 08 12:17:23 2008 +0100 @@ -573,8 +573,8 @@ #ifdef CONFIG_STUBDOM if (logdirty_bitmap != NULL) xc_hvm_modified_memory(xc_ha...