commit | e1356dd70aef11425883dd4d2885f1d208eb9d57 | [log] [tgz] |
---|---|---|
author | Eduardo Habkost <ehabkost@redhat.com> | Thu Dec 18 23:31:11 2014 -0200 |
committer | Eduardo Habkost <ehabkost@redhat.com> | Wed Feb 25 15:00:07 2015 -0300 |
tree | 8c299f0eb3dd5195ac475abf03ebbf6f39dda374 | |
parent | 9c235e83f1c3437be6ca45755909efb745c10deb [diff] |
target-i386: Require APIC ID to be explicitly set before CPU realize Instead of setting APIC ID automatically when creating a X86CPU, require the property to be set before realizing the object (which all callers of cpu_x86_create() already do). Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>