NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/55207 CVS commit: src/sys/arch/xen/xen



The following reply was made to PR port-xen/55207; it has been noted by GNATS.

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55207 CVS commit: src/sys/arch/xen/xen
Date: Thu, 14 May 2020 09:47:25 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Thu May 14 09:47:25 UTC 2020
 
 Modified Files:
 	src/sys/arch/xen/xen: if_xennet_xenbus.c
 
 Log Message:
 rearrange so that suspend & resume doesn't cause panics, and interface
 is more likely to work - particularly, don't try to xengnt_revoke_access()
 after resume, move xen_intr_disestablish() call to resume, also
 unmask the event channel on resume
 
 XXX right now xennet device detaches immediately after resume, which is not
 desirable and needs to be fixed
 
 part of PR port-xen/55207
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.124 -r1.125 src/sys/arch/xen/xen/if_xennet_xenbus.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index