[PATCH v3 1/2] xen/setup: Remove Identity Map Debug Message

2014-08-11 Thread Matt Rushton
Removing a debug message for setting the identity map since it becomes rather noisy after rework of the identity map code. Signed-off-by: Matthew Rushton --- v3: One line change to fix 32-bit mfn casting issue with MMU_MACHPHYS_UPDATE --- arch/x86/xen/p2m.c |5 ++--- 1 file changed, 2

[PATCH v3 2/2] xen/setup: Remap Xen Identity Mapped RAM

2014-08-11 Thread Matt Rushton
Instead of ballooning up and down dom0 memory this remaps the existing mfns that were replaced by the identity map. The reason for this is that the existing implementation ballooned memory up and and down which caused dom0 to have discontiguous pages. In some cases this resulted in the use of

[PATCH v3 2/2] xen/setup: Remap Xen Identity Mapped RAM

2014-08-11 Thread Matt Rushton
Instead of ballooning up and down dom0 memory this remaps the existing mfns that were replaced by the identity map. The reason for this is that the existing implementation ballooned memory up and and down which caused dom0 to have discontiguous pages. In some cases this resulted in the use of

[PATCH v3 1/2] xen/setup: Remove Identity Map Debug Message

2014-08-11 Thread Matt Rushton
Removing a debug message for setting the identity map since it becomes rather noisy after rework of the identity map code. Signed-off-by: Matthew Rushton --- arch/x86/xen/p2m.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/x86/xen/p2m.c b/arch/x86/xen/p2m.c

[PATCH v3 1/2] xen/setup: Remove Identity Map Debug Message

2014-08-11 Thread Matt Rushton
Removing a debug message for setting the identity map since it becomes rather noisy after rework of the identity map code. Signed-off-by: Matthew Rushton mrush...@amazon.com --- arch/x86/xen/p2m.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/x86/xen/p2m.c

[PATCH v3 2/2] xen/setup: Remap Xen Identity Mapped RAM

2014-08-11 Thread Matt Rushton
Instead of ballooning up and down dom0 memory this remaps the existing mfns that were replaced by the identity map. The reason for this is that the existing implementation ballooned memory up and and down which caused dom0 to have discontiguous pages. In some cases this resulted in the use of

[PATCH v3 1/2] xen/setup: Remove Identity Map Debug Message

2014-08-11 Thread Matt Rushton
Removing a debug message for setting the identity map since it becomes rather noisy after rework of the identity map code. Signed-off-by: Matthew Rushton mrush...@amazon.com --- v3: One line change to fix 32-bit mfn casting issue with MMU_MACHPHYS_UPDATE --- arch/x86/xen/p2m.c |5 ++--- 1

[PATCH v3 2/2] xen/setup: Remap Xen Identity Mapped RAM

2014-08-11 Thread Matt Rushton
Instead of ballooning up and down dom0 memory this remaps the existing mfns that were replaced by the identity map. The reason for this is that the existing implementation ballooned memory up and and down which caused dom0 to have discontiguous pages. In some cases this resulted in the use of

[PATCH v2 2/2] xen/setup: Remap Xen Identity Mapped RAM

2014-07-19 Thread Matt Rushton
Instead of ballooning up and down dom0 memory this remaps the existing mfns that were replaced by the identity map. The reason for this is that the existing implementation ballooned memory up and and down which caused dom0 to have discontiguous pages. In some cases this resulted in the use of

[PATCH v2 1/2] xen/setup: Remove Identity Map Debug Message

2014-07-19 Thread Matt Rushton
Removing a debug message for setting the identity map since it becomes rather noisy after rework of the identity map code. Signed-off-by: Matthew Rushton --- arch/x86/xen/p2m.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/x86/xen/p2m.c b/arch/x86/xen/p2m.c

[PATCH v2 1/2] xen/setup: Remove Identity Map Debug Message

2014-07-19 Thread Matt Rushton
Removing a debug message for setting the identity map since it becomes rather noisy after rework of the identity map code. Signed-off-by: Matthew Rushton --- arch/x86/xen/p2m.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/x86/xen/p2m.c b/arch/x86/xen/p2m.c

[PATCH v2 1/2] xen/setup: Remove Identity Map Debug Message

2014-07-19 Thread Matt Rushton
Removing a debug message for setting the identity map since it becomes rather noisy after rework of the identity map code. Signed-off-by: Matthew Rushton mrush...@amazon.com --- arch/x86/xen/p2m.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/x86/xen/p2m.c

[PATCH v2 1/2] xen/setup: Remove Identity Map Debug Message

2014-07-19 Thread Matt Rushton
Removing a debug message for setting the identity map since it becomes rather noisy after rework of the identity map code. Signed-off-by: Matthew Rushton mrush...@amazon.com --- arch/x86/xen/p2m.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/x86/xen/p2m.c

[PATCH v2 2/2] xen/setup: Remap Xen Identity Mapped RAM

2014-07-19 Thread Matt Rushton
Instead of ballooning up and down dom0 memory this remaps the existing mfns that were replaced by the identity map. The reason for this is that the existing implementation ballooned memory up and and down which caused dom0 to have discontiguous pages. In some cases this resulted in the use of

[PATCH] xen/setup: Remap Xen Identity Mapped RAM

2014-06-05 Thread Matt Rushton
Instead of ballooning up and down dom0 memory this remaps the existing mfns that were replaced by the identity map. The reason for this is that the existing implementation ballooned memory up and and down which caused dom0 to have discontiguous pages. In some cases this resulted in the use of

[PATCH] xen/setup: Remap Xen Identity Mapped RAM

2014-06-05 Thread Matt Rushton
Instead of ballooning up and down dom0 memory this remaps the existing mfns that were replaced by the identity map. The reason for this is that the existing implementation ballooned memory up and and down which caused dom0 to have discontiguous pages. In some cases this resulted in the use of

[PATCH] xen/setup: Remap Xen Identity Mapped RAM

2014-05-30 Thread Matt Rushton
Instead of ballooning up and down dom0 memory this remaps the existing mfns that were replaced by the identity map. The reason for this is that the existing implementation ballooned memory up and and down which caused dom0 to have discontiguous pages. In some cases this resulted in the use of

[PATCH] xen/setup: Remap Xen Identity Mapped RAM

2014-05-30 Thread Matt Rushton
Instead of ballooning up and down dom0 memory this remaps the existing mfns that were replaced by the identity map. The reason for this is that the existing implementation ballooned memory up and and down which caused dom0 to have discontiguous pages. In some cases this resulted in the use of