Revision ff6986ce include/hw/i386/apic_internal.h

b/include/hw/i386/apic_internal.h
80 80
{
81 81
    ICCDeviceClass parent_class;
82 82

  
83
    void (*init)(APICCommonState *s);
83
    DeviceRealize realize;
84 84
    void (*set_base)(APICCommonState *s, uint64_t val);
85 85
    void (*set_tpr)(APICCommonState *s, uint8_t val);
86 86
    uint8_t (*get_tpr)(APICCommonState *s);

Also available in: Unified diff