qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v21 11/17] i386: split misc helper into user and softmmu part


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v21 11/17] i386: split misc helper into user and softmmu parts
Date: Mon, 22 Feb 2021 14:44:47 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0

"user" vs "system" in title?

On 2/22/21 2:36 PM, Claudio Fontana wrote:
> Signed-off-by: Claudio Fontana <cfontana@suse.de>
> ---
>  target/i386/tcg/misc_helper.c         | 463 --------------------------
>  target/i386/tcg/softmmu/misc_helper.c | 438 ++++++++++++++++++++++++
>  target/i386/tcg/user/misc_helper.c    |  72 ++++
>  target/i386/tcg/softmmu/meson.build   |   1 +
>  target/i386/tcg/user/meson.build      |   1 +
>  5 files changed, 512 insertions(+), 463 deletions(-)
>  create mode 100644 target/i386/tcg/softmmu/misc_helper.c
>  create mode 100644 target/i386/tcg/user/misc_helper.c



reply via email to

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