Re: [PATCH RESEND 0/6] Add support for configuring PCI high memory MMIO size

2025-05-13 Thread Matt Ochs via Devel
> On May 13, 2025, at 3:10 AM, Daniel P. Berrangé wrote: > > On Mon, May 12, 2025 at 07:33:37PM +, Matt Ochs wrote: >>> On May 12, 2025, at 5:19 AM, Daniel P. Berrangé wrote: >>> On Fri, May 09, 2025 at 07:29:04PM +, Matt Ochs wrote: Would it make sense to just use the existin

Re: [PATCH RESEND 0/6] Add support for configuring PCI high memory MMIO size

2025-05-13 Thread Daniel P . Berrangé via Devel
On Mon, May 12, 2025 at 07:33:37PM +, Matt Ochs wrote: > > On May 12, 2025, at 5:19 AM, Daniel P. Berrangé wrote: > > On Fri, May 09, 2025 at 07:29:04PM +, Matt Ochs wrote: > >> > >> Would it make sense to just use the existing pcihole64 since [I think] > >> it more or less represents the

Re: [PATCH RESEND 0/6] Add support for configuring PCI high memory MMIO size

2025-05-12 Thread Matt Ochs via Devel
> On May 12, 2025, at 5:19 AM, Daniel P. Berrangé wrote: > On Fri, May 09, 2025 at 07:29:04PM +, Matt Ochs wrote: >> >> Would it make sense to just use the existing pcihole64 since [I think] >> it more or less represents the same concept (setting 64bit MMIO window)? > > I'm not sure. I've be

Re: [PATCH RESEND 0/6] Add support for configuring PCI high memory MMIO size

2025-05-12 Thread Daniel P . Berrangé via Devel
On Fri, May 09, 2025 at 07:29:04PM +, Matt Ochs wrote: > > On May 9, 2025, at 9:59 AM, Daniel P. Berrangé wrote: > > > > On Fri, Apr 11, 2025 at 08:40:54AM -0700, Matthew R. Ochs via Devel wrote: > >> Resending: Series has been re-based over latest upstream. > >> > >> This patch series adds

Re: [PATCH RESEND 0/6] Add support for configuring PCI high memory MMIO size

2025-05-09 Thread Matt Ochs via Devel
> On May 9, 2025, at 9:59 AM, Daniel P. Berrangé wrote: > > On Fri, Apr 11, 2025 at 08:40:54AM -0700, Matthew R. Ochs via Devel wrote: >> Resending: Series has been re-based over latest upstream. >> >> This patch series adds support for configuring the PCI high memory MMIO >> window size for aar

Re: [PATCH RESEND 0/6] Add support for configuring PCI high memory MMIO size

2025-05-09 Thread Daniel P . Berrangé via Devel
On Fri, Apr 11, 2025 at 08:40:54AM -0700, Matthew R. Ochs via Devel wrote: > Resending: Series has been re-based over latest upstream. > > This patch series adds support for configuring the PCI high memory MMIO > window size for aarch64 virt machine types. This feature has been merged > into the Q

Re: [PATCH RESEND 0/6] Add support for configuring PCI high memory MMIO size

2025-05-08 Thread Daniel P . Berrangé via Devel
On Wed, May 07, 2025 at 08:44:05PM +, Matt Ochs wrote: > Hi Daniel, > > Thanks for your feedback! > > > On May 7, 2025, at 11:51 AM, Daniel P. Berrangé wrote: > > On Fri, Apr 11, 2025 at 08:40:54AM -0700, Matthew R. Ochs via Devel wrote: > >> Resending: Series has been re-based over latest u

Re: [PATCH RESEND 0/6] Add support for configuring PCI high memory MMIO size

2025-05-07 Thread Matt Ochs via Devel
Hi Daniel, Thanks for your feedback! > On May 7, 2025, at 11:51 AM, Daniel P. Berrangé wrote: > On Fri, Apr 11, 2025 at 08:40:54AM -0700, Matthew R. Ochs via Devel wrote: >> Resending: Series has been re-based over latest upstream. >> >> This patch series adds support for configuring the PCI hi

Re: [PATCH RESEND 0/6] Add support for configuring PCI high memory MMIO size

2025-05-07 Thread Daniel P . Berrangé via Devel
On Fri, Apr 11, 2025 at 08:40:54AM -0700, Matthew R. Ochs via Devel wrote: > Resending: Series has been re-based over latest upstream. > > This patch series adds support for configuring the PCI high memory MMIO > window size for aarch64 virt machine types. This feature has been merged > into the Q

[PATCH RESEND 0/6] Add support for configuring PCI high memory MMIO size

2025-04-11 Thread Matthew R. Ochs via Devel
Resending: Series has been re-based over latest upstream. This patch series adds support for configuring the PCI high memory MMIO window size for aarch64 virt machine types. This feature has been merged into the QEMU upstream master branch [1] and will be available in QEMU 10.0. It allows users to

Re: [PATCH RESEND 0/6] Add support for configuring PCI high memory MMIO size

2025-03-31 Thread Matt Ochs via Devel
Gentle ping. Is there any feedback, comment, or suggestion about this series? -matt

[PATCH RESEND 0/6] Add support for configuring PCI high memory MMIO size

2025-03-07 Thread Matthew R. Ochs via Devel
Resending this series since it appears my first attempt was not sent to the list due to the "first post" manual moderation delay. =) This patch series adds support for configuring the PCI high memory MMIO window size for aarch64 virt machine types. This feature was recently merged into the QEMU up