search for: virtualis

Displaying 16 results from an estimated 16 matches for "virtualis".

Did you mean: virtuals
2020 Mar 03
1
Re: [PATCH 1/1] windows: delay installation of qemu-ga MSI
On Tue, Mar 03, 2020 at 02:27:46PM +0100, Tomáš Golembiovský wrote: > On Mon, Mar 02, 2020 at 11:35:29AM +0000, Daniel P. Berrangé wrote: > > On Mon, Mar 02, 2020 at 12:26:00PM +0100, Tomáš Golembiovský wrote: > > > Instead of running firstboot script during early boot schedule a task > > > delayed for 1-2 minute. > > > > IIUC, you picked 119 seconds, so
2009 Jan 12
0
[ANNOUNCE] xorg-server 1.5.99.901
Ok, this is the first release candidate for X server version 1.6. At this point, I'm interested in seeing only critical bug fixes submitted on the wiki page. Sorry for the delay since 1.5.99.3, but I wanted to get the Enter Leave/FocusIn Out fixes into this release. -keith Adam Jackson (7): randr: Add [GS]etOutputPrimary randr: Mangle compat Xinerama reply based on primary
2020 Mar 02
2
Re: [PATCH 1/1] windows: delay installation of qemu-ga MSI
On Mon, Mar 02, 2020 at 12:26:00PM +0100, Tomáš Golembiovský wrote: > Instead of running firstboot script during early boot schedule a task > delayed for 1-2 minute. IIUC, you picked 119 seconds, so effectively 2 minutes. IOW, s/1-2/2/ > During the first boot, after virt-v2v conversion, Windows installs the > drivers injected by virit-v2v. When this installation is finished
2013 Jul 22
0
[RFC PATCH] Support running nested in a Mir compositor
From: Christopher James Halse Rogers <raof at ubuntu.com> Barring some (admittedly significant) missing optimisations? this is reasonably complete, but can't be applied until the Xserver patch has landed, and that needs more work. This demonstrates the approach, however. There's probably some code to be shared with XWayland support, around the output handling (or lack thereof) and
2009 Dec 31
0
Is Ubuntu guest optimized or do I need to install para-virtual drivers manually?
Hello: According to this list of supported guest on RHEL 5.4 KVM: <http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.4/html/Virtuali zation_Guide/chap-Virtualization-KVM_Restrictions_and_support.html> http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.4/html/Virtualiz ation_Guide/chap-Virtualization-KVM_Restrictions_and_support.html RHEL and some Windows guests are
2011 May 23
2
[fedora-virt] Fedora virt status
On Mon, May 23, 2011 at 08:21:40AM -0500, Justin M. Forbes wrote: > Fedora 16 > It is time to start planning for the Fedora 16 release. What features are > going to be proposed? What does the community want to see from Fedora 16 > virtualiation? libguestfs and virt-v2v users: Is there anything we should aim for in libguestfs / virt-v2v in the Fedora 16 timeframe? Off the top of
2009 Mar 08
4
[PATCH 1/5] nv50: implement wfb
- Only for sufficiently new xserver's and exa_driver_pixmaps. --- src/nouveau_exa.c | 217 +++++++++++++++++++++++++++++++++++++++++++++++++++-- src/nv_driver.c | 51 +++++++++++-- src/nv_proto.h | 4 + src/nv_type.h | 12 +++- 4 files changed, 267 insertions(+), 17 deletions(-) diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c index 93fc3c5..074a226 100644 ---
2008 Sep 20
2
ssh in small devices
Dear Sirs, This must have been asked before but I don't find and FAQ around dealing with the issue. We are building small devices that connects to Internet (www.ipio.nu). The next generation of this we want to base on AVR32 and run a small slimmed version of Linux. We have som program on this device that we want to connect to servers out on Internet. SSL seems to be "quite heavy"
2006 Jun 03
2
ADIT 600 <=> Asterisk Help
I've been reading the Google searches trying to understand how to tie together Adit 600 to Asterisk to provide 2 way service. I'm about blind from reading. I assume, the answer is using MGCP between the boxes. However, the examples I found don't really explain fully enough to know how to modify examples to work for me. I'll have in the ADIT with T1's. There is a CMG and
2020 Mar 03
0
Re: [PATCH 1/1] windows: delay installation of qemu-ga MSI
On Mon, Mar 02, 2020 at 11:35:29AM +0000, Daniel P. Berrangé wrote: > On Mon, Mar 02, 2020 at 12:26:00PM +0100, Tomáš Golembiovský wrote: > > Instead of running firstboot script during early boot schedule a task > > delayed for 1-2 minute. > > IIUC, you picked 119 seconds, so effectively 2 minutes. IOW, s/1-2/2/ > Well, the time is rounded down to minutes. It cannot be
2010 Feb 04
7
Virtualization software to install Windows as guest on CentOS 5 as host ?
Dear All I need to install Windows as guest on my CentOS 5 as host . Can you please give me the link to download the requierd rpm package for this purpose ? Thank you _________________________________________________________________ Hotmail: Powerful Free email with security by Microsoft. https://signup.live.com/signup.aspx?id=60969 -------------- next part -------------- An HTML
2013 Apr 15
3
Overlay two stat_ecdf() plots
I want to plot two scdf-plots in the same graph. I have two input tables with one column each: > Targets <- read.table("/media/....", sep="", header=T) > NonTargets <- read.table("/media/...", sep="", header=T) > head(Targets) V1 1 3.160514 2 6.701948 3 4.093844 4 1.992014 5 1.604751 6 2.076802 > head(NonTargets) V1 1
2006 Apr 08
6
Deploy with Capistrano Win32 -> Linux
Im trying to deploy with capistrano from win32 to Linux but no success. I''ve been installed: cwRsync to ssh I ran rake remote:exec ACTION=setup --trace and get: Anyone knows how to get capistrano log ssh comunication? Any idea? Thanks rake aborted! End of file reached c:/ruby/lib/ruby/gems/1.8/gems/net-ssh-1.0.8/lib/net/ssh/transport/version-negot iator.rb:51:in `readline''
2012 Feb 15
11
[Patches][nouveau/ddx]: Improvements to bufferswap implementation and timestamping
Hi, here a set of patches against the nouveau-ddx. This is an extended and revised set, based on Francisco Jerez feedback from autumn last year. [1/9] Makes pageflipping work again on X-Server 1.12rc. It apparently stopped working somewhere around Xorg 1.11+. [2/9] Implements handling of pageflip completion events from the kernel. Francisco Jerez argument against including it was that the
2003 Dec 01
0
No subject
I will get a smbd process started. (If this is incorrect please let me know ;) But this morning I did a quick ps -ax on my machine and found *two* smbd -D in the process list. But as far as I know there is no connection to the samba server right now. I did connect to and disconnect from the server yesterday but I would think that that connection would have been released by now. Can anyone
2003 Dec 01
0
No subject
connect to it - wait about 2 minutes and then get 'network is busy' message. I suspect that my problems may lie somewhere in the multiple domains / subnetting areas, but I can't see where. Any comments will be welcome. TIA Harry Burgin Return-Path: <marion.haines@countygovt.brevard.fl.us> Delivered-To: samba@lists.samba.org Received: from gc2a-hplh4.countygovt.brevard.fl.us