search for: always_emul

Displaying 3 results from an estimated 3 matches for "always_emul".

2011 Nov 10
3
[PATCH] libxl: use named options for tsc_mode
...should be provided to the guest (X86 only). Specifying this option as a number + is deprecated. Options are: + + * `"default"`: guest rdtsc/p executed natively when monotonicity + can be guaranteed and emulated otherwise (with frequency scaled + if necessary). + + * `"always_emulate"`: guest rdtsc/p always emulated at 1GHz (kernel + and user). + + * `"native"`: guest rdtsc always executed natively (no + monotonicity/frequency guarantees); guest rdtscp emulated at + native frequency if unsupported by h/w, else executed natively. + + * `"na...
2013 May 14
59
HVM Migration of domU on Qemu-upstream DM causes stuck system clock with ACPI
This is problem 1 of 3 problems we are having with live migration and/or ACPI on Xen-4.3 and Xen-4.2. Any help would be appreciated. Detailed description of problem: We are using Xen-4.3-rc1 with dom0 running Ubuntu Precise and 3.5.0-23-generic kernel, and domU running Ubuntu Precise (12.04) cloud images running 3.2.0-39-virtual. We are using the xl.conf below on qemu-upstream-dm and HVM and
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces previous postings of those patches. The main difference is that the xl cfg file is now formatted using POD instead of markdown and presented as a manpage. I have setup a cron job to build docs/html and publish it at http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now). The motivation for some of these patches