qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for-5.1] xhci: fix valid.max_access_size to access address re


From: Gerd Hoffmann
Subject: Re: [PATCH for-5.1] xhci: fix valid.max_access_size to access address registers
Date: Tue, 21 Jul 2020 16:01:31 +0200

  Hi,

> >> -    .valid.max_access_size = 4,
> >> +    .valid.max_access_size = sizeof(dma_addr_t),

> I don't think it's needed as AC64 (in fact a bit in HCCPARAMS) is set
> only if sizeof(dma_addr_t) != 4...

So both AC64 bit and max_access_size are in sync, good.

Patch queued.

thanks,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]