Re: [Qemu-devel] [PATCH v5 0/2] Introduce default ram size in MachineClass

2015-03-17 Thread Nikunj A Dadhania
Nikunj A Dadhania writes: > Current DEFAULT_RAM_SIZE(128MB) enforced by QEMU would not work for > all machines. Introduce a default_ram_size as part of MachineClass. > > The below patches has following behaviour: > > 1) If the user does not provide "-m" option, machine's default ram >size wil

[Qemu-devel] [PATCH v5 0/2] Introduce default ram size in MachineClass

2015-03-05 Thread Nikunj A Dadhania
Current DEFAULT_RAM_SIZE(128MB) enforced by QEMU would not work for all machines. Introduce a default_ram_size as part of MachineClass. The below patches has following behaviour: 1) If the user does not provide "-m" option, machine's default ram size will be picked. 2) The default behaviour o