qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 16/22] target/i386: move cpu_sync_bndcs_hflags()


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 16/22] target/i386: move cpu_sync_bndcs_hflags() function
Date: Tue, 4 Jul 2017 08:30:08 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 07/04/2017 01:12 AM, Paolo Bonzini wrote:
From: Yang Zhong<address@hidden>

Move cpu_sync_bndcs_hflags() function from mpx_helper.c
to helper.c because mpx_helper.c need be disabled when
tcg is disabled.

Signed-off-by: Yang Zhong<address@hidden>
Signed-off-by: Paolo Bonzini<address@hidden>
---
        v2: moved cpu_report_tpr_access hunk later [Richard]

  target/i386/helper.c     | 30 ++++++++++++++++++++++++++++++
  target/i386/mpx_helper.c | 30 ------------------------------
  2 files changed, 30 insertions(+), 30 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~




reply via email to

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