Re: [Qemu-devel] [PATCH v2 0/2] Fix two bugs related to ram_size

2012-08-15 Thread Michael Tokarev
On 15.08.2012 15:46, Avi Kivity wrote: > On 08/15/2012 02:44 PM, Michael Tokarev wrote: >> Yes, there are more of the same theme. In particular, >> why transparent huge pages support has never been >> applied? IIRC it went to nowhere after a question >> about memory sizing and alignment popped u

Re: [Qemu-devel] [PATCH v2 0/2] Fix two bugs related to ram_size

2012-08-15 Thread Avi Kivity
On 08/15/2012 02:44 PM, Michael Tokarev wrote: > On 15.08.2012 13:31, Markus Armbruster wrote: >> There are more, but let's start with these two. > > Yes, there are more of the same theme. In particular, > why transparent huge pages support has never been > applied? IIRC it went to nowhere after

Re: [Qemu-devel] [PATCH v2 0/2] Fix two bugs related to ram_size

2012-08-15 Thread Michael Tokarev
On 15.08.2012 13:31, Markus Armbruster wrote: > There are more, but let's start with these two. Yes, there are more of the same theme. In particular, why transparent huge pages support has never been applied? IIRC it went to nowhere after a question about memory sizing and alignment popped up --

Re: [Qemu-devel] [PATCH v2 0/2] Fix two bugs related to ram_size

2012-08-15 Thread Markus Armbruster
Sent the wrong one. v3 coming. Sorry for the inconvenience.

[Qemu-devel] [PATCH v2 0/2] Fix two bugs related to ram_size

2012-08-15 Thread Markus Armbruster
There are more, but let's start with these two. v2: * Use QEMU_ALIGN_UP (Avi) * Cover size overflow * Coding style (Blue) Markus Armbruster (2): vl: Round argument of -m up to multiple of 8KiB pc: Fix RTC CMOS info on RAM for ram_size < 1MiB hw/pc.c | 31 ++- vl.