Displaying 20 results from an estimated 4000 matches similar to: "Balloon driver for Linux/HVM"
2010 Oct 08
17
MSI badness in xen-unstable
Hi,
I''ve been trying to boot stefano''s minimal dom0 kernel from
git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git
2.6.36-rc1-initial-domain-v2+pat
On xen-unstable, I get the following WARN_ON()''s from Xen when bringing
up the NIC''s, then the machine hangs forever when trying to login either
over serial or NIC.
(XEN) Xen WARN at msi.c:649
(XEN) ----[
2009 Jan 08
7
[RFC] Transcendent Memory ("tmem"): a new approach to physical memory management
At last year''s Xen North America Summit in Boston, I gave a talk
about memory overcommitment in Xen. I showed that the basic
mechanisms for moving memory between domains were already present
in Xen and that, with a few scripts, it was possible to roughly
load-balance memory between domains. During this effort, I
discovered that "ballooning" had a lot of weaknesses, even
though
2009 Feb 06
2
[PATCH 0/9] tmem: Add transcendent memory to hypervisor
This patch series implements the hypervisor portion
of transcendent memory as described at
http://oss.oracle.com/projects/tmem
Tools patches to follow.
All patches are sent as attachments as my mailer tends
to mess with attached text. Apologies to those for
whom this is inconvenient.
Signed-off-by: Dan Magenheimer <dan.magenheimer.com>
[1] Public interface for tmem
[2] add pointer to
2010 Apr 21
5
Xen 4.0 memory overcommitment
Hello,
I am running a functional Xen 4.0 platform. The objective is the project I
am currently running is to replace 4 VMWare ESX by 4 Xen 4.0 hypervisors. I
have been able to reproduce all the core VMWare features in Xen (but better
of course =D) except memory overcommitment.
I know this feature has been included since Xen 3.3 but I have found almost
no information about it.
When I try to
2013 May 20
7
Bye bye Mr tmem guy
Hi Linux kernel folks and Xen folks --
Effective July 5, I will be resigning from Oracle and "retiring"
for a minimum of 12-18 months and probably/hopefully much longer.
Between now and July 5, I will be tying up loose ends related to
my patches but also using up accrued vacation days. If you have
a loose end you''d like to see tied, please let me know ASAP and
I will do my
2006 Jun 08
5
balloon question
Running with Xen option dom0_mem=6G and kernel option mem=8G, I would have expected that I would see the system with a
2G balloon right after boot. However, the balloon is empty. Briefly looking at this, it would seem to me that, with all
pages being reserved when the system starts and only the populated ones getting the reserved status cleared in
__free_pages_bootmem(), the condition to put pages
2010 Aug 06
5
[PATCH] GSoC 2010 - Memory hotplug support for Xen guests - second fully working version - once again
Hi,
I am sending this e-mail once again because it probably
has been lost in abyss of Xen-devel/LKLM list.
Here is the second version of memory hotplug support
for Xen guests patch. This one cleanly applies to
git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
repository, xen/memory-hotplug head.
Changes:
- /sys/devices/system/memory/probe interface has been removed;
2012 Jan 06
3
[PATCH] xen: remove CONFIG_XEN_DOM0 compile option
XEN_DOM0 is a silent option that has been automatically selected when
CONFIG_XEN is selected since 6b0661a5e6fbf. If this option was changed
to a menu configurable option then it would only give users the ability
to compile out about 100 kbytes of code. As that option makes little
sense to choose, and the option isn''t menu selectable anyway, then we
can clean up some code by simply
2012 Jan 06
3
[PATCH] xen: remove CONFIG_XEN_DOM0 compile option
XEN_DOM0 is a silent option that has been automatically selected when
CONFIG_XEN is selected since 6b0661a5e6fbf. If this option was changed
to a menu configurable option then it would only give users the ability
to compile out about 100 kbytes of code. As that option makes little
sense to choose, and the option isn''t menu selectable anyway, then we
can clean up some code by simply
2012 Jan 06
3
[PATCH] xen: remove CONFIG_XEN_DOM0 compile option
XEN_DOM0 is a silent option that has been automatically selected when
CONFIG_XEN is selected since 6b0661a5e6fbf. If this option was changed
to a menu configurable option then it would only give users the ability
to compile out about 100 kbytes of code. As that option makes little
sense to choose, and the option isn''t menu selectable anyway, then we
can clean up some code by simply
2012 Aug 24
9
pvhvm on debian
hello,
I know this not quite a xen problem but im sure a fair number of people are
using debian for their dom0 and maybe have some insight into this.
I have a large number of dom0''s running squeeze and for a long time i was
hoping for pvhvm to make into the official debian xen packages and recently
during some periodic updates I noticed pvhvm working after a kernel package
update.
Now
2018 Jul 11
3
[PATCH v35 1/5] mm: support to get hints of free page blocks
On 07/11/2018 05:21 PM, Michal Hocko wrote:
> On Tue 10-07-18 18:44:34, Linus Torvalds wrote:
> [...]
>> That was what I tried to encourage with actually removing the pages
>> form the page list. That would be an _incremental_ interface. You can
>> remove MAX_ORDER-1 pages one by one (or a hundred at a time), and mark
>> them free for ballooning that way. And if you
2018 Jul 11
3
[PATCH v35 1/5] mm: support to get hints of free page blocks
On 07/11/2018 05:21 PM, Michal Hocko wrote:
> On Tue 10-07-18 18:44:34, Linus Torvalds wrote:
> [...]
>> That was what I tried to encourage with actually removing the pages
>> form the page list. That would be an _incremental_ interface. You can
>> remove MAX_ORDER-1 pages one by one (or a hundred at a time), and mark
>> them free for ballooning that way. And if you
2013 Jul 23
1
[PATCH] do not allow XEN_TMEM on ARM64
tmem is not supported on arm or arm64 yet.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index 9e02d60..a18f350 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -145,7 +146,7 @@ config SWIOTLB_XEN
config XEN_TMEM
tristate
- depends on !ARM
+ depends on !ARM && !ARM64
default m if
2013 Jul 11
4
Xen Balloon Driver on PVHVM
Hi List,
I''m trying to work out the balloon driver on CentOS6 HVM but it seems to be
not working with default 2.6.32 or newer 3.4 kernel.
Does balloon driver work on HVM linux guests with Linux Kernel 3.4 from
centos repo ?
PV is fine and is able to balloon.
Thanks.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
2013 Jul 11
4
Xen Balloon Driver on PVHVM
Hi List,
I''m trying to work out the balloon driver on CentOS6 HVM but it seems to be
not working with default 2.6.32 or newer 3.4 kernel.
Does balloon driver work on HVM linux guests with Linux Kernel 3.4 from
centos repo ?
PV is fine and is able to balloon.
Thanks.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
2011 Mar 11
2
[GIT PULL stable-2.6.32.x] PV on HVM fixes
Hi Jeremy,
I backported the branch I have in linux-next plus some older PV on HVM
fixes to stable-2.6.32.x.
Please pull:
git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git stable-2.6.32-pvhvm
Ian Campbell (11):
xen: do not respond to unknown xenstore control requests
xen: use new schedop interface for suspend
xen: switch to new schedop hypercall by default.
xen:
2010 May 19
6
[PATCH 0/6]xl: Add ''xl tmem-*'' commands
Add tmem-* commands, did some simple tests.
[PATCH 1/6]xl: Add ''xl tmem-list'' command
[PATCH 2/6]xl: Add ''xl tmem-freeze'' command
[PATCH 3/6]xl: Add ''xl tmem-destroy'' command
[PATCH 4/6]xl: Add ''xl tmem-thaw'' command
[PATCH 5/6]xl: Add ''xl tmem-set'' command
[PATCH 6/6]xl: Add ''xl
2010 Aug 12
13
[PATCH] GSoC 2010 - Memory hotplug support for Xen guests - third fully working version
Hi,
Here is the third version of memory hotplug support
for Xen guests patch. This one cleanly applies to
git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
repository, xen/memory-hotplug head.
On Fri, Aug 06, 2010 at 04:03:18PM +0400, Vasiliy G Tolstov wrote:
[...]
> Testing on sles 11 sp1 and opensuse 11.3. On results - send e-mail..
Thx.
On Fri, Aug 06, 2010 at 12:34:08PM
2012 Nov 01
4
[PATCH] xen-tmem-list-parse: fix ugly parse output
Hmmm... It appears I never posted the corrected version of this patch
so it never made it upstream. See:
http://lists.xen.org/archives/html/xen-devel/2011-11/msg00587.html
http://lists.xen.org/archives/html/xen-devel/2011-11/msg02145.html
It would be good if this very minor fix was also applied to 4.2
(and, if possible, 4.1).
Thanks,
Dan
===================
The program xen-tmem-list-parse