diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2018-07-16 09:37:31 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-07-16 16:58:16 +0200 |
commit | 25e8978817a54745c44d956d8303e6be6f2c4047 (patch) | |
tree | 543b47fdca6c37c956a0ebdb022be981929c5f2b /hw/i386/multiboot.c | |
parent | f3575af130c700cea060b51a89008a76dae22259 (diff) |
qdev: add HotplugHandler->post_plug() callback
The ->pre_plug() callback is invoked before the device is realized. The
->plug() callback is invoked when the device is being realized but
before it is reset.
This patch adds a ->post_plug() callback which is invoked after the
device has been reset. This callback is needed by HotplugHandlers that
need to wait until after ->reset().
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20180716083732.3347-2-stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/i386/multiboot.c')
0 files changed, 0 insertions, 0 deletions