search for: 36pm

Displaying 20 results from an estimated 980 matches for "36pm".

Did you mean: 26pm
2020 Jul 23
4
[PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
On Thu, Jul 23, 2020 at 02:32:36PM -0400, Waiman Long wrote: > BTW, do you have any comment on my v2 lock holder cpu info qspinlock patch? > I will have to update the patch to fix the reported 0-day test problem, but > I want to collect other feedback before sending out v3. I want to say I hate it all, it adds instructions...
2020 Jul 23
4
[PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
On Thu, Jul 23, 2020 at 02:32:36PM -0400, Waiman Long wrote: > BTW, do you have any comment on my v2 lock holder cpu info qspinlock patch? > I will have to update the patch to fix the reported 0-day test problem, but > I want to collect other feedback before sending out v3. I want to say I hate it all, it adds instructions...
2019 Jan 07
2
[PATCH RFC 1/2] virtio-net: bql support
On 2019/1/2 ??9:59, Michael S. Tsirkin wrote: > On Wed, Jan 02, 2019 at 11:28:43AM +0800, Jason Wang wrote: >> On 2018/12/31 ??2:45, Michael S. Tsirkin wrote: >>> On Thu, Dec 27, 2018 at 06:00:36PM +0800, Jason Wang wrote: >>>> On 2018/12/26 ??11:19, Michael S. Tsirkin wrote: >>>>> On Thu, Dec 06, 2018 at 04:17:36PM +0800, Jason Wang wrote: >>>>>> On 2018/12/6 ??6:54, Michael S. Tsirkin wrote: >>>>>>> When use_napi is set, let&...
2019 Jan 07
2
[PATCH RFC 1/2] virtio-net: bql support
On 2019/1/2 ??9:59, Michael S. Tsirkin wrote: > On Wed, Jan 02, 2019 at 11:28:43AM +0800, Jason Wang wrote: >> On 2018/12/31 ??2:45, Michael S. Tsirkin wrote: >>> On Thu, Dec 27, 2018 at 06:00:36PM +0800, Jason Wang wrote: >>>> On 2018/12/26 ??11:19, Michael S. Tsirkin wrote: >>>>> On Thu, Dec 06, 2018 at 04:17:36PM +0800, Jason Wang wrote: >>>>>> On 2018/12/6 ??6:54, Michael S. Tsirkin wrote: >>>>>>> When use_napi is set, let&...
2007 Mar 28
4
retrieving search result positions
Hi I''m considering using Ferret in v2 of Weft QDA, a wxruby desktop application for textual analysis in social science. Ferret seems a very impressive package that meets and exceeds my requirements, but I can''t find how to retrieve specific details about the results. I''d like to be able to run fairly simple queries. I then need to look at each term match, and get
2013 Feb 25
2
virt-ls question (was: Re: libguestfs)
On Mon, Feb 25, 2013 at 06:31:36PM +0100, Khan Ferdous Wahid wrote: > Hi, > I would like to know if it is possible to "Find everything modified in the > last 10 minutes" as you did for last 7 days in > > virt-ls -lR -d guest --time-days / | awk '$6 <= 7' You can use: virt-ls -lR -d guest --t...
2020 Jul 02
2
[PATCH 5/8] powerpc/64s: implement queued spinlocks and rwlocks
On Thu, Jul 02, 2020 at 05:48:36PM +1000, Nicholas Piggin wrote: > diff --git a/arch/powerpc/include/asm/qspinlock.h b/arch/powerpc/include/asm/qspinlock.h > new file mode 100644 > index 000000000000..f84da77b6bb7 > --- /dev/null > +++ b/arch/powerpc/include/asm/qspinlock.h > @@ -0,0 +1,20 @@ > +/* SPDX-License-...
2020 Jul 02
2
[PATCH 5/8] powerpc/64s: implement queued spinlocks and rwlocks
On Thu, Jul 02, 2020 at 05:48:36PM +1000, Nicholas Piggin wrote: > diff --git a/arch/powerpc/include/asm/qspinlock.h b/arch/powerpc/include/asm/qspinlock.h > new file mode 100644 > index 000000000000..f84da77b6bb7 > --- /dev/null > +++ b/arch/powerpc/include/asm/qspinlock.h > @@ -0,0 +1,20 @@ > +/* SPDX-License-...
2014 Dec 05
3
[LLVMdev] [RFC] Semantic changes in the Metadata/Value split
> On 2014-Dec-05, at 00:39, Peter Collingbourne <peter at pcc.me.uk> wrote: > > On Thu, Dec 04, 2014 at 06:44:36PM -0800, Duncan P. N. Exon Smith wrote: >> As of Monday, I finally got a preliminary patch passing check and >> check-clang with the metadata-value split. > > Do you have the Go bindings enabled? Because of the changes you made to the > DIBuilder interface, I expect that your ch...
2020 Jul 02
3
[PATCH 5/8] powerpc/64s: implement queued spinlocks and rwlocks
On Thu, Jul 02, 2020 at 08:25:43PM +1000, Nicholas Piggin wrote: > Excerpts from Will Deacon's message of July 2, 2020 6:02 pm: > > On Thu, Jul 02, 2020 at 05:48:36PM +1000, Nicholas Piggin wrote: > >> diff --git a/arch/powerpc/include/asm/qspinlock.h b/arch/powerpc/include/asm/qspinlock.h > >> new file mode 100644 > >> index 000000000000..f84da77b6bb7 > >> --- /dev/null > >> +++ b/arch/powerpc/include/asm/qspinlock.h...
2020 Jul 02
3
[PATCH 5/8] powerpc/64s: implement queued spinlocks and rwlocks
On Thu, Jul 02, 2020 at 08:25:43PM +1000, Nicholas Piggin wrote: > Excerpts from Will Deacon's message of July 2, 2020 6:02 pm: > > On Thu, Jul 02, 2020 at 05:48:36PM +1000, Nicholas Piggin wrote: > >> diff --git a/arch/powerpc/include/asm/qspinlock.h b/arch/powerpc/include/asm/qspinlock.h > >> new file mode 100644 > >> index 000000000000..f84da77b6bb7 > >> --- /dev/null > >> +++ b/arch/powerpc/include/asm/qspinlock.h...
2019 Jan 07
2
[PATCH RFC 1/2] virtio-net: bql support
...on, Jan 07, 2019 at 10:14:37AM +0800, Jason Wang wrote: >> On 2019/1/2 ??9:59, Michael S. Tsirkin wrote: >>> On Wed, Jan 02, 2019 at 11:28:43AM +0800, Jason Wang wrote: >>>> On 2018/12/31 ??2:45, Michael S. Tsirkin wrote: >>>>> On Thu, Dec 27, 2018 at 06:00:36PM +0800, Jason Wang wrote: >>>>>> On 2018/12/26 ??11:19, Michael S. Tsirkin wrote: >>>>>>> On Thu, Dec 06, 2018 at 04:17:36PM +0800, Jason Wang wrote: >>>>>>>> On 2018/12/6 ??6:54, Michael S. Tsirkin wrote: >>>>>>>&gt...
2019 Jan 07
2
[PATCH RFC 1/2] virtio-net: bql support
...on, Jan 07, 2019 at 10:14:37AM +0800, Jason Wang wrote: >> On 2019/1/2 ??9:59, Michael S. Tsirkin wrote: >>> On Wed, Jan 02, 2019 at 11:28:43AM +0800, Jason Wang wrote: >>>> On 2018/12/31 ??2:45, Michael S. Tsirkin wrote: >>>>> On Thu, Dec 27, 2018 at 06:00:36PM +0800, Jason Wang wrote: >>>>>> On 2018/12/26 ??11:19, Michael S. Tsirkin wrote: >>>>>>> On Thu, Dec 06, 2018 at 04:17:36PM +0800, Jason Wang wrote: >>>>>>>> On 2018/12/6 ??6:54, Michael S. Tsirkin wrote: >>>>>>>&gt...
2017 Dec 19
3
Unable to run TeamViewer 13 under Centos 7 (amd64)
Manish Jain wrote: > > On 12/19/17 22:11, Manish Jain wrote: >> On 12/19/17 22:07, Jonathan Billings wrote: >>> On Tue, Dec 19, 2017 at 02:54:36PM +0000, Manish Jain wrote: >>>> I uninstalled the old TV, and installed the version you indicated, but >>>> I >>>> get nothing at all: >>>> >>>> /home/bourne # teamviewer >>>> >>>> Init... >>>> CheckCPU:...
2006 Jun 09
5
Tape drive throughput
I have a backup spooling onto a DLT drive. Is there any tool that will let me monitor the data throughput on the device? -- Bowie
2003 Aug 05
6
Problems with JAIL in 4.8R
Hi, i've set the outside ip for the jail..It works.. When i try to ssh to jail'ed system from the main system (in which is created jail) the connection is successful, but when i try to connect to jailed system from anywhere else i get this message: ssh: connect to host IP_NUMBER port 22: Operation timed out What can be wrong here? How to solve this problem?
2011 Dec 06
0
[LLVMdev] Extend llvm to fix global addresses
On Mon, Dec 05, 2011 at 07:18:36PM -0800, Peter Cooper wrote: > It would be nice to add support for placing globals at fixed addresses in memory. I don't know. From my experience, the usefulness is very, very limited. As in: drivers are about the only thing that can make use of it. > For example, low level driver code...
2019 Jan 02
2
[PATCH RFC 1/2] virtio-net: bql support
On 2018/12/31 ??2:45, Michael S. Tsirkin wrote: > On Thu, Dec 27, 2018 at 06:00:36PM +0800, Jason Wang wrote: >> On 2018/12/26 ??11:19, Michael S. Tsirkin wrote: >>> On Thu, Dec 06, 2018 at 04:17:36PM +0800, Jason Wang wrote: >>>> On 2018/12/6 ??6:54, Michael S. Tsirkin wrote: >>>>> When use_napi is set, let's enable BQLs. Note: some o...
2019 Jan 02
2
[PATCH RFC 1/2] virtio-net: bql support
On 2018/12/31 ??2:45, Michael S. Tsirkin wrote: > On Thu, Dec 27, 2018 at 06:00:36PM +0800, Jason Wang wrote: >> On 2018/12/26 ??11:19, Michael S. Tsirkin wrote: >>> On Thu, Dec 06, 2018 at 04:17:36PM +0800, Jason Wang wrote: >>>> On 2018/12/6 ??6:54, Michael S. Tsirkin wrote: >>>>> When use_napi is set, let's enable BQLs. Note: some o...
2007 Sep 24
3
Custom type
Hi. I have a small problem with the custom type I am working on. I define method ''evaluate'' which is called after all data is been collected. Here it is: module Puppet newtype(:test) do newparam(:name) do end newparam(:listen) do defaultto "silent" end def evaluate puts "evaluating..." return super.evaluate end