search for: copypasted

Displaying 20 results from an estimated 44 matches for "copypasted".

Did you mean: copy&pasted
2012 Aug 28
2
[LLVMdev] Function inlining and JIT
My JIT compiler builds the optimization passes with code directly copypasted from `opt'. Indeed, the code is optimized as required, except from function inlining. If the LLVM assembler code emitted by my JIT compiler is passed through `opt' with -O2 or higher, small functions are inlined as expected. Is there anything special about function inlining in the JIT?
2009 Apr 13
1
"Select Script File" window
Suddenly WINE have started to bring a Select Script File window whenever I try to start application with its parameters from a shortcut. Image:[Image: http://img523.imageshack.us/img523/4844/wineselectscript.jpg ] This is the full copypaste from a terminal when I try to execute the line that the shortcut would too: Code: epri at epri-ubu32-desk:~$ wine "/home/epri/.wine/drive_c/Program
2009 May 20
1
Re: "Select Script File" window
austin987 wrote: > On Mon, Apr 13, 2009 at 7:58 AM, rautamiekka <wineforum-user at winehq.org> wrote: > > > Suddenly WINE have started to bring a Select Script File window whenever I try to start application with its parameters from a shortcut. > > > > Image:[Image: http://img523.imageshack.us/img523/4844/wineselectscript.jpg ] > > > > > > This
2016 Feb 14
1
[PATCH 01/17] drm/virtio: removed optional dummy encoder mode_fixup function.
On Fri, Feb 12, 2016 at 01:50:53PM +0000, Carlos Palminha wrote: Sob-line from you is missing on all patches, I can't merge them. Also please copypaste a default blurb to all patches that this is only recently no longer needed. And dunno what happened to your patch series, the threading is somehow broken. In case your mail server doesn't accept a big patch series you can first format
2016 Feb 14
1
[PATCH 01/17] drm/virtio: removed optional dummy encoder mode_fixup function.
On Fri, Feb 12, 2016 at 01:50:53PM +0000, Carlos Palminha wrote: Sob-line from you is missing on all patches, I can't merge them. Also please copypaste a default blurb to all patches that this is only recently no longer needed. And dunno what happened to your patch series, the threading is somehow broken. In case your mail server doesn't accept a big patch series you can first format
2013 Jul 08
2
Re: deadlock on connection loosing
On 07.07.2013 01:53, Александр wrote: > В письме от Воскресенье, 30-июн-2013 03:41:37 пользователь Александр написал: >> В письме от Вторник, 25-июн-2013 11:47:10 пользователь Michal Privoznik .... > > i have found source of problem, my code looks like this: > > int count = virConnectListAllDomains(connection, NULL, 0); > .... > domain = virDomainDefineXML(connection,
2019 Apr 12
2
Mail account brute force / harassment
> > You are running some kind of proxy in front of it. No proxy. Just sendmail with users using emacs/Rmail or Webmail/Squirrelmail. > If you want it to show real client IP, you need to enable forwarding of > said data. With dovecot it's done by setting > > login_trusted_networks = your-upstream-host-or-net > > in backend config file. > OK I changed it and
2019 Apr 12
1
Mail account brute force / harassment
> > > On 12 April 2019 21:45 Robert Kudyba via dovecot <dovecot at dovecot.org> > wrote: > > > > > > > You are running some kind of proxy in front of it. > > > > No proxy. Just sendmail with users using emacs/Rmail or > Webmail/Squirrelmail. > > > > > If you want it to show real client IP, you need to enable forwarding > of
2011 Dec 07
8
DomU pygrub issue - OSS Xen to XCP
Hi, All I''m just new to this list, I''m started to dealing with OSS Xen to XCP migration earlier this week, seem the domUs installed via virt-install are function well, but domUs copied via dom0 are failed during bootup process, finally I realize if I could fix this on my OSS Xen will resolve all. Can I have any suggestion from you please ? *Details* *Source XenHost* OS:
2019 May 08
2
[PATCH 04/10] s390/mm: force swiotlb for protected virtualization
On Fri, 26 Apr 2019 20:32:39 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > On s390, protected virtualization guests have to use bounced I/O > buffers. That requires some plumbing. > > Let us make sure, any device that uses DMA API with direct ops > correctly is spared from the problems, that a hypervisor attempting > I/O to a non-shared page would bring. > >
2019 May 08
2
[PATCH 04/10] s390/mm: force swiotlb for protected virtualization
On Fri, 26 Apr 2019 20:32:39 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > On s390, protected virtualization guests have to use bounced I/O > buffers. That requires some plumbing. > > Let us make sure, any device that uses DMA API with direct ops > correctly is spared from the problems, that a hypervisor attempting > I/O to a non-shared page would bring. > >
2019 Apr 15
1
[PATCH 00/15] Share TTM code among framebuffer drivers
...ory is manged - also just bake in the lru eviction list and algorithm - probably good to have built-in support for redirecting the mmap between shmem and iomem. - anything that needs pipelining or copy engines would be out of scope for these helpers I think for starting points we can go with a copypasted version of the various ttm implementations we already have, and then simplify from there as needed. Or just start fresh if that's too complicated, due to the issue Christian highlighted. -Daniel > Best regards > Thomas > > > > > cheers, > > Gerd > > > &...
2012 Aug 28
0
[LLVMdev] Function inlining and JIT
On Aug 28, 2012, at 4:28 PM, Óscar Fuentes <ofv at wanadoo.es> wrote: > My JIT compiler builds the optimization passes with code directly > copypasted from `opt'. Indeed, the code is optimized as required, except > from function inlining. If the LLVM assembler code emitted by my JIT > compiler is passed through `opt' with -O2 or higher, small functions are > inlined as expected. > > Is there anything special about function...
2014 Jun 17
0
Bug#751894: update
Sorry I made copypaste mistake with version numbers. I haven't checked other versions than sid. I can check others if needed. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL:
2019 Apr 01
1
[PATCH 2/3] drm/bochs: add missing drm_atomic_helper_shutdown() call.
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/bochs/bochs_kms.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/bochs/bochs_kms.c b/drivers/gpu/drm/bochs/bochs_kms.c index 9e7cd6b34106..93cb27f93d39 100644 --- a/drivers/gpu/drm/bochs/bochs_kms.c +++ b/drivers/gpu/drm/bochs/bochs_kms.c @@ -293,6 +293,7 @@ int bochs_kms_init(struct bochs_device
2019 Apr 12
0
Mail account brute force / harassment
> On 12 April 2019 21:45 Robert Kudyba via dovecot <dovecot at dovecot.org> wrote: > > > > You are running some kind of proxy in front of it. > > No proxy. Just sendmail with users using emacs/Rmail or Webmail/Squirrelmail. > > > If you want it to show real client IP, you need to enable forwarding of said data. With dovecot it's done by setting > >
2008 Feb 15
0
Patch to fix latest mesa git undefined symbol
...dds a stub to resolve the undefined symbol that all GL programs threw. I discussed it briefly with herve who suggested I write the stub. A full implementation of the function can be found in src/mesa/drivers/dri/i915/intel_screen.c. It's beyond my current code expertise to know if it can be copypasted. I would appreciate comments or questions on why this patch is needed. Also, if you still get "Direct Rendering: No" after applying the patch, here is a way to debug more: export LIBGL_DEBUG=verbose mesa-git/progs/xdemos/glxinfo It will tell you why Direct Rendering failed. I like the...
2013 Jul 08
0
Re: deadlock on connection loosing
...domains ? > > This code is just a reproducer. Client shouldn't be able to deadlock > libvirtd at all. Any API call should be deadlock safe (unless called > from a callback). Which reminds me - do you use callbacks? > > Michal yes, i using callbacks for errors, for now just copypasted example callback to print errors static void libvirt_error_handler(void *userdata, virErrorPtr err) { fprintf(stderr, "Failure of libvirt library call:\n"); fprintf(stderr, " Code: %d\n", err->code); fprintf(stderr, " Domain: %d\n", err->domain); fprintf(...
2017 Apr 11
2
Vpopmail Error
Not working: > patching file userdb-vpopmail.c > Hunk #1 FAILED at 54. > 1 out of 1 hunk FAILED -- saving rejects to file userdb-vpopmail.c.rej -------- Original Message -------- Subject: Re: Vpopmail Error From: Aki Tuomi <aki.tuomi at dovecot.fi> To: dovecot at dovecot.org, Bobber <bobber at kc0dxf.net> Date: 04/11/2017 12:13 PM > diff --git
2020 Jan 12
2
[PATCH 23/23] drm: Cleanup VBLANK callbacks in struct drm_driver
On Fri, Jan 10, 2020 at 10:21:27AM +0100, Thomas Zimmermann wrote: > All non-legacy users of VBLANK functions in struct drm_driver have been > converted to use the respective interfaces in struct drm_crtc_funcs. The > remaining users of VBLANK callbacks in struct drm_driver are legacy drivers > with userspace modesetting. > > There are no users left of get_vblank_timestamp(), so