From: Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]> The following patch re applies the declarations added to qemu/vl.h in 2ea040d9b4a2f0642cb595898801d1abe6e47dc4 and which were missed in merge f4b21ce8084fc3ffcfc1a2b92bd26466700d3d40, resulting in the following compilation warning :
qemu/hw/pc.c:1028: warning: implicit declaration of function `pci_hypercall_init' Signed-off-by: Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]> Signed-off-by: Avi Kivity <[EMAIL PROTECTED]> diff --git a/qemu/sysemu.h b/qemu/sysemu.h index fe71e9c..f1994ba 100644 --- a/qemu/sysemu.h +++ b/qemu/sysemu.h @@ -140,6 +140,7 @@ extern int drive_get_max_bus(BlockInterfaceType interface); /* vmchannel devices */ #define MAX_VMCHANNEL_DEVICES 4 +void pci_hypercall_init(PCIBus *bus); void vmchannel_init(CharDriverState *hd, uint32_t deviceid, uint32_t index); /* serial ports */ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ kvm-commits mailing list kvm-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-commits