]> xenbits.xensource.com Git - pvdrivers/win/xenbus.git/commit
Remove the 'Success' field from SUSPEND_CONTEXT
authorPaul Durrant <pdurrant@amazon.com>
Fri, 6 May 2022 11:03:58 +0000 (12:03 +0100)
committerPaul Durrant <pdurrant@amazon.com>
Fri, 6 May 2022 12:49:13 +0000 (13:49 +0100)
commit8b487fc5826e7d41c702fdc811f31bbadd8a0e64
tree306440eb5df70bcd763472ab5550c363a049221a
parent6d24792f8e25128d860b88752490b78bd0e35701
Remove the 'Success' field from SUSPEND_CONTEXT

Now that there are dedicated SyncRunEarly() and SyncRunLate() functions there
is no need for this value; we can simply make the function invocations
contingent on the success of the hypercall (which tells us whether we are
doing fast-resume or not).

Signed-off-by: Paul Durrant <pdurrant@amazon.com>
src/xenbus/suspend.c