* [Qemu-devel] 9p crash bugs
@ 2010-10-08 14:13 Markus Armbruster
2010-10-08 19:26 ` Venkateswararao Jujjuri (JV)
0 siblings, 1 reply; 3+ messages in thread
From: Markus Armbruster @ 2010-10-08 14:13 UTC (permalink / raw)
To: qemu-devel
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?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] 9p crash bugs
2010-10-08 14:13 [Qemu-devel] 9p crash bugs Markus Armbruster
@ 2010-10-08 19:26 ` Venkateswararao Jujjuri (JV)
2010-10-11 12:03 ` Markus Armbruster
0 siblings, 1 reply; 3+ messages in thread
From: Venkateswararao Jujjuri (JV) @ 2010-10-08 19:26 UTC (permalink / raw)
To: Markus Armbruster; +Cc: qemu-devel
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?
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] 9p crash bugs
2010-10-08 19:26 ` Venkateswararao Jujjuri (JV)
@ 2010-10-11 12:03 ` Markus Armbruster
0 siblings, 0 replies; 3+ messages in thread
From: Markus Armbruster @ 2010-10-11 12:03 UTC (permalink / raw)
To: Venkateswararao Jujjuri (JV); +Cc: qemu-devel
"Venkateswararao Jujjuri (JV)" <jvrao@linux.vnet.ibm.com> writes:
> 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.
Thanks!
> BTW, we added a setup help page under QEMU documentation..and it can get you
> started..
>
> http://wiki.qemu.org/Documentation/9psetup
Looks useful.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-11 12:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-08 14:13 [Qemu-devel] 9p crash bugs Markus Armbruster
2010-10-08 19:26 ` Venkateswararao Jujjuri (JV)
2010-10-11 12:03 ` Markus Armbruster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).