qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 11/22] tcg: add the tcg-stub.c file into accel/s


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 11/22] tcg: add the tcg-stub.c file into accel/stubs/
Date: Mon, 3 Jul 2017 13:03:34 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 07/03/2017 09:34 AM, Paolo Bonzini wrote:
From: Yang Zhong<address@hidden>

If tcg is disabled, the functions in tcg-stub.c file will be called.
This file is target-independent file, do not include any platform
related stub functions into this file.

Signed-off-by: Yang Zhong<address@hidden>
Signed-off-by: Paolo Bonzini<address@hidden>
---
  accel/stubs/Makefile.objs |  1 +
  accel/stubs/tcg-stub.c    | 22 ++++++++++++++++++++++
  2 files changed, 23 insertions(+)
  create mode 100644 accel/stubs/tcg-stub.c

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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