Re: [PULL 25/30] Fix wrong behavior of cpu_memory_rw_debug() function in SMM

2019-10-07 Thread Laszlo Ersek
Hi Paolo, (+Peter) On 10/02/19 18:51, Paolo Bonzini wrote: > From: Dmitry Poletaev > > There is a problem, that you don't have access to the data using > cpu_memory_rw_debug() function when in SMM. You can't remotely debug SMM mode > program because of that for example. > Likely attrs version

[PULL 25/30] Fix wrong behavior of cpu_memory_rw_debug() function in SMM

2019-10-02 Thread Paolo Bonzini
From: Dmitry Poletaev There is a problem, that you don't have access to the data using cpu_memory_rw_debug() function when in SMM. You can't remotely debug SMM mode program because of that for example. Likely attrs version of get_phys_page_debug should be used to get correct asidx at the end t