qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 24/35] target-arm: Split cp helper API to new


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v3 24/35] target-arm: Split cp helper API to new C file
Date: Sat, 18 Jul 2015 14:30:45 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1


On 18/07/2015 11:40, Peter Crosthwaite wrote:
> diff --git a/target-arm/cp.c b/target-arm/cp.c
> new file mode 100644
> index 0000000..39a15ee
> --- /dev/null
> +++ b/target-arm/cp.c
> @@ -0,0 +1,328 @@
> +#include "qemu-common.h"
> +#include "../cpu.h"
> +

Shouldn't this still be "cpu.h" at this point?

Paolo



reply via email to

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