search for: vmc

Displaying 13 results from an estimated 13 matches for "vmc".

Did you mean: vma
2012 Aug 08
1
migration with non-root user
Hi, I had a VM running on c3rh2 under 'vmc' user: [vmc at c3rh2 .ssh]$ virsh list --all Id Name State ---------------------------------------------------- 1 vs2relocate_nonRoot running After the virsh migration command, "virsh migrate --live --unsafe vs2relocate_nonRoot qemu+ssh://vmc...
2008 Dec 14
5
[PATCH] AF_VMCHANNEL address family for guest<->host communication.
...TCP/IP for this purpose since network connectivity may not exist between host and guest and if it exists the traffic can be not routable between host and guest for security reasons or TCP/IP traffic can be firewalled (by mistake) by unsuspecting VM user. This patch implement new address family AF_VMCHANNEL that is used for communication between guest and host. Channels are created at VM start time. Each channel has a name. Agent, that runs on a guest, can send/receive data to/from a channel by creating AF_VMCHANNEL socket and connecting to a channel using channels name as an address. Only stre...
2008 Dec 14
5
[PATCH] AF_VMCHANNEL address family for guest<->host communication.
...TCP/IP for this purpose since network connectivity may not exist between host and guest and if it exists the traffic can be not routable between host and guest for security reasons or TCP/IP traffic can be firewalled (by mistake) by unsuspecting VM user. This patch implement new address family AF_VMCHANNEL that is used for communication between guest and host. Channels are created at VM start time. Each channel has a name. Agent, that runs on a guest, can send/receive data to/from a channel by creating AF_VMCHANNEL socket and connecting to a channel using channels name as an address. Only stre...
2009 Feb 26
2
When ODBC native support in wine?
Hello, first , I would like to thank you for your great work with wine. When will be possible I fine implementation of ODBC support in wine? the actual with MDAC25 /27/28 are not very fine and a lot of people have a lot of problem .... where are a very high application number that need this feature for run proporty. Thanks a lot
2006 Feb 18
4
[PATCH] HVM x86_32 PAE guest support on 64-bit Xen
The patch enables x86_32 PAE unmodified guests on 64-bit Xen when the hvm feature is present. We tested only Linux at this point, and we''ll improve the functionality as we test other guests. The SVM needs the equivalent changes to the vmc.c to get this functionality working, but this patch does not break the build. Signed-off-by: Jun Nakajima <jun.nakajima@intel.com> Signed-off-by: Xiaohui Xin <xiaohui.xin@intel.com> Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com> b/xen/arch/x86/shadow_guest32pae.c | 18...
2007 Jun 06
1
Users can Read but not Write / Delete Files
...= yes inherit permissions = yes # image depository [image] comment = Disk Image Repository path = /mnt/data/image browseable = no write list = NYC-14\mcasale, NYC-14\Administrator, "NYC-14\Domain Admins" # intranet site files for access by the Intranet server VMC [intranet] path = "/mnt/data/company/Web Development/Intranet" browsable = no guest ok = yes # valid users = NYC-14\sys_web, NYC-14\vmc$ # server root - for backup only [home] path = /mnt/data valid users = NYC-14\Services, root, NYC-14\Administrator, "NYC-14...
2006 Nov 19
0
Problem With Groups in Samba 3.0.23 ?
...ge depository [image] comment = Disk Image Repository # path = /mnt/data/image path = /share6 browseable = yes write list = NYC-14\mcasale, NYC-14\Administrator, "NYC-14\Domain Admins" # intranet site files for access by the Intranet server VMC [intranet] # path = "/mnt/data/company/Web Development/Intranet" path = /share7 browsable = no guest ok = yes # valid users = NYC-14\sys_web, NYC-14\vmc$ # server root - for backup only [home] # path = /mnt/data path = /share8...
2006 Nov 17
1
Groups not emulating in Samba3.0.23d-SerNet-RedHat
...missions = yes # image depository [image] comment = Disk Image Repository # path = /mnt/data/image path = /share6 browseable = yes write list = NYC-14\mcasale, NYC-14\Administrator, "NYC-14\Domain Admins" # intranet site files for access by the Intranet server VMC [intranet] # path = "/mnt/data/company/Web Development/Intranet" path = /share7 browsable = no guest ok = yes # valid users = NYC-14\sys_web, NYC-14\vmc$ # server root - for backup only [home] # path = /mnt/data path = /share8 valid users = NYC-14\Services,...
2007 Aug 15
0
Branch 'vivi' - 13 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_debugger.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_types.h vivified/core vivified/ui
...en-vmh vivi_marshal.h || cp xgen-vmh vivi_marshal.h) \ + && rm -f xgen-vmh + +vivi_marshal.c: vivi_marshal.list vivi_marshal.h Makefile + (echo "#include \"vivi_marshal.h\""; \ + $(GLIB_GENMARSHAL) --prefix=vivi_marshal $(srcdir)/vivi_marshal.list --body;) >> xgen-vmc \ + && cp xgen-vmc vivi_marshal.c \ + && rm -f xgen-vmc + diff --git a/vivified/core/vivi_debugger.c b/vivified/core/vivi_debugger.c index fcad454..70c71b3 100644 --- a/vivified/core/vivi_debugger.c +++ b/vivified/core/vivi_debugger.c @@ -23,6 +23,7 @@ #include "vivi_debugg...
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
2006 May 17
20
X86_emulate to be moved into qemu...
> Hmmm... wouldn''t it be nice if we didn''t have a bespoke, > buggy & incomplete emulator for hvm mmio. ;-) In the process of solving this one, I''ve got to (another) of the blocking points... At the moment, we translate the virtual address from the guest in the page-fault-handler to guest physical address via the gva_to_gpa() function in svm.c/vmx.c:
2003 Aug 22
3
PAE removal patch for testing
...6 @@ * * Total memory size may be set by the kernel environment variable * hw.physmem or the compile-time define MAXMEM. - * - * XXX first should be vm_paddr_t. */ static void getmemsize(int first) @@ -1433,8 +1426,8 @@ u_int basemem, extmem; struct vm86frame vmf; struct vm86context vmc; - vm_paddr_t pa, physmap[PHYSMAP_SIZE]; - pt_entry_t *pte; + vm_offset_t pa, physmap[PHYSMAP_SIZE]; + pt_entry_t pte; const char *cp; struct { u_int64_t base; @@ -1490,7 +1483,7 @@ */ for (pa = trunc_page(basemem * 1024); pa < ISA_HOLE_START; pa += PAGE_SIZE) { - pte = vtopt...
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
...en-vmh vivi_marshal.h || cp xgen-vmh vivi_marshal.h) \ + && rm -f xgen-vmh + +vivi_marshal.c: vivi_marshal.list vivi_marshal.h Makefile + (echo "#include \"vivi_marshal.h\""; \ + $(GLIB_GENMARSHAL) --prefix=vivi_marshal $(srcdir)/vivi_marshal.list --body;) >> xgen-vmc \ + && cp xgen-vmc vivi_marshal.c \ + && rm -f xgen-vmc + diff --git a/vivified/core/vivi_debugger.c b/vivified/core/vivi_debugger.c index fcad454..70c71b3 100644 --- a/vivified/core/vivi_debugger.c +++ b/vivified/core/vivi_debugger.c @@ -23,6 +23,7 @@ #include "vivi_debugg...