Olaf Hering
3e2a25f4c0
24269-mem_event_move_mem_event_domain_out_of_struct_domain.patch 24270-Free_d-mem_event_on_domain_destruction..patch - fate#310510 - fix xenpaging 24318-x86-mm_Fix_checks_during_foreign_mapping_of_paged_pages.patch - fate#310510 - fix xenpaging 23949-constify_vcpu_set_affinitys_second_parameter.patch - fate#310510 - fix xenpaging 24105-xenpaging_compare_domain_pointer_in_p2m_mem_paging_populate.patch 24106-mem_event_check_capabilities_only_once.patch - fate#310510 - fix xenpaging 24272-xenpaging_Fix_c-s_235070a29c8c3ddf7_update_machine_to_phys_mapping_during_page_deallocation.patch - bnc#727081 - xend domains don't work anymore since update from 12.1 beta to 12.1 RC 1 24344-tools-x86_64_Fix_cpuid_inline_asm_to_not_clobber_stacks_red_zone.patch 24345-tools-libxc_Fix_x86_32_build_breakage_in_previous_changeset..patch - bnc#733449 - Panic in mcfg_ioremap when booting xen-dbg.gz on Xeon E3-1230 24341-x86-64-mmcfg_remove___initdata_annotation_overlooked_in_23749e8d1c8f074ba.patch - fate#310510 - fix xenpaging backport waitqueue changes from xen-unstable 24104-waitqueue_Double_size_of_x86_shadow_stack..patch 24171-x86waitqueue_Allocate_whole_page_for_shadow_stack..patch 24195-waitqueue_Detect_saved-stack_overflow_and_crash_the_guest..patch 24196-waitqueue_Reorder_prepare_to_wait_so_that_vcpu_is_definitely_on_the.patch 24197-x86-waitqueue_Because_we_have_per-cpu_stacks_we_must_wake_up_on_teh.patch 24231-waitqueue_Implement_wake_up_nroneall..patch 24232-waitqueue_Hold_a_reference_to_a_domain_on_a_waitqueue..patch - fate#310510 - fix xenpaging 24227-xenpaging_restrict_pagefile_permissions.patch - fate#310510 - fix xenpaging merge upstream version of our existing patches: 24218-libxc_add_bitmap_clear_function.patch remove old versions: xenpaging.bitmap_clear.patch - fate#310510 - fix xenpaging merge upstream version of our existing patches: 24138-xenpaging_munmap_all_pages_after_page-in.patch 24208-xenpaging_remove_filename_from_comment.patch 24209-xenpaging_remove_obsolete_comment_in_resume_path.patch 24210-xenpaging_use_PERROR_to_print_errno.patch 24211-xenpaging_simplify_file_op.patch 24212-xenpaging_print_gfn_in_failure_case.patch 24213-xenpaging_update_xenpaging_init.patch 24214-xenpaging_remove_xc_dominfo_t_from_paging_t.patch 24215-xenpaging_track_the_number_of_paged-out_pages.patch 24216-xenpaging_move_page_add-resume_loops_into_its_own_function..patch 24217-xenpaging_improve_mainloop_exit_handling.patch 24219-xenpaging_retry_unpageable_gfns.patch 24220-xenpaging_install_into_LIBEXEC_dir.patch 24221-xenpaging_add_XEN_PAGING_DIR_-_libxl_xenpaging_dir_path.patch 24222-xenpaging_use_guests_tot_pages_as_working_target.patch 24223-xenpaging_watch_the_guests_memory-target-tot_pages_xenstore_value.patch 24224-xenpaging_add_cmdline_interface_for_pager.patch 24225-xenpaging_improve_policy_mru_list_handling.patch 24226-xenpaging_add_debug_to_show_received_watch_event..patch remove old versions: xenpaging.XEN_PAGING_DIR.patch xenpaging.add_evict_pages.patch xenpaging.cmdline-interface.patch xenpaging.encapsulate_domain_info.patch xenpaging.file_op-return-code.patch xenpaging.install-to-libexec.patch xenpaging.low_target_policy_nomru.patch xenpaging.main-loop-exit-handling.patch xenpaging.misleading-comment.patch xenpaging.page_in-munmap-size.patch xenpaging.print-gfn.patch xenpaging.record-numer-paged-out-pages.patch xenpaging.reset-uncomsumed.patch xenpaging.stale-comments.patch xenpaging.target-tot_pages.patch xenpaging.use-PERROR.patch xenpaging.watch-target-tot_pages.patch xenpaging.watch_event-DPRINTF.patch xenpaging.xc_interface_open-comment.patch - bnc#733348 - Use 'xm' in various scripts if xend is running. Modified xmclone.sh and xen-updown.sh - Only emit xl warning when xend is running and -f (force) flag is not specified. Modified disable-xl-when-using-xend.patch - Upstream patches from Jan 24190-hap-log-dirty-disable-rc.patch 24193-hap-track-dirty-vram-rc.patch 24201-x86-pcpu-platform-op.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=161
173 lines
5.5 KiB
Diff
173 lines
5.5 KiB
Diff
changeset: 24216:4fe585c2a3e5
|
|
user: Olaf Hering <olaf@aepfle.de>
|
|
date: Sun Nov 20 17:02:39 2011 +0100
|
|
files: tools/xenpaging/xenpaging.c
|
|
description:
|
|
xenpaging: move page add/resume loops into its own function.
|
|
|
|
Move page resume loop into its own function.
|
|
Move page eviction loop into its own function.
|
|
Allocate all possible slots in a paging file to allow growing and
|
|
shrinking of the number of paged-out pages. Adjust other places to
|
|
iterate over all slots.
|
|
|
|
This change is required by subsequent patches.
|
|
|
|
v2:
|
|
- check if victims allocation succeeded
|
|
|
|
Signed-off-by: Olaf Hering <olaf@aepfle.de>
|
|
Committed-by: Ian Jackson <ian.jackson.citrix.com>
|
|
|
|
|
|
---
|
|
tools/xenpaging/xenpaging.c | 94 ++++++++++++++++++++++++++++----------------
|
|
1 file changed, 61 insertions(+), 33 deletions(-)
|
|
|
|
Index: xen-4.1.2-testing/tools/xenpaging/xenpaging.c
|
|
===================================================================
|
|
--- xen-4.1.2-testing.orig/tools/xenpaging/xenpaging.c
|
|
+++ xen-4.1.2-testing/tools/xenpaging/xenpaging.c
|
|
@@ -553,6 +553,27 @@ static int xenpaging_populate_page(xenpa
|
|
return ret;
|
|
}
|
|
|
|
+/* Trigger a page-in for a batch of pages */
|
|
+static void resume_pages(xenpaging_t *paging, int num_pages)
|
|
+{
|
|
+ xc_interface *xch = paging->xc_handle;
|
|
+ int i, num = 0;
|
|
+
|
|
+ for ( i = 0; i < paging->max_pages && num < num_pages; i++ )
|
|
+ {
|
|
+ if ( test_bit(i, paging->bitmap) )
|
|
+ {
|
|
+ paging->pagein_queue[num] = i;
|
|
+ num++;
|
|
+ if ( num == XENPAGING_PAGEIN_QUEUE_SIZE )
|
|
+ break;
|
|
+ }
|
|
+ }
|
|
+ /* num may be less than num_pages, caller has to try again */
|
|
+ if ( num )
|
|
+ page_in_trigger();
|
|
+}
|
|
+
|
|
static int evict_victim(xenpaging_t *paging,
|
|
xenpaging_victim_t *victim, int fd, int i)
|
|
{
|
|
@@ -596,6 +617,30 @@ static int evict_victim(xenpaging_t *pag
|
|
return ret;
|
|
}
|
|
|
|
+/* Evict a batch of pages and write them to a free slot in the paging file */
|
|
+static int evict_pages(xenpaging_t *paging, int fd, xenpaging_victim_t *victims, int num_pages)
|
|
+{
|
|
+ xc_interface *xch = paging->xc_handle;
|
|
+ int rc, slot, num = 0;
|
|
+
|
|
+ for ( slot = 0; slot < paging->max_pages && num < num_pages; slot++ )
|
|
+ {
|
|
+ /* Slot is allocated */
|
|
+ if ( victims[slot].gfn != INVALID_MFN )
|
|
+ continue;
|
|
+
|
|
+ rc = evict_victim(paging, &victims[slot], fd, slot);
|
|
+ if ( rc == -ENOSPC )
|
|
+ break;
|
|
+ if ( rc == -EINTR )
|
|
+ break;
|
|
+ if ( num && num % 100 == 0 )
|
|
+ DPRINTF("%d pages evicted\n", num);
|
|
+ num++;
|
|
+ }
|
|
+ return num;
|
|
+}
|
|
+
|
|
int main(int argc, char *argv[])
|
|
{
|
|
struct sigaction act;
|
|
@@ -638,7 +683,14 @@ int main(int argc, char *argv[])
|
|
return 2;
|
|
}
|
|
|
|
- victims = calloc(paging->num_pages, sizeof(xenpaging_victim_t));
|
|
+ /* Allocate upper limit of pages to allow growing and shrinking */
|
|
+ victims = calloc(paging->max_pages, sizeof(xenpaging_victim_t));
|
|
+ if ( !victims )
|
|
+ goto out;
|
|
+
|
|
+ /* Mark all slots as unallocated */
|
|
+ for ( i = 0; i < paging->max_pages; i++ )
|
|
+ victims[i].gfn = INVALID_MFN;
|
|
|
|
/* ensure that if we get a signal, we'll do cleanup, then exit */
|
|
act.sa_handler = close_handler;
|
|
@@ -652,18 +704,7 @@ int main(int argc, char *argv[])
|
|
/* listen for page-in events to stop pager */
|
|
create_page_in_thread(paging);
|
|
|
|
- /* Evict pages */
|
|
- for ( i = 0; i < paging->num_pages; i++ )
|
|
- {
|
|
- rc = evict_victim(paging, &victims[i], fd, i);
|
|
- if ( rc == -ENOSPC )
|
|
- break;
|
|
- if ( rc == -EINTR )
|
|
- break;
|
|
- if ( i % 100 == 0 )
|
|
- DPRINTF("%d pages evicted\n", i);
|
|
- }
|
|
-
|
|
+ i = evict_pages(paging, fd, victims, paging->num_pages);
|
|
DPRINTF("%d pages evicted. Done.\n", i);
|
|
|
|
/* Swap pages in and out */
|
|
@@ -689,13 +730,13 @@ int main(int argc, char *argv[])
|
|
if ( test_and_clear_bit(req.gfn, paging->bitmap) )
|
|
{
|
|
/* Find where in the paging file to read from */
|
|
- for ( i = 0; i < paging->num_pages; i++ )
|
|
+ for ( i = 0; i < paging->max_pages; i++ )
|
|
{
|
|
if ( victims[i].gfn == req.gfn )
|
|
break;
|
|
}
|
|
|
|
- if ( i >= paging->num_pages )
|
|
+ if ( i >= paging->max_pages )
|
|
{
|
|
DPRINTF("Couldn't find page %"PRIx64"\n", req.gfn);
|
|
goto out;
|
|
@@ -767,25 +808,12 @@ int main(int argc, char *argv[])
|
|
/* Write all pages back into the guest */
|
|
if ( interrupted == SIGTERM || interrupted == SIGINT )
|
|
{
|
|
- int num = 0;
|
|
- for ( i = 0; i < paging->max_pages; i++ )
|
|
- {
|
|
- if ( test_bit(i, paging->bitmap) )
|
|
- {
|
|
- paging->pagein_queue[num] = i;
|
|
- num++;
|
|
- if ( num == XENPAGING_PAGEIN_QUEUE_SIZE )
|
|
- break;
|
|
- }
|
|
- }
|
|
- /*
|
|
- * One more round if there are still pages to process.
|
|
- * If no more pages to process, exit loop.
|
|
- */
|
|
- if ( num )
|
|
- page_in_trigger();
|
|
- else if ( i == paging->max_pages )
|
|
+ /* If no more pages to process, exit loop. */
|
|
+ if ( !paging->num_paged_out )
|
|
break;
|
|
+
|
|
+ /* One more round if there are still pages to process. */
|
|
+ resume_pages(paging, paging->num_paged_out);
|
|
}
|
|
else
|
|
{
|