qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 02/16] hw/pci-host/q35: Fix double, contradicting .endiann


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 02/16] hw/pci-host/q35: Fix double, contradicting .endianness assignment
Date: Thu, 29 Jun 2023 09:42:38 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.12.0

On 28/6/23 21:51, Bernhard Beschow wrote:
Fixes the following clangd warning (-Winitializer-overrides):

   q35.c:297:19: Initializer overrides prior initialization of this subobject
   q35.c:292:19: previous initialization is here

Settle on little endian which is consistent with using pci_host_conf_le_ops.

Fixes: bafc90bdc594 ("q35: implement TSEG")
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
  hw/pci-host/q35.c | 1 -
  1 file changed, 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>





reply via email to

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