Re: interrupts on AMD hardware

2018-04-10 Thread Nobody III
It looks like the acpica component should already call the _PIC method. I combined run/acpica and run/usb_hid, which I was able to get working in QEMU, but it made no difference in the result on my PC. What should I try from here? On Mon, Apr 9, 2018 at 2:03 AM, Nobody III wrote: > I've been try

Re: SMC Calls in Trustzone VMM Scenario

2018-04-10 Thread Mauricio Gutierrez
Hello Stefan, Thank you for your reply. If you really need to execute code in monitor mode (I wonder why), I > think it will be best to create an explicit interface on the > kernel/core level that can be called from the VMM component, maybe an > extensions of the VM session interface. > > I think