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

Re: Xen/ARM API issue (page size)


  • To: Elliott Mitchell <ehem+xen@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
  • Date: Thu, 8 Jul 2021 02:05:11 +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=wb7jLni2KNiU7hydmZyfj7hBZw60vdSL31Fq0oTE5d0=; b=gCez03pZkDr5fm5VGdDrLO0+6a4igsSX9UGOn7iiZqQBVUxgLY5mrk/+HgCNyY7CHRG0RVZASU3p78FIKLaBeXol0qLUyoE5KT5IH2SzzasS1FEtwZg7QDeREE7/wBA8CbxEsaboLxXxUobtNU4KKa2IyV0RvBzZ1l9pmZaRxBx2TiUkPCf78OkhePs6ycoH3WTWXxeUdh/XeO6L+okwX5FOpnV0qotlSaSWXxCiZSaT9VQho0vY1QzgEBgdT30UrhMNeOSc+mO0fSRhrMvA01vHXUFrTrcmc90TXwuXMeGasbDpri7zNao3k2r2y+0QIMLmlrwuYG4YkPCKRRAFDA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=LaFKKs5q2+NomCr8ao/Qikg9Ve8dectt9qvEz0p6JY4IeH79JDr4k7LhIF2wIBVF84Y9yfwyopFAnhqFJKeoznfYCJu2laJa3aG2+dbh2JQPeOTiNLrq3cwO/iq3VtVRZka8xYMEAJxhA0l2K3KtVsHr5twQMWCtGd/AEBf4kd6PS0ReHzFZpw3Mdl+pZXjqXS3BjAqgkGaiw+AABjCeouJ+b38bZnBeAG8BoXHyb87YKZNpM5zFvyx6ZTHtrDV10vyGHwsmHEEYmorbRvZAksNiiNhQJlrbEaKv4YUWKQ1PzYlGL0FnwjFhB7ntYH3HVLFGNqRG0s1njie06Cb6ZQ==
  • Authentication-results: esa6.hc3370-68.iphmx.com; dkim=pass (signature verified) header.i=@citrix.onmicrosoft.com
  • Delivery-date: Thu, 08 Jul 2021 01:05:31 +0000
  • Ironport-hdrordr: A9a23:T+kO2aPj3P0+98BcTz/155DYdb4zR+YMi2TDiHofdfUFSKClfp 6V8cjztSWUtN9jYgBdpTnmAtj8fZq8z+8O3WB1B9mftWbdyRKVxe1ZnO/fKnjbalbDH41mpN ZdmspFebvN5DFB5K6QimnIcKdS/DDEytHMuQ639QYScegAUdAG0+4WMHf4LqQ7fng/OXJvf6 Dsmfav6gDQM0g/X4CePD0oTuLDr9rEmNbPZgMHPQcu7E2rgSmz4LD3PhCE1lNGOgk/jYsKwC zgqUjU96+ju/a0xlv10HLS1Y1fnJ/ExsFYDMKBp8AJInHHixquZq5mR7qe1QpF7d2H2RIPqp 3hsh0gN8N85zf6ZWeuuybg3AHmzXIH92Li4UXwuwqjneXJABYBT+ZRj4NQdRXUr2A6ustn7a 5N12WF87JKEBL7mjjn7dSgbWAlqqONmwtgrQcvtQ0cbWNHA4Uh6LD3vXklX6voJRiKqLzOS4 JVfYXhDJ88SyLrU5jb1lMfieBEEE5DWStueXJyz/B95QIm6kyR/3FotvD3oU1wgK7Va6M0r9 gsYZ4Y342ncKctHNVA7aE6MI2KNlA=
  • Ironport-sdr: tTtVbmUNyLWZPuxui+Em3dIygfFKCyjOPpIhJ9PdJZh0cBNIS5zry2xVBsUpYuJDQiXWkQBSGN 5wn+nArLYCXazeJrPXnFA6DAoJAxmX5EjJs3MX/JKkqb7jfBw1Hs60OZt5wwdIzCHmO3fLwroa mq8RZ6nUI0w4fTcLTHv+kyGUOQl7YfHJvkT2t/XmotiwAWJsYhe16T5hvbYT26wC+Z7PL8jfa9 A/kPVULy2aWHVIIBp+5JtK0r4T64S1vwGeOog9LHN+lI0QvI0AgxjjfZidIhORgdq2ovg6Aez0 MEM=
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 08/07/2021 01:32, Elliott Mitchell wrote:
> Hopefully I'm not about to show the limits of my knowledge...
>
> Quite a few values passed to Xen via hypercalls include a page number.
> This makes sense as that maps to the hardware.  Problem is, I cannot help
> but notice aarch64 allows for 4KB, 16KB and 64KB pages.

Yes - page size is a know error through the ABI, seeing as Xen started
on x86 and 4k is the only size considered at the time.

32bit frame numbers were all the rage between the Pentum 2 (1997) and
the advent of 64bit systems (~2006), because they let you efficiently
reference up to 16T of physical memory, rather than being limited at 4G
if you used byte addresses instead.

It will be addressed in ABIv2 design (if I ever get enough time to write
everything down and make a start).

> I don't know how flexible aarch64 is.  I don't know whether an aarch64
> core can support multiple page sizes.  My tentative reading of
> information seemed to suggest a typical aarch64 core /could/ allow
> multiple page sizes.
>
> What happens if a system (and Xen) is setup to support 64KB pages, but a
> particular domain has been built strictly with 4KB page support?
>
> What if a particular domain wanted to use 64KB pages (4KB being too
> granular), but Xen was set to use 4KB pages?
>
> What if a system had two domains which were set for different page sizes,
> but the two needed to interact?

I'm afraid I'll have to defer to the arm folk to answer this, but my
understanding is that it should be possible to support guests compiled
with, and using, different page sizes (given a suitable ABI).

> Then you have things like VCPUOP_register_vcpu_info.  The structure is
> setup as mfn and offset.  With the /actual/ page size being used there,
> it is troublesome.  Several places might work better if pure 64-bit
> addresses were used, but with alignment requirements specified.

The way to fix size problems is to mandate that all addresses in the ABI
are full byte addresses, not frame numbers.  When alignment is required,
and it frequently is, it is fine to use the lower bits for metadata.

Critically, what his means is that you don't need separate API/ABI's
based on page size.  e.g. "please balloon out this page" operates "on
the alignment the guest is using", rather than needing separate ops for
4k/2M/1G (to list the x86 page sizes only).

> Then there is a question of what happens when we get a core which has
> more than 64 physical address bits (seems a few years off, but for a long
> time 32 seemed high).

riscv128 is already being discussed, and current generation x86 servers
already have 52 address bits and are using them all (partly NVDIMMs
which take up huge swathes of address space, and the various encrypted
RAM technologies which steal upper address bits for key-ids).

The only sensible way to address this is to introduce new ops mirroring
existing ones, using larger integers.  e.g. get_e820 and get_e820_2
where the latter returns __uint128_t's instead of uint64_t's (or whatever).

Whenever you're talking about systems like this, Xen has to be compiled
for the widest data type, and we know the datatype used by guest kernels
(based on its control settings).  All the compatibility layer needs to
do is zero extend 64bit addresses to form 128bit ones.

~Andrew




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.