Re: [PATCH v1 0/2] Kconfig changes to enable Graphics Support for S390

2018-01-30 Thread Christian Borntraeger
Yes, merging sounds good. Farhan, can you maybe resend t whole series together with your CONFIG_VT rework? On 01/26/2018 05:26 PM, Farhan Ali wrote: > > > On 01/26/2018 10:06 AM, Geert Uytterhoeven wrote: >>> Hi Geert, >>> >>> I wasn't sure what would be the best ordering since we would never

Re: [PATCH v1 0/2] Kconfig changes to enable Graphics Support for S390

2018-01-26 Thread Farhan Ali
On 01/26/2018 10:06 AM, Geert Uytterhoeven wrote: Hi Geert, I wasn't sure what would be the best ordering since we would never hit the issue if patch 1 didn't exist. But if the preference is to invert the ordering of patches, then I will change the ordering. Alternatively, you can combine two

Re: [PATCH v1 0/2] Kconfig changes to enable Graphics Support for S390

2018-01-26 Thread Geert Uytterhoeven
Hi Farhan, On Fri, Jan 26, 2018 at 3:35 PM, Farhan Ali wrote: > On 01/26/2018 08:41 AM, Geert Uytterhoeven wrote: >> On Thu, Jan 25, 2018 at 4:47 PM, Farhan Ali >> wrote: >>> This series of patches are in preparation for enabling an additional >>> tty and console for a S390 KVM guest using a vir

Re: [PATCH v1 0/2] Kconfig changes to enable Graphics Support for S390

2018-01-26 Thread Farhan Ali
On 01/26/2018 08:41 AM, Geert Uytterhoeven wrote: Hi Farhan, On Thu, Jan 25, 2018 at 4:47 PM, Farhan Ali wrote: This series of patches are in preparation for enabling an additional tty and console for a S390 KVM guest using a virtio-gpu device[1]. One of the steps to do this would be to enab

Re: [PATCH v1 0/2] Kconfig changes to enable Graphics Support for S390

2018-01-26 Thread Geert Uytterhoeven
Hi Farhan, On Thu, Jan 25, 2018 at 4:47 PM, Farhan Ali wrote: > This series of patches are in preparation for enabling an additional > tty and console for a S390 KVM guest using a virtio-gpu device[1]. > One of the steps to do this would be to enable CONFIG_VT for S390, > and this would also requ

[PATCH v1 0/2] Kconfig changes to enable Graphics Support for S390

2018-01-25 Thread Farhan Ali
Hi, This series of patches are in preparation for enabling an additional tty and console for a S390 KVM guest using a virtio-gpu device[1]. One of the steps to do this would be to enable CONFIG_VT for S390, and this would also require the dummy console (CONFIG_DUMMY_CONSOLE). Patch 1 enables the