Re: [Xen-devel] [PATCH v2] Kbuild: use -fshort-wchar globally

2017-08-20 Thread Masahiro Yamada
2017-08-21 4:22 GMT+09:00 Arnd Bergmann : > On Sun, Aug 20, 2017 at 2:31 PM, Masahiro Yamada > wrote: >> Hi Arnd, >> >> This patch was picked up for linux-next >> (I assume it was queued up for 4.14-rc1) >> but I see this warning in Linus' tree. >>

Re: [Xen-devel] [PATCH v2] Kbuild: use -fshort-wchar globally

2017-08-20 Thread Masahiro Yamada
+= $(call ld-option, > --no-wchar-size-warning) > - > dom0-$(CONFIG_ARM64) += arm-device.o > dom0-$(CONFIG_PCI) += pci.o > dom0-$(CONFIG_USB_SUPPORT) += dbgp.o > -- > 2.9.0 > -- Best Regards Masahiro Yamada ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

Re: [Xen-devel] [PATCH v6 2/2] kconfig: add xenconfig defconfig helper

2015-05-25 Thread Masahiro Yamada
Hi Luis, 2015-05-22 3:47 GMT+09:00 Luis R. Rodriguez : > On Thu, May 21, 2015 at 11:49:17PM +0900, Masahiro Yamada wrote: >> Hi, >> >> I am not familiar with xen at all, just some comments >> from the build system side. >> >> >> >> 2015-05-21 3:

Re: [Xen-devel] [PATCH v6 2/2] kconfig: add xenconfig defconfig helper

2015-05-21 Thread Masahiro Yamada
g but sets new > symbols to their default value' > @echo ' kvmconfig - Enable additional options for kvm guest > kernel support' > + @echo ' xenconfig - Enable additional options for xen dom0 > and guest kernel support' > @echo ' tinyconfig - Configure the tiniest possible kernel' > > # lxdialog stuff If kvmconfig and xenconfig are only available for x86, is it better to enclose those helps with ifeq ($(ARCH),x86) ... endif ?? -- Best Regards Masahiro Yamada ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel