qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [v6][PATCH 07/10] xen, gfx passthrough: register a isa


From: Chen, Tiejun
Subject: Re: [Qemu-devel] [v6][PATCH 07/10] xen, gfx passthrough: register a isa bridge
Date: Wed, 21 Jan 2015 08:46:39 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

+static void
+xen_igd_passthrough_isa_bridge_create(XenPCIPassthroughState *s,
+                                      XenHostPCIDevice *dev)
+{

I suggest this implementation, and the table, are moved
to the same file where igd-passthrough-isa-bridge
is implemented. The function can get PCIDevice *d, this way
it's not xen specific.

Absolutely, you're right.

Actually I already start to work this way since Gerd said this should have a common between Xen and Kvm(KvmGT).




+    struct PCIDevice *pci_dev;

pls rename bridge_dev;

Okay.

Thanks
Tiejun



reply via email to

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