Re: [PATCH 02/12] hw/pci-host/q35: Fix contradicting .endianness assignment

2023-03-01 Thread Michael S. Tsirkin
On Tue, Feb 14, 2023 at 02:14:31PM +0100, Bernhard Beschow wrote: > Settle on little endian which is consistent with using > pci_host_conf_le_ops. > > Fixes: bafc90bdc594 'q35: implement TSEG' > Signed-off-by: Bernhard Beschow I think it's native because native is a bit cheaper and it's just 0xf

Re: [PATCH 02/12] hw/pci-host/q35: Fix contradicting .endianness assignment

2023-03-01 Thread Michael S. Tsirkin
On Tue, Feb 14, 2023 at 02:14:31PM +0100, Bernhard Beschow wrote: > Settle on little endian which is consistent with using > pci_host_conf_le_ops. > > Fixes: bafc90bdc594 'q35: implement TSEG' incorrect formatting for the fixes tag > Signed-off-by: Bernhard Beschow > --- > hw/pci-host/q35.c |

[PATCH 02/12] hw/pci-host/q35: Fix contradicting .endianness assignment

2023-02-14 Thread Bernhard Beschow
Settle on little endian which is consistent with using pci_host_conf_le_ops. Fixes: bafc90bdc594 'q35: implement TSEG' Signed-off-by: Bernhard Beschow --- hw/pci-host/q35.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/pci-host/q35.c b/hw/pci-host/q35.c index 83f2a98c71..3124cad60f 10064