qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/2] fix segfault in (iscsi) option parsing


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 0/2] fix segfault in (iscsi) option parsing
Date: Tue, 19 Mar 2013 18:07:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130219 Thunderbird/17.0.3

Il 19/03/2013 16:54, Peter Lieven ha scritto:
> On 19.03.2013 12:18, Paolo Bonzini wrote:
>> Il 19/03/2013 09:51, Markus Armbruster ha scritto:
>>> Paolo, please have a look.
>> Why isn't it enough to call bdrv_init_with_whitelist earlier?
>>
>> There is no conditional logic in it, the whitelist is checked at open
>> time.
> 
> Has anyone tested if -spice is working?

It is.

machine_init entries are processed just below the other qemu_add_opts.

Paolo

 In this case
> bdrv_init_with_whitelist() won't help here.
> 
> Anyway, I would like to change the -iscsi code in vl.c to throw an
> error, if iscsi support is not
> compiled in (like it is done with spice).
> 
> Peter
> 
>>
>> Paolo
>>
>>> Peter Lieven <address@hidden> writes:
>>>
>>>> current git master segfaults if an iscsi option is specified
>>>> in command line.
>>>>
>>>> Peter Lieven (2):
>>>>    qemu-option: avoid segfault if QemuOptsList == NULL
>>>>    vl.c: fix segfault in iscsi options parsing
>>>>
>>>>   block/iscsi.c      |   27 ---------------------------
>>>>   util/qemu-option.c |    1 +
>>>>   vl.c               |   40 +++++++++++++++++++++++++++++++++++++---
>>>>   3 files changed, 38 insertions(+), 30 deletions(-)
>>>
> 
> 




reply via email to

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