Displaying 20 results from an estimated 20000 matches similar to: "[PATCH] - Hotkey to break hypervisor out of tight loop"
2008 May 15
0
[PATCH][QEMU] serial save load fix
NOTE: An applicable subset of this patch was also submitted to upstream
qemu.
SUMMARY:
This patch fixes several bugs in serial.c
(1) A typo in serial_save() where qemu_get_8s is called (should be
qemu_put_8s)
(2) No support provided in serial_load() for version_id == 1 (should
unmarshal
a 1 byte s->divider and should provide a default value for s->fcr
(3) Call serial_ioport_write() to
2007 Sep 06
0
[PV-onHVM][Xen][PATCH 2/3] Fix kthread_create
This is the xen part of the kthread patch
This part simply fixes a compiler warning we get when compiling for a
uniprocessor guest kernel.
Signed-off-by: Ben Guthro <bguthro@virtualiron.com>
Signed-off-by: Robert Phillips <rphillips@virtualiron.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2007 Sep 27
1
Unsigned bug in rdmsr_hypervisor_regs/wrmsr_hypervisor_regs
The code, below, in rdmsr_hypervisor_regs (in xen/arch/x86/traps.c) looks
wrong. (The same code is in wrmsr_hypervisor_regs.)
int rdmsr_hypervisor_regs(
uint32_t idx, uint32_t *eax, uint32_t *edx)
{
idx -= 0x40000000;
if ( idx > 0 )
return 0;
...
The intent, apparently, is that the function should return zero if the
original idx exceeds 0x40000000.
However because idx is
2006 Jun 30
5
[PATCH - proposed] XI Shadow Page Table Mechanism]
Hi, Robert,
I found out another confusing code snippet:
in void xi_invl_mfn(struct domain *d, unsigned long mfn)
if (ext && pfn < ext->large_page_aligned_size)
According to the code, it should be
if (ext && (pfn>>SPT_ENTRIES_ORDER) < ext->large_page_aligned_size)
If I made any mistake, please point it out.
2006 Jul 01
3
Page fault is 4 times faster with XI shadow mechanism
Hello Han,
I am pleased you approve of the design and implementation of the XI shadow
mechanism. And I appreciate the time and care you''ve taken in reviewing this
substantial body of new code.
You asked about performance statistics. With the current XI patch, we are
seeing the following:
- page faults times for XI are about 4 times faster than non-XI:
10.56 (non-XI) vs 2.43
2019 Apr 17
1
Fix: hotkey uppercasing too wide
Hello,
Stumble upon this issue. If one define digits as hotkeys, the action is also taken for the non-reserved CTRL-P to CTRL-Y (also affect ASCII prior to digits). Here's a quick patch, quickly tested for action on uppercase/lowercase and digit and inaction on "matching" CTRL key.
Regards,
Dany
*Sample config section*
LABEL extra2
MENU LABEL ^2. Two
# pressing 2 activates
2009 Mar 02
3
[LLVMdev] Tight overlapping loops and performance
> Date: Mon, 2 Mar 2009 13:41:45 -0800
> From: eli.friedman at gmail.com
> To: llvmdev at cs.uiuc.edu
> Subject: Re: [LLVMdev] Tight overlapping loops and performance
>
> Hmm, on my computer, I get around 2.5 seconds with both gcc -O3 and
> llvm-gcc -O3 (using llvm-gcc from svn). Not sure what you're doing
> differently; I wouldn't be surprised if it's
2020 Oct 28
0
PJSIP tight loop on auth failure
On Wed, Oct 28, 2020 at 2:31 PM Kingsley Tart - Barritel Ltd <
kingsley.tart at barritel.com> wrote:
> Hi,
>
> We're using Asterisk 13.17.0 with PJSIP 2.8 bundled.
>
> I've found an issue when Asterisk tries to make a SIP call out using
> auth, but has the wrong credentials and keeps getting returned a SIP
> 407, in this example to an OpenSIPs server requiring
2020 Oct 28
1
PJSIP tight loop on auth failure
On Wed, 2020-10-28 at 14:40 -0300, Joshua C. Colp wrote:
> This is not yet fixed, but is being worked on. I have it as a
> security issue currently out of caution (although I don't think we'll
> treat it as one after further investigation).
Right OK, thanks.
Do you have any idea of the sort of timescale, and whether it'll be
available as a patch that we can apply to our
2020 Oct 29
0
PJSIP tight loop on auth failure
Hi,
What if some fail2ban magic could keep OpenSIPs response from hitting
Asterisk after N attempts ?
Le mer. 28 oct. 2020 à 18:32, Kingsley Tart - Barritel Ltd <
kingsley.tart at barritel.com> a écrit :
> Hi,
>
> We're using Asterisk 13.17.0 with PJSIP 2.8 bundled.
>
> I've found an issue when Asterisk tries to make a SIP call out using
> auth, but has the wrong
2012 Jun 25
0
"Tight" Axes in Prepanel Function
How do I specify a "tight" y-axis, where the plot completely fills the
y-axis range, inside the prepanel function? For example, consider the
following code:
require(lattice)
set.seed(12345)
x <- 1:1000
y <- cumsum(rnorm(length(x)))
prepanel.test <- function(x, y, groups = NULL, subscripts = NULL, ...) {
if (is.null(groups)) {
result <- list(ylim = range(y))
}
2008 Aug 04
1
About "MENU TITLE" and possible hotkey handling
3.71, using isolinux and simple menu system menu.c32
To avoid having many different menu config files (one for each submenu) I'm
trying switching from the once required syntax
====
MENU LABEL > ^Firmware/BIOS
KERNEL menu.c32
APPEND menufw.cfg
====
to
====
MENU BEGIN
MENU TITLE ^Firmware/BIOS
<stuff that was inside menufw.cfg>
MENU END
====
However, it's not
2004 Dec 18
1
voicemailmain hotkey
Hi Folks
Since updated to 1.0.1/2 I got a prob with the hotkey to
access voicemailmain.
According to the wiki
"0" jumps to extension "o" and "*" to "a"
"0" isn't working, I get vm-sorry followed by HangUp :(
"*" is working and I get access.
So I changed the dialplan to get my voicemail managed.
Tested on zaphfc and capi
Is
2020 Oct 28
4
PJSIP tight loop on auth failure
Hi,
We're using Asterisk 13.17.0 with PJSIP 2.8 bundled.
I've found an issue when Asterisk tries to make a SIP call out using
auth, but has the wrong credentials and keeps getting returned a SIP
407, in this example to an OpenSIPs server requiring user auth.
Basically this happens:
1. Asterisk sends plain INVITE to OpenSIPs
2. OpenSIPs responds with SIP 407 auth required with a
2007 May 30
1
Changing hotkey when booting thru syslinux
Hey,
I want to change the default "shift" key to fall into the syslinux
shell to something else but wasn't able to find the code where this is
done. Can someone point me to this?
thanks.
Ram
2009 Mar 03
0
[LLVMdev] Tight overlapping loops and performance
On Mon, Mar 2, 2009 at 4:58 PM, Jonathan Turner <probata at hotmail.com> wrote:
> The crux of the example still seems intact.
Have you tried putting something non-trivial (like asm("nop;");) where
you'd put the code that runs on the timeout?
-Eli
2007 Mar 08
2
Hotkey between Xorg and Wine applications
Hello!
I'm trying to install a Windows application called Macro Express, wich
automatizes a lot of process with recorded macros. The macros are called by
pressing Hotkeys combinations like Control+1 or Control+2 etc. Then, the
macro sends keys to applications.
I have installed the program on kubuntu and Wine 0.9.30. The problems are
that it only regonizes Hotkeys when Macro Express window is
2009 Mar 02
0
[LLVMdev] Tight overlapping loops and performance
On Mon, Mar 2, 2009 at 11:38 AM, Jonathan Turner <probata at hotmail.com> wrote:
> With gcc -O3 4.2 and 4.4 we match 1.0s. The LLVM, after running it through
> opt -std-compile-opts, is around 1.7s.
Hmm, on my computer, I get around 2.5 seconds with both gcc -O3 and
llvm-gcc -O3 (using llvm-gcc from svn). Not sure what you're doing
differently; I wouldn't be surprised if
2009 Mar 02
0
[LLVMdev] Tight overlapping loops and performance
On Mon, Mar 2, 2009 at 2:45 PM, Jonathan Turner <probata at hotmail.com> wrote:
> For which version of gcc? I should mention I'm on OS X and using the LLVM
> SVN.
gcc 4.3. It's also possible this is processor-sensitive.
>> First, try looking at the generated code... the code LLVM generates is
>> probably not what you're expecting. I'm getting the
2009 Mar 02
2
[LLVMdev] Tight overlapping loops and performance
I was playing around in x86 assembly the other day, looking at ways to optimize my cooperative multitasking system. Currently, it uses a 'timeout' counter that is decremented each time through a loop, letting me stop the loop and go to the next cooperative thread if the loop runs a little long.
The asm has two overlapping loops:
---
_main:
mov ecx, 1000000000
timeoutloop: