qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/9] Add risu_ppc.c file


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 2/9] Add risu_ppc.c file
Date: Tue, 25 Apr 2017 09:13:23 +0100

On 25 April 2017 at 04:18, G 3 <address@hidden> wrote:
> Add the risu_ppc.c file. It defines several functions used by risu.
>
> Signed-off-by: John Arbuckle <address@hidden>
> ---
>  risu_ppc.c | 41 +++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 41 insertions(+)
>  create mode 100644 risu_ppc.c
>
> diff --git a/risu_ppc.c b/risu_ppc.c
> new file mode 100644
> index 0000000..70a1cf7
> --- /dev/null
> +++ b/risu_ppc.c
> @@ -0,0 +1,41 @@
> +/*****************************************************************
> + * File: risu_ppc.c
> + * Date: 3-27-2017
> + * Description: Implement advance_pc(), set_ucontext_paramreg(),
> + *              get_reginfo_paramreg(), get_risuop()
> + *****************************************************************/

All new files should have a brief copyright and license statement
in their header comment.

thanks
-- PMM



reply via email to

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