[PATCH v2 2/3] include: Add a header to define PCI MMIO functions

2025-04-05 Thread Farhan Ali
Add a generic QEMU API for PCI MMIO reads/writes. The functions access little endian memory and returns the result in host cpu endianness. Signed-off-by: Farhan Ali --- include/qemu/pci-mmio.h | 116 1 file changed, 116 insertions(+) create mode 100644 i

Re: [PATCH v2 2/3] include: Add a header to define PCI MMIO functions

2025-04-01 Thread Farhan Ali
On 3/31/2025 6:46 AM, Stefan Hajnoczi wrote: On Fri, Mar 28, 2025 at 12:06:26PM -0700, Farhan Ali wrote: Add a generic QEMU API for PCI MMIO reads/writes. The functions access little endian memory and returns the result in host cpu endianness. Signed-off-by: Farhan Ali --- include/qemu/pci

Re: [PATCH v2 2/3] include: Add a header to define PCI MMIO functions

2025-03-31 Thread Stefan Hajnoczi
On Fri, Mar 28, 2025 at 12:06:26PM -0700, Farhan Ali wrote: > Add a generic QEMU API for PCI MMIO reads/writes. > The functions access little endian memory and returns > the result in host cpu endianness. > > Signed-off-by: Farhan Ali > --- > include/qemu/pci-mmio.h | 116 +++

Re: [PATCH v2 2/3] include: Add a header to define PCI MMIO functions

2025-03-29 Thread Philippe Mathieu-Daudé
On 29/3/25 07:03, Farhan Ali wrote: On 3/28/2025 1:44 PM, Philippe Mathieu-Daudé wrote: On 28/3/25 20:06, Farhan Ali wrote: Add a generic QEMU API for PCI MMIO reads/writes. The functions access little endian memory and returns the result in host cpu endianness. Signed-off-by: Farhan Ali ---

Re: [PATCH v2 2/3] include: Add a header to define PCI MMIO functions

2025-03-28 Thread Farhan Ali
On 3/28/2025 1:44 PM, Philippe Mathieu-Daudé wrote: On 28/3/25 20:06, Farhan Ali wrote: Add a generic QEMU API for PCI MMIO reads/writes. The functions access little endian memory and returns the result in host cpu endianness. Signed-off-by: Farhan Ali ---   include/qemu/pci-mmio.h | 116 +++

Re: [PATCH v2 2/3] include: Add a header to define PCI MMIO functions

2025-03-28 Thread Farhan Ali
On 3/28/2025 1:38 PM, Philippe Mathieu-Daudé wrote: On 28/3/25 20:06, Farhan Ali wrote: Add a generic QEMU API for PCI MMIO reads/writes. The functions access little endian memory and returns the result in host cpu endianness. Signed-off-by: Farhan Ali ---   include/qemu/pci-mmio.h | 116 +++

Re: [PATCH v2 2/3] include: Add a header to define PCI MMIO functions

2025-03-28 Thread Philippe Mathieu-Daudé
On 28/3/25 20:06, Farhan Ali wrote: Add a generic QEMU API for PCI MMIO reads/writes. The functions access little endian memory and returns the result in host cpu endianness. Signed-off-by: Farhan Ali --- include/qemu/pci-mmio.h | 116 1 file changed,

Re: [PATCH v2 2/3] include: Add a header to define PCI MMIO functions

2025-03-28 Thread Philippe Mathieu-Daudé
On 28/3/25 20:06, Farhan Ali wrote: Add a generic QEMU API for PCI MMIO reads/writes. The functions access little endian memory and returns the result in host cpu endianness. Signed-off-by: Farhan Ali --- include/qemu/pci-mmio.h | 116 1 file changed,