qemu-devel
[Top][All Lists]
Advanced

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

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


From: Chen, Tiejun
Subject: Re: [Qemu-devel] [v9][PATCH 08/10] xen, gfx passthrough: register a isa bridge
Date: Tue, 14 Jul 2015 16:42:44 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

diff --git a/include/hw/xen/xen.h b/include/hw/xen/xen.h
index 4356af4..703148e 100644
--- a/include/hw/xen/xen.h
+++ b/include/hw/xen/xen.h
@@ -51,4 +51,5 @@ void xen_register_framebuffer(struct MemoryRegion *mr);
  #  define HVM_MAX_VCPUS 32
  #endif

+extern void igd_passthrough_isa_bridge_create(PCIBus *bus, uint16_t 
gpu_dev_id);
  #endif /* QEMU_HW_XEN_H */

You are right that I was confused on my previous comment, but it is true
that it shouldn't be part of this patch: it should be part of patch

Right.

7/10. Also the declaration should probably not be in the xen.h header.

Michael, where do you think should go?

Donnu - add a header?


What about the include/hw/i386/pc.h file?

Thanks
Tiejun



reply via email to

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