aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2017-05-03 17:36:00 -0300
committerEduardo Habkost <ehabkost@redhat.com>2017-05-17 10:37:01 -0300
commitcae9d4cdd49182997392cc6382780480b97cc9f7 (patch)
tree2a65bf11d629f220b6ad3574125cc99cd8044344 /hw
parentbdbae0ef01c433892f72ada7cb5df65884d5c875 (diff)
downloadqemu-cae9d4cdd49182997392cc6382780480b97cc9f7.zip
qemu-cae9d4cdd49182997392cc6382780480b97cc9f7.tar.gz
qemu-cae9d4cdd49182997392cc6382780480b97cc9f7.tar.bz2
hpet: Remove user_creatable flag
hpet needs to be mapped and wired by the board code and won't work with -device. Remove the user_creatable flag from the device class. Cc: Marcel Apfelbaum <marcel@redhat.com> Cc: "Michael S. Tsirkin" <mst@redhat.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Acked-by: Marcel Apfelbaum <marcel@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20170503203604.31462-18-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/timer/hpet.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/timer/hpet.c b/hw/timer/hpet.c
index 4dcbd5b..a2c18b3 100644
--- a/hw/timer/hpet.c
+++ b/hw/timer/hpet.c
@@ -771,11 +771,6 @@ static void hpet_device_class_init(ObjectClass *klass, void *data)
dc->reset = hpet_reset;
dc->vmsd = &vmstate_hpet;
dc->props = hpet_device_properties;
- /*
- * FIXME: Set only because we are not sure yet if this device
- * will be outside the q35 sysbus whitelist.
- */
- dc->user_creatable = true;
}
static const TypeInfo hpet_device_info = {