search for: rtm

Displaying 20 results from an estimated 147 matches for "rtm".

Did you mean: rom
2016 Jul 29
2
Upgrading to MSVC 2015
...Ballman <aaron at aaronballman.com> > > wrote: > >> > >> > >> Not everyone can upgrade to the latest version of the toolchain, even > >> if it has been released for a while. We did drop MSVC 2012 support > >> early, but MSVC 2015 was in RC or RTM stages by that point, and we had > >> some pretty big incentive to upgrade early (without function templates > >> supporting default arguments, the AST matcher DSL made for really slow > >> compiles of Clang itself, and resulted in a larger executable size > >> a...
2023 Nov 12
1
Segmentation fault early in compilation of revision 85514
...I always do, I encountered a segmentation fault early in the compilation. I am uncertain as to what it means (please see below for error extract). I am using the most recent version of Rtools43 (5863) and updated its libraries prior to starting the build. My EOPTS is " -march=native -pipe -mno-rtm" and my LTO/LTO_OPT/LTO_FC/LTO_FC_OPT is "-flto=1 -fuse-linker-plugin". Any explanation or suggestions would be appreciated. Thank you, Avi ``` installing zoneinfo making console.d from console.c making dynload.d from dynload.c making embeddedR.d from embeddedR.c making preferenc...
2016 Mar 31
2
Upgrading to MSVC 2015
On Tue, Mar 29, 2016 at 10:42 AM Aaron Ballman <aaron at aaronballman.com> wrote: > > Not everyone can upgrade to the latest version of the toolchain, even > if it has been released for a while. We did drop MSVC 2012 support > early, but MSVC 2015 was in RC or RTM stages by that point, and we had > some pretty big incentive to upgrade early (without function templates > supporting default arguments, the AST matcher DSL made for really slow > compiles of Clang itself, and resulted in a larger executable size > among other things, IIRC). I know y...
2009 Aug 08
2
Samba 3 PDC > 3.3.4 broken with Win 7 RTM
I just installed Win 7 RTM (Release to Manufacturing), not RC nor Beta. After searching the archives I modified the required registry settings listed in other emails. I upgraded my Samba from the stock Centos 5.3 version to 3.3.7. Joining the domain worked, but I was unable to log in. I would get a 'Trust relationshi...
2016 Jul 29
2
Upgrading to MSVC 2015
...Padlewski; Aaron Ballman Cc: llvm-dev Subject: Re: [llvm-dev] Upgrading to MSVC 2015 Probably not. It's very confusing because they are transitioning to a new versioning scheme. The current version if Visual Studio 2015. The next version is Visual Studio 15. The link you posted was for the RTM of 2015, just over a year ago. But 15 is still in Preview. When 15 goes to RTM, then we can revisit the question of making 2015 the minimum required version. On Fri, Jul 29, 2016 at 11:29 AM Piotr Padlewski <piotr.padlewski at gmail.com<mailto:piotr.padlewski at gmail.com>> wrote: ht...
2016 Jul 29
0
Upgrading to MSVC 2015
Probably not. It's very confusing because they are transitioning to a new versioning scheme. The current version if Visual Studio 2015. The next version is Visual Studio 15. The link you posted was for the RTM of 2015, just over a year ago. But 15 is still in Preview. When 15 goes to RTM, then we can revisit the question of making 2015 the minimum required version. On Fri, Jul 29, 2016 at 11:29 AM Piotr Padlewski <piotr.padlewski at gmail.com> wrote: > https://www.visualstudio.com/en-us/news...
2016 Jul 29
2
Upgrading to MSVC 2015
...lvm-dev] Upgrading to MSVC 2015 >> >> >> >> Probably not. It's very confusing because they are transitioning to a >> new versioning scheme. The current version if Visual Studio 2015. The >> next version is Visual Studio 15. The link you posted was for the RTM of >> 2015, just over a year ago. But 15 is still in Preview. When 15 goes to >> RTM, then we can revisit the question of making 2015 the minimum required >> version. >> >> >> >> On Fri, Jul 29, 2016 at 11:29 AM Piotr Padlewski < >> piotr.padlews...
2017 Mar 21
0
[PATCH] p2v: Calculate offset of the Real Time Clock from UTC.
..., positive numbers meaning + * that the RTC is running ahead of UTC. + * + * In the error case, C<rtcE<gt>offset> is updated with 0 and + * C<rtcE<gt>basis> is set to C<BASIS_UNKNOWN>. + */ +void +get_rtc_config (struct rtc_config *rtc) +{ + int fd; + struct rtc_time rtm; + struct tm tm; + time_t rtc_time; + time_t system_time; + double rf; + + rtc->basis = BASIS_UNKNOWN; + rtc->offset = 0; + + fd = open ("/dev/rtc", O_RDONLY); + if (fd == -1) { + perror ("/dev/rtc"); + return; + } + + if (ioctl (fd, RTC_RD_TIME, &rtm)...
2012 Feb 28
3
[Patch] X86: expose HLE/RTM features to dom0
X86: expose HLE/RTM features to dom0 Intel recently release 2 new features, HLE and TRM. Refer to http://software.intel.com/file/41417. This patch expose them to dom0. Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com> diff -r 92e03310878f xen/arch/x86/traps.c --- a/xen/arch/x86/traps.c Wed Feb 08 21:05:52 2...
2016 Mar 31
0
Upgrading to MSVC 2015
...ar 29, 2016 at 10:42 AM Aaron Ballman <aaron at aaronballman.com> > wrote: >> >> >> Not everyone can upgrade to the latest version of the toolchain, even >> if it has been released for a while. We did drop MSVC 2012 support >> early, but MSVC 2015 was in RC or RTM stages by that point, and we had >> some pretty big incentive to upgrade early (without function templates >> supporting default arguments, the AST matcher DSL made for really slow >> compiles of Clang itself, and resulted in a larger executable size >> among other things, I...
2016 Jul 29
0
Upgrading to MSVC 2015
...v > *Subject:* Re: [llvm-dev] Upgrading to MSVC 2015 > > > > Probably not. It's very confusing because they are transitioning to a new > versioning scheme. The current version if Visual Studio 2015. The next > version is Visual Studio 15. The link you posted was for the RTM of 2015, > just over a year ago. But 15 is still in Preview. When 15 goes to RTM, > then we can revisit the question of making 2015 the minimum required > version. > > > > On Fri, Jul 29, 2016 at 11:29 AM Piotr Padlewski < > piotr.padlewski at gmail.com> wrote: >...
2017 Mar 21
2
[PATCH] p2v: Calculate offset of the Real Time Clock from UTC.
Unlike the <cpu> node (see the other thread on the libguestfs ML), reading the Real Time Clock doesn't require libvirt and does work :-) For reference, read: https://libvirt.org/formatdomain.html#elementsTime https://en.wikipedia.org/wiki/Time_zone To test this you can run virt-p2v under qemu with a RTC offset: make -C p2v \ run-virt-p2v-in-a-vm \
2016 Jul 29
0
Upgrading to MSVC 2015
...upport, which is important but certainly not critical, and still some occasional issues with move constructors not being synthesized as expected, which is also pretty simple to work around (and is usually an optimization loss more than a functionality loss). As MSVC 15 starts getting closer to the RTM stages, I think we should definitely consider the switch more strongly, but with it still in Preview mode, I think it's premature to drop support for MSVC 2013 at this time. ~Aaron On Fri, Jul 29, 2016 at 5:02 PM, Zachary Turner <zturner at google.com> wrote: > FWIW, no objections fr...
2016 Jul 30
2
Upgrading to MSVC 2015
...t but certainly not critical, > and still some occasional issues with move constructors not being > synthesized as expected, which is also pretty simple to work around > (and is usually an optimization loss more than a functionality loss). > > As MSVC 15 starts getting closer to the RTM stages, I think we should > definitely consider the switch more strongly, but with it still in > Preview mode, I think it's premature to drop support for MSVC 2013 at > this time. > > ~Aaron > > On Fri, Jul 29, 2016 at 5:02 PM, Zachary Turner <zturner at google.com>...
1999 Dec 24
0
can't copy files from Win2K RTM
I am running Win2K (RTM build 2195) and ever since RC2 I have had problems copying files from my Win2K machine to my RedHat 6.1 Linux (stock kernel 2.2.12-20) box. The Linux box is running Samba 2.0.6. I either get: J:\mail\archive\todo\dingo>copy dmail-122499 \\alder\mikenel Access is denied. Or I get a file with a...
2006 Dec 18
1
Samba <-> Vista RTM interoperability issue
Hi List! We've run into interesting problem with Samba and Vista. In short - there's a Samba server sharing NFS connection. What is shared is the NFS link mounted somewhere in root (say /nfspath) and [homes] which is in fact /nfspath/some/dir. And the problem is that Vista client can write a file onto the share using \\sambaserver\homes\dir notation, but cannot do it using
2016 Jul 30
0
Upgrading to MSVC 2015
...critical, >> and still some occasional issues with move constructors not being >> synthesized as expected, which is also pretty simple to work around >> (and is usually an optimization loss more than a functionality loss). >> >> As MSVC 15 starts getting closer to the RTM stages, I think we should >> definitely consider the switch more strongly, but with it still in >> Preview mode, I think it's premature to drop support for MSVC 2013 at >> this time. >> >> ~Aaron >> >> On Fri, Jul 29, 2016 at 5:02 PM, Zachary Turner &lt...
2016 Jul 31
1
Upgrading to MSVC 2015
...and still some occasional issues with move constructors not being > >> synthesized as expected, which is also pretty simple to work around > >> (and is usually an optimization loss more than a functionality loss). > >> > >> As MSVC 15 starts getting closer to the RTM stages, I think we should > >> definitely consider the switch more strongly, but with it still in > >> Preview mode, I think it's premature to drop support for MSVC 2013 at > >> this time. > >> > >> ~Aaron > >> > >> On Fri, Jul 29,...
2013 Jun 13
3
Haswell 4770 misidentified as Sandy Bridge
...rce (v1.06 and 1.5.0 respectively) and the problem persists. The guest OS is also a Debian 7 system running a non-SMP kernel. The error message from virt-manager is Error starting domain: unsupported configuration: guest and host CPU are not compatible: Host CPU does not provide required features: rtm, invpcid, erms, bmi2, smep, avx2, hle, bmi1, fsgsbase, pcid Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 45, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/asyncjob.py", line...
2012 Dec 03
4
Samba3 PDC and Windows 8 RTM
Hi there, I have just purchased a new PC that came with Windows 8 Pro (Shudder...). I have been trying to add this machine to my Samba3 based domain. I'm getting the following error when doing so: The following error occurred when DNS was queried for the service location (SRV) resource record used to locate an Active Directory Domain Controller (AD DC) for domain "<blah>":