Displaying 20 results from an estimated 500 matches similar to: "ioemu/xenfb"
2008 Feb 29
1
[PATCH] ioemu: fix xenfb slow case update
ioemu: fix xenfb slow case update
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 067d8f19e78a tools/ioemu/hw/xenfb.c
--- a/tools/ioemu/hw/xenfb.c Thu Feb 28 13:55:37 2008 +0000
+++ b/tools/ioemu/hw/xenfb.c Fri Feb 29 15:25:17 2008 +0000
@@ -1072,7 +1072,7 @@
/* A convenient function for munging pixels between different depths */
#define
2008 Apr 14
1
no xenfb in Fedora 8 Xen kernel?
Hi,
I''m trying to start Xorg on a PV Fedora8 guest running 2.6.21.7 fedora stock
xen kernel, however, it seems that there''s no xenfb.ko driver included in
the .rpm package.
The only included drivers I see in /lib/modules are:
emre@xenroot:/lib/modules/2.6.21.7-3.fc8xen/kernel/drivers/xen$ ls
blkback blkfront blktap netback netfront pciback
however, if I look at the
2008 Jan 08
3
[PATCH] Dynamic modes support for PV xenfb (0 of 2)
Patches 1of2 and 2of2 adds multiple frame buffer resolution
support to the PV xenfb frame buffer driver and the PV xenfb
VNC server.
API Changelog entry is included here as I did not see doc/ChangeLog
when I did a tip clone this morning.
---------------------------------------------------------------
API Changelog entry:
PV framebuffer multiple resolution facility:
Guest may send
2007 Dec 10
0
[PATCH][IOEMU] Include mouse dz in xenfb event packet
Attached patch includes dz in the mouse event packet sent to the
frontend. Needed for mouse wheel support in a PV guest.
Please apply to xen- unstable.
Signed- off- by: Pat Campbell <plc@novell.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Nov 18
0
xenfb issuing notify_remote_via_irq() too early
After some changes resulting in the irq (since used as an array index) to
be converted to unsigned int, we''re observing oopses resulting from xenfb
calling notify_remote_via_irq() with -1 as the irq argument. Clearly, the
two possible simple work-arounds would be to either make the event
channel code always tolerate and ignore invalid irq inputs or to prevent
the call to
2007 Jul 27
4
Prototype to use QEMU for PV guest framebuffer
As many of us are all too painfully aware we have completely different VNC
server implementations for paravirt vs fullyvirt Xen guests. The former
based on libvncserver, the latter integrated into QEMU. There are many new
and interesting ideas being tried out in the VNC server space in particular
wrt to virtualization and having to implement them all twice is not very
desirable. Also
2013 Dec 16
8
XEN/arm XENFB support
Goodmorning,
I''m currently playing with XEN/arm on my Allwinner A20 (cubieboard2)
I would like to get the XENFB driver working on domU.
But currently in xen/arm there''s no support for VFB, atleast qemu is not
supported.
But this video http://www.youtube.com/watch?v=po1IeElg8tg and this one
http://www.youtube.com/watch?v=Km6gBnIqaWo is showing a working framebuffer.
So there are
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled
functionality into the qemu-dm code. The general approach taken is to have
qemu-dm provide two machine types - one for xen paravirt, the other for
fullyvirt. For compatability the later is the default. The goals overall
are to kill LibVNCServer, remove alot of code duplication and/or parallel
impls of the same concepts, and
2009 Jan 27
13
[Patch] fix xenfb_update_screen bogus rect
Hi,
When I tested pvfb, I got the following warnings.
It seems to be caused by checking/setting info->dirty without dirty_lock.
We need to check/set info->dirty safely.
xenfb_update_screen bogus rect 2147483647 0 2147483647 0
BUG: warning at /root/linux-2.6.18-xen.hg/drivers/xen/fbfront/xenfb.c:240/xenfb_update_screen()
Call Trace:
[<ffffffff8036920e>] xenfb_thread+0x19b/0x2be
2011 Feb 27
8
graphically accessing pv guest
Hi all,
I''m trying to expand the screen resolution of my guest when using vnc. It
appears I need to use the extra variable in my guest config file and xenfb.
I pass it in like this:
extra = ''xenfb.video=8,1024,768''
I can see this being passed to the kernel when it boots but it doesn''t
change the vnc screen resolution. I also see this when I type ps -ef |
2011 Feb 28
3
possible Xen bugs
Hi all,
I recently installed Squeeze, followed but Xen 4.0. A few notes of things
I've run into while installing.
The network script part of the xend-config.sxp does not appear to work.
Everything would boot find until I uncommented that line and tried to set it
up per the Debian Xen wiki. I managed to get bridging to work using the
debian network bridge tools, brctl.
Xen does not
2008 Feb 29
35
[RFC] PVFB: Add refresh period to XenStore parameters?
Hello,
Sometimes the backend of PVFB knows that it doesn''t need permanent
refresh, when the window is minimized for instance (no refresh at all),
or the administration tools know that the window is thumnailed, and so a
slow refresh rate is fine. Also, some users may want to tune the
refresh rate according to the smoothness they would like, balanced with
the CPU time that requires.
2008 Mar 26
11
[PATCH 0/2] fbif: Add offset in resize event
Hello,
The following two patches add an additional offset part in the FB resize
event.
Samuel
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2007 Apr 11
2
Error: Device 0 (vkbd) is already connected.
Hi,
Is vfb working well lately? I thought I''d test it out on ia64 and it
works great, but only once per boot. If I stop the domain and restart
it, I get the following:
Error: Device 0 (vkbd) is already connected.
To make sure this isn''t an ia64 anomaly, I tried it on an x86_64 system.
Same thing, works the first time, reboot the domain and it''s broken. I
see
2009 Mar 02
0
[PATCH 4 of 13] DisplayState interface change
Import "DisplayState interface change" from qemu mainstream: the patch
has been adapted to qemu-xen and merged with several following fixes.
The original qemu svn commit is the following:
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6336 c046a42c-6fe2-441c-8c8c-71466251a162
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
diff --git a/console.c
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
2007 Oct 26
6
Dont start windows XP/2k installation
we have a linux box Debian with Xen install on it for vitualizate windows
enviroment.
We follow this instruccion
http://www.xensource.com/files/xen_install_windows.pdf but when we run "xm
create win_2k.hvm" the windows installation pop up never appear.
HVM file config:
kernel = "/usr/lib/xen/boot/hvmloader"
device_model=''/usr/lib/xen/bin/qemu-dm''
2008 Mar 05
0
[PATCH] linux: properly qualify all static ''struct xenbus_device_id'' instances
include/xen/xenbus.h nicely declares struct xenbus_driver''s ''ids''
member as pointer to const...
As usual, written and tested on 2.6.25-rc3 and made apply to the 2.6.18
tree without further testing.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Index: head-2008-02-26/drivers/xen/blkback/xenbus.c
2007 Aug 15
8
vnc servers do not run
Hi all,
I have Xen 3.0.3 installed on Debian Etch 4.0. The problem I have with it is
that vncservers are not run for guest domains (also Etch), nomatter I
specify vfb = [ ''type=vnc'' ], or not. Does Xen 3.0.3 support vnc frame
buffers, or do I have to upgrade Xen? I know that Xen 3.1 creates vncservers
with no problems.
Thanks
_______________________________________________
2010 Oct 01
2
trouble building 4.0.1
I finally decided to build 4.0.1 on my OpenSuSE box. I''ve been plodding along and resolving issues/dependencies as needed but now I''m stumped. While building I get the following message:
cc1: warnings being treated as errors
netfront.c:41:32: error: variably modified ‘tx_freelist’ at file scope
netfront.c:44:34: error: variably modified ‘rx_buffers’ at file scope