Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255287
b: refs/heads/master
c: 7e19414
h: refs/heads/master
i:
  255285: fa9d71e
  255283: c4e9992
  255279: 45f8dcb
v: v3
  • Loading branch information
Rusty Russell committed Jul 22, 2011
1 parent 6bf4613 commit f26ce87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5dea1c88ed11a1221581c4b202f053c4fc138704
refs/heads/master: 7e1941444f808d8001aa3b63588150c516321a3c
8 changes: 2 additions & 6 deletions trunk/arch/x86/lguest/i386_head.S
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,8 @@ send_interrupts:
*/
pushl %eax
movl $LHCALL_SEND_INTERRUPTS, %eax
/*
* This is a vmcall instruction (same thing that KVM uses). Older
* assembler versions might not know the "vmcall" instruction, so we
* create one manually here.
*/
.byte 0x0f,0x01,0xc1 /* KVM_HYPERCALL */
/* This is the actual hypercall trap. */
int $LGUEST_TRAP_ENTRY
/* Put eax back the way we found it. */
popl %eax
ret
Expand Down

0 comments on commit f26ce87

Please sign in to comment.