qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] target-xtensa: make 'sim' to be the default mac


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH] target-xtensa: make 'sim' to be the default machine
Date: Thu, 09 Aug 2012 10:01:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

Dunrong Huang <address@hidden> writes:

> 2012/8/9 Markus Armbruster <address@hidden>:
>> Max Filippov <address@hidden> writes:
>>
>>> This fixes the following error:
>>>
>>>     $ qemu-system-xtensa -cpu help
>>>     Segmentation fault
>>
>> main() attempts to cope with "no machine found", it just screws it up:
>>
>>     if (machine->hw_version) {
>>         qemu_set_version(machine->hw_version);
>>     }
>> [...]
>>     if (machine == NULL) {
>>         fprintf(stderr, "No machine found.\n");
>>         exit(1);
>>     }
>>
> I have sent
>  a trivial patch to fix this bug, but no one replied it.
>
> I resend it just now.
> http://lists.nongnu.org/archive/html/qemu-devel/2012-08/msg01437.html

Thanks!



reply via email to

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