summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaolo Bonzini2020-10-21 11:39:33 +0200
committerPaolo Bonzini2020-10-26 12:08:39 +0100
commit9f2931bc65ea7a453b8778e00c3c825923d97b75 (patch)
treed91c83f89930753a6d92371fab7a4db351d636c7 /include
parentwin32: boot broken when bind & data dir are the same (diff)
downloadqemu-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')
-rw-r--r--include/hw/boards.h1
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;