On 2012-02-15 04:30, Wen Congyang wrote:
>>> diff --git a/dump.h b/dump.h
>>> new file mode 100644
>>> index 000..a36468b
>>> --- /dev/null
>>> +++ b/dump.h
>>> @@ -0,0 +1,10 @@
>>
>> License header missing.
>
> There is no license in other header files.
But those are preexisting files, no ne
At 02/15/2012 05:12 PM, Peter Maydell Wrote:
> On 9 February 2012 03:26, Wen Congyang wrote:
>> +int cpu_get_dump_info(ArchDumpInfo *info)
>> +{
>> +bool lma = false;
>> +RAMBlock *block;
>> +
>> +#ifdef TARGET_X86_64
>> +lma = !!(first_cpu->hflags & HF_LMA_MASK);
>> +#endif
>> +
>> +
On 9 February 2012 03:26, Wen Congyang wrote:
> +int cpu_get_dump_info(ArchDumpInfo *info)
> +{
> + bool lma = false;
> + RAMBlock *block;
> +
> +#ifdef TARGET_X86_64
> + lma = !!(first_cpu->hflags & HF_LMA_MASK);
> +#endif
> +
> + if (lma) {
> + info->d_machine = EM_X86_64;
> +
At 02/15/2012 05:05 PM, Jan Kiszka Wrote:
> On 2012-02-15 04:30, Wen Congyang wrote:
diff --git a/dump.h b/dump.h
new file mode 100644
index 000..a36468b
--- /dev/null
+++ b/dump.h
@@ -0,0 +1,10 @@
>>>
>>> License header missing.
>>
>> There is no license in other
At 02/15/2012 01:39 AM, Jan Kiszka Wrote:
> On 2012-02-09 04:26, Wen Congyang wrote:
>> Dump info contains: endian, class and architecture. The next
>> patch will use these information to create vmcore.
>>
>> Signed-off-by: Wen Congyang
>> ---
>> cpu-all.h |3 +++
>> dump.h
On 2012-02-09 04:26, Wen Congyang wrote:
> Dump info contains: endian, class and architecture. The next
> patch will use these information to create vmcore.
>
> Signed-off-by: Wen Congyang
> ---
> cpu-all.h |3 +++
> dump.h | 10 ++
> target-i386/arch
Dump info contains: endian, class and architecture. The next
patch will use these information to create vmcore.
Signed-off-by: Wen Congyang
---
cpu-all.h |3 +++
dump.h | 10 ++
target-i386/arch-dump.c | 34 ++
3 file