On 6/2/22 21:07, Will Cohen wrote:
From: Keno Fischer <[email protected]>
The current file only has the Linux versions of these functions.
Rename the file accordingly and update the Makefile to only build
it on Linux. A Darwin version of these will follow later in the
series.
Signed-off-by: Keno Fischer <[email protected]>
[Michael Roitzsch: - Rebase for NixOS]
Signed-off-by: Michael Roitzsch <[email protected]>
Signed-off-by: Will Cohen <[email protected]>
Reviewed-by: Greg Kurz <[email protected]>
---
hw/9pfs/{9p-util.c => 9p-util-linux.c} | 2 +-
hw/9pfs/meson.build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename hw/9pfs/{9p-util.c => 9p-util-linux.c} (97%)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>