search for: mukesh

Displaying 20 results from an estimated 75 matches for "mukesh".

2013 Jan 19
21
[PATCH]: PVH: specify xen features strings cleany for PVH
On Thu, 17 Jan 2013 22:22:47 -0500 Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote: > Jan had some comments about that patch: > > https://patchwork.kernel.org/patch/1745041/ > > Please fix it up so I can put it in the Linux tree. Please see below. Signed-off-by: Mukesh Rathor <mukesh.rathor@oracle.com> Thanks, Mukesh diff --git a/arch/x86/xen/xen-head.S b/arch/x86/xen/xen-head.S index 1a6bca1..543877d 100644 --- a/arch/x86/xen/xen-head.S +++ b/arch/x86/xen/xen-head.S @@ -14,12 +14,17 @@ #include <asm/xen/interface.h> #ifdef CONFIG_XEN_X86_PVH -...
2012 Apr 26
3
[help]: VPID tagged TLBs question.
...d/asid, hence, discard all previously used VPID tagged TLBs. In particular, consider a PV guest: write_ptbase -> write_cr3 -> hvm_flush_guest_tlbs -> hvm_asid_flush_core(). Since the PV guest is only using VPID 0 tagged TLBs, why do we need to flush all TLBs for all HVM guests? thanks Mukesh
2012 Aug 29
4
xen debugger (kdb/xdb/hdb) patch for c/s 25467
....xen.org/ext/debuggers.hg/ has gotten outdated, I wasn''t sure if anyone was even looking at it. But, it looks like there is much interest, so I will just submit patch to Keir for his feedback on merging it in xen. Please voice your opinion here. Good seeing all at the summit :). Thanks, Mukesh
2012 Oct 24
7
[PATCH 4/5] xen: arm: implement remap interfaces needed for privcmd mappings.
We use XENMEM_add_to_physmap_range which is the preferred interface for foreign mappings. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> --- arch/arm/include/asm/xen/interface.h | 1 + arch/arm/xen/enlighten.c | 100 +++++++++++++++++++++++++++++++++- arch/x86/include/asm/xen/interface.h | 1 + include/xen/interface/memory.h | 18 ++++++ 4 files changed,
2012 May 04
9
[hybrid]: unable to boot hvm due to eflags.ID
...why if (has_eflag(X86_EFLAGS_ID)) returns false in my HVM domU. Standard function has_eflag() in cpucheck.c running in real mode. Works fine on PV dom0, but fails when guest is booting on my hybrid dom0. LMK if any ideas. I''ll keep digging in the manuals, but nothing so far. thanks, Mukesh
2008 Oct 07
6
A race condition introduced by changeset 15175: Re-init hypercall stubs page after HVM save/restore
For an SMP Linux HVM guest with PV drivers inserted, when we do save/restore (or LiveMigration) for the guest, it might panic after it''s restored. The panic point is inside ap_suspend(): .... while (info->do_spin) { cpu_relax(); read_lock(&suspend_lock); HYPERVISOR_yield(); ----> guest might panic on the invocation of this function.
2012 Mar 20
5
[hybrid]: hang in update_wall_time
...is time_calibration_std_rendezvous() in c->stime_master_stamp. Chasing that, seems to come from read_platform_stime(). The jump happens after switch to xen clocksource in dom0. I''ll continue to debug, but let me know if you have any thoughts or idea what might be going on. thanks, Mukesh
2009 Jan 31
2
Re: Debugging Xen via serial console
Hi, kdb: to debug xen hypervisor, could also debug guests gdbsx: to debug PV/HVM linux guests The tree is : http://xenbits.xensource.com/ext/debuggers.hg See README-dbg. You''ll need to setup serial access for kdb. Thanks, Mukesh > > Hi Dan, > > I''m currently using your version of ssplitd as it is. I haven''t tried > kdb. For some reason I thought that was for debugging guest domains. > I''ll look into it. As for resurrecting the gdbstub, I''m *NOT* familiar >...
2009 Oct 23
11
soft lockups during live migrate..
...g run. May be create a certain class of pages, that once migrated, are ''w'' protected, and any write faults on them are resolved on the target system, is one idea. Incidentally, IBM took the reverse approach. The (VCPU) contexts are migrated and pages are pulled in. thanks, Mukesh _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2010 May 21
10
increase evtchn limits
...he design on the fly here). I can create a new vcpuop saying the guest is using newer version. Or forget new version of shared_info{}, I can just put evtchn stuff in my own mfn and tell hypervisor to relocate it, (just like vcpu_info does) via new VCPUOP_ call. Keir, what do you think? thanks, Mukesh _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Jul 26
2
[LLVMdev] Request: As a contributor.
...nown and explored a lot by you as seen from your publications, but tuning LLVM with MPI(in particular OpenMPI) and other HPC requirement still needs to be explored. I think you will appreciate my initiative as a contributor to LLVM. A brief about me could be available in http://www.linkedin.com/in/mukeshksrivastava Looking forward. ~BR Mukesh K Srivastava -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080726/5d73e7ac/attachment.html>
2011 Nov 09
3
Mongo adapter
I have setup mongo database and want to know which one would be best adapter ( mongo_mapper , mongoid, dm-mongo-adapter ) in terms of Associations, include option for eager-loading . -- Regards Mukesh Paras Singh -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+un...
2013 Dec 06
36
[V6 PATCH 0/7]: PVH dom0....
...7 adds option to boot a dom0 in PVH mode. The rest support tool stack on a pvh dom0. These patches are based on c/s: 4b07b3cbf29f66da6090d52e75b5fdae592c6441 These can also be found in public git tree at: git://oss.oracle.com/git/mrathor/xen.git branch: dom0pvh-v6 Thanks for all the help, Mukesh
2013 Nov 18
6
[PATCH RFC v2] pvh: clearly specify used parameters in vcpu_guest_context
...be set once the vCPU is started using the bare metal methods. Additionally, the guest can also set cr0 and cr4, and those values will be appended to the default values set by Xen. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> Cc: George Dunlap <george.dunlap@eu.citrix.com> Cc: Mukesh Rathor <mukesh.rathor@oracle.com> Cc: Jan Beulich <JBeulich@suse.com> Cc: Tim Deegan <tim@xen.org> Cc: Keir Fraser <keir@xen.org> --- xen/arch/x86/domain.c | 24 ++++++++++++++++-------- xen/arch/x86/hvm/vmx/vmx.c | 6 +----- xen/include/asm-x86/hvm/...
2012 Jan 21
2
[Ques]:xen_ident_map_ISA ant it's mfns...
...MID_IO. Before the mfn is mapped, the l1 entry is not empty: 0000000139d08500: 00100001380a0027 After the mapping: 0000000139d08500: 00100000000a0467 as expected. However, the mfn 1380a0 still seems to belong to dom0. Shouldn''t that have been returned back to the xen heap? thanks, Mukesh
2011 Sep 01
3
DOM0 Hang on a large box....
...fff83007f4dba50: 0000000000000000 ffffffffc0000000 @ ffff83007f4dba60: ffffffffffffffff ffffffffffffffff @ ffff83007f4dba70: ffffffffffffffff ffffffffffffffff Finally, ticketing is used for spin locks. Hi Jan, what is the largest system this was tested on? Have you seen this before? thanks, Mukesh _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2012 Mar 23
10
[hybrid] : mmap pfn space...
...pfn in dom0. Stefano, your concern was stuff mapped there causing problems in future. But we can always look at the e820 for conflicts. Keeping things fast is important for us . Please let me know if you still have issues with my approach. I believe this is what Ian is doing on ARM port. thanks, Mukesh
2013 May 16
5
xc_map_foreign_bulk() memory leak in ARM version?
Hi Xen folks! I''ve faced with one strange thing in ARM version of Xen: when I use xc_map_foreign_bulk() to map some memory from domU to dom0, after unmap() for previous returned address - memory is not freed at all. Let''s look at call stack: xc_map_foreign() -> linux_privcmd_map_foreign_bulk() -> { addr = mmap(fd); ioctl(fd, IOCTL_PRIVCMD_MMAPBATCH_V2 );
2008 Oct 04
3
Palm OS port
hello all, At my workplace, our colleague Mukesh has just completed a port of speex 1.2.1 to Palm OS. He had to write a couple of mathlib functions, but the trunk remains unchanged. It works quite well, I was wondering if there will be any interest in this port in the distribution. - farhan
2013 Feb 23
1
[PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL
...h meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. Signed-off-by: Kees Cook <keescook at chromium.org> Cc: Stefano Stabellini <stefano.stabellini at eu.citrix.com> Cc: Mukesh Rathor <mukesh.rathor at oracle.com> Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com> --- arch/x86/xen/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig index 93ff4e1..8cada4c 100644 --- a/arch/x86/xen/Kconfi...