head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2025.01.28.21.17.38; author jun; state dead; branches; next 1.1; commitid InPwtwL05wTWsiHF; 1.1 date 2025.01.28.11.53.15; author jun; state Exp; branches; next ; commitid hmDolDU5BVlilfHF; desc @@ 1.2 log @nono: update to 1.2.0nb1. add -DRELEASE to CFLAGS. ok by isaki@@. @ text @$NetBSD: patch-vm_Makefile,v 1.1 2025/01/28 11:53:15 jun Exp $ * Fix test_windrv link option. --- vm/Makefile.orig 2025-01-28 11:05:59.712792214 +0000 +++ vm/Makefile @@@@ -165,6 +165,6 @@@@ test_ethernet.o: test_ethernet.cpp ether # LIBS は libbsd のため。 test_windrv: test_windrv.o ../lib/libnnlib.a - ${CXX} ${LDFLAGs} -o $@@ $> ${LIBS} + ${CXX} ${LDFLAGS} -o $@@ $> ${LIBS} .include "../Makefile.rule" @ 1.1 log @nono: update to 1.2.0. 1.2.0 (2025/01/26) host(New): "Add a usermode (SLIRP) to host network driver." host(Update): "Change the behavior when hostnet-driver value is auto." vm(Update): "Even if the CPU goes into STOP state during full speed mode, keep it if DMAC is active on X68030." vm(Fix): "Fix problem that polling didn't resume when the drive select signal changed." vm(Fix): "Fix virtio_net not receiving multicast packets." vm(Fix): "Fix multicast hash on Lance(AM7990)." vm(Fix): "Fix RTL8019AS whole receiving algorithm including multicast hash. " vm(New): "Implement RSR.PHY bit on RTL8019AS." @ text @d1 1 a1 1 $NetBSD$ @