qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] 9p crash bugs


From: Venkateswararao Jujjuri (JV)
Subject: Re: [Qemu-devel] 9p crash bugs
Date: Fri, 08 Oct 2010 12:26:08 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4

Markus, thanks for looking into it.

Will look into the errors and fix them asap..at least it should fail gracefully
if the arguments
are not correct/insufficient.

BTW, we added a setup help page under QEMU documentation..and it can get you
started..

http://wiki.qemu.org/Documentation/9psetup

Thanks,
JV

On 10/8/2010 7:13 AM, Markus Armbruster wrote:
> No idea how this stuff works, just playing with the options.  Crashes
> left & right:
> 
> * -device virtio-9p-pci
>   Virtio-9p device couldn't find fsdev with the id (null)
> 
>   Passes null pointer for %s, crash on some systems.
> 
>   By the way, shouldn't fsdev work more like netdev, drive, chr?
>   I.e. make the property a pointer to fsdev, not its name.
> 
> * -fsdev id=fsd0
> 
>   qemu_fsdev_add() passes null pointer to strcmp().
> 
> * -fsdev local,id=fsd0,security_model=
> 
>   qemu_fsdev_add() passes null pointer to qemu_strdup().
> 
> Brown paper bags anyone?
> 





reply via email to

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