* Support for more than 2GB RAM in guests.
@ 2007-04-18 16:07 Kiselev, Sergey
[not found] ` <C07C4589BE74A34981C3C3525EE1F80101C0454A-t8eeqVGEwHVP9JyJpTNKArfspsVTdybXVpNB7YpNyf8@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Kiselev, Sergey @ 2007-04-18 16:07 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1.1: Type: text/plain, Size: 347 bytes --]
Hi,
Any plans to add support for guests with more than 2GB RAM?
I tried to fix obvious limitations, e.g. to change ram_size and
phys_ram_size variables from 'int' to 'unsigned long' type.
Now I am getting 'init_rmode_tss: gfn_to_page failed' error from KVM, so
probably KVM kernel module needs to be fixed also.
Thanks,
Sergey
[-- Attachment #1.2: Type: text/html, Size: 1361 bytes --]
[-- Attachment #2: Type: text/plain, Size: 286 bytes --]
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
[-- Attachment #3: Type: text/plain, Size: 186 bytes --]
_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel
^ permalink raw reply [flat|nested] 3+ messages in thread[parent not found: <C07C4589BE74A34981C3C3525EE1F80101C0454A-t8eeqVGEwHVP9JyJpTNKArfspsVTdybXVpNB7YpNyf8@public.gmane.org>]
* Re: Support for more than 2GB RAM in guests. [not found] ` <C07C4589BE74A34981C3C3525EE1F80101C0454A-t8eeqVGEwHVP9JyJpTNKArfspsVTdybXVpNB7YpNyf8@public.gmane.org> @ 2007-04-18 16:12 ` Avi Kivity [not found] ` <46264359.8060501-atKUWr5tajBWk0Htik3J/w@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Avi Kivity @ 2007-04-18 16:12 UTC (permalink / raw) To: Kiselev, Sergey; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Kiselev, Sergey wrote: > Hi, > > Any plans to add support for guests with more than 2GB RAM? No immediate plans, but of course I'd like to have that limitation lifted. > > I tried to fix obvious limitations, e.g. to change ram_size and > phys_ram_size variables from 'int' to 'unsigned long' type. > Now I am getting 'init_rmode_tss: gfn_to_page failed' error from KVM, > so probably KVM kernel module needs to be fixed also. I'd expect kvm to be 64-bit clean (esp. with a 64-bit host). Did you check in kvmctl.c whether the memory slot created was actually > 2GB? Maybe there are further places in qemu/libkvm that need fixing. > > Thanks, > Sergey > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ------------------------------------------------------------------------ > > _______________________________________________ > kvm-devel mailing list > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/kvm-devel > -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <46264359.8060501-atKUWr5tajBWk0Htik3J/w@public.gmane.org>]
* Re: Support for more than 2GB RAM in guests. [not found] ` <46264359.8060501-atKUWr5tajBWk0Htik3J/w@public.gmane.org> @ 2007-04-19 8:56 ` Kiselev, Sergey 0 siblings, 0 replies; 3+ messages in thread From: Kiselev, Sergey @ 2007-04-19 8:56 UTC (permalink / raw) To: Avi Kivity; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f It seems that this particular error was caused by return value of rmode_tss_base() being 'int'. There are a lot of places in qemu where 'int' variables are used for addresses. Even after fixing these, I have some problems, probably because conflicts of PCI memory I/O space with RAM. Thanks, Sergey -----Original Message----- From: Avi Kivity [mailto:avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org] Sent: 18 April 2007 19:12 To: Kiselev, Sergey Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Subject: Re: [kvm-devel] Support for more than 2GB RAM in guests. Kiselev, Sergey wrote: > Hi, > > Any plans to add support for guests with more than 2GB RAM? No immediate plans, but of course I'd like to have that limitation lifted. > > I tried to fix obvious limitations, e.g. to change ram_size and > phys_ram_size variables from 'int' to 'unsigned long' type. > Now I am getting 'init_rmode_tss: gfn_to_page failed' error from KVM, > so probably KVM kernel module needs to be fixed also. I'd expect kvm to be 64-bit clean (esp. with a 64-bit host). Did you check in kvmctl.c whether the memory slot created was actually > 2GB? Maybe there are further places in qemu/libkvm that need fixing. > > Thanks, > Sergey > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------ - > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ------------------------------------------------------------------------ > > _______________________________________________ > kvm-devel mailing list > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/kvm-devel > -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-04-19 8:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-18 16:07 Support for more than 2GB RAM in guests Kiselev, Sergey
[not found] ` <C07C4589BE74A34981C3C3525EE1F80101C0454A-t8eeqVGEwHVP9JyJpTNKArfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-04-18 16:12 ` Avi Kivity
[not found] ` <46264359.8060501-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-04-19 8:56 ` Kiselev, Sergey
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox