qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] mem_pci devices


From: Gonglei (Arei)
Subject: Re: [Qemu-devel] mem_pci devices
Date: Mon, 23 Jun 2014 04:02:19 +0000

Hi,

 

Ok, your used method  as the same as ivshmem,

so actually your problem is  “how to write driver for ivshmem in windows guests ?”

 

but IMHO no one has realized this.

 

 

 

 

Best regards,

-Gonglei

 

From: lc [mailto:address@hidden
Sent: Monday, June 23, 2014 11:45 AM
To: Gonglei (Arei)
Cc: address@hidden
Subject: Re:RE: [Qemu-devel] mem_pci devices

 

I want to use the memory mapping methods, so I made a memory pci devices, but I know very little about Windows driver programming, someone has done such a thing

 

static TypeInfo mem_pci_info = {

    .name = "mem_pci",

    .parent = TYPE_PCI_DEVICE,

    .instance_size = sizeof(PCIMEMPCIState),

    .class_init = mem_pci_class_init,

};

 

 

 

thinks  Gonglei.


            




At 2014-06-23 11:18:59, "Gonglei (Arei)" <address@hidden> wrote:

Hi,

 

Why not configure Nic  for VM to transfer those pictures ?

 

 

 

 

Best regards,

-Gonglei

 

From: qemu-devel-bounces+arei.gonglei=address@hidden [mailto:qemu-devel-bounces+arei.gonglei=address@hidden] On Behalf Of lc
Sent: Monday, June 23, 2014 9:32 AM
To: address@hidden
Subject: [Qemu-devel] help

 

hi,everyone
I want to copy a 3M picture from the guest to the host,which method i can use,i think channel is too slow,because i want sent 30 pieces per second.

thanks.

 

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]