Folks, The first release candidate for Xen 3.2.1 is available at http://xenbits.xensource.com/xen-3.2-testing.hg, tagged as ''3.2.1-rc1''. Please test! -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Li, Haicheng
2008-Mar-25 06:31 UTC
PV drvier build failure -- RE: [Xen-devel] First release candidate for Xen 3.2.1
Keir Fraser wrote:> Folks, > > The first release candidate for Xen 3.2.1 is available at > http://xenbits.xensource.com/xen-3.2-testing.hg, tagged as > ''3.2.1-rc1''. > > Please test! >/home/build/xen_3.2_pae-16821-20080325/unmodified_drivers/linux-2.6/plat form-pci/machine_reboot.c:61: error: void value not ignored as it ought to be make[2]: *** [/home/build/xen_3.2_pae-16821-20080325/unmodified_drivers/linux-2.6/pla tform-pci/machine_reboot.o] Error 1 make[1]: *** [/home/build/xen_3.2_pae-16821-20080325/unmodified_drivers/linux-2.6/pla tform-pci] Error 2 make: *** [_module_/home/build/xen_3.2_pae-16821-20080325/unmodified_drivers/linux -2.6] Error 2 in patform-pci/machine_reboot.c:61: static int bp_suspend(void) { int suspend_cancelled; BUG_ON(!irqs_disabled()); suspend_cancelled = HYPERVISOR_shutdown(SHUTDOWN_suspend); while in include/asm/hypervisor.h:259, HYPERVISOR_shutdown is defined as void type: static inline void /*__noreturn*/ HYPERVISOR_shutdown( unsigned int reason) -- haicheng _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2008-Mar-25 10:37 UTC
Re: PV drvier build failure -- RE: [Xen-devel] First release candidate for Xen 3.2.1
> /home/build/xen_3.2_pae-16821-20080325/unmodified_drivers/linux-2.6/plat > form-pci/machine_reboot.c:61: error: void value not ignored as it ought > to be > make[2]: *** > [/home/build/xen_3.2_pae-16821-20080325/unmodified_drivers/linux-2.6/pla > tform-pci/machine_reboot.o] Error 1 > make[1]: *** > [/home/build/xen_3.2_pae-16821-20080325/unmodified_drivers/linux-2.6/pla > tform-pci] Error 2 > make: *** > [_module_/home/build/xen_3.2_pae-16821-20080325/unmodified_drivers/linux > -2.6] Error 2Fixed by 3.2-testing changeset 16822. Thanks, Keir> > in patform-pci/machine_reboot.c:61: > static int bp_suspend(void) > { > int suspend_cancelled; > > BUG_ON(!irqs_disabled()); > > suspend_cancelled = HYPERVISOR_shutdown(SHUTDOWN_suspend); > > > while in include/asm/hypervisor.h:259, HYPERVISOR_shutdown is defined as > void type: > > static inline void /*__noreturn*/ > HYPERVISOR_shutdown( > unsigned int reason) > > > > -- haicheng_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel