Displaying 20 results from an estimated 41 matches for "bobic".
Did you mean:
babic
2013 May 21
12
[PATCH] fix XSA-46 regression with xend/xm
...ffected by the original hypervisor
side changes is - afaict - simply due to qemu getting spawned at a
later point in time compared to the xend event flow).
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Tested-by: Andreas Falck <falck.andreas.lists@gmail.com> (on 4.1)
Tested-by: Gordan Bobic <gordan@bobich.net> (on 4.2)
--- a/tools/libxc/xc_physdev.c
+++ b/tools/libxc/xc_physdev.c
@@ -49,7 +49,7 @@ int xc_physdev_map_pirq(xc_interface *xc
map.domid = domid;
map.type = MAP_PIRQ_TYPE_GSI;
map.index = index;
- map.pirq = *pirq;
+ map.pirq = *pirq < 0 ? index...
2013 Oct 07
16
Primary VGA Passthrough Status
Hi All-
Is it possible yet to pass through a ATI or Nvidia GPU as the primary VGA
card to a Win 7/8 VM, and have it fully functional there (DXVA etc),
without crashing the guest or the host during operation or when resetting
the guest?
For hardware I have an E3 v2 Xeon, Tyan S5512 board, and an ATI 7750.
Thanks!
David
_______________________________________________
Xen-users mailing list
2013 Jul 19
32
Is my Intel HD Graphics 4600 Xen VGA Passthrough to Windows 8 Enterprise HVM domU Considered Successful?
Hi,
My Windows 8 Enterprise HVM domU configuration is as follows. I have to
*disable* gfx_passthru, that is, gfx_passthru=0. Please take note.
# XL domain configuration file for Windows 8 64-bit English HVM domU
# Please refer to "man xl.cfg" for further explanations.
# See also docs/misc/xl-network-configuration.markdown and
# docs/misc/xl-disk-configuration.txt
# Written by Teo En
2013 Jul 19
32
Is my Intel HD Graphics 4600 Xen VGA Passthrough to Windows 8 Enterprise HVM domU Considered Successful?
Hi,
My Windows 8 Enterprise HVM domU configuration is as follows. I have to
*disable* gfx_passthru, that is, gfx_passthru=0. Please take note.
# XL domain configuration file for Windows 8 64-bit English HVM domU
# Please refer to "man xl.cfg" for further explanations.
# See also docs/misc/xl-network-configuration.markdown and
# docs/misc/xl-disk-configuration.txt
# Written by Teo En
2010 Oct 20
3
how to set Ruby path?
How do I set the Ruby path that Puppet uses? I have Ruby Enterprise
Edition installed for my *application*, installed from source and
symlinked (/usr/local/bin/ruby) so it''s in the path, overriding the
default .deb installed standard Ruby (/usr/bin/ruby). For *Puppet* I
want to use the standard Ruby (/usr/bin/ruby).
I''m seeing some hangs during my Puppet runs and I''m
2013 Nov 25
9
GeForce 4xx/Fermi to Quadro Modifying Quide
Due to popular demand, I have finally found time to write this up. I had
to rush it a little, but hopefully you get the gist.
http://www.altechnative.net/2013/11/25/virtualized-gaming-nvidia-cards-part-3-how-to-modify-a-fermi-based-geforce-into-a-quadro-geforce-gts450gtx470gtx480-to-quadro-200050006000/
Any questions, please ask away, and I''ll update the article to expand on
those
2013 May 19
71
xen forum
I believe both mailing lists are great but there are so may postings that
many issues get missed. There are some bugs that hand never been resolved
because developers are unaware of it. I just setup forum for xen users at
sam.hebe.us/forums please be free to join
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2013 May 19
71
xen forum
I believe both mailing lists are great but there are so may postings that
many issues get missed. There are some bugs that hand never been resolved
because developers are unaware of it. I just setup forum for xen users at
sam.hebe.us/forums please be free to join
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2006 Feb 19
3
Do the developers of wine get royalties or developement support from cross over office and transgaming companies
I would like to know if wine developers (well team) receives royalties
or support from transgaming and cross over office creators.
Because I am disgusted that the Wine creators spent so much time and
effort and hard work into their creation with good intension's whilst
transgaming and cross over office developers use there system to profit
on things that are a necessity rather than just being
2013 Jul 23
73
Bug: Limitation of <=2GB RAM in domU persists with 4.3.0
I just built 4.3.0 in order to get > 2GB of RAM in domU with GPU
passthrough without crashes. Unfortunately, the same crashes still
happen. Massive frame buffer corruption on domU before it locks up
solid. It seems the PCI memory stomp is still happening.
I am using qemu-dm, as I did on Xen 4.2.x.
So whatever fix for this went into 4.3.0 didn''t fix it for me.
Passing less than 2GB
2003 Mar 20
9
Routing/forwarding/shaping problems in v2.2.x (Long - sorry)
Greetings from a newbie!
(Well, to this list anyway)
I''m having a problem and I hope someone here might be able to help...
I am strongly expecting an answer along the lines of "upgrade to v2.4.x", but
I would REALLY preffer to avoid that for now...
The setup:
"Home brewed" v2.2.24 (will patch to v2.2.25 later today) with the DS8 patch
applied. Currently
2013 Sep 17
16
Xen VGA Passthrough - GTX 480 successfully quadrified to quadro 6000 (softmod) - more than 4GB of RAM for Win XP 64 Bits
Hi Gordan,
I received my Asus GTX 480 today (bought on ebay).
Finally I succeeded in
- quadrifying my GTX 480 into a Quadro 6000 ( softmod).
- overpassing the 3-4GB of RAM on Windows XP 64 bits (domU) by applying a well known patch for Xen.
- playing Crysis 2 and Darksiders II for a few minutes.
http://img11.hostingpics.net/pics/953254ScreenshotXenSoftModedQuadro6000.png
Using nvlfash I
2010 Mar 10
39
SSD Optimizations
I''m looking to try BTRFS on a SSD, and I would like to know what SSD
optimizations it applies. Is there a comprehensive list of what ssd
mount option does? How are the blocks and metadata arranged? Are there
options available comparable to ext2/ext3 to help reduce wear and
improve performance?
Specifically, on ext2 (journal means more writes, so I don''t use ext3 on
SSDs,
2004 Jan 23
3
Traffic shaping and IP aliases
Hi folks,
I have the traffic shaping (HTB and IMQ) on my eth0 (of course no problems with it).
And now I would like add some extra IPs on it ( ifconfig eth0:0 xxx.xxx.xxx.xxx and ifconfig eth0:1 xxx.xxx.xxx.xxx).
So do I have to set up a new tc rools ( tc qdisc add dev eth0:0 root handle 1: htb default 20 r2q 5 ...) for the eth0:0 and eth0:1
or can still be only tc rules for the eth0?
Thanks
2013 Dec 02
6
GTX 760 passed through
Hello,
I''ve successfully passed a unmodified GTX 760 to Win7 x64. It involved some
driver patching on the client side but I''m close to getting the required
steps on the server side, too. Are there any legal issues that might arise
from releasing a patch?
Bob
[image: Inline image 1]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
2013 Jul 31
11
Is it possible to mod a Geforce GTX 560 graphics card into a Quadro?
Dear Gordan,
I have a Gigabyte Geforce GTX 560. Is it possible to mod it into a Quadro?
If it is possible, please give me the link with the list of steps to mod
it into a Quadro. Is it a simple process?
Thank you very much.
--
Yours sincerely,
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013 Jul 31
11
Is it possible to mod a Geforce GTX 560 graphics card into a Quadro?
Dear Gordan,
I have a Gigabyte Geforce GTX 560. Is it possible to mod it into a Quadro?
If it is possible, please give me the link with the list of steps to mod
it into a Quadro. Is it a simple process?
Thank you very much.
--
Yours sincerely,
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013 Nov 19
7
Quadrified GTX 480 VT-d passthrough. CUDA 5.5 in Linux partial success
Hi everyone,
after following in the footsteps of the following discussion
(http://lists.xenproject.org/archives/html/xen-users/2013-09/msg00106.html)
I had been able to turn my GTX 480 into a Quadro 6000. When I VT-d
passthrough it to a Debian jessie VM it shows up fine and CUDA 5.5
seems to function properly up to a point:
lspci -v:
00:04.0 VGA compatible controller: NVIDIA Corporation GF100GL
2013 Sep 23
31
Xen VGA Passthrough - GTX 680 successfully hard-moded to GRID K2
Hi Gordan,
I wanted to let you know that today I decided to have a try for my GTX 680. Gigabite GTX 680 2048 MB GDDR5.
I know that this particular card could be hard-moded to GRID K2 so VGA passthrough could work.
Following instructions found on http://www.eevblog.com/forum/chat/hacking-nvidia-cards-into-their-professional-counterparts/420/ I just removed two resistors.
Here is a screenshot
2013 Sep 23
31
Xen VGA Passthrough - GTX 680 successfully hard-moded to GRID K2
Hi Gordan,
I wanted to let you know that today I decided to have a try for my GTX 680. Gigabite GTX 680 2048 MB GDDR5.
I know that this particular card could be hard-moded to GRID K2 so VGA passthrough could work.
Following instructions found on http://www.eevblog.com/forum/chat/hacking-nvidia-cards-into-their-professional-counterparts/420/ I just removed two resistors.
Here is a screenshot