]> xenbits.xen.org Git - xenclient/xen.git/commitdiff
Revert "Workaround for the suspend/resume freeze."
authorJean Guyader <jean.guyader@eu.citrix.com>
Mon, 9 Mar 2009 14:33:59 +0000 (14:33 +0000)
committerJean Guyader <jean.guyader@eu.citrix.com>
Mon, 9 Mar 2009 14:33:59 +0000 (14:33 +0000)
This reverts commit a91cd5d52c645fa350123abf522a0df5399df32d.

tools/libxc/xc_domain_save.c

index 1a5671c01daf4513321d615a88acf243472a0e11..a91041498841312a5e7ccc2d0c9b8af6b5fd14b5 100644 (file)
@@ -1062,13 +1062,6 @@ int xc_domain_save(int xc_handle, int io_fd, uint32_t dom, uint32_t max_iters,
                        (test_bit(n, to_fix)  && last_iter)) )
                     continue;
 
-               /* Skip PFNs that aren't really there */
-               if ( hvm && ((n >= 0xa0 && n < 0xc0) /* VGA hole */
-                            || (n >= (0xfd000000 >> PAGE_SHIFT)
-                                && n < (0xff000000) >> PAGE_SHIFT)) /* MMIO */ )
-                   continue;
-
-
                 /*
                 ** we get here if:
                 **  1. page is marked to_send & hasn't already been re-dirtied