]> Git Repo - qemu.git/commit
vl: export machine_init_done
authorPeter Xu <[email protected]>
Tue, 6 Mar 2018 05:33:12 +0000 (13:33 +0800)
committerPaolo Bonzini <[email protected]>
Mon, 12 Mar 2018 15:12:46 +0000 (16:12 +0100)
commitc8ca2a23a953bcda04b5e10380f462526ed1ed89
treebe9fc5a995c5cdb9526c7bb882ad4630d39df7a1
parent205f31a81adbd06830f2048ec00d729ebd67efa6
vl: export machine_init_done

We have that variable but not exported.  Export that so modules can have
a way to poke on whether machine init has finished.

Meanwhile, set that up even before calling the notifiers, so that
notifiers who may depend on this field will get a correct answer.

Suggested-by: Paolo Bonzini <[email protected]>
Reviewed-by: Marc-AndrĂ© Lureau <[email protected]>
Signed-off-by: Peter Xu <[email protected]>
Message-Id: <20180306053320[email protected]>
Reviewed-by: Daniel P. BerrangĂ© <[email protected]>
Acked-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
include/sysemu/sysemu.h
stubs/machine-init-done.c
vl.c
This page took 0.026128 seconds and 4 git commands to generate.