Re: [edk2-devel] [Patch 1/1] Maintainers.txt: Update based on active community members

2023-10-29 Thread Peter Grehan
: Julien Grall Cc: Peter Grehan Cc: Qi Zhang Cc: Ray Han Lim Ng Cc: Stefan Berger Cc: Wenxing Hou Cc: Xiaoyu Lu Signed-off-by: Michael D Kinney ... Reviewed-by: Peter Grehan -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110287

Re: [edk2-devel] [PATCH v1 3/3] OvmfPkg/BhyvePkg: enable bus enumeration

2023-07-06 Thread Peter Grehan
mware. Change that by enabling bus enumeration. Signed-off-by: Corvin Köhne ... any comments on this? Acked-by: Peter Grehan later, Peter. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#106693): https://edk2.groups.io/g/devel/me

Re: [edk2-devel] [PATCH v3 1/6] OvmfPkg/Library: fix definition of GetAcpiRsdpFromMemory

2023-06-20 Thread Peter Grehan
Series: Acked-by: Peter Grehan later, Peter. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#106228): https://edk2.groups.io/g/devel/message/106228 Mute This Topic: https://groups.io/mt/99643180/21656 Group Owner: devel+ow...@edk2

Re: [edk2-devel] [PATCH v4 3/3] OvmfPkg/Bhyve: install ACPI tables from memory

2023-05-10 Thread Peter Grehan
face. They just copy the ACPI into main memory. For that reason, pick up the ACPI tables from main memory. Acked-by: Peter Grehan -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#104527): https://edk2.groups.io/g/devel/message/104527

Re: [edk2-devel] [PATCH] Maintainer.txt: add myself as reviewer for bhyve's OvmfPkg

2022-12-05 Thread Peter Grehan
Reviewed-by: Peter Grehan +Peter, Rebecca On 2022-12-05 08:14, Corvin Köhne wrote: Signed-off-by: Corvin Köhne Cc: Andrew Fish Cc: Leif Lindholm Cc: Michael D Kinney Cc: devel@edk2.groups.io ---   Maintainers.txt | 1 +   1 file changed, 1 insertion(+) diff --git a/Maintainers.txt b

Re: [edk2-devel] [PATCH v2] OvmfPkg/BhyveBhfPkg: add support for QemuFwCfg

2022-04-07 Thread Peter Grehan
message? Acked-by: Peter Grehan -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88561): https://edk2.groups.io/g/devel/message/88561 Mute This Topic: https://groups.io/mt/90105103/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe

Re: [edk2-devel] [PATCH v2] OvmfPkg/BhyveBhfPkg: add support for QemuFwCfg

2022-04-06 Thread Peter Grehan
[re-posting from my personal email account, since my mail to > freebsd-virtualization got rejected]> > I seem to remember seeing previous feedback that Bhyve developers > strongly preferred the BhyveFwCtl mechanism. I've been out of the loop > though (busy with $dayjob) so I don't know if thing

Re: [edk2-devel] [PATCH 1/1] OvmfPkg: Bhyve: Delete unused AcpiTables/Ssdt.asl file

2021-12-22 Thread Peter Grehan
Reviewed-by: Peter Grehan The Ssdt.asl file isn't used, so delete it. Signed-off-by: Rebecca Cran --- OvmfPkg/Bhyve/AcpiTables/Ssdt.asl | 15 --- 1 file changed, 15 deletions(-) diff --git a/OvmfPkg/Bhyve/AcpiTables/Ssdt.asl b/OvmfPkg/Bhyve/AcpiTables/Ssdt.asl deleted

Re: [edk2-devel] [Patch 1/1] OvmfPkg/Bhyve/PlatformPei: Fix VS2019 X64 NOOPT build issue

2021-11-08 Thread Peter Grehan
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3724 > > Add typecast to fix build error with VS2019 X64 NOOPT converting> a UINT64 value to UINT32 value.> > Cc: Rebecca Cran > Cc: Peter Grehan > Signed-off-by: Michael D Kinney Acked-by: Peter Grehan -=-=-=-=-=-=

Re: [edk2-devel] [PATCH] OvmfPkg/BhyveBhfPkg: install bhyve's ACPI tables

2021-10-13 Thread Peter Grehan
I've requested in the past that you do this so I'll request again: please discuss these changes on the freebsd-virtualization list before sending patches outside of the project. I'd suggest to add the list to the bhyve section of Maintainers.txt then. Yep, that's fair enough. later, Peter

Re: [edk2-devel] [PATCH] OvmfPkg/BhyveBhfPkg: install bhyve's ACPI tables

2021-10-13 Thread Peter Grehan
g patches outside of the project. Acked-by: Peter Grehan later, Peter. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#81946): https://edk2.groups.io/g/devel/message/81946 Mute This Topic: https://groups.io/mt/86283809/21656 Group O

