machine: add boot compound property
commit8c4da4b52186e9d0c7233b0ffc796e78fdf3e7b3
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 14 Apr 2022 16:52:57 +0000 (14 12:52 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 12 May 2022 10:29:43 +0000 (12 12:29 +0200)
tree377466afffcfdc86773fdc23e93e843566c82070
parent97ec4d21e09b5e4a59f00c471a7f76533b08ce56
machine: add boot compound property

Make -boot syntactic sugar for a compound property "-machine boot.{order,menu,...}".
machine_boot_parse is replaced by the setter for the property.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20220414165300.555321-3-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/core/machine.c
include/hw/boards.h
softmmu/vl.c