xen-hvm: Remove redundant variable 'xstate'
commitd208a85f1568ab8aec238cb91367581c61350008
authorChen Gang <gang.chen.5i5j@gmail.com>
Tue, 11 Nov 2014 09:23:40 +0000 (11 17:23 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 11 Nov 2014 14:34:53 +0000 (11 17:34 +0300)
tree7f0b9048148cc16219aa04c75ba6fd7b1c0b2dbc
parent7f151e6f718f2edaf8661c4dedf6fcdb30b10e1b
xen-hvm: Remove redundant variable 'xstate'

In xen_hvm_change_state_handler(), we can pass 'opaque' with type cast
to xen_main_loop_prepare() directly, there's no need to use additional
variable for it.

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
xen-hvm.c