Re: [PATCH] Add private HCALL to inform updated RTAS base and entry

2014-08-26 Thread Nikunj A Dadhania
Aravinda Prasad writes: > This patch adds a private HCALL to inform qemu the updated > rtas-base and rtas-entry address when OS invokes the call > "instantiate-rtas". This is required as qemu allocates the > error reporting structure in RTAS space upon a machine check > exception and hence needs

[PATCH] Add private HCALL to inform updated RTAS base and entry

2014-08-25 Thread Aravinda Prasad
This patch adds a private HCALL to inform qemu the updated rtas-base and rtas-entry address when OS invokes the call "instantiate-rtas". This is required as qemu allocates the error reporting structure in RTAS space upon a machine check exception and hence needs to know the updated RTAS. Enhanceme