Page MenuHomeFreeBSD

riscv: Remove old qemu compatibility code
ClosedPublic

Authored by bdragon on Apr 27 2021, 4:22 PM.
Tags
Referenced Files
F132381330: D30011.id88277.diff
Thu, Oct 16, 10:07 AM
Unknown Object (File)
Wed, Oct 15, 10:38 AM
Unknown Object (File)
Wed, Oct 15, 5:02 AM
Unknown Object (File)
Sat, Oct 11, 6:15 PM
Unknown Object (File)
Thu, Oct 9, 6:42 PM
Unknown Object (File)
Thu, Oct 9, 9:22 AM
Unknown Object (File)
Wed, Oct 8, 7:49 AM
Unknown Object (File)
Fri, Oct 3, 1:58 AM
Subscribers

Details

Summary

During early qemu development, the /soc node was marked as compatible
with "riscv-virtio-soc" instead of "simple-bus".

This was changed in qemu 53f54508dae6 in Sep 2018, and predates the
baseline required qemu version (5.0) for riscv by a wide margin.

The generic simplebus code handles attachment in all cases nowadays.

Sponsored by: Tag1 Consulting, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bdragon created this revision.
bdragon edited the summary of this revision. (Show Details)
jrtc27 added a subscriber: jrtc27.

Seems fine to me

This revision is now accepted and ready to land.Apr 27 2021, 4:49 PM
This revision was automatically updated to reflect the committed changes.