IIRC, the default value of the busmasteren, porten and memen bits is 0 according to PCI specification. So, as jhb already mentioned, it should be valid to unset these values when booting with a bootrom.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 13 2024
May 2 2024
Apr 30 2024
First of all, looks good. Splitting the commit is just a suggestion!
Apr 29 2024
Apr 26 2024
Can this patch be split into multiple smaller ones to make it easier for review?
Apr 11 2024
Feb 16 2024
You have to add an entry to the manpage before we can commit it.
Feb 6 2024
Feb 2 2024
Jan 31 2024
Jan 26 2024
Jan 24 2024
Jan 23 2024
Jan 22 2024
Not sure if it's worth parsing the header file and the pci.ids file. If you want to update the header file, you can simply parse the pci.ids file and diff the output or you simply overwrite the header file and use git clean up the diff.
You should add a manpage entry.
Jan 18 2024
Jan 17 2024
Jan 8 2024
Already fixed by 4e288572b8581
Dec 19 2023
Dec 14 2023
Is this still WIP? And could it be related to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270966 and https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266325?
Dec 12 2023
Dec 7 2023
In D42921#978988, @jhb wrote:I just don't understand why it's under kern.random and in the random driver? It would make sense to me for this to just be under kern and probably live in sys/kern/kern_mib.c instead with a SYSINIT to initialize it?
Dec 6 2023
- firstboot handling in linprocfs is not required anymore
I'm not sure who's the right person to review this. I've found you in the git log of dev/random and linprocfs.
Nov 24 2023
Nov 21 2023
Nov 17 2023
FYI: I've send this patch to EDKII https://edk2.groups.io/g/devel/topic/patch_v1_1_1_ovmfpkg_bhyve/102646333
- fix newline style
Nov 16 2023
In D42627#972664, @manu wrote:I'm ok with this as long as this will be upstreamed and that the patch will be dropped in a future update.
In D42627#972662, @manu wrote:In D42627#972655, @corvink wrote:
- set EDKII IO port range to [ 0x2000, 0x10000 ] too
Did you forget a patch ? I don't see any diff between your two diffs
I do agree with jhb. Why do we need to make it optional? If there's no use case, just drop BHYVE_SLIRP. We can add it later if required.
- set EDKII IO port range to [ 0x2000, 0x10000 ] too
Nov 14 2023
Nov 2 2023
Oct 30 2023
Maybe add some more information to the commit message. Something like "This commit adds a new capability to enable software breakpoints. When enabled, vmexits are passed to userspace where they should be handled. ..."
Oct 17 2023
Oct 16 2023
Sep 28 2023
Sep 21 2023
Sep 15 2023
If you don't configure a TPM device for your VM, the TPM driver refuses to start and the boot wents on properly.
- bump portrevision
Sep 12 2023
Sep 11 2023
In D41778#952345, @markj wrote:The bhyve manual page needs to be updated as well.
Would -o acpi_tables=false still work to restore the old behaviour, if one wanted?
- update man page
Sep 8 2023
Sep 7 2023
- bump portrevision