search for: 35pm

Displaying 20 results from an estimated 955 matches for "35pm".

Did you mean: 31pm
2014 Jun 04
2
[LLVMdev] -fvisibility=hidden, and typeinfo, and type-erasure
On Wed, Jun 04, 2014 at 06:32:35PM -0400, Rafael Espíndola wrote: > I think the difference is actually in the c++ library. It looks like > libstdc++ changed to always use strcmp of the typeinfo names: > > https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=149964 > > Should we do the same with libc++? No....
2018 Apr 09
1
EuroLLVM'18 : moderators needed!
...formance Analysis of Clang on DOE Proxy Apps - Implementing an LLVM based Dynamic Binary Instrumentation framework *Session 7 (Tuesday, 9:00-10:25AM, Bristol 2)* - Hardening the Standard Library - LLVM Greedy Register Allocator – Improving Region Split Decisions *Session 8 (Tuesday, 11:00AM-12:35PM, Bristol 1)* - MIR-Canon: Improving Code Diff Through Canonical Transformation. - Scalar Evolution - Demystified *Session 9 (Tuesday, 11:00AM-12:35PM, Bristol 2)* - Lightning Talks *Session 10 (Tuesday, 1:50-3:25PM, Bristol 1)* - Pointers, Alias & ModRef Analyses - Point-Free Templates...
2018 Nov 21
2
[PATCH 0/9] drm: remove deprecated functions
On Thu, Nov 15, 2018 at 11:38:35PM +0100, Linus Walleij wrote: > On Thu, Nov 15, 2018 at 11:17 PM Fernando Ramos <greenfoo at gluegarage.com> wrote: > > > One of the things in the DRM TODO list ("Documentation/gpu/todo.rst") was to > > "switch from reference/unreference to get/put". That&...
2017 May 24
2
Re: No way to stop virStream error after guest stop
On Wed, May 17, 2017 at 07:53:35PM +0000, JosÉ Luis Valencia Gutierrez wrote: >I just tried removing the callback before calling virStreamFinish and it >worked right, I thought by simply finish the stream would stop the events >and close it, the example I was based on only calls virStreamFinish on EOF >event. > I'...
2018 Nov 21
2
[PATCH 0/9] drm: remove deprecated functions
On Thu, Nov 15, 2018 at 11:38:35PM +0100, Linus Walleij wrote: > On Thu, Nov 15, 2018 at 11:17 PM Fernando Ramos <greenfoo at gluegarage.com> wrote: > > > One of the things in the DRM TODO list ("Documentation/gpu/todo.rst") was to > > "switch from reference/unreference to get/put". That&...
2016 Dec 13
2
Dovcot issues
On Mon, Dec 12, 2016 at 03:16:35PM -0600, Larry Rosenman wrote: > On 2016-12-12 15:08, The Doctor wrote: > > I am seeing issues with > > Thunderbird > > > > IMAP and POP3 > > > > and > > > > Entourage issues > > > > of non-deleting / repeating e-mail. > > >...
2015 Mar 18
6
[LLVMdev] Reminder 3.5.2 merge deadline is Monday, Mar 16 - Testers needed
On Mon, Mar 16, 2015 at 01:51:32PM -0700, Tom Stellard wrote: > On Thu, Mar 12, 2015 at 06:04:35PM -0400, Tom Stellard wrote: > > Hi, > > > > Just a reminder that testing for 3.5.2 will begin on Monday, Mar 16. If > > you have any patches you want merged please send an email to the > > relevant commits list and cc me and the code owner. If you have already > &...
2004 Sep 10
2
getting framesize in client
--- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote: > On Sat, Nov 09, 2002 at 06:02:33PM +0100, Miroslav Lichvar wrote: > > On Fri, Nov 08, 2002 at 07:12:35PM -0800, Josh Coalson wrote: > > > Yeah, it's useful, so now there is a > > > FLAC__seekable_stream_decoder_get_decode_position() and > > > FLAC__file_decoder_get_decode_position(). I haven't documented > > > them yet but you can see an example in > &gt...
2015 May 26
2
Re: supermin in Fedora Rawhide switched (again) to using dnf instead of yum
On Mon, May 25, 2015 at 10:22:35PM +0200, Kashyap Chamarthy wrote: > I just built `supermin` from source on my Fedora 22 machine, and somehow > it can't seem to detect RPM (but `supermin` from Rawhide detects it). > Exact error: > > supermin: could not detect package manager used by this system or > di...
2011 Jun 06
3
[PATCH 1/3] Staging: hv: netvsc: Fix a bug in accounting transmit slots
The current code manipulates the available transmit slots without proper locking; fix it. Signed-off-by: K. Y. Srinivasan <kys at microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Abhishek Kane <v-abkane at microsoft.com> --- drivers/staging/hv/netvsc_drv.c | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git
2011 Jun 06
3
[PATCH 1/3] Staging: hv: netvsc: Fix a bug in accounting transmit slots
The current code manipulates the available transmit slots without proper locking; fix it. Signed-off-by: K. Y. Srinivasan <kys at microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Abhishek Kane <v-abkane at microsoft.com> --- drivers/staging/hv/netvsc_drv.c | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git
2013 Jul 15
3
[PATCH] xen/control: protect functions with CONFIG_HIBERNATE_CALLBACKS to avoid warning
If CONFIG_HIBERNATE_CALLBACKS is not set gcc will issue warnings: drivers/xen/manage.c:46:13: warning: ''xen_hvm_post_suspend'' defined but not used [-Wunused-function] drivers/xen/manage.c:52:13: warning: ''xen_pre_suspend'' defined but not used [-Wunused-function] drivers/xen/manage.c:59:13: warning: ''xen_post_suspend'' defined but not used
2020 Oct 14
2
Re: CI for nbdkit
On Wed, Oct 14, 2020 at 10:37:26AM +0100, Richard W.M. Jones wrote: > On Tue, Oct 13, 2020 at 03:21:35PM -0600, alan somers wrote: > > Would libguestfs be willing to enable CI for the nbdkit project?  It's very > > easy to set up, at least for the Rust portion.  I'm comfortable with both > > Cirrus CI and Github's native CI.  I can get it started if you agree to do it. &g...
2015 Mar 23
2
[PATCH 1/1] Add virtio-input driver.
On Mo, 2015-03-23 at 15:54 +0100, Michael S. Tsirkin wrote: > On Mon, Mar 23, 2015 at 03:27:35PM +0100, Gerd Hoffmann wrote: > > Hi, > > > > > > > > You are doing leXXX everywhere, that's VERSION_1 dependency. > > > > > > virtio_cread will do byteswaps differently without VERSION_1. > > > > > > Just don't go there. &g...
2015 Mar 23
2
[PATCH 1/1] Add virtio-input driver.
On Mo, 2015-03-23 at 15:54 +0100, Michael S. Tsirkin wrote: > On Mon, Mar 23, 2015 at 03:27:35PM +0100, Gerd Hoffmann wrote: > > Hi, > > > > > > > > You are doing leXXX everywhere, that's VERSION_1 dependency. > > > > > > virtio_cread will do byteswaps differently without VERSION_1. > > > > > > Just don't go there. &g...
2014 Jun 21
4
testing out 6.03 network booting...
On Thu, 19 Jun, at 10:04:35PM, Gene Cumm wrote: > > I'm getting some similar results here with the precompiled binaries > and my binaries of 6.03-pre17 Gene, could you try out the attached patch? And see if you get any different results? Andrew, feel free to try it out too, or you could just wait for someone to...
2015 Apr 12
2
[PATCH v3 0/6] virtio_balloon: virtio 1 support
On Wed, Apr 01, 2015 at 02:57:35PM +0200, Michael S. Tsirkin wrote: > Virtio 1.0 doesn't include a modern balloon device. At some point we'll likely > define an incompatible interface with a different ID and different > semantics. But for now, it's not a big effort to support a transitional > balloon device...
2015 Apr 12
2
[PATCH v3 0/6] virtio_balloon: virtio 1 support
On Wed, Apr 01, 2015 at 02:57:35PM +0200, Michael S. Tsirkin wrote: > Virtio 1.0 doesn't include a modern balloon device. At some point we'll likely > define an incompatible interface with a different ID and different > semantics. But for now, it's not a big effort to support a transitional > balloon device...
2017 May 12
2
problem (and fix) with -fms-extensions
On Fri, May 12, 2017 at 12:01:35PM +0200, Dimitry Andric wrote: > On 11 May 2017, at 20:04, Marc Espie via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > I've tried to build something that wanted ms-extensions on OpenBSD. > > Long story short, didn't work so well, because all system includes...
2012 May 04
1
'Transport endpoint not connected'
This should be a pretty easy issue to reproduce, at least it seems to happen to me very often. (gluster-3.2.5) After storage backend(s) have been rebooted, the client mounts are often broken until you unmount and remount. Example from this morning: I had rebooted storage servers to upgrade them to ubuntu 12.04. Now at the client side: $ ls /gluster/scratch ls: cannot access /gluster/scratch: