[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v15 3/9] hw/misc: Add qtest for NPCM7xx PCI Mailbox
From: |
Peter Maydell |
Subject: |
Re: [PATCH v15 3/9] hw/misc: Add qtest for NPCM7xx PCI Mailbox |
Date: |
Tue, 30 Jan 2024 17:49:25 +0000 |
On Thu, 25 Jan 2024 at 19:42, Nabih Estefan <nabihestefan@google.com> wrote:
>
> From: Hao Wu <wuhaotsh@google.com>
>
> This patches adds a qtest for NPCM7XX PCI Mailbox module.
> It sends read and write requests to the module, and verifies that
> the module contains the correct data after the requests.
>
> Change-Id: I2e1dbaecf8be9ec7eab55cb54f7fdeb0715b8275
> Signed-off-by: Hao Wu <wuhaotsh@google.com>
> Signed-off-by: Nabih Estefan <nabihestefan@google.com>
> Reviewed-by: Tyrone Ting <kfting@nuvoton.com>
> +/*
> + * Create a local TCP socket with any port, then save off the port we got.
> + */
> +static in_port_t open_socket(void)
This should be "int" -- you've lost a change that I noted in
my review on v12 and made in the patchset I sent to the list
in the pullreq. (in_port_t doesn't exist on Windows.)
thanks
-- PMM
- [PATCH v15 0/9] Implementation of NPI Mailbox and GMAC Networking Module, Nabih Estefan, 2024/01/25
- [PATCH v15 1/9] hw/misc: Add Nuvoton's PCI Mailbox Module, Nabih Estefan, 2024/01/25
- [PATCH v15 2/9] hw/arm: Add PCI mailbox module to Nuvoton SoC, Nabih Estefan, 2024/01/25
- [PATCH v15 3/9] hw/misc: Add qtest for NPCM7xx PCI Mailbox, Nabih Estefan, 2024/01/25
- Re: [PATCH v15 3/9] hw/misc: Add qtest for NPCM7xx PCI Mailbox,
Peter Maydell <=
- [PATCH v15 6/9] tests/qtest: Creating qtest for GMAC Module, Nabih Estefan, 2024/01/25
- [PATCH v15 5/9] hw/arm: Add GMAC devices to NPCM7XX SoC, Nabih Estefan, 2024/01/25
- [PATCH v15 4/9] hw/net: Add NPCMXXX GMAC device, Nabih Estefan, 2024/01/25
- [PATCH v15 7/9] hw/net: GMAC Rx Implementation, Nabih Estefan, 2024/01/25
- [PATCH v15 8/9] hw/net: GMAC Tx Implementation, Nabih Estefan, 2024/01/25
- [PATCH v15 9/9] tests/qtest: Adding PCS Module test to GMAC Qtest, Nabih Estefan, 2024/01/25