Re: [Qemu-devel] [PATCH v2] pseries: Fix use of global CPU state

2012-04-26 Thread Alexander Graf
On 23.04.2012, at 19:27, Peter Portante wrote: > Commit ed120055c7f9b26b5707d3ceabbe5a3f06aaf937 (Implement PAPR VPA > functions for pSeries shared processor partitions) introduced the > register_dtl() function and typo "emv" as name of its argument. > This went unnoticed because the code in that

Re: [Qemu-devel] [PATCH v2] pseries: Fix use of global CPU state

2012-04-23 Thread Andreas Färber
Am 23.04.2012 19:27, schrieb Peter Portante: > Commit ed120055c7f9b26b5707d3ceabbe5a3f06aaf937 (Implement PAPR VPA > functions for pSeries shared processor partitions) introduced the > register_dtl() function and typo "emv" as name of its argument. Mea culpa: deregister_dtl() > This went unnotice

[Qemu-devel] [PATCH v2] pseries: Fix use of global CPU state

2012-04-23 Thread Peter Portante
Commit ed120055c7f9b26b5707d3ceabbe5a3f06aaf937 (Implement PAPR VPA functions for pSeries shared processor partitions) introduced the register_dtl() function and typo "emv" as name of its argument. This went unnoticed because the code in that function can access the global variable "env" so that no