~ressu/+junk/xen-debian

« back to all changes in this revision

Viewing changes to xen/include/asm-x86/hvm/svm/emulate.h

  • Committer: sami at haahtinen
  • Author(s): Bastian Blank
  • Date: 2011-03-17 14:12:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: sami@haahtinen.name-20110317141245-owgqox0l0p3g5857
Tags: 4.1.0~rc6-1
* New upstream release candidate.
* Build documentation using pdflatex.
* Use python 2.6. (closes: #596545)
* Fix lintian override.
* Install new tools: xl, xenpaging.
* Enable blktap2.
  - Use own md5 implementation.
  - Fix includes.
  - Fix linking of blktap2 binaries.
  - Remove optimization setting.
* Temporarily disable hvmloader, wants to download ipxe.
* Remove xenstored pid check from xl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    INSTR_INT3,
33
33
    INSTR_RDTSC,
34
34
    INSTR_PAUSE,
 
35
    INSTR_XSETBV,
35
36
    INSTR_MAX_COUNT /* Must be last - Number of instructions supported */
36
37
};
37
38