qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 39/45] osdep: move qemu_real_host_page_size/m


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v2 39/45] osdep: move qemu_real_host_page_size/mask to osdep
Date: Mon, 17 Jul 2017 18:22:52 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 07/16/2017 10:04 AM, Emilio G. Cota wrote:
These only depend on the host and therefore belong in the common
osdep, not in a target-dependent object.

Signed-off-by: Emilio G. Cota<address@hidden>
---
  include/exec/cpu-all.h | 2 --
  include/qemu/osdep.h   | 8 ++++++++
  exec.c                 | 5 +----
  util/osdep.c           | 9 +++++++++
  4 files changed, 18 insertions(+), 6 deletions(-)

I do wonder if a new file in util/ with a constructor to init would be cleaner.

But, ok I guess,

Reviewed-by: Richard Henderson <address@hidden>


r~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]