summaryrefslogtreecommitdiffstats
path: root/include/hw
diff options
context:
space:
mode:
authorEduardo Habkost2016-01-23 17:02:10 +0100
committerMichael S. Tsirkin2016-02-25 12:14:19 +0100
commitd6b304ba924b95d12edfddaac99777b577301309 (patch)
tree89c1dac30a74a469e12422d6640d374b96e7f948 /include/hw
parentq35: Remove old machine versions (diff)
downloadqemu-d6b304ba924b95d12edfddaac99777b577301309.tar.gz
qemu-d6b304ba924b95d12edfddaac99777b577301309.tar.xz
qemu-d6b304ba924b95d12edfddaac99777b577301309.zip
machine: Remove no_tco field
The field is always set to zero, so it is not necessary anymore. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Diffstat (limited to 'include/hw')
-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 0f30959e2e..de3b3bdafd 100644
--- a/include/hw/boards.h
+++ b/include/hw/boards.h
@@ -84,7 +84,6 @@ struct MachineClass {
no_cdrom:1,
no_sdcard:1,
has_dynamic_sysbus:1,
- no_tco:1,
pci_allow_0_address:1;
int is_default;
const char *default_machine_opts;