On Tue, Sep 02, 2025 at 11:32:31AM +0200, Jan Beulich wrote: > On 02.09.2025 01:11, dmuk...@xen.org wrote: > > On Fri, Aug 29, 2025 at 12:57:43PM -0700, Stefano Stabellini wrote: > >> On Thu, 28 Aug 2025, dmuk...@xen.org wrote: > >>> --- a/xen/common/emul/vuart/Kconfig > >>> +++ b/xen/common/emul/vuart/Kconfig > >>> @@ -3,4 +3,22 @@ config VUART_FRAMEWORK > >>> > >>> menu "UART Emulation" > >>> > >>> +config VUART_NS16X50 > >>> + bool "NS16550-compatible UART Emulator" if EXPERT > >>> + depends on X86 && HVM > >>> + select VUART_FRAMEWORK > >> > >> default n > > > > Ack > > No "default n" should ever be put anywhere; it's simply redundant.
Kept code as is in v6.