All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oliver Rath <rath68@web.de>
To: kvm@vger.kernel.org
Subject: Single Graphic Card only for KVM-Guest, not Linux?
Date: Mon, 16 Mar 2009 17:34:25 +0100	[thread overview]
Message-ID: <49BE7F91.3020702@web.de> (raw)

Hi,

what must I do assigning a graphic card pci-device to (i.e.
winXP-client) guest? In my case, the vga-adapter uses irq 16, so that I
think, it could be possible to mask out this irq, so that it is free for
using in the guest. Im deactivating _lots_ of linux-options so linux ist
not using the graphics adapter anymore, but no access. Is it usefull to
disable msi-reassigning?

Always i get the failure:

pci 0000:00:02.0: power state changed by ACPI to D0
pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
kvm: failed to enable MSI device!
kvm: failed to enable INTx device!
pci 0000:00:02.0: PCI INT A disabled
kvm: emulating exchange as write

What can i do? If some additional information is needet -> email!

here my actual kernel-line (using actual kvm-git):

vmlinuz-2.6.29-rc6-x64-core2-kvmgit-00637-g9af6015 root=/dev/sda6 
panic=10 pci=nomsi irq_masq=0x0010

My kvm-call:

#!/bin/bash
modprobe pci_stub
modprobe kvm-intel
modprobe tun
kvm \
        -m 1G \
        -hda /home/oliver/KVM/meineXP-Partition.image \
        -hdb /home/oliver/KVM/NETKVM-20081229.iso \
        -net nic,macaddr=00:01:02:03:04:05,model=virtio \
        -net tap,ifname=win0,script=no,downscript=no \
        -boot c \
        -nographic \
        -pcidevice host=00:02.0 \
        -pcidevice host=00:02.1


Any ideas?

TfH,

Oliver


             reply	other threads:[~2009-03-16 16:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-16 16:34 Oliver Rath [this message]
2009-03-16 16:42 ` Single Graphic Card only for KVM-Guest, not Linux? Thomas Mueller
2009-03-16 17:02 ` Charles Duffy
  -- strict thread matches above, loose matches on Subject: below --
2009-03-19 17:55 Christian Mueller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49BE7F91.3020702@web.de \
    --to=rath68@web.de \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.