commit | f7027c6387d0c3acf569845165ec7947e2083c82 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Jun 12 22:27:00 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jun 12 22:27:00 2009 +0930 |
tree | 306f36650d615491d468e040d7055b07053d2fb6 | |
parent | 1028375e93a7aa4dbe466947d1c65f368b1f61c1 [diff] |
lguest: get more serious about wmb() in example Launcher code Since the Launcher process runs the Guest, it doesn't have to be very serious about its barriers: the Guest isn't running while we are (Guest is UP). Before we change to use threads to service devices, we need to fix this. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>