diff options
author | Paolo Bonzini | 2020-10-21 11:39:33 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-10-26 12:08:39 +0100 |
commit | 9f2931bc65ea7a453b8778e00c3c825923d97b75 (patch) | |
tree | d91c83f89930753a6d92371fab7a4db351d636c7 /include/hw/boards.h | |
parent | win32: boot broken when bind & data dir are the same (diff) | |
download | qemu-9f2931bc65ea7a453b8778e00c3c825923d97b75.tar.gz qemu-9f2931bc65ea7a453b8778e00c3c825923d97b75.tar.xz qemu-9f2931bc65ea7a453b8778e00c3c825923d97b75.zip |
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>
Diffstat (limited to 'include/hw/boards.h')
-rw-r--r-- | include/hw/boards.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/boards.h b/include/hw/boards.h index bf53e8a16e..a49e3a6b44 100644 --- a/include/hw/boards.h +++ b/include/hw/boards.h @@ -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; |