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)" <[email protected]> wrote:
Hi,
Why not configure Nic for VM to transfer those pictures ?
Best regards,
-Gonglei
From: [email protected]
[mailto:[email protected]] On Behalf Of lc
Sent: Monday, June 23, 2014 9:32 AM
To:[email protected]
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.