Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 May 2018 16:19:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 227880] `kldstat -m` does not work for vmm.ko (while `kldstat -n` does)
Message-ID:  <bug-227880-27103-y75PQ5UL9l@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227880-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227880-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227880

--- Comment #5 from Mateusz Piotrowski <0mp@FreeBSD.org> ---
Machine 1
=3D=3D=3D=3D=3D=3D=3D=3D=3D

 * Laptop (Yoga 3 14)
 * FreeBSD 12.0-CURRENT r332889
 * Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz

Everything works as expected.

----

Machine 2
=3D=3D=3D=3D=3D=3D=3D=3D=3D

 * Virtual machine (libvirt guest)
 * FreeBSD 12.0-CURRENT r333017
 * AMD Opteron 63xx class CPU
 * libvirt host machine:
  * Debain 9.3
  * Linux devmachine 4.9.0-5-amd64 #1 SMP Debian 4.9.65-3+deb9u2 (2018-01-0=
4)
x86_64 GNU/Linux)=20
  * AMD FX(tm)-8350 Eight-Core Processor)=20

kldload vmm results in the following messages in /var/log/messages:

> May  2 18:10:46 freebsd kernel: SVM: not available.
> May  2 18:10:46 freebsd kernel: module_register_init: MOD_LOAD (vmm, 0xff=
ffffff82c30490, 0) error 6
> May  2 18:10:46 freebsd kernel: driver bug: Unable to set devclass (class=
: fdc devname: (unknown))

Subsequent executions of kldstat look like this:

> $ kldstat -n vmm
> Id Refs Address            Size     Name
> 20    1 0xffffffff82c2c000 53c440   vmm.ko
> $ kldstat -m vmm
> kldstat: can't find module vmm: No such file or directory

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227880-27103-y75PQ5UL9l>