Neel Natu 7d69783ae4 Fix warnings/errors when building vmm.ko with gcc:
- fix warning about comparison of 'uint8_t v_tpr >= 0' always being true.

- fix error triggered by an empty clobber list in the inline assembly for
  "clgi" and "stgi"

- fix error when compiling "vmload %rax", "vmrun %rax" and "vmsave %rax". The
  gcc assembler does not like the explicit operand "%rax" while the clang
  assembler requires specifying the operand "%rax". Fix this by encoding the
  instructions using the ".byte" directive.

Reported by:	julian
MFC after:	1 week
2015-03-02 20:13:49 +00:00
..
2015-03-02 18:08:39 +00:00
2015-01-23 21:08:24 +00:00
2015-03-02 19:14:58 +00:00
2015-03-01 00:22:16 +00:00
2015-02-23 12:54:46 +00:00
2015-03-01 21:47:38 +00:00
2015-02-02 16:07:07 +00:00