summaryrefslogtreecommitdiffstats
path: root/test/kvm-eviction-without_guest.S
blob: 896a933b524d9a07a3c7cea8bf7a43820bff0553 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include "test/kvm-eviction.h"
#include "cachepc/const.h"

.text
.align(16)
.code16gcc

guest:
    hlt

    jmp guest