BALATON Zoltan writes:
> On Fri, 24 Apr 2020, Markus Armbruster wrote:
>> BALATON Zoltan writes:
>>> On Tue, 21 Apr 2020, Markus Armbruster wrote:
BALATON Zoltan writes:
> On Mon, 20 Apr 2020, Markus Armbruster wrote:
>> The Error ** argument must be NULL, &error_abort, &error_fata
On Fri, 24 Apr 2020, Markus Armbruster wrote:
BALATON Zoltan writes:
On Tue, 21 Apr 2020, Markus Armbruster wrote:
BALATON Zoltan writes:
On Mon, 20 Apr 2020, Markus Armbruster wrote:
The Error ** argument must be NULL, &error_abort, &error_fatal, or a
pointer to a variable containing NULL.
Philippe Mathieu-Daudé writes:
> On 4/24/20 11:45 AM, Markus Armbruster wrote:
>> BALATON Zoltan writes:
>>> On Tue, 21 Apr 2020, Markus Armbruster wrote:
> [...]
Here's what I actually disagree with:
1. QEMU warning the user about its choice of memory type, but only
som
On 4/24/20 11:45 AM, Markus Armbruster wrote:
BALATON Zoltan writes:
On Tue, 21 Apr 2020, Markus Armbruster wrote:
[...]
Here's what I actually disagree with:
1. QEMU warning the user about its choice of memory type, but only
sometimes. Why warn? There is nothing wrong, and there is nothi
BALATON Zoltan writes:
> On Tue, 21 Apr 2020, Markus Armbruster wrote:
>> BALATON Zoltan writes:
>>> On Mon, 20 Apr 2020, Markus Armbruster wrote:
The Error ** argument must be NULL, &error_abort, &error_fatal, or a
pointer to a variable containing NULL. Passing an argument of the
>>>
On Tue, 21 Apr 2020, Markus Armbruster wrote:
BALATON Zoltan writes:
On Mon, 20 Apr 2020, Markus Armbruster wrote:
The Error ** argument must be NULL, &error_abort, &error_fatal, or a
pointer to a variable containing NULL. Passing an argument of the
latter kind twice without clearing it in be
BALATON Zoltan writes:
> On Mon, 20 Apr 2020, Markus Armbruster wrote:
>> The Error ** argument must be NULL, &error_abort, &error_fatal, or a
>> pointer to a variable containing NULL. Passing an argument of the
>> latter kind twice without clearing it in between is wrong: if the
>> first call s
On Mon, 20 Apr 2020, Markus Armbruster wrote:
The Error ** argument must be NULL, &error_abort, &error_fatal, or a
pointer to a variable containing NULL. Passing an argument of the
latter kind twice without clearing it in between is wrong: if the
first call sets an error, it no longer points to
The Error ** argument must be NULL, &error_abort, &error_fatal, or a
pointer to a variable containing NULL. Passing an argument of the
latter kind twice without clearing it in between is wrong: if the
first call sets an error, it no longer points to NULL for the second
call.
spd_data_generate() c