aboutsummaryrefslogtreecommitdiffstats
path: root/executor/kvm.S.h
Commit message (Collapse)AuthorAgeFilesLines
* executor: prepare code generator to allow other achitecturesAlexey Kardashevskiy2021-07-191-9/+0
| | | | | | | At the moment only AMD64 is supported, change file names to emphasise this. Signed-off-by: Alexey Kardashevskiy <aik@linux.ibm.com>
* all: fix marking of auto-generated filesDmitry Vyukov2020-07-291-1/+1
| | | | | Update the copyright checking script and more files for the standard convention of marking auto-generated files.
* executor: remove unused kvm_asm64_vm86Dmitry Vyukov2019-01-171-1/+0
| | | | | | | -Wunused-const-variable shows it. No idea now if it should be used or not, seems to be the same as kvm_asm32_paged_vm86. So let's just remove it.
* csource: regenerate and reformatDmitry Vyukov2017-02-011-1/+1
|
* sys: improve kvm descriptionDmitry Vyukov2017-01-281-1/+1
| | | | | | Allow fuzzer to change types of segment descriptors. Alter more flags. Allow fuzzer to do a random vmwrite.
* sys: extend kvm supportDmitry Vyukov2017-01-091-0/+10
Add new pseudo syscall syz_kvm_setup_cpu that setups VCPU into interesting states for execution. KVM is too difficult to setup otherwise. Lots of improvements possible, but this is a starting point.