[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 5/9] xenstored: use fread() instead of mmap() for reading live update state
- To: Juergen Gross <jgross@xxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Wed, 16 Jul 2025 16:19:32 -0400
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=suse.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=x8rCOYFMFf0sfTE2JOGSvpe0Yg+RMjxRaCE5oJnDFuc=; b=FFMxjNYBIUq0aphq63bDuPueUu8GG8hMeZlGMZgAwJT8CenfG82ys25FA4TWm0WY3Ih3OByVQTdjCrX4oFss5a9B6YAAMqtQMsv1Y1uIavW4CGNDmMS/Jz/RjKJ/QrFve0T+m04OaD2s5jrW3LIQNWpY0efgV3bNbmSx7i/izxB9Cz0GQ6akq6WCWEGuaINIbsyswJyh950U8FHR6ckqR6Oz9lWxZp3lPJXHnBPvMfchoBTSopxEhzNTRxv7x3/wjqdJwg41mOb7epxjRMR1OIOEZGIABzgPjz53VxIHRLWJRe1Mx7prMt2xHTOpD96Ntq/sqbpsefabHAMl6VLamw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=bnJ24zdpozi8JeYD9zN+Z6W3MAHP/rSH5jIuwJ8KeHP3anw3tQfJ9p2g3VeKzoooxPTo+GxXu4efiGxpnBQYsfrb24cqph9Hq28ZYsfGT+simCb6ovY4VE6FqMnF+0hrlfmfwQCRqudTm0C27Gjasbe26QmG4OabUlrHMrhvzRkUgTD7zsE3/8t66bGt627KGypxsHR+8TsMBhcyeC9JlMdsK6x7eHc2fsfU2IM5pxUwcbOFkwvAdpl9qXpS/pjpjWX5VoD9CeqF5PQsFQ6Z27xwAmdZQp6ERVn4tIJyz9K9HFvWxpci6DINB9qosnCBXy8jR5LIZu3g1eRJay+Jlg==
- Cc: Julien Grall <julien@xxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>
- Delivery-date: Wed, 16 Jul 2025 20:26:28 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2025-07-02 04:13, Juergen Gross wrote:
Mini-OS doesn't support using mmap() for accessing a file. In order
to support reading the live update state from a 9pfs based file, use
fread() instead of mmap().
Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|