[Qemu-devel] [PATCH for-4.1 0/2] hw/alpha: Add the CY82C693UB southbridge in Kconfig

Philippe Mathieu-Daudé posted 2 patches 5 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190316234456.18140-1-philmd@redhat.com
Maintainers: Richard Henderson <rth@twiddle.net>
hw/alpha/Kconfig |  5 +----
hw/isa/Kconfig   | 13 +++++++++++++
2 files changed, 14 insertions(+), 4 deletions(-)
[Qemu-devel] [PATCH for-4.1 0/2] hw/alpha: Add the CY82C693UB southbridge in Kconfig
Posted by Philippe Mathieu-Daudé 5 years, 1 month ago
Explicit the CY82C693UB southbridge used by the 264DP.

Philippe Mathieu-Daudé (2):
  hw/isa/southbridge: Add the Cypress 82C693UB chipset
  hw/alpha/Kconfig: The 264DP machine use a CY82C693UB southbridge

 hw/alpha/Kconfig |  5 +----
 hw/isa/Kconfig   | 13 +++++++++++++
 2 files changed, 14 insertions(+), 4 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PATCH for-4.1 0/2] hw/alpha: Add the CY82C693UB southbridge in Kconfig
Posted by Philippe Mathieu-Daudé 4 years, 12 months ago
CC'ing Thomas who is a Kconfig expert.

On 3/17/19 12:44 AM, Philippe Mathieu-Daudé wrote:
> Explicit the CY82C693UB southbridge used by the 264DP.
> 
> Philippe Mathieu-Daudé (2):
>   hw/isa/southbridge: Add the Cypress 82C693UB chipset
>   hw/alpha/Kconfig: The 264DP machine use a CY82C693UB southbridge
> 
>  hw/alpha/Kconfig |  5 +----
>  hw/isa/Kconfig   | 13 +++++++++++++
>  2 files changed, 14 insertions(+), 4 deletions(-)
> 

Re: [Qemu-devel] [PATCH for-4.1 0/2] hw/alpha: Add the CY82C693UB southbridge in Kconfig
Posted by Philippe Mathieu-Daudé 4 years, 11 months ago
Paolo, Thomas,

On 4/29/19 1:29 PM, Philippe Mathieu-Daudé wrote:
> CC'ing Thomas who is a Kconfig expert.
> 
> On 3/17/19 12:44 AM, Philippe Mathieu-Daudé wrote:
>> Explicit the CY82C693UB southbridge used by the 264DP.
>>
>> Philippe Mathieu-Daudé (2):
>>   hw/isa/southbridge: Add the Cypress 82C693UB chipset
>>   hw/alpha/Kconfig: The 264DP machine use a CY82C693UB southbridge

This series does not fix anything, but makes the kconfig graph cleaner.

Regards,

Phil.

Re: [Qemu-devel] [PATCH for-4.1 0/2] hw/alpha: Add the CY82C693UB southbridge in Kconfig
Posted by Philippe Mathieu-Daudé 4 years, 11 months ago
On 5/8/19 10:16 PM, Philippe Mathieu-Daudé wrote:
> Paolo, Thomas,
> 
> On 4/29/19 1:29 PM, Philippe Mathieu-Daudé wrote:
>> CC'ing Thomas who is a Kconfig expert.
>>
>> On 3/17/19 12:44 AM, Philippe Mathieu-Daudé wrote:
>>> Explicit the CY82C693UB southbridge used by the 264DP.
>>>
>>> Philippe Mathieu-Daudé (2):
>>>   hw/isa/southbridge: Add the Cypress 82C693UB chipset
>>>   hw/alpha/Kconfig: The 264DP machine use a CY82C693UB southbridge
> 
> This series does not fix anything, but makes the kconfig graph cleaner.

Ping?

Re: [Qemu-devel] [PATCH for-4.1 0/2] hw/alpha: Add the CY82C693UB southbridge in Kconfig
Posted by Laurent Vivier 4 years, 10 months ago
On 27/05/2019 18:05, Philippe Mathieu-Daudé wrote:
> On 5/8/19 10:16 PM, Philippe Mathieu-Daudé wrote:
>> Paolo, Thomas,
>>
>> On 4/29/19 1:29 PM, Philippe Mathieu-Daudé wrote:
>>> CC'ing Thomas who is a Kconfig expert.
>>>
>>> On 3/17/19 12:44 AM, Philippe Mathieu-Daudé wrote:
>>>> Explicit the CY82C693UB southbridge used by the 264DP.
>>>>
>>>> Philippe Mathieu-Daudé (2):
>>>>   hw/isa/southbridge: Add the Cypress 82C693UB chipset
>>>>   hw/alpha/Kconfig: The 264DP machine use a CY82C693UB southbridge
>>
>> This series does not fix anything, but makes the kconfig graph cleaner.
> 
> Ping?
> 

You should merge the two patches: it will make clearer why you can
remove the flags from DP264 as we can see they are added in CY82C693UB.

I think it can also go through trivial.

Thanks,
Laurent