public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Status of FreeBSD 6.3 as a guest
@ 2008-02-23 15:50 Colin Paul Adams
  2008-02-24  9:27 ` Avi Kivity
  0 siblings, 1 reply; 5+ messages in thread
From: Colin Paul Adams @ 2008-02-23 15:50 UTC (permalink / raw)
  To: kvm-devel

This isn't mentioned on the guest status page.

I went ahead and tried it anyway (32-bit). It works fine if I don't
specify -smp 2.

But qemu rejects -m 2048. -m 1024 is fine. I had over 3GB available
memory (I presume all the memory is pae-fixed to avoid both host and
guest paging - if I'm wrong, please explain) so I assumed this would
be OK.
-- 
Colin Adams
Preston Lancashire

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Status of FreeBSD 6.3 as a guest
  2008-02-23 15:50 Status of FreeBSD 6.3 as a guest Colin Paul Adams
@ 2008-02-24  9:27 ` Avi Kivity
  2008-02-24 16:13   ` Colin Paul Adams
  2008-02-24 19:05   ` Colin Paul Adams
  0 siblings, 2 replies; 5+ messages in thread
From: Avi Kivity @ 2008-02-24  9:27 UTC (permalink / raw)
  To: Colin Paul Adams; +Cc: kvm-devel

Colin Paul Adams wrote:
> This isn't mentioned on the guest status page.
>
> I went ahead and tried it anyway (32-bit). It works fine if I don't
> specify -smp 2.
>
> But qemu rejects -m 2048. -m 1024 is fine. I had over 3GB available
> memory (I presume all the memory is pae-fixed to avoid both host and
> guest paging - if I'm wrong, please explain) so I assumed this would
> be OK.
>   

Are you running on a 32-bit host?  If so, try less memory (2047 might 
work, or perhaps less).

For real large memory you need a 64-bit host.

(btw, please update the guest status page)

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Status of FreeBSD 6.3 as a guest
  2008-02-24  9:27 ` Avi Kivity
@ 2008-02-24 16:13   ` Colin Paul Adams
  2008-02-25 11:00     ` Avi Kivity
  2008-02-24 19:05   ` Colin Paul Adams
  1 sibling, 1 reply; 5+ messages in thread
From: Colin Paul Adams @ 2008-02-24 16:13 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel

>>>>> "Avi" == Avi Kivity <avi@qumranet.com> writes:

    Avi> Colin Paul Adams wrote:
    >> This isn't mentioned on the guest status page.
    >> 
    >> I went ahead and tried it anyway (32-bit). It works fine if I
    >> don't specify -smp 2.
    >> 
    >> But qemu rejects -m 2048. -m 1024 is fine. I had over 3GB
    >> available memory (I presume all the memory is pae-fixed to
    >> avoid both host and guest paging - if I'm wrong, please
    >> explain) so I assumed this would be OK.
    >> 

Are you running on a 32-bit host?  If so, try less memory (2047 might 
    Avi> work, or perhaps less).

No - it's a 64-bit host with 8GB and a quad processor.
-- 
Colin Adams
Preston Lancashire

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Status of FreeBSD 6.3 as a guest
  2008-02-24  9:27 ` Avi Kivity
  2008-02-24 16:13   ` Colin Paul Adams
@ 2008-02-24 19:05   ` Colin Paul Adams
  1 sibling, 0 replies; 5+ messages in thread
From: Colin Paul Adams @ 2008-02-24 19:05 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel

>>>>> "Avi" == Avi Kivity <avi@qumranet.com> writes:

    Avi> (btw, please update the guest status page)

I did, but the table formatting is displaying as data for the line I
added. I don't know why.

Could someone please fix it, and then tell me what I did wrong?
-- 
Colin Adams
Preston Lancashire

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Status of FreeBSD 6.3 as a guest
  2008-02-24 16:13   ` Colin Paul Adams
@ 2008-02-25 11:00     ` Avi Kivity
  0 siblings, 0 replies; 5+ messages in thread
From: Avi Kivity @ 2008-02-25 11:00 UTC (permalink / raw)
  To: Colin Paul Adams; +Cc: kvm-devel

Colin Paul Adams wrote:
>>>>>> "Avi" == Avi Kivity <avi@qumranet.com> writes:
>>>>>>             
>
>     Avi> Colin Paul Adams wrote:
>     >> This isn't mentioned on the guest status page.
>     >> 
>     >> I went ahead and tried it anyway (32-bit). It works fine if I
>     >> don't specify -smp 2.
>     >> 
>     >> But qemu rejects -m 2048. -m 1024 is fine. I had over 3GB
>     >> available memory (I presume all the memory is pae-fixed to
>     >> avoid both host and guest paging - if I'm wrong, please
>     >> explain) so I assumed this would be OK.
>     >> 
>
> Are you running on a 32-bit host?  If so, try less memory (2047 might 
>     Avi> work, or perhaps less).
>
> No - it's a 64-bit host with 8GB and a quad processor.
>   

Maybe the qemu binary is 32-bit?  What does 'file 
/path/to/qemu-system-x86_64' say?

What does qemu say to -m 2048?


-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-02-25 11:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-23 15:50 Status of FreeBSD 6.3 as a guest Colin Paul Adams
2008-02-24  9:27 ` Avi Kivity
2008-02-24 16:13   ` Colin Paul Adams
2008-02-25 11:00     ` Avi Kivity
2008-02-24 19:05   ` Colin Paul Adams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox