[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/4] hw/xen: Use xs_node_read() from xen_netdev_get_name()
From: |
Anthony PERARD |
Subject: |
Re: [PATCH 3/4] hw/xen: Use xs_node_read() from xen_netdev_get_name() |
Date: |
Wed, 15 Jan 2025 15:59:17 +0100 |
On Fri, Jan 10, 2025 at 10:03:25AM +0000, David Woodhouse wrote:
> From: David Woodhouse <dwmw@amazon.co.uk>
>
> Now that xs_node_read() can construct a node path, no need to open-code it.
>
> Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Anthony PERARD <anthony.perard@vates.tech>
Thanks,
--
Anthony PERARD
- [PATCH v2 0/2] xen: error handling and FreeBSD compatibility fixes, Roger Pau Monne, 2025/01/10
- [PATCH v2 1/2] hw/xen: Add xs_node_read() helper function, Roger Pau Monne, 2025/01/10
- [PATCH v2 2/2] xen: do not use '%ms' scanf specifier, Roger Pau Monne, 2025/01/10
- Re: [PATCH v2 0/2] xen: error handling and FreeBSD compatibility fixes, David Woodhouse, 2025/01/10
- [PATCH 4/4] hw/xen: Use xs_node_read() from xenstore_read_str() instead of open-coding it, David Woodhouse, 2025/01/10
- Re: [PATCH 4/4] hw/xen: Use xs_node_read() from xenstore_read_str() instead of open-coding it, Anthony PERARD, 2025/01/15
- Re: [PATCH 1/4] hw/xen: Use xs_node_read() from xs_node_vscanf(), Anthony PERARD, 2025/01/15
Re: [PATCH v2 0/2] xen: error handling and FreeBSD compatibility fixes, Roger Pau Monné, 2025/01/15