commit | a9ae1418b36b20ab06fb760b1108f61f49a76164 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw@amazon.co.uk> | Sat Jan 07 16:47:43 2023 +0000 |
committer | David Woodhouse <dwmw@amazon.co.uk> | Tue Mar 07 17:04:30 2023 +0000 |
tree | 28d3cb0092a9b7c3f90cb5c8b9571430ebaab71b | |
parent | 7a8a749da7d30b420291fa0b11e3eda7f72d9b83 [diff] |
hw/xen: Use XEN_PAGE_SIZE in PV backend drivers XC_PAGE_SIZE comes from the actual Xen libraries, while XEN_PAGE_SIZE is provided by QEMU itself in xen_backend_ops.h. For backends which may be built for emulation mode, use the latter. Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Paul Durrant <paul@xen.org>