qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* -nic model=rocker causes qemu to abort
@ 2020-04-29 16:43 Michael Tokarev
  2020-05-25 18:45 ` Thomas Huth
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Tokarev @ 2020-04-29 16:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Thomas Huth

Hi!

Just a fun case of (invalid) usage of qemu-system command line.
Someone tried -nic model=rocker, and qemu does this:

 Unexpected error in object_property_find() at /build/qemu/git/qom/object.c:1029:
 qemu-system-x86_64: Property '.mac' not found
 Aborted

This happens after this commit:

commit 52310c3fa7dc854dd2376ae8a518141abcdb78f3
Author: Paolo Bonzini <pbonzini@redhat.com>
Date:   Fri Mar 2 10:30:50 2018 +0100

    net: allow using any PCI NICs in -net or -nic


Previously rocker rightly wasn't usable as a nic model,
and after this commit it is now possible.

While I agree this is invalid usage, perhaps qemu should not
abort like this?  Maybe it should check the required property
too, before allowing this device to be a nic model?

Thanks,

/mjt


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-26  5:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29 16:43 -nic model=rocker causes qemu to abort Michael Tokarev
2020-05-25 18:45 ` Thomas Huth
2020-05-25 19:46   ` Michael Tokarev
2020-05-26  5:17     ` Thomas Huth

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).