Re: [Qemu-devel] mem_pci devices

2014-06-22 Thread Gonglei (Arei)
: qemu-devel@nongnu.org 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",

Re: [Qemu-devel] mem_pci devices

2014-06-22 Thread lc
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),