repo.or.cz
/
kvm-userspace.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kvm: qemu: expose MSI capability to guest
[kvm-userspace.git]
/
user
/
test
/
x86
/
simple.S
blob
f3c844fc79d8e4ef841e3661c227a19aa6b509d5
1
2
.text
3
4
mov $0, %al
5
mov $10000, %ebx
6
1:
7
mov %rbx, %rcx
8
2:
9
loop 2b
10
out %al, $0x80
11
inc %al
12
add $10000, %rbx
13
jmp 1b