diff options
| author | Eduardo Habkost | 2017-01-19 22:04:44 +0100 |
|---|---|---|
| committer | Eduardo Habkost | 2017-02-27 17:22:58 +0100 |
| commit | 771a13e90d24bc3db5ae102cf0da6f645eecf06c (patch) | |
| tree | a1966d89e7d0feb211d5eb938ec8142ea9991db4 | |
| parent | tests-aio-multithread: use atomic_read properly (diff) | |
| download | qemu-771a13e90d24bc3db5ae102cf0da6f645eecf06c.tar.gz qemu-771a13e90d24bc3db5ae102cf0da6f645eecf06c.tar.xz qemu-771a13e90d24bc3db5ae102cf0da6f645eecf06c.zip | |
i386: Unset cannot_destroy_with_object_finalize_yet on "host" model
The class is now safe because the assert(kvm_enabled()) line was
removed by commit e435601058e656e6d24e3e87b187e5518f7bf16a.
Message-Id: <20170119210449.11991-2-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
| -rw-r--r-- | target/i386/cpu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/i386/cpu.c b/target/i386/cpu.c index b6f157dca3..2adee42035 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -1571,8 +1571,6 @@ static void host_x86_cpu_class_init(ObjectClass *oc, void *data) */ dc->props = host_x86_cpu_properties; - /* Reason: host_x86_cpu_initfn() dies when !kvm_enabled() */ - dc->cannot_destroy_with_object_finalize_yet = true; } static void host_x86_cpu_initfn(Object *obj) |
