[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v20210616 00/36] leftover from 2020
- To: Olaf Hering <olaf@xxxxxxxxx>
- From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Date: Thu, 17 Jun 2021 12:24:22 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=FRTYgjr+wUmeNbU8WdEE6KfYISOKARM/JijwunUPSfs=; b=LFxxNmqGKdQNcUUono46lgtMhsA/UBUWNJYTO8TpPrtm35IlXQeH9Xenue8c8aaAclsLDucETkw8TA6O/O2mZRImWMkdzEsY7r0vnqrqW+YsSkXqlQQ9MvfJ8FM2kIx6NLE9Wr9CYoCGyMlS7AdywsYbbCl8XZ+C38ArpaAWgWrLPI+fRFM8imJGx3MKKHr6/0w6n9AhYzYHa43kf3gXoDdXSh/ulObt7smgGoTKqtFaUcuKJ2QzgJIxTR6bI5v6AQjXeo8rB4QutRLK9ueoRns4mgjvuuSTiVfo3ZSEqrq5eQpcrqe3yuzQ+/pvO0RiZDVoIILYxyOQJfV5sD6Gsg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=MCXb3CZhIzUy7B2pPrUhdLmj8pc2LGo/627FsH0+ZSMaA9Jvpbx2GYIwscve49H6fogmzCaSt7TxEiKGWRVphlqnOF1TP4MEhYPu2BI7h7R2tAHm0M+7SI4PMBRSq+MBX8b0bgSPA5cN/OEwdEsIh+XhRldLfF5qhFrc9U25FVftI2qcByLeVI4pytlzMCmwnLN5Am8hOAD7rsDJ6PuVRLlzZYpcqTGn4hN5fRffYfLlbZ01VBvM5IUIvfwJeV1HeyTgYuqvTkHWswWIZ8ZS/ePOQxsh81gMQxXvmcqFkwIv4LWEs/sLQXfpMTEttYKMQORfrvwe3Cr4oMgHPM3amQ==
- Authentication-results: esa5.hc3370-68.iphmx.com; dkim=pass (signature verified) header.i=@citrix.onmicrosoft.com
- Cc: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Thu, 17 Jun 2021 11:24:38 +0000
- Ironport-hdrordr: A9a23:Ui3X56hm8ve2WqPiF0VEx59YsHBQXrkji2hC6mlwRA09TyX4ra CTdZEgviMc5wx9ZJhNo7q90cq7IE80i6Qb3WB5B97LYOCMggeVxe9Zg7ff/w==
- Ironport-sdr: rTw3W+Yrn9YB/J/ba8zCeW56gmYfNOwrEPKKVAhQVH6WFi0REFRwM1IPWl9a/LJG1PwED1E2Ph Dnk2u4Q5XIjCKbbVbNCxpHQ0vrL6pAgd41bLGWYwPOVg6ggs0ynuCH4ys/x8tBa9mZqtqUHr+q vHtQJ4N+QHCbY4CV80mNAVN5T4gRtpVfcz0iYp85Lk/g7wqedNiNdQkFgB4xbzB9ZTAiG4CiTj KoF0U33reukO8ElFc7IjnvFxcr/8FlNPuuGCgzPe3PWIaYx53lZ+eWE+r914xrI+92Gd1r2i1F YsI=
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 16/06/2021 16:38, Olaf Hering wrote:
> Am Wed, 16 Jun 2021 15:50:24 +0100
> schrieb Andrew Cooper <andrew.cooper3@xxxxxxxxxx>:
>
>> 32bit toolstack build
> as in i386?
> How is this used in practice?
Every OSSTest run. Also, arm32 is absolutely a thing (the only reason
ARM can't migrate right now is because there is no logdirty support in
Xen yet).
> I guess such build should be marked as CONFIG_MIGRATE=n in config/x86_32.mk?
Migration (v2) very definitely works for i386 toolstacks. Part of the
testing process during development was migrating a VM between a 32bit
and 64bit dom0's, specifically to check that we'd got rid of all of the
bitness problems in the stream format.
~Andrew
|