cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

README (786B)


      1These are i386 specific guest programs
      2
      3test-i386
      4---------
      5
      6This program executes most of the 16 bit and 32 bit x86 instructions and
      7generates a text output, for comparison with the output obtained with
      8a real CPU or another emulator.
      9
     10The Linux system call modify_ldt() is used to create x86 selectors
     11to test some 16 bit addressing and 32 bit with segmentation cases.
     12
     13The Linux system call vm86() is used to test vm86 emulation.
     14
     15Various exceptions are raised to test most of the x86 user space
     16exception reporting.
     17
     18linux-test
     19----------
     20
     21This program tests various Linux system calls. It is used to verify
     22that the system call parameters are correctly converted between target
     23and host CPUs.
     24
     25test-i386-fprem
     26---------------
     27
     28test-mmap
     29---------
     30
     31sha1
     32----
     33
     34hello-i386
     35----------