+#include <stdbool.h>
+
#include "hw.h"
+#include "console.h"
#include <stdarg.h>
#include <stdlib.h>
#include <xs.h>
#include "xenfb.h"
+#include "qemu-common.h"
+#include "config.h"
#ifdef CONFIG_STUBDOM
#include <semaphore.h>
break;
case XenbusStateClosed:
xenfb_switch_state(dev, state);
+ default:; /* hope this isn't important */
}
return 0;
}
xenfb_update,
xenfb_invalidate,
xenfb_screen_dump,
+ NULL,
xenfb);
if (xenfb->ds->dpy_resize_shared)
dpy_resize_shared(xenfb->ds, xenfb->width, xenfb->height, xenfb->depth, xenfb->row_stride, xenfb->pixels + xenfb->offset);