vikram ranabhatt
2008-Jun-10 14:11 UTC
[Wine] Accessing Windows Registry through Linux C/C++ Api
Hi, I have created multiple Xen Vms using Xen Api. Host(Dom 0) is Linux and Domain U is windows. (its not a dual boot in fact all the Os instance one linux and multiple windows) I need to access Windows registry right from Linux.Is that is possible through wine API. If any other APi that allows windows registry access through Linux suggest me. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080610/596af54c/attachment.htm
Phobos
2008-Jun-10 16:56 UTC
[Wine] Re: Accessing Windows Registry through Linux C/C++ Api
I'm just guessing here... but AFAIK, DomU is contained except for the device I/O and other calls to the hypervisor (or in your case since you're using Windows, the hardware extensions and then the hypervisor) being contained means it can't be accessed directly through Dom0 or other DomUs unless you write an interface that sits in that DomU and talks directly to the hypervisor (and thus, Dom0) Wine won't help you at all with this... why do you want to access the registry this way?... maybe you can do something else...
Possibly Parallel Threads
- Bug#799122: xen-hypervisor-4.4-amd64: Networking of domUs stops working after a few minutes
- DomU Guests not shutting down nicely when Dom0 Hypervisor shuts down
- LVM Read/Write speed <10% drive''s normal speed
- how does hypervisor isolates DomU from Dom0
- how does hypervisor isolates DomU from Dom0