Re: [Qemu-devel] [PATCH v2 3/4] target-ppc: Build error log

2014-09-05 Thread Aravinda Prasad
On Friday 05 September 2014 07:44 AM, Alexey Kardashevskiy wrote: > On 09/04/2014 09:13 PM, Aravinda Prasad wrote: >> Whenever there is a physical memory error due to bit >> flips, which cannot be corrected by hardware, the error >> is passed on to the kernel. If the memory address in >> error be

Re: [Qemu-devel] [PATCH v2 3/4] target-ppc: Build error log

2014-09-04 Thread Alexey Kardashevskiy
On 09/04/2014 09:13 PM, Aravinda Prasad wrote: > Whenever there is a physical memory error due to bit > flips, which cannot be corrected by hardware, the error > is passed on to the kernel. If the memory address in > error belongs to guest address space then guest kernel > is responsible to take ac

[Qemu-devel] [PATCH v2 3/4] target-ppc: Build error log

2014-09-04 Thread Aravinda Prasad
Whenever there is a physical memory error due to bit flips, which cannot be corrected by hardware, the error is passed on to the kernel. If the memory address in error belongs to guest address space then guest kernel is responsible to take action. Hence the error is passed on to guest via KVM by in