search for: tbh

Displaying 20 results from an estimated 521 matches for "tbh".

Did you mean: tbd
2019 Jul 31
2
Installation question?
...ing to reboot, the machine goes into > "Emergency Mode" and asks that I log in as root. That fails and the machine > becomes completely unresponsive. > > I tried the minimum install and got the same result. > Try booting from a live CD to see if that gives you any info. TBH it sounds like a hardware issue. P.
2014 Jan 30
2
[PATCH] drm/nouveau: set irq_enabled manually
...code. >> >> See https://bugs.freedesktop.org/show_bug.cgi?id=74195 >> >> Reported-by: Jan Janecek <janjanjanx at gmail.com> >> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> >> Cc: stable at vger.kernel.org # 3.10+ >> --- >> >> TBH, not sure why this fixes things, as irq_enabled == false should have >> caused the vblank wait to not wait, since the condition would be >> immediately true. >> >> Jan, mind double-checking that this version of the patch fixes things >> for you? Not 100% sure where you...
1999 Sep 29
3
guest access and printer serving
...NOT ask for a password whatsoever when a Win95 client connects to the print service? I also have a printing related problem: when I print something from a Win95 client it comes out fine, but I always get an extra blank page. How do I get rid of this annoying "feature"? -=[ Count Zero / TBH - Jussi H?m?l?inen - email count@theblah.org ]=-
2014 Jan 30
3
[PATCH] drm/nouveau: set irq_enabled manually
...his is needed in order to properly wait for a vblank event in the generic drm code. See https://bugs.freedesktop.org/show_bug.cgi?id=74195 Reported-by: Jan Janecek <janjanjanx at gmail.com> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> Cc: stable at vger.kernel.org # 3.10+ --- TBH, not sure why this fixes things, as irq_enabled == false should have caused the vblank wait to not wait, since the condition would be immediately true. Jan, mind double-checking that this version of the patch fixes things for you? Not 100% sure where you stuck the irq_enabled=true line when you tr...
2016 Jul 07
2
Re: [PATCH v3 4/8] mllib: Add some imperative list manipulation functions.
...ctions are passed list refs which get updated in place. > > This allows us to replace some awkward pure functional code like: > > let xs = ys in > let xs = if foo then xs @ zs else xs in > > with: > > let xs = ref ys in > if foo then append xs zs; > --- TBH I've always found the "shift" and "unshift" naming of Perl functions slightly awkward, but can live with them. (At least the new functions do the same as Perl ones.) -- Pino Toscano
2019 Apr 04
4
[RFC] Should we add isa_or_null<>?
...ation could be a simple wrapper around isa<>, and while the IR produced is only slightly more efficient, the elimination of an extra call could be worthwhile. > > I’d love to see this, I agree with downstream comments though that this name will be confusing. isa_and_nonnull<>. ? tbh, I don't think the proposed name will be all that confusing -- we're used to _or_null() returning "the right thing" when given null. isa_and_nonnull<> is a bit of a weird name for me, but I could probably live with it. We could spell it nonnull_and_isa<> to reflect the...
2016 Jan 29
5
bonding (IEEE 802.3ad) not working with qemu/virtio
...> Also feedback if this is at all acceptable would be appreciated. > > Should virtio instead provide an arbitrary speed and full duplex > to ethtool, as veth does? > > Creating a magic whitelist of devices deep inside the 802.3ad > implementation seems less desirable. > TBH, I absolutely agree. In fact here's what we've been doing: add set_settings which allows the user to set any speed/duplex and get_settings of course to retrieve that. This is also useful for testing other stuff that requires speed and duplex, not only for the bonding case. I'll add the...
2016 Jan 29
5
bonding (IEEE 802.3ad) not working with qemu/virtio
...> Also feedback if this is at all acceptable would be appreciated. > > Should virtio instead provide an arbitrary speed and full duplex > to ethtool, as veth does? > > Creating a magic whitelist of devices deep inside the 802.3ad > implementation seems less desirable. > TBH, I absolutely agree. In fact here's what we've been doing: add set_settings which allows the user to set any speed/duplex and get_settings of course to retrieve that. This is also useful for testing other stuff that requires speed and duplex, not only for the bonding case. I'll add the...
2016 Jan 12
2
Re: Note regarding bin2s.pl
On Tue, Jan 12, 2016 at 07:57:03AM +0100, Hilko Bengen wrote: > Helge, > > I have applied all the architecture-specific bits but not the bin2s > script yet. TBH, so far I don't see what is wrong about export and use > of the "_binary_init_size" constant. [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809185] I see it as a reasonable simplification - it allows us to get rid of that conditional code for HP-UX in bin2s.pl. However look...
2016 Jul 08
2
Re: [PATCH v3 4/8] mllib: Add some imperative list manipulation functions.
...functional code like: > > > > > > let xs = ys in > > > let xs = if foo then xs @ zs else xs in > > > > > > with: > > > > > > let xs = ref ys in > > > if foo then append xs zs; > > > --- > > > > TBH I've always found the "shift" and "unshift" naming of Perl > > functions slightly awkward, but can live with them. (At least the > > new functions do the same as Perl ones.) > > I agree, but for consistency I thought it was better to keep those > names...
2015 Sep 15
7
RFC: speedups with instruction side-data (ADCE, perhaps others?)
...first zero it out just to be safe, adding an extra walk over the whole functions. >> >> Of course otherwise the pass modifying it will have to zero it, which could also be a walk over the whole function. So either way you have lots iterate over, which is why i’m weary of this approach tbh. > > Every pass which ever uses this internally would have to set it to zero when it is done, adding an extra walk over the whole functions as you noticed. This goes against “you don’t pay for what you don’t use”, so definitively -1 for this. Better to cleanup before use. > I agree that t...
2015 Sep 14
3
RFC: speedups with instruction side-data (ADCE, perhaps others?)
...bit would have to first zero it out just to be safe, adding an extra walk over the whole functions. Of course otherwise the pass modifying it will have to zero it, which could also be a walk over the whole function. So either way you have lots iterate over, which is why i’m weary of this approach tbh. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
2015 Sep 14
4
centos 7 on older macbook pro
...after a sleep. That plus some other issues (it ran hot just running a browser, for example) are making me question whether this is a good idea. Does anyone else run a CentOS (not necessarily 7) on Apple hardware, particularly laptops (and not in a VM)? If so, any pointers on making life easier? TBH I don't really know exactly what I want to use it for yet, so suggestions there would be helpful too. --keith -- kkeller at wombat.san-francisco.ca.us
2018 Feb 27
2
[PATCH] drm/nouveau: Replace the iturbt_709 prop with the standarad COLOR_ENCODNIG prop
...different modes (had to hack modetest to use the SMPTE pattern on planes). I do wonder about the new color range property... that's more of a connector thing than a plane thing no? Presumably over S-Video it's a partial range, and over VGA it's full? I'd flip it to always full here tbh. (Or just not provide it at all.) Anyways, with the subject typo(s! noticed ENCODNIG -> ENCODING just now) fixed, this is Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>
2015 Oct 05
2
Re: [PATCH 1/6] tests: use fake rhsrvany.exe
...dev/null > +++ b/tests/fake-virt-tools/rhsrvany.exe > @@ -0,0 +1 @@ > +This is a fake rhsrvany.exe, used for testing only > diff --git a/tests/regressions/rhbz1232192.sh b/tests/regressions/rhbz1232192.sh This doesn't appear in EXTRA_DIST, so it won't be copied to the tarball. TBH I'd prefer if the fake-virt-tools directory was a subdir of v2v/ so you can just add fake-virt-tools/rhsrvany.exe to EXTRA_DIST that is already defined in v2v/Makefile.am. ACK the patch with these changes. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjone...
2012 Oct 19
1
[LLVMdev] [cfe-dev] Announcement: Phabricator for code reviews
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Sean Silva > Subject: Re: [LLVMdev] [cfe-dev] Announcement: Phabricator for code reviews > > Anybody else having an opinion? > TBH I find it really creepy. It just seems fundamentally wrong (for > me, at least) for the program to be writing "Hi", which is a greeting > between *people*. It gives me the same weird feeling as if an > e-postcard service were to automatically add "Love you mom" when I &...
2012 Dec 17
1
[LLVMdev] LoopPass doFinalization() called multiple times per program?
...12 at 4:57 AM, Duncan Sands <baldrick at free.fr> wrote: > would it still be possible to optimize and codegen functions as they are > output > (rather than waiting for the module to be completely output before doing > this)? > I would assume so... What gives you pause here? (TBH, I've not really thought about this deeply, so I may be missing something obvious...) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121217/9d725167/attachment.html>
2015 Apr 15
2
[LLVMdev] RFC: Metadata attachments to function definitions
> On 2015-Apr-15, at 10:03, Reid Kleckner <rnk at google.com> wrote: > > On Wed, Apr 15, 2015 at 9:46 AM, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote: > I'm happy to defer to conventional wisdom here if anyone wants me to > (and TBH, I've only been looking at profiles that include debug info, > so maybe `sizeof(Function)` matters with -g0). > > I think JITs are a more compelling use case for keeping Function small. They shouldn't have to pay too much for a feature they don't use. Ah, of course. I know...
2015 Oct 20
1
Re: [PATCH v4 0/3] v2v: add --in-place mode
On Tue, Oct 20, 2015 at 05:31:19PM +0100, Richard W.M. Jones wrote: > I'd be tempted just to roll these into a single commit TBH, since > they all relate to a single feature. I thought it was easier to review separately. Want me to resubmit the combined patch? > I'm just running tests + the full external test suite on it now, and I'm curious if this external test suite is opensource (or open data, as it'...
2018 May 23
2
Re: [PATCH] lib: Increase default memory assigned to the appliance.
...018 14:43:09 CEST Richard W.M. Jones wrote: > With recent Linux kernels, adding and partitioning 255 disks causes > the appliance to run out of memory. This causes a test failure in > tests/disks/test-255-disks.sh. This change gives the appliance enough > memory to complete the test. TBH raising the amount of memory only for those tests is the solution IMHO, since they are very corner cases, and thus it makes sense for them to require extra work. In any case, the current default of memory seems fine for the majority of the use cases, so I'd delay the default change only if str...