qemu-stable
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-stable] [PATCH] target/s390x: use "qemu" cpu model in user mod


From: Christian Borntraeger
Subject: Re: [Qemu-stable] [PATCH] target/s390x: use "qemu" cpu model in user mode
Date: Wed, 1 Feb 2017 09:04:10 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0

On 01/30/2017 04:23 PM, Stefan Weil wrote:
> Am 30.01.2017 um 16:11 schrieb Peter Maydell:
>> On 30 January 2017 at 15:09, Stefan Weil <address@hidden> wrote:
>>> Am 30.01.2017 um 15:50 schrieb David Hildenbrand:
>>>> "any" does not exist, therefore resulting in a misleading error message.
>>>>
>>>> Reported-by: Stefan Weil <address@hidden>
>>>> Signed-off-by: David Hildenbrand <address@hidden>
>>>> ---
>>>>  linux-user/main.c | 2 ++
>>>>  1 file changed, 2 insertions(+)
>>>>
>>>> diff --git a/linux-user/main.c b/linux-user/main.c
>>>> index 3004958..e588f58 100644
>>>> --- a/linux-user/main.c
>>>> +++ b/linux-user/main.c
>>>> @@ -4322,6 +4322,8 @@ int main(int argc, char **argv, char **envp)
>>>>  # endif
>>>>  #elif defined TARGET_SH4
>>>>          cpu_model = TYPE_SH7785_CPU;
>>>> +#elif defined TARGET_S390X
>>>> +        cpu_model = "qemu";
>>>>  #else
>>>>          cpu_model = "any";
>>>>  #endif
>>>
>>> Thanks.
>>>
>>> Reviewed-by: Stefan Weil <address@hidden>
>>>
>>> This fix is also needed for Debian's QEMU user emulation.
>> Does it merit a cc: qemu-stable ?
>>
>> thanks
>> -- PMM
> 
> Yes, of course. Thanks for the reminder - I added that list now as cc.

Added to the kvm/s390 tree (since this tree introduced the regression)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]