Satoshi Tanda

Results 11 issues of Satoshi Tanda

After installing HelloAmdHvDxe.efi and starting bootx64.efi, the system freezes even without displaying the Windows logo. Provided that this device does not have a Thunderbolt-capable port for DMA (and of course...

The VMM does not virtualize the time stamp counter (TSC) or any other timers. This can lead timer interrupt (IDT d1: hal!HalpTimerClockInterrupt, on my test system) immediately after VM-enter when...

type:enhancement
prio:low

### Description HyperPlatform pre-allocates and assigned 4KB EPT entries for physical addresses (PA) used for memory mapped I/O. This design leads to two major disadvantages: complexity in code, and limited...

type:enhancement
prio:normal

On some systems, the AC flag was already set when it is captured by SimpleVisor. This results in skipping initialization of the hypervisor and `The SHV failed to initialize (0xFFFFFFFD)...

This PR includes changes for followings: - Fix or byte vs str mismatches causing exception like below and some other breaks ``` [+] SMRAM is at 0x88400000:887fffff Traceback (most recent...

We should not miss this groundbreaking work by ITL. It misses a proper landing page, but their contribution cannot be disregarded, and so, linking to source code alone is worth...

This is a great book we cannot miss. It is modern (published in 2017), discusses device virtualization technologies and ARM virtualization extensibility. I personally recommend this book over the others...

HEAD source tree cannot be loaded by the VS2013, which is the latest stable version. Upgrade projects files to VS2015 once it has been release (planned on July 20th), and...

Hi, In bios_smi.py, `gbl_smi_en` being zero immediately results in failure of validation (ie, concluded to be vulnerable) but `tco_en` only generates warning. Is not disabled TCO SMI indicative of the...

On Windows, the provided VMware VM cannot be started when Hyper-V is enabled, which is almost always the case. This issue describes workaround for it. The issue exists because the...