* kvm errors when using greater than 3572m of memory
@ 2007-12-07 19:07 Brian Almeida
[not found] ` <20071207190704.GG6205-gUs/tyuzhklklfetfhJ7Fw@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Brian Almeida @ 2007-12-07 19:07 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi,
I get the following error when I give -m 3752 or higher:
stormcrow:/data/kvm# kvm -no-acpi -m 3572 -cdrom
/data/iso/w2k3_server_ent_r2_disc1.iso -boot d -usbdevice tablet
tharkun.img
create_kernel_phys_mem: Invalid argumentset_vram_mapping: cannot
allocate memory: Invalid argument
NULL vram_pointer
If I do -m 3751 I get no error and it works:
stormcrow:/data/kvm# kvm -no-acpi -m 3571 -cdrom
/data/iso/w2k3_server_ent_r2_disc1.iso -boot d -usbdevice tablet
tharkun.img
If I go up a little bit higher, the message changes:
stormcrow:/data/kvm# kvm -no-acpi -m 3600 -cdrom
/data/iso/w2k3_server_ent_r2_disc1.iso -boot d -usbdevice tablet
tharkun.img
qemu: could not load PC BIOS '/usr/share/kvm/bios.bin'
shmmax is set to 4g:
stormcrow:/data/kvm# cat /proc/sys/kernel/shmmax
4294967296
I'm using kvm 54 from Debian unstable on 2.6.22-3-amd64. Any other
debugging info can be provided upon request.
Thanks,
Brian
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
^ permalink raw reply [flat|nested] 7+ messages in thread[parent not found: <20071207190704.GG6205-gUs/tyuzhklklfetfhJ7Fw@public.gmane.org>]
* Re: kvm errors when using greater than 3572m of memory [not found] ` <20071207190704.GG6205-gUs/tyuzhklklfetfhJ7Fw@public.gmane.org> @ 2007-12-07 19:06 ` Izik Eidus [not found] ` <475999CF.2030208-atKUWr5tajBWk0Htik3J/w@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Izik Eidus @ 2007-12-07 19:06 UTC (permalink / raw) To: Brian Almeida; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Brian Almeida wrote: > Hi, > > I get the following error when I give -m 3752 or higher: > > stormcrow:/data/kvm# kvm -no-acpi -m 3572 -cdrom > /data/iso/w2k3_server_ent_r2_disc1.iso -boot d -usbdevice tablet > tharkun.img > create_kernel_phys_mem: Invalid argumentset_vram_mapping: cannot > allocate memory: Invalid argument > NULL vram_pointe > great :), for to be able to run with above 4giga at "safe" way right now you need kvm module above 46 is it possible that you use the module from the 2.6.22 kernel? and not the module from the kvm-54 package? please tell me what happen if you run it with -m 4096 > If I do -m 3751 I get no error and it works: > stormcrow:/data/kvm# kvm -no-acpi -m 3571 -cdrom > /data/iso/w2k3_server_ent_r2_disc1.iso -boot d -usbdevice tablet > tharkun.img > > If I go up a little bit higher, the message changes: > stormcrow:/data/kvm# kvm -no-acpi -m 3600 -cdrom > /data/iso/w2k3_server_ent_r2_disc1.iso -boot d -usbdevice tablet > tharkun.img > qemu: could not load PC BIOS '/usr/share/kvm/bios.bin' > > shmmax is set to 4g: > stormcrow:/data/kvm# cat /proc/sys/kernel/shmmax > 4294967296 > > I'm using kvm 54 from Debian unstable on 2.6.22-3-amd64. Any other > debugging info can be provided upon request. > > Thanks, > > Brian > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > kvm-devel mailing list > kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/kvm-devel > ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <475999CF.2030208-atKUWr5tajBWk0Htik3J/w@public.gmane.org>]
* Re: kvm errors when using greater than 3572m of memory [not found] ` <475999CF.2030208-atKUWr5tajBWk0Htik3J/w@public.gmane.org> @ 2007-12-07 19:14 ` Izik Eidus [not found] ` <47599B9D.5020504-atKUWr5tajBWk0Htik3J/w@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Izik Eidus @ 2007-12-07 19:14 UTC (permalink / raw) To: Brian Almeida; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Izik Eidus wrote: > Brian Almeida wrote: >> Hi, >> >> I get the following error when I give -m 3752 or higher: >> >> stormcrow:/data/kvm# kvm -no-acpi -m 3572 -cdrom >> /data/iso/w2k3_server_ent_r2_disc1.iso -boot d -usbdevice tablet >> tharkun.img create_kernel_phys_mem: Invalid argumentset_vram_mapping: >> cannot >> allocate memory: Invalid argument >> NULL vram_pointe > great :), > for to be able to run with above 4giga at "safe" way right now you > need kvm module above 46 > is it possible that you use the module from the 2.6.22 kernel? and not > the module from the kvm-54 package? > > please tell me what happen if you run it with -m 4096 >> If I do -m 3751 I get no error and it works: >> stormcrow:/data/kvm# kvm -no-acpi -m 3571 -cdrom >> /data/iso/w2k3_server_ent_r2_disc1.iso -boot d -usbdevice tablet >> tharkun.img >> If I go up a little bit higher, the message changes: >> stormcrow:/data/kvm# kvm -no-acpi -m 3600 -cdrom >> /data/iso/w2k3_server_ent_r2_disc1.iso -boot d -usbdevice tablet >> tharkun.img qemu: could not load PC BIOS '/usr/share/kvm/bios.bin' >> >> shmmax is set to 4g: >> stormcrow:/data/kvm# cat /proc/sys/kernel/shmmax 4294967296 >> >> I'm using kvm 54 from Debian unstable on 2.6.22-3-amd64. Any other >> debugging info can be provided upon request. >> >> Thanks, >> >> Brian >> >> ------------------------------------------------------------------------- >> >> SF.Net email is sponsored by: >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://sourceforge.net/services/buy/index.php >> _______________________________________________ >> kvm-devel mailing list >> kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org >> https://lists.sourceforge.net/lists/listinfo/kvm-devel > > yea it does look like the reason is that you use old kvm module version, i ran it on my box with 3572 mb of ram and it work ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <47599B9D.5020504-atKUWr5tajBWk0Htik3J/w@public.gmane.org>]
* Re: kvm errors when using greater than 3572m of memory [not found] ` <47599B9D.5020504-atKUWr5tajBWk0Htik3J/w@public.gmane.org> @ 2007-12-07 19:30 ` Brian Almeida [not found] ` <20071207193037.GH6205-gUs/tyuzhklklfetfhJ7Fw@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Brian Almeida @ 2007-12-07 19:30 UTC (permalink / raw) To: Izik Eidus; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Fri, Dec 07, 2007 at 09:14:37PM +0200, Izik Eidus wrote: > yea it does look like the reason is that you use old kvm module version, > i ran it on my box with 3572 mb of ram and it work Ok - I will try with the latest version. Thanks! Brian ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <20071207193037.GH6205-gUs/tyuzhklklfetfhJ7Fw@public.gmane.org>]
* Re: kvm errors when using greater than 3572m of memory [not found] ` <20071207193037.GH6205-gUs/tyuzhklklfetfhJ7Fw@public.gmane.org> @ 2007-12-07 19:28 ` Izik Eidus [not found] ` <47599EEA.3090108-atKUWr5tajBWk0Htik3J/w@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Izik Eidus @ 2007-12-07 19:28 UTC (permalink / raw) To: bma-gUs/tyuzhklklfetfhJ7Fw; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Brian Almeida wrote: > On Fri, Dec 07, 2007 at 09:14:37PM +0200, Izik Eidus wrote: > >> yea it does look like the reason is that you use old kvm module version, >> i ran it on my box with 3572 mb of ram and it work >> > > Ok - I will try with the latest version. Thanks! > > Brian > (note that kvm-54 should be enough, you just have to make sure that you use the modules that come with it) ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <47599EEA.3090108-atKUWr5tajBWk0Htik3J/w@public.gmane.org>]
* Re: kvm errors when using greater than 3572m of memory [not found] ` <47599EEA.3090108-atKUWr5tajBWk0Htik3J/w@public.gmane.org> @ 2007-12-08 4:21 ` Brian Almeida [not found] ` <20071208042128.GK6205-gUs/tyuzhklklfetfhJ7Fw@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Brian Almeida @ 2007-12-08 4:21 UTC (permalink / raw) To: Izik Eidus; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f On Fri, Dec 07, 2007 at 09:28:42PM +0200, Izik Eidus wrote: > (note that kvm-54 should be enough, you just have to make sure that you use > the modules that come with it) Yes, this fixed the problem. Any idea why the ACPI opitmization patches (tpr-opt-1) are slated to make it in an upstream release so I can use SMP on windows guests? Do they work with kvm-5[45]? Brian -- Brian Almeida http://thunderkeys.net ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <20071208042128.GK6205-gUs/tyuzhklklfetfhJ7Fw@public.gmane.org>]
* Re: kvm errors when using greater than 3572m of memory [not found] ` <20071208042128.GK6205-gUs/tyuzhklklfetfhJ7Fw@public.gmane.org> @ 2007-12-08 11:29 ` Izik Eidus 0 siblings, 0 replies; 7+ messages in thread From: Izik Eidus @ 2007-12-08 11:29 UTC (permalink / raw) To: Brian Almeida; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f Brian Almeida wrote: > On Fri, Dec 07, 2007 at 09:28:42PM +0200, Izik Eidus wrote: > >> (note that kvm-54 should be enough, you just have to make sure that you use >> the modules that come with it) >> > > Yes, this fixed the problem. > > Any idea why the ACPI opitmization patches (tpr-opt-1) are slated to make > it in an upstream release so I can use SMP on windows guests? Do > they work with kvm-5[45]? > > Brian > > there is a work right now to clean this patches so they can come to kvm upstream releases i guess you will be able to see them in the very near future. (btw, if i am not wrong, in 64bits windows guests it should be a problem to run with acpi) ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-12-08 11:29 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-07 19:07 kvm errors when using greater than 3572m of memory Brian Almeida
[not found] ` <20071207190704.GG6205-gUs/tyuzhklklfetfhJ7Fw@public.gmane.org>
2007-12-07 19:06 ` Izik Eidus
[not found] ` <475999CF.2030208-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-12-07 19:14 ` Izik Eidus
[not found] ` <47599B9D.5020504-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-12-07 19:30 ` Brian Almeida
[not found] ` <20071207193037.GH6205-gUs/tyuzhklklfetfhJ7Fw@public.gmane.org>
2007-12-07 19:28 ` Izik Eidus
[not found] ` <47599EEA.3090108-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-12-08 4:21 ` Brian Almeida
[not found] ` <20071208042128.GK6205-gUs/tyuzhklklfetfhJ7Fw@public.gmane.org>
2007-12-08 11:29 ` Izik Eidus
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox