Re: [Qemu-devel] [PATCH for-2.1] pc: fix qemu exiting with error when -m X 128 with old machines types

2014-07-18 Thread Peter Maydell
On 17 July 2014 16:46, Bruce Rogers brog...@suse.com wrote: On 7/8/2014 at 07:29 AM, imamm...@redhat.com wrote: If machine doesn't support memory hotplug then staring QEMU with initial memory less than default will make QEMU exit with following error message: $QEMU -m 16 -M isapc

Re: [Qemu-devel] [PATCH for-2.1] pc: fix qemu exiting with error when -m X 128 with old machines types

2014-07-17 Thread Bruce Rogers
On 7/11/2014 at 12:06 PM, m...@redhat.com wrote: On Tue, Jul 08, 2014 at 03:29:46PM +0200, Igor Mammedov wrote: If machine doesn't support memory hotplug then staring QEMU with initial memory less than default will make QEMU exit with following error message: $QEMU -m 16 -M isapc

Re: [Qemu-devel] [PATCH for-2.1] pc: fix qemu exiting with error when -m X 128 with old machines types

2014-07-17 Thread Bruce Rogers
On 7/8/2014 at 07:29 AM, imamm...@redhat.com wrote: If machine doesn't support memory hotplug then staring QEMU with initial memory less than default will make QEMU exit with following error message: $QEMU -m 16 -M isapc qemu-system-i386: -memory 'slots|maxmem' is not supported by:

Re: [Qemu-devel] [PATCH for-2.1] pc: fix qemu exiting with error when -m X 128 with old machines types

2014-07-11 Thread Michael S. Tsirkin
On Tue, Jul 08, 2014 at 03:29:46PM +0200, Igor Mammedov wrote: If machine doesn't support memory hotplug then staring QEMU with initial memory less than default will make QEMU exit with following error message: $QEMU -m 16 -M isapc qemu-system-i386: -memory 'slots|maxmem' is not supported

[Qemu-devel] [PATCH for-2.1] pc: fix qemu exiting with error when -m X 128 with old machines types

2014-07-08 Thread Igor Mammedov
If machine doesn't support memory hotplug then staring QEMU with initial memory less than default will make QEMU exit with following error message: $QEMU -m 16 -M isapc qemu-system-i386: -memory 'slots|maxmem' is not supported by: isapc Set maxram_size to initial memory value before parsing