search for: xenfbfront

Displaying 5 results from an estimated 5 matches for "xenfbfront".

Did you mean: xen_fbfront
2010 Oct 01
2
trouble building 4.0.1
...’ expects type ‘long long unsigned int *’, but argument 3 has type ‘intptr_t *’ CC i386-stubdom/xenfb.o CC i386-stubdom/xen_console.o CC i386-stubdom/exec-dm.o CC i386-stubdom/pci_emulation.o CC i386-stubdom/helper2.o CC i386-stubdom/battery_mgmt.o CC i386-stubdom/xenfbfront.o /usr/src/xen-4.0.1/stubdom/ioemu/xenfbfront.c: In function ‘xenfb_pv_display_vram’: /usr/src/xen-4.0.1/stubdom/ioemu/xenfbfront.c:361:1: warning: control reaches end of non-void function CC i386-stubdom/pass-through.o /usr/src/xen-4.0.1/stubdom/ioemu/hw/pass-through.c: In function ‘pt_bar_re...
2013 Aug 16
0
Build fixes for pkg-xen svn
..."blktaplib.h" + #endif + +Index: xen/qemu/xen-hooks.mak +=================================================================== +--- xen.orig/qemu/xen-hooks.mak 2013-08-15 17:08:41.342047187 +0100 ++++ xen/qemu/xen-hooks.mak 2013-08-15 17:08:41.338047177 +0100 +@@ -47,9 +47,11 @@ + OBJS += xenfbfront.o + else + ifndef CONFIG_NetBSD +-CPPFLAGS+= -I$(XEN_ROOT)/tools/blktap/lib ++ifneq ($(CONFIG_BLKTAP1),n) ++CPPFLAGS+= -DCONFIG_BLKTAP1 -I$(XEN_ROOT)/tools/blktap/lib + LIBS += -L$(XEN_ROOT)/tools/blktap/lib -lblktap + OBJS += xen_blktap.o ++endif + OBJS += tpm_tis.o + endif + endif +Index: xen/con...
2008 Jul 15
5
[PATCH] ioemu-remote: Fix pci pass-through
ioemu-remote: Enable pci pass-through by default. -- Jean Guyader _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Mar 02
0
[PATCH 4 of 13] DisplayState interface change
...t;width, ds->height, 24, ds->linesize, NULL); + dcl->dpy_update = vnc_dpy_update; + dcl->dpy_resize = vnc_dpy_resize; + dcl->dpy_setdata = vnc_dpy_setdata; + dcl->dpy_refresh = NULL; + register_displaychangelistener(ds, dcl); } #ifdef CONFIG_VNC_TLS diff --git a/xenfbfront.c b/xenfbfront.c --- a/xenfbfront.c +++ b/xenfbfront.c @@ -23,6 +23,7 @@ static char *kbd_path, *fb_path; static unsigned char linux2scancode[KEY_MAX + 1]; +static DisplayChangeListener *dcl; extern uint32_t vga_ram_size; @@ -47,50 +48,27 @@ fbfront_update(fb_dev, x, y, w, h); } -s...
2011 Jul 21
51
Linux Stubdom Problem
2011/7/19 Stefano Stabellini <stefano.stabellini@eu.citrix.com>: > CC''ing Tim and xen-devel > > On Mon, 18 Jul 2011, Jiageng Yu wrote: >> 2011/7/16 Stefano Stabellini <stefano.stabellini@eu.citrix.com>: >> > On Fri, 15 Jul 2011, Jiageng Yu wrote: >> >> 2011/7/15 Jiageng Yu <yujiageng734@gmail.com>: >> >> > 2011/7/15