Re: [PATCH] kvm tools: remove arbitrary minimum RAM limitation

2013-04-24 Thread Pekka Enberg

On 04/23/2013 05:57 PM, Sasha Levin wrote:

We don't really need 64MB of RAM to boot, it's a nice default if we don't
have anything else - but it's not actually required for anything:

sh-4.2# free -h
  total   used   free sharedbuffers cached
Mem:   20M15M   4.2M 0B 0B   4.2M
-/+ buffers/cache:11M   8.3M
Swap:   0B 0B 0B

Signed-off-by: Sasha Levin sasha.le...@oracle.com


Applied, thanks!

Pekka

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] kvm tools: remove arbitrary minimum RAM limitation

2013-04-24 Thread Michael Ellerman
On Tue, 2013-04-23 at 10:57 -0400, Sasha Levin wrote:
 We don't really need 64MB of RAM to boot, it's a nice default if we don't
 have anything else - but it's not actually required for anything:

Nice, I am carrying something similar locally so I can boot in 4K :)

cheers

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] kvm tools: remove arbitrary minimum RAM limitation

2013-04-24 Thread Asias He
On Wed, Apr 24, 2013 at 06:25:30PM +1000, Michael Ellerman wrote:
 On Tue, 2013-04-23 at 10:57 -0400, Sasha Levin wrote:
  We don't really need 64MB of RAM to boot, it's a nice default if we don't
  have anything else - but it's not actually required for anything:
 
 Nice, I am carrying something similar locally so I can boot in 4K :)

Show me your $free ;-)

 cheers
 

-- 
Asias
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] kvm tools: remove arbitrary minimum RAM limitation

2013-04-24 Thread Sasha Levin
On 04/24/2013 04:25 AM, Michael Ellerman wrote:
 On Tue, 2013-04-23 at 10:57 -0400, Sasha Levin wrote:
 We don't really need 64MB of RAM to boot, it's a nice default if we don't
 have anything else - but it's not actually required for anything:
 
 Nice, I am carrying something similar locally so I can boot in 4K :)

Feel free to send stuff you carry locally over! :)


Thanks,
Sasha

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] kvm tools: remove arbitrary minimum RAM limitation

2013-04-23 Thread Will Deacon
On Tue, Apr 23, 2013 at 03:57:34PM +0100, Sasha Levin wrote:
 We don't really need 64MB of RAM to boot, it's a nice default if we don't
 have anything else - but it's not actually required for anything:
 
 sh-4.2# free -h
  total   used   free sharedbuffers cached
 Mem:   20M15M   4.2M 0B 0B   4.2M
 -/+ buffers/cache:11M   8.3M
 Swap:   0B 0B 0B
 
 Signed-off-by: Sasha Levin sasha.le...@oracle.com

The smaller the better!

  Acked-by: Will Deacon will.dea...@arm.com

Will
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html