* how to balloon memory with a Windows guest domain under Xen
@ 2009-12-09 11:32 Niu Yan
2009-12-09 12:09 ` George Dunlap
0 siblings, 1 reply; 9+ messages in thread
From: Niu Yan @ 2009-12-09 11:32 UTC (permalink / raw)
To: xen-devel; +Cc: dunlapg
[-- Attachment #1.1: Type: text/plain, Size: 313 bytes --]
I want to balloon memory with a Windows guest domain. I found that there
is
a patch(
http://lists.xensource.com/archives/html/xen-devel/2008-12/msg01030.html).
1. is it included in Xen-3.4.0? If no, where can I find it?
2. can it work with Winders guest domain?
Thanks in advance!
--
Best regards,
Niu Yan
[-- Attachment #1.2: Type: text/html, Size: 472 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: how to balloon memory with a Windows guest domain under Xen
2009-12-09 11:32 how to balloon memory with a Windows guest domain under Xen Niu Yan
@ 2009-12-09 12:09 ` George Dunlap
2009-12-09 22:26 ` Re: how to balloon memory with a Windows guest domainunder Xen James Harper
2009-12-10 10:08 ` Re: how to balloon memory with a Windows guest domain under Xen Paul Durrant
0 siblings, 2 replies; 9+ messages in thread
From: George Dunlap @ 2009-12-09 12:09 UTC (permalink / raw)
To: Niu Yan; +Cc: xen-devel
To balloon a Windows guest, you need a balloon driver installed in
Windows. You can find them here:
http://wiki.xensource.com/xenwiki/XenWindowsGplPv
The patches I submitted last December work in conjunction with the
balloon driver. They have been included since Xen 3.4.
-George
On Wed, Dec 9, 2009 at 11:32 AM, Niu Yan <vivian.niu@gmail.com> wrote:
> I want to balloon memory with a Windows guest domain. I found that there
> is
> a
> patch(http://lists.xensource.com/archives/html/xen-devel/2008-12/msg01030.html).
> 1. is it included in Xen-3.4.0? If no, where can I find it?
> 2. can it work with Winders guest domain?
>
> Thanks in advance!
>
> --
> Best regards,
> Niu Yan
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Re: how to balloon memory with a Windows guest domainunder Xen
2009-12-09 12:09 ` George Dunlap
@ 2009-12-09 22:26 ` James Harper
2009-12-10 2:28 ` Niu Yan
2009-12-10 10:52 ` George Dunlap
2009-12-10 10:08 ` Re: how to balloon memory with a Windows guest domain under Xen Paul Durrant
1 sibling, 2 replies; 9+ messages in thread
From: James Harper @ 2009-12-09 22:26 UTC (permalink / raw)
To: George Dunlap, Niu Yan; +Cc: xen-devel
>
> To balloon a Windows guest, you need a balloon driver installed in
> Windows. You can find them here:
> http://wiki.xensource.com/xenwiki/XenWindowsGplPv
The code to support ballooning isn't really working yet. It's on my list
of things to do but hasn't been high priority at this point.
James
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: how to balloon memory with a Windows guest domainunder Xen
2009-12-09 22:26 ` Re: how to balloon memory with a Windows guest domainunder Xen James Harper
@ 2009-12-10 2:28 ` Niu Yan
2009-12-10 10:52 ` George Dunlap
1 sibling, 0 replies; 9+ messages in thread
From: Niu Yan @ 2009-12-10 2:28 UTC (permalink / raw)
To: James Harper; +Cc: George Dunlap, xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 504 bytes --]
Is there a schedule to release it by now ? Looking forward to it!
On Thu, Dec 10, 2009 at 6:26 AM, James Harper <james.harper@bendigoit.com.au
> wrote:
> >
> > To balloon a Windows guest, you need a balloon driver installed in
> > Windows. You can find them here:
> > http://wiki.xensource.com/xenwiki/XenWindowsGplPv
>
> The code to support ballooning isn't really working yet. It's on my list
> of things to do but hasn't been high priority at this point.
>
> James
>
--
Best regards,
Niu Yan
[-- Attachment #1.2: Type: text/html, Size: 959 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: how to balloon memory with a Windows guest domain under Xen
2009-12-09 12:09 ` George Dunlap
2009-12-09 22:26 ` Re: how to balloon memory with a Windows guest domainunder Xen James Harper
@ 2009-12-10 10:08 ` Paul Durrant
1 sibling, 0 replies; 9+ messages in thread
From: Paul Durrant @ 2009-12-10 10:08 UTC (permalink / raw)
To: George Dunlap; +Cc: Niu Yan, xen-devel@lists.xensource.com
George Dunlap wrote:
> To balloon a Windows guest, you need a balloon driver installed in
> Windows. You can find them here:
> http://wiki.xensource.com/xenwiki/XenWindowsGplPv
>
You could also try the Citrix PV drivers which are part of the XenCloud
platform. These will work on open source but there's a couple of hacks
you'll need to do (one in the registry, one in xenstore). Let me know if
you want to give them a try.
Paul
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: how to balloon memory with a Windows guest domainunder Xen
2009-12-09 22:26 ` Re: how to balloon memory with a Windows guest domainunder Xen James Harper
2009-12-10 2:28 ` Niu Yan
@ 2009-12-10 10:52 ` George Dunlap
2009-12-10 12:24 ` Pasi Kärkkäinen
1 sibling, 1 reply; 9+ messages in thread
From: George Dunlap @ 2009-12-10 10:52 UTC (permalink / raw)
To: James Harper; +Cc: Niu Yan, xen-devel@lists.xensource.com
James Harper wrote:
>> To balloon a Windows guest, you need a balloon driver installed in
>> Windows. You can find them here:
>> http://wiki.xensource.com/xenwiki/XenWindowsGplPv
>>
>
> The code to support ballooning isn't really working yet. It's on my list
> of things to do but hasn't been high priority at this point.
>
In that case, you might look at the binary Citrix drivers provided along
with the Xen Cloud Edition. I believe the installer can be found on the
main iso available on the xen.org website. However, I've never
installed them, and there may be some extra steps required to get them
working.
-George
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: how to balloon memory with a Windows guest domainunder Xen
2009-12-10 10:52 ` George Dunlap
@ 2009-12-10 12:24 ` Pasi Kärkkäinen
2009-12-10 13:29 ` Niu Yan
0 siblings, 1 reply; 9+ messages in thread
From: Pasi Kärkkäinen @ 2009-12-10 12:24 UTC (permalink / raw)
To: George Dunlap; +Cc: Niu Yan, James Harper, xen-devel@lists.xensource.com
On Thu, Dec 10, 2009 at 10:52:28AM +0000, George Dunlap wrote:
> James Harper wrote:
> >>To balloon a Windows guest, you need a balloon driver installed in
> >>Windows. You can find them here:
> >> http://wiki.xensource.com/xenwiki/XenWindowsGplPv
> >>
> >
> >The code to support ballooning isn't really working yet. It's on my list
> >of things to do but hasn't been high priority at this point.
> >
> In that case, you might look at the binary Citrix drivers provided along
> with the Xen Cloud Edition. I believe the installer can be found on the
> main iso available on the xen.org website. However, I've never
> installed them, and there may be some extra steps required to get them
> working.
>
Here's the patch to Xen that enables Citrix/XCP Windows PV drivers to
work on "normal" Xen:
http://lists.xensource.com/archives/html/xen-devel/2009-11/msg00932.html
http://xenbits.xen.org/xen-unstable.hg?rev/be9b8be3c648
If you don't want to patch your Xen, check out these emails:
http://lists.xensource.com/archives/html/xen-devel/2009-11/msg00147.html
http://lists.xensource.com/archives/html/xen-devel/2009-11/msg00201.html
(For the manual Xenstore change, and the Windows registry change).
-- Pasi
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: how to balloon memory with a Windows guest domainunder Xen
2009-12-10 12:24 ` Pasi Kärkkäinen
@ 2009-12-10 13:29 ` Niu Yan
2009-12-10 13:43 ` Paul Durrant
0 siblings, 1 reply; 9+ messages in thread
From: Niu Yan @ 2009-12-10 13:29 UTC (permalink / raw)
To: Pasi Kärkkäinen
Cc: George Dunlap, James Harper, xen-devel@lists.xensource.com
[-- Attachment #1.1: Type: text/plain, Size: 1579 bytes --]
I just want to balloon the memory of Windows guest, it seems that neither
GPLpv driver nor Citrix/XCP Windows PV drivers includs it.
who ever has tried it?
On Thu, Dec 10, 2009 at 8:24 PM, Pasi Kärkkäinen <pasik@iki.fi> wrote:
> On Thu, Dec 10, 2009 at 10:52:28AM +0000, George Dunlap wrote:
> > James Harper wrote:
> > >>To balloon a Windows guest, you need a balloon driver installed in
> > >>Windows. You can find them here:
> > >> http://wiki.xensource.com/xenwiki/XenWindowsGplPv
> > >>
> > >
> > >The code to support ballooning isn't really working yet. It's on my list
> > >of things to do but hasn't been high priority at this point.
> > >
> > In that case, you might look at the binary Citrix drivers provided along
> > with the Xen Cloud Edition. I believe the installer can be found on the
> > main iso available on the xen.org website. However, I've never
> > installed them, and there may be some extra steps required to get them
> > working.
> >
>
> Here's the patch to Xen that enables Citrix/XCP Windows PV drivers to
> work on "normal" Xen:
>
> http://lists.xensource.com/archives/html/xen-devel/2009-11/msg00932.html
> http://xenbits.xen.org/xen-unstable.hg?rev/be9b8be3c648
>
> If you don't want to patch your Xen, check out these emails:
> http://lists.xensource.com/archives/html/xen-devel/2009-11/msg00147.html
> http://lists.xensource.com/archives/html/xen-devel/2009-11/msg00201.html
>
> (For the manual Xenstore change, and the Windows registry change).
>
> -- Pasi
>
>
--
Best regards,
Niu Yan
[-- Attachment #1.2: Type: text/html, Size: 2622 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: how to balloon memory with a Windows guest domainunder Xen
2009-12-10 13:29 ` Niu Yan
@ 2009-12-10 13:43 ` Paul Durrant
0 siblings, 0 replies; 9+ messages in thread
From: Paul Durrant @ 2009-12-10 13:43 UTC (permalink / raw)
To: Niu Yan; +Cc: George Dunlap, James Harper, xen-devel@lists.xensource.com
Niu Yan wrote:
> I just want to balloon the memory of Windows guest, it seems that
> neither GPLpv driver nor Citrix/XCP Windows PV drivers includs it.
>
How do you conclude that? I told you that the Citrix PV drivers *do*
include ballooning support.
Paul
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2009-12-10 13:43 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-09 11:32 how to balloon memory with a Windows guest domain under Xen Niu Yan
2009-12-09 12:09 ` George Dunlap
2009-12-09 22:26 ` Re: how to balloon memory with a Windows guest domainunder Xen James Harper
2009-12-10 2:28 ` Niu Yan
2009-12-10 10:52 ` George Dunlap
2009-12-10 12:24 ` Pasi Kärkkäinen
2009-12-10 13:29 ` Niu Yan
2009-12-10 13:43 ` Paul Durrant
2009-12-10 10:08 ` Re: how to balloon memory with a Windows guest domain under Xen Paul Durrant
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.