On Wed, Jul 6, 2016 at 5:54 PM, Stefan Unterweger <[email protected]> wrote: > Commit f41543e16b49e0294028d1f4bb5a5667694536f1 looks interesting. At > least from a cursory glance it seems as if it might be close to the > parts of the code that are giving me problems. I am compiling right > now, as soon as I manage to push it to the server, I‘ll report back. > > | Author: Sepherosa Ziehau <[email protected]> 2016-07-06 10:17:21 > | Committer: Sepherosa Ziehau <[email protected]> 2016-07-06 10:19:45 > | Parent: 695396069af271146f6e4b3d2a4d3012466e11e1 (libc/confstr: Fix comment > indentation.) > | Child: bc6e3a6df1cd227d9b372bb33d9c17c3c0c23d1a (Merge branch 'master' of > git://git.dragonflybsd.org/dragonfly into Rechner/Nur-Ab-Sal) > | Branch: Rechner/Nur-Ab-Sal > | Follows: Stackframe/344/nachher > | Precedes: > | > | virtio: Fix MSI support; thus unbreak booting on bhyve > | > | I'd like to thank Peter Grehan <grehan freebsd org> very much for > | providing various information on bhyve side and helping testing > | this patch. > | > | ------------------- sys/dev/virtual/virtio/pci/virtio_pci.c > ------------------- > | index f131109..8c67213 100644 > | @@ -851,7 +851,7 @@ vtpci_alloc_msi(struct vtpci_softc *sc) > | &sc->vtpci_irq_rid, &irq_flags); > | > | > | - return (1); > | + return (0); > | } >
I'd say it's not much related to your panic. Only bhyve has MSI support. Thanks, sephe -- Tomorrow Will Never Die
