On 10/21/20 10:56 PM, Paolo Bonzini wrote:
Initialize the object's values from the class when the object is created, no need to have vl.c do it for us.Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- hw/core/machine.c | 7 +++++++ softmmu/vl.c | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>