: 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",
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),