search for: hap

Displaying 20 results from an estimated 225 matches for "hap".

Did you mean: ap
2009 Oct 20
1
how to draw stacked ellipses to illustrate the shared and specific of multiple objects using R
Dear R-help listers, I am now asking for helps on how to draw stacked ellipses to illustrate the shared and specific of multiple objects using R. My problem comes from my population genetics study. Now, I genotyped three species, and I get known about the amount of shared and specific haplotypes in each of the species and their combinations. I want to illustrate this result in three stack ellipses, with the shared and unique area of the stack ellipses were annotated with the relative amount. my data is as followed: ------------------------------------------------------------ hap....
2007 Sep 13
3
Hardware Assisted Paging Param and Message
This patch changes hap parameter from boolean to integer. So users can disable and enable hap using "hap=0" and "hap=1". It also prints out nested paging message under SVM. Signed-off-by: Wei Huang <wei.huang2@amd.com> _______________________________________________ Xen-devel mailing list...
2013 Jan 25
1
[PATCH] HAP: Add global enable/disable command line option
...-r e6ec5b2b717f docs/misc/xen-command-line.markdown --- a/docs/misc/xen-command-line.markdown +++ b/docs/misc/xen-command-line.markdown @@ -521,6 +521,14 @@ more importance will be printed. The optional `<rate-limited level>` option instructs which severities should be rate limited. +### hap +> `= <boolean>` + +> Default: `true` + +Flag to globally enable or disable support for Hardware Assisted +Paging (HAP) + ### hap\_1gb > `= <boolean>` @@ -534,7 +542,7 @@ Paging (HAP). > Default: `true` -Flag to enable 1 GB host page table support for Hardware Assis...
2007 Mar 22
2
[PATCH][HAP][2/2] fix CR4 initialization when hap is on
This patch initializes VMCB CR4 and shadow CR4 with 0 when VMCB is being constructed under nested paging mode. It complies with recent reset_to_realmode change in hvmloader. Signed-off-by: Wei Huang (wei.huang2@amd.com <mailto:wei.huang2@amd.com> ) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2011 Dec 10
2
HYBRID: SMP without HAP (PV MMU)
...s and it is getting complicated. I can just xen not do any TLB management and let the guest just do it after return from the hypercall. That would be simpler than hacking xen further to put in hooks for hybrid. However, before doing that, I am wondering if there is even a usecase for hybrid without HAP. The only case I can think of is dom0. For backend grant frames mapping with autoxlate/HAP, it would need to update the HAP for every frame, and don''t know if that would be a significant overhead. If not, then we don''t really have a use case for running hybrid autoxlate off, and n...
2011 Jan 17
8
[PATCH 0 of 3] Miscellaneous populate-on-demand bugs
This patch series includes a series of bugs related to p2m, ept, and PoD code which were found as part of our XenServer product testing. Each of these fixes actual bugs, and the 3.4-based version of the patch has been tested thoroughly. (There may be bugs in porting the patches, but most of them are simple enough as to make it unlikely.) Each patch is conceptually independent, so they can each
2008 Sep 05
0
3.2.1+ HVM + HAP + NUMA - Poor Memory Performance
Hi Everyone, I am running 3.2.1 on Centos 5.2 with HAP enabled, NUMA enabled, ACPI enabled and the dom0 allocated 512Mb. I have setup a single core 1Gb VM for performance testing under Windows 2008 Server. Most CPU results are within a few percent of theoretical max but Memory performance is about half what I expected. I get 3.22Gb/Sec Sandra 2009 Mem...
2012 Nov 29
4
[PATCH] x86/hap: fix race condition between ENABLE_LOGDIRTY and track_dirty_vram hypercall
...MCTL_SHADOW_OP_ENABLE_LOGDIRTY and HVMOP_track_dirty_vram hypercall. Although HVMOP_track_dirty_vram is called many times from qemu-dm which is connected via VNC, XEN_DOMCTL_SHADOW_OP_ENABLE_LOGDIRTY is called only once from a migration process (e.g. xc_save, libxl-save-helper). So the race seldom happens, but the following cases are possible. ======================================================================== [case-1] XEN_DOMCTL_SHADOW_OP_ENABLE_LOGDIRTY hypercall -> paging_enable_logdirty() -> hap_logdirty_init() -> paging_log_dirty_disable() dirty_vram = NULL...
2007 Aug 07
3
Why p2m allocation is from hap or shadow preallocated memory?
And can we make p2m memory allocation from domain heap directly? -Xin _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 Apr 20
4
debian xen 4.1 and 3.8.x kernel (from experimental)
...e the Debian wheezy kernel is just a bit too ancient. The 3.8 kernel from experimental works on bare metal, but when booting as dom0 under the xen hypervisor it crashes. I just figured out how to redirect xen output to my IPMI/BMC serial port and I see this: (XEN) HVM: Hardware Assisted Paging (HAP) detected (XEN) HVM: HAP page sizes: 4kB, 2MB (XEN) Brought up 4 CPUs (XEN) *** LOADING DOMAIN 0 *** (XEN) elf_init: not an ELF binary Does this mean that Debian is compiling the kernel incorrectly (in which case I''ll file a bug), or is my Xen now too old to support it? Thanks James
2008 Jul 31
0
[PATCH] Handle p2m_ram_ro with HAP
I realized that I had failed to cover the hardware assisted paging case in my earlier p2m_ram_ro patches. This should fix it. Note that I say "should" - I don''t actually have an NPT or EPT capable box to test this patch on, so treat it with a modicum of caution. :) The patch also contains an update to the comment for the p2m_ram_ro type, so that it describes the current
2008 Jul 31
2
Logrotate is not happing without -f option
Dear All, Currently i am using CentOS 4.4 Linux Logrotate is not happen without -f option I have executed the following logrotate /etc/logrotate.conf manually and Logrotate command exit without any error messages If i executed with -f option then Logrotate will happen I am not sure why this is happening. Can some one throw light on this. Regards -S.Balaji
2011 Feb 18
2
Re: Xen-devel Digest, Vol 71, Issue 85
...Content-Type: text/plain; charset="iso-8859-1" Hi, At 16:02 +0000 on 20 Dec (1292860962), Christoph Egger wrote: > This patch series brings Nested Virtualization to Xen. > This is the seventh patch series. Thanks for this. I''ve commented on patch 4 (core) and patch 12 (hap-on-hap) separately. Also I think we need an Acked-by: from Eddie for patches 1-8. Apart from that I think we can check these in as soon as the 4.1 branch has been taken, and fix up any remaining issues in-tree. Cheers, Tim. -- Tim Deegan <Tim.Deegan@citrix.com> Principal Software Engin...
2005 Jul 21
3
vectorising ifelse()
...(srow[i]>0, new[srow[i],zippo[i]], sample(1:100, 1, prob =Y1, rep = T)) new[i,2] = ifelse(drow[i]>0, new[drow[i]>0,zappo[i]], sample(1:100, 1, prob =Y1, rep = T)) } Where I am forced to check if the value of drow and srow are >0 for each line... in practical terms, I am attributing haplotypes to a pedigree, so I have to give the haplotypes to the parents before I give them to the offspring. The vectors *zippo* and *zappo* are the chances of getting one or the other hap from the sire and dam respectively. *gp* is the vectors of non-ancestral animals. *new* is a two col matrix wher...
2010 Jan 12
5
Get Me Outta Here! Web site security issue
Hi All, I have a CentOS 5.4 web server. I have some stuff that runs on 443. When I hit https://<the site> The user gets a warning saying that site identity could not be verified and the user can add an exception if they want. How do I stop this from happing? Do I need to buy an SSL cert? Aren't these really expensive per server and I have 5 servers I would need to do this too. Can anyone provide advice? -Jason
2012 Dec 10
26
[PATCH 00/11] Add virtual EPT support Xen.
...e EPT hardware for L2 guest''s memory virtualization. In this way, L2 guest''s performance can be improved sharply. According to our testing, some benchmarks can show > 5x performance gain. Signed-off-by: Zhang Xiantao <xiantao.zhang@intel.com> Zhang Xiantao (11): nestedhap: Change hostcr3 and p2m->cr3 to meaningful words nestedhap: Change nested p2m''s walker to vendor-specific nested_ept: Implement guest ept''s walker nested_ept: Add permission check for success case EPT: Make ept data structure or operations neutral nEPT: Try to enable...
2012 Mar 07
4
[PATCH] xen: Make sure log-dirty is turned off before trying to dismantle it
...h/x86/mm/paging.c @@ -722,6 +722,10 @@ int paging_domctl(struct domain *d, xen_ /* Call when destroying a domain */ void paging_teardown(struct domain *d) { + /* Make sure log-dirty is turned off before trying to dismantle it. + * Needs to be done here becuse it''s covered by the hap/shadow lock */ + d->arch.paging.log_dirty.disable_log_dirty(d); + if ( hap_enabled(d) ) hap_teardown(d); else
2015 Oct 08
4
problem on exceptional quit
Dear Johnny, Yes, I have tried much larger numbers than 60 and 3 for the above two parameters respectively. And I am sure it is using ?protocol 2? because it?s uncommented in sshd_config. Is there a way to catch what?s happing before quit? I couldn?t see anything except for the line ?write failed, broken pipe?. Thanks. Hua At 2015-10-08 19:37:24, "Johnny Hughes" <johnny at centos.org> wrote: >On 10/07/2015 10:45 PM, Hua Wang wrote: >> >>> >>>> I tried to ping the serv...
2005 May 20
4
(no subject)
Hi all I have just finished installing / configuring my dovecot IMAP server. Im seeing something weird happing. It seems my Winblows Outlook users are experiencing a problem whereby when they delete an email, Outlook puts a line though the email, but the mail does not delete. Im not sure if this is a an outlook problem or a dovecot IMAP problem. I cant see anything in the conf file to suggest that i...
2005 Jun 23
3
Automated YUM update kills DNS
...ting themselves to the latest versions of BIND, automatically replaced /etc/named.conf with a new one and saved the old one as /etc/named.conf.rpmsave. Which of course broke DNS for those servers. All servers got updated, but only two of them did the rewrite. Any ideas as to why it might have happed, or how to make sure it doesn't happen again? Hopefully nothing so simplistic as "exclude bind from auto updates" though if that's the only answer, we'll take it. Thanks. Jeff -- Jeff Lasman, Nobaloney Internet Services 1254 So Waterman Ave., Suite 50, San Bernardino,...