diff options
Diffstat (limited to 'accel/xen/xen-all.c')
| -rw-r--r-- | accel/xen/xen-all.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/xen/xen-all.c b/accel/xen/xen-all.c index 8279746f11..bd0ff64bef 100644 --- a/accel/xen/xen-all.c +++ b/accel/xen/xen-all.c @@ -64,7 +64,7 @@ static void xen_set_igd_gfx_passthru(Object *obj, bool value, Error **errp) xen_igd_gfx_pt_set(value, errp); } -static void xen_setup_post(MachineState *ms, AccelState *accel) +static void xen_setup_post(AccelState *as) { int rc; |