mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
machine: remove deprecated -machine enforce-config-section option
Deprecated since 3.1 and complicates the initialization sequence, remove it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7a3b7f6b94
commit
9f2931bc65
5 changed files with 6 additions and 48 deletions
|
@ -268,7 +268,6 @@ struct MachineState {
|
|||
char *firmware;
|
||||
bool iommu;
|
||||
bool suppress_vmdesc;
|
||||
bool enforce_config_section;
|
||||
bool enable_graphics;
|
||||
char *memory_encryption;
|
||||
char *ram_memdev_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue