search for: msg00198

Displaying 6 results from an estimated 6 matches for "msg00198".

Did you mean: msg00118
2006 Dec 05
3
Question regarding VM_EXIT and VGA
Hi I am working on a project using WINDOWS guest on XEN archticture. I have a couple of questions. As I understand when a VM exit occurs due to I/O like say a mouse interrupt -- the XEN hypervisor gets a notification and it forwards the I/O request to the qemu-dm in Domain-0 via an event channel. Now during this VM exit , is the guest OS blocked ? Specifically, what about VGA writes are they
2007 Oct 19
0
branch tracing and MSR usage
...to use the branch tracing facilities of the processor. I.e. we need to be able to write to the IA32_DEBUGCTL MSR and read from the Last Branch Record (LBR) stack (the second of which it appears we can do). We saw a thread discussing this: http://lists.xensource.com/archives/html/xen-devel/2007-08/msg00198.html . However, it doesn''t appear that the method was ever finalized, and we were unable to find a patch. Does such a patch exist, or is there simple way we can read and write to the necessary MSRs in our VM? Can we just hack the xen code to set the correct bits in the VMCS MSR bitmaps?...
2007 Oct 22
0
branch trace msr question
...to use the branch tracing facilities of the processor. I.e. we need to be able to write to the IA32_DEBUGCTL MSR and read from the Last Branch Record (LBR) stack (the second of which it appears we can do). We saw a thread discussing this: http://lists.xensource.com/archives/html/xen-devel/2007-08/msg00198.html . However, it doesn''t appear that the method was ever finalized, and we were unable to find a patch. Does such a patch exist, or is there simple way we can read and write to the necessary MSRs in our VM? Can we just hack the xen code to set the correct bits in the VMCS MSR bitmaps?...
2010 Dec 11
2
LXC Live Migration possible?
Hallo everyone, in March 2010 there was a discussion[1] about live migration of LXC Containers using libvirt. I was just wondering if there are any updates to this? regards, Dan Luedtke [1] http://www.mail-archive.com/lxc-users at lists.sourceforge.net/msg00198.html -- https://www.danrl.de/ GPG Key ID: 0xF8504F3E
2016 Sep 29
3
[PATCH 2/2] v2v: ova: support SHA256 hashes in manifest
The OVF standard allows the use of SHA256 hashes in the manifest file. Adding support for this. Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> --- v2v/input_ova.ml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/v2v/input_ova.ml b/v2v/input_ova.ml index 513fe30..5420c85 100644 --- a/v2v/input_ova.ml +++ b/v2v/input_ova.ml @@ -133,7 +133,7
2018 Feb 03
0
as.list method for by Objects
.../bugzilla3/show_bug.cgi?id=78 , in "the prototype" (S), 'as.list' on a data frame gave a list, not a data frame as given by the default 'as.list' in R. That led to introduction of 'as.list.data.frame'. - From https://biostat-lists.wustl.edu/sympa/arc/s-news/1999-07/msg00198.html , with s <- c("a"=1, "b"=2) , as.list(z) doesn't have names in S-PLUS 3.4, different from in R. In S-PLUS 5.1, as.list(z) has names, like in R. In "Details" section, the documentation, list.Rd, mentions this about 'as.list'. Attributes may be dropp...