From owner-freebsd-xen@freebsd.org Mon Jan 21 08:32:58 2019 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7098149CBF7 for ; Mon, 21 Jan 2019 08:32:57 +0000 (UTC) (envelope-from prvs=917dd492e=roger.pau@citrix.com) Received: from SMTP.EU.CITRIX.COM (smtp.eu.citrix.com [185.25.65.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.citrix.com", Issuer "DigiCert SHA2 Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EAD2175886 for ; Mon, 21 Jan 2019 08:32:56 +0000 (UTC) (envelope-from prvs=917dd492e=roger.pau@citrix.com) X-IronPort-AV: E=Sophos;i="5.56,502,1539648000"; d="scan'208";a="84854927" Date: Mon, 21 Jan 2019 09:32:45 +0100 From: Roger Pau =?utf-8?B?TW9ubsOp?= To: Uni Gaia CC: Subject: Re: FreeBSD/Xen suspend/resume Message-ID: <20190121083245.mb2ey6jzbd6e4jac@mac> References: <8eacf0ad-e8e7-c76e-08b8-3b9a4564a291@fastmail.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <8eacf0ad-e8e7-c76e-08b8-3b9a4564a291@fastmail.jp> User-Agent: NeoMutt/20180716 X-ClientProxiedBy: AMSPEX02CAS02.citrite.net (10.69.22.113) To AMSPEX02CL02.citrite.net (10.69.22.126) X-Rspamd-Queue-Id: EAD2175886 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of prvs=917dd492e=roger.pau@citrix.com designates 185.25.65.24 as permitted sender) smtp.mailfrom=prvs=917dd492e=roger.pau@citrix.com X-Spamd-Result: default: False [-1.92 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.67)[-0.673,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; ENVFROM_PRVS(0.00)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[citrix.com]; FORGED_SENDER_VERP_SRS(0.00)[]; NEURAL_HAM_LONG(-0.95)[-0.955,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[24.65.25.185.list.dnswl.org : 127.0.9.2]; MX_GOOD(-0.01)[cached: smtp.citrix.com.au]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.26)[-0.262,0]; IP_SCORE(-0.02)[country: GB(-0.09)]; FORGED_SENDER(0.00)[roger.pau@citrix.com,prvs=917dd492e=roger.pau@citrix.com]; FREEMAIL_TO(0.00)[fastmail.jp]; RCVD_COUNT_ZERO(0.00)[0]; R_DKIM_NA(0.00)[]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:60825, ipnet:185.25.64.0/23, country:GB]; FROM_NEQ_ENVFROM(0.00)[roger.pau@citrix.com,prvs=917dd492e=roger.pau@citrix.com]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2019 08:32:58 -0000 On Sat, Jan 19, 2019 at 10:59:55AM +0000, Uni Gaia wrote: > Does anyone know if suspend/resume works for a FreeBSD/Xen dom0 ? domU? FreeBSD DomU does suspend and resume just fine, or else it's a bug and should be fixed. I think FreeBSD Dom0 suspend hasn't been tested (at least I haven't tested it myself, neither seen any report on the list). That's mostly because I work with servers. I'm happy to help with this or review patches if someone wants to make it work. Thanks, Roger.