On 10/1/25 01:21, Philippe Mathieu-Daudé wrote:
Avoid maintaining large functions in header, rely on the
linker to optimize at linking time.

Remove the now unneeded "system/xen.h" header.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
  include/system/ram_addr.h | 103 +------------------------------------
  system/physmem.c          | 105 ++++++++++++++++++++++++++++++++++++++
  2 files changed, 106 insertions(+), 102 deletions(-)


Reviewed-by: Richard Henderson <[email protected]>

I'll note that the ifdef is bogus.
It's only *used* by KVM, but it should compile everywhere.


r~

Reply via email to