[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] 0daba1: machine: Drop use of DEFAULT_RAM_SIZE
From: |
GitHub |
Subject: |
[Qemu-commits] [qemu/qemu] 0daba1: machine: Drop use of DEFAULT_RAM_SIZE in help text |
Date: |
Mon, 08 Jun 2015 06:30:07 -0700 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: 0daba1f037ab85be7a9ff7ee37ba6b644c5e7977
https://github.com/qemu/qemu/commit/0daba1f037ab85be7a9ff7ee37ba6b644c5e7977
Author: Alexander Graf <address@hidden>
Date: 2015-06-08 (Mon, 08 Jun 2015)
Changed paths:
M qemu-options.hx
Log Message:
-----------
machine: Drop use of DEFAULT_RAM_SIZE in help text
As of commit 076b35b5a (machine: add default_ram_size to machine
class) we no longer have a global default ram size, but instead
machine specific defaults. When invoking qemu --help we don't know
which machine you selected, so we can't tell the user the default RAM
size in the help text anymore now.
Thus I don't see an easy way to expose the default ram size to the
user in the help text. The easiest option IMHO is to just drop this
piece of information.
Reported-by: Laurent Desnogues <address@hidden>
Signed-off-by: Alexander Graf <address@hidden>
Acked-by: Laurent Desnogues <address@hidden>
Acked-by: Nikunj A Dadhania <address@hidden>
Message-id: address@hidden
[PMM: rewrapped long commit message lines]
Signed-off-by: Peter Maydell <address@hidden>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-commits] [qemu/qemu] 0daba1: machine: Drop use of DEFAULT_RAM_SIZE in help text,
GitHub <=