WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 1613] New: xen 4.0.0 and linux 2.6.31.12 dom0 running wi

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1613] New: xen 4.0.0 and linux 2.6.31.12 dom0 running win7 domu gets very slow when using vga passthru with intel gma 3100 onboard graphics
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Tue, 18 May 2010 17:23:37 -0700
Delivery-date: Tue, 18 May 2010 17:23:46 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1613

           Summary: xen 4.0.0 and linux 2.6.31.12 dom0 running win7 domu
                    gets very slow when using vga passthru with intel gma
                    3100 onboard graphics
           Product: Xen
           Version: unspecified
          Platform: x86-64
        OS/Version: Windows
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Unspecified
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: email@xxxxxxxxxxxxxxxx


xen 4.0.0 and linux 2.6.31.12 dom0 running win7 domu gets very slow when using
vga passthru with intel gma 3100 onboard graphics. Only when windows native
driver is disabled and vgafailsave drivers are used system is bekoming stable.

Problem only occurs when whatching HD movies or when 3d operations like windows
aero look or cad programs are run.

similar error is reported:
http://lists.xensource.com/archives/html/xen-users/2010-05/msg00274.html

used script to disable hardware:
echo "8086 29b2" > /sys/bus/pci/drivers/pci-stub/new_id
echo "0000:00:02.0" > /sys/bus/pci/devices/0000:00:02.0/driver/unbind
echo "0000:00:02.0" > /sys/bus/pci/drivers/pci-stub/bind
echo "8086 29b3" > /sys/bus/pci/drivers/pci-stub/new_id
echo "0000:00:02.1" > /sys/bus/pci/devices/0000:00:02.1/driver/unbind
echo "0000:00:02.1" > /sys/bus/pci/drivers/pci-stub/bind

used cfg:
import os, re
arch = os.uname()[4]
if re.search('64', arch):
    arch_libdir = 'lib64'
else:
    arch_libdir = 'lib'

kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 1024

# Should be at least 2KB per MB of domain memory, plus a few MB per vcpu.
shadow_memory = 8
name = "xenwin7"

#pci=[ '0000:01:00.0' ]
pci=[ '00:02.0','00:02.1' ]
usb=1
usbdevice="host:413c:2100"
gfx_passthru=1
#vif = [ 'type=ioemu, bridge=xenbr0' ]
vif = [ 'type=ioemu' ]
acpi = 1
apic = 1
disk = [ 'file:/home/q/xen/xenwin7.img,hda,w',
'file:/home/q/xen/windows7.iso,hdc:cdrom,r' ]

device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'

#-----------------------------------------------------------------------------
# boot on floppy (a), hard disk (c) or CD-ROM (d) 
# default: hard disk, cd-rom, floppy
boot="dc"
sdl=0
vnc=1
vncconsole=1
vncpasswd=''

serial='pty'
usbdevice='tablet'


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 1613] New: xen 4.0.0 and linux 2.6.31.12 dom0 running win7 domu gets very slow when using vga passthru with intel gma 3100 onboard graphics, bugzilla-daemon <=