qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] bind interdomain ioctl error xen-kvm.c
@ 2014-12-30 23:35 Rishi Ranjan
  2015-01-05 12:48 ` Stefano Stabellini
  0 siblings, 1 reply; 7+ messages in thread
From: Rishi Ranjan @ 2014-12-30 23:35 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 670 bytes --]

I am trying to use Xen as accelerator for my Qemu machine. I have created a
guest domain with following xl config:

builder = "hvm"
name = "qemu-hvm"
memory = "512"
vcpus = 1
vif = ['']
vnc = 1
boot="c"


When I try to run with following parameters:

-machine q35,accel=xen -cpu qemu64 -bios ./pc-bios/bios-256k.bin -xen-domid
"Domain id of guest"

I am getting follwing error from xen-hvm.c:

"bind interdomain ioctl error" in xen_hvm_init while calling
state->shared_vmport_page =
            xc_map_foreign_range(xen_xc, xen_domid, XC_PAGE_SIZE,
                                 PROT_READ|PROT_WRITE, ioreq_pfn);

Can someone help me get this working?

Thanks,
Rishi

[-- Attachment #2: Type: text/html, Size: 1144 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-01-06 11:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-30 23:35 [Qemu-devel] bind interdomain ioctl error xen-kvm.c Rishi Ranjan
2015-01-05 12:48 ` Stefano Stabellini
2015-01-05 19:10   ` Rishi Ranjan
2015-01-05 23:58     ` Don Slutz
2015-01-06 10:44     ` [Qemu-devel] [Xen-devel] " Ian Campbell
2015-01-06 11:11     ` [Qemu-devel] " Anthony PERARD
2015-01-06 11:32       ` Anthony PERARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).