Revision 5430a28f hw/virtio.h

b/hw/virtio.h
93 93
    int (*load_config)(void * opaque, QEMUFile *f);
94 94
    int (*load_queue)(void * opaque, int n, QEMUFile *f);
95 95
    unsigned (*get_features)(void * opaque);
96
    bool (*query_guest_notifiers)(void * opaque);
96 97
    int (*set_guest_notifiers)(void * opaque, bool assigned);
97 98
    int (*set_host_notifier)(void * opaque, int n, bool assigned);
98 99
    void (*vmstate_change)(void * opaque, bool running);

Also available in: Unified diff