Xu, Dongxiao
2008-May-13 05:56 UTC
[Xen-devel][PATCH]Fix the issue that guest cannot boot if set empty cdrom in config file
Hi, Keir, This attached patch fixes the issue that guest can not boot if set empty cdrom in configuration file. (For example, disk = [ ''file:/images/a.img'', '',hdc:cdrom,r'' ]) This is because function "uname = config.get(''uname'', '''')" returns '''' but not None if uname is not in config variable. Signed-off-by: Xu Dongxiao <dongxiao.xu@intel.com> Best Regards, --Dongxiao _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Masaki Kanno
2008-May-13 09:15 UTC
Re: [Xen-devel][PATCH]Fix the issue that guest cannot boot if set emptycdrom in config file
Hi Dongxiao, Thanks for your work! Best regards, Kan Tue, 13 May 2008 13:56:20 +0800, "Xu, Dongxiao" wrote:>Hi, Keir, > This attached patch fixes the issue that guest can not boot if set >empty cdrom in configuration file. >(For example, disk = [ ''file:/images/a.img'', '',hdc:cdrom,r'' ]) > >This is because function "uname = config.get(''uname'', '''')" returns '''' >but not None if uname is not in config variable. > >Signed-off-by: Xu Dongxiao <dongxiao.xu@intel.com> > >Best Regards, >--Dongxiao > > >-------------------------------text/plain------------------------------- >_______________________________________________ >Xen-devel mailing list >Xen-devel@lists.xensource.com >http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Possibly Parallel Threads
- [PATCH]Fix the bug of guest os installation failure and win2k boot failure
- [PATCH] Fix xentop on pv-ops domain0
- [PATCH] nvmx: fix resource relinquish for nested VMX
- [PATCH] VNIF: Using smart polling instead of event notification.
- [PATCH] Fix the return value of blkdev_name_to_number