Re: [edk2-devel] [PATCH v2 1/2] OvmfPkg/Bhyve: add USB support

2021-07-02 Thread Peter Grehan
Is that a detail of the current implementation, or a fundamental limitation in the bhyve architecture?   Only two choices ? :) Maybe half way between those points. When there is no fundamental limitation, It's not so much a fundamental technical limitation as in a large amount of work in F

Re: [edk2-devel] [PATCH v3 2/2] OvmfPkg/Bhyve: use static PCI32Base address

2021-07-01 Thread Peter Grehan
Reviewed-by: Peter Grehan It's neccessary to allocate a Graphics Stolen Memory area to enable GPU-Passthrough for integrated Intel GPUs. Therefore, use a new memory layout with a static Pci32Baseaddress. Old layout: [..., lowmemlimit] RAM [lowmemlimit, 0xE000

Re: [edk2-devel] [PATCH v3 1/2] OvmfPkg/Bhyve: add USB support

2021-07-01 Thread Peter Grehan
Reviewed-by: Peter Grehan An USB driver is required to use a keyboard or mouse while installing an OS or while in a bootloader menu like grub when using GPU + USB Passthrough. --- OvmfPkg/Bhyve/BhyveX64.dsc | 9 + OvmfPkg/Bhyve/BhyveX64.fdf | 8 2 files changed, 17

Re: [edk2-devel] [PATCH v2 1/2] OvmfPkg/Bhyve: add USB support

2021-07-01 Thread Peter Grehan
Hi Michael,   bhyve doesn't (and will likely never) support Uhci/Ehci controllers so those lines can be removed. Is it possible to pass such a controller by PCI-Passthrough to a VM? If it's possible, I would keep these lines.   Uhci/Ehci only support legacy interrupts and that isn't supporte

Re: [edk2-devel] [PATCH v2 1/2] OvmfPkg/Bhyve: add USB support

2021-07-01 Thread Peter Grehan
Hi Corvin, bhyve doesn't (and will likely never) support Uhci/Ehci controllers so those lines can be removed. Is it possible to pass such a controller by PCI-Passthrough to a VM? If it's possible, I would keep these lines. Uhci/Ehci only support legacy interrupts and that isn't supported

Re: [edk2-devel] [PATCH v2 1/2] OvmfPkg/Bhyve: add USB support

2021-06-28 Thread Peter Grehan
Hi Corvin, + # + # Usb Support + # + MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf + MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf + MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf + MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf + MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf + MdeModulePkg/Bus/Usb/UsbMassS

Re: [edk2-devel] [PATCH 0/4] Prepare bhyve's OVMF for GPU-Passthrough

2021-06-14 Thread Peter Grehan
Hi Corvin, GPU-Passthrough for bhyve requires a few patches to work properly. These patches will allow GPU-Passthrough for bhyve. It will work for dedicated AMD GPUs and integrated Intel GPUs. I have no issue with adding USB support or fixing the PCI32 base: that either codifies existing beh

Re: [edk2-devel] [PATCH] OvmfPkg/Bhyve: clean up TPM_ENABLE remnants

2021-06-12 Thread Peter Grehan
cg2Config/Tcg2ConfigDxe.inf -!endif -!endif - [FV.FVMAIN_COMPACT] Reviewed-by: Peter Grehan -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#76440): https://edk2.groups.io/g/devel/message/76440 Mute This Topic: https://groups.io/mt/83497624/21

Re: [edk2-devel] [PATCH] OvmfPkg/Bhyve: Remove Xen remnants

2021-06-12 Thread Peter Grehan
; Reviewed-by: Peter Grehan -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#76439): https://edk2.groups.io/g/devel/message/76439 Mute This Topic: https://groups.io/mt/83497982/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2

Re: [edk2-devel] [PATCH 1/1] OvmfPkg/Bhyve: rename files to remove 'Pkg' infix

2020-08-18 Thread Peter Grehan
Reviewed-by: Peter Grehan OvmfPkg is the package, so while there are files to build bhyve separately, they shouldn't have 'Pkg' in the name. Signed-off-by: Rebecca Cran Cc: Jordan Justen Cc: Laszlo Ersek Cc: Ard Biesheuvel Cc: Peter Grehan --- OvmfPkg/Bhyve/{BhyvePkgX64.

Re: [edk2-devel] [PATCH 1/1] Maintainers.txt: Add bhyve reviewers

2020-08-06 Thread Peter Grehan
Acked-by: Peter Grehan -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#63777): https://edk2.groups.io/g/devel/message/63777 Mute This Topic: https://groups.io/mt/75940056/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https