search for: l230

Displaying 11 results from an estimated 11 matches for "l230".

Did you mean: 230
2016 Feb 15
2
Re: Help with Win10
...Pincus wrote: > Hi Rich, > > Thanks, again, for the pointer. I'm still slowly going through the > registry making my changes. > > I noticed what may be a small bug in your code. Please look at > https://github.com/libguestfs/libguestfs/blob/master/v2v/windows_virtio.ml#L230-L231. > I think you meant to have those two compat ids be: > > "PCI\\CC_010000"; > "PCI\\CC_0100"; Yes - you are quite correct. I went back to the original Windows guest that I used for getting the registry changes, and found that I had transcribed these two strin...
2016 Feb 09
2
Re: Help with Win10
On Tue, Feb 09, 2016 at 12:20:35AM -0800, Joshua Pincus wrote: > Hi Rich, > > Thanks for the pointer. It looks like add_viostor_to_driver_database() is > the routine that I need to mimic. I'll try that out in the morning. I've > been staring at this problem for so long that my eyes are crossing. I should note that any doubled \\ that appear in the strings are really
2016 Feb 09
0
Re: Help with Win10
Hi Rich, Thanks, again, for the pointer. I'm still slowly going through the registry making my changes. I noticed what may be a small bug in your code. Please look at https://github.com/libguestfs/libguestfs/blob/master/v2v/windows_virtio.ml#L230-L231. I think you meant to have those two compat ids be: "PCI\\CC_010000"; "PCI\\CC_0100"; The current IDs in your code try to associate the viostor driver with devices from vendor http://pcidatabase.com/vendor_details.php?id=406, which I don't believe was your intent. JP...
2016 Feb 15
0
Re: Help with Win10
...> > > Thanks, again, for the pointer. I'm still slowly going through the > > registry making my changes. > > > > I noticed what may be a small bug in your code. Please look at > > > https://github.com/libguestfs/libguestfs/blob/master/v2v/windows_virtio.ml#L230-L231 > . > > I think you meant to have those two compat ids be: > > > > "PCI\\CC_010000"; > > "PCI\\CC_0100"; > > Yes - you are quite correct. I went back to the original Windows > guest that I used for getting the registry changes, and found...
2020 Mar 17
4
GSoC Opportunity
...the loops there (i.e. with LoopInfo), then convert it to LoopPass so that you can run loop passes over the loops. I think this can happen already, but right now, loops are going in reverse order: https://github.com/llvm/llvm-project/blob/master/llvm/include/llvm/Transforms/Scalar/LoopPassManager.h#L230 So, maybe if you could modify that to something like FunctionToLestNestPassAdaptor, it would work? I don't know that's just an idea, let me not confuse you more. Best, Stefanos Στις Δευ, 16 Μαρ 2020 στις 5:53 π.μ., ο/η Nicholas Krause < xerofoify at gmail.com> έγραψε: > > &gt...
2020 Mar 18
2
GSoC Opportunity
...ass so that you can run loop passes over the loops. >>>>> I think this can happen already, but right now, loops are going in >>>>> reverse order: >>>>> https://github.com/llvm/llvm-project/blob/master/llvm/include/llvm/Transforms/Scalar/LoopPassManager.h#L230 >>>>> So, maybe if you could modify that to something like >>>>> FunctionToLestNestPassAdaptor, it would work? I don't know that's just an >>>>> idea, let me not confuse you more. >>>>> >>>>> Best, >>>>&g...
2020 Mar 17
2
GSoC Opportunity
...e. with LoopInfo), then convert it to > LoopPass so that you can run loop passes over the loops. > I think this can happen already, but right now, loops are going in reverse > order: > https://github.com/llvm/llvm-project/blob/master/llvm/include/llvm/Transforms/Scalar/LoopPassManager.h#L230 > So, maybe if you could modify that to something like > FunctionToLestNestPassAdaptor, it would work? I don't know that's just an > idea, let me not confuse you more. > > Best, > Stefanos > > Yes that's correct. My idea was similar but using the call graph direc...
2020 Mar 17
2
GSoC Opportunity
...), then convert it to >> LoopPass so that you can run loop passes over the loops. >> I think this can happen already, but right now, loops are going in >> reverse order: >> https://github.com/llvm/llvm-project/blob/master/llvm/include/llvm/Transforms/Scalar/LoopPassManager.h#L230 >> So, maybe if you could modify that to something like >> FunctionToLestNestPassAdaptor, it would work? I don't know that's just an >> idea, let me not confuse you more. >> >> Best, >> Stefanos >> >> Yes that's correct. My idea was simila...
2020 Mar 18
2
GSoC Opportunity
...it >>> to LoopPass so that you can run loop passes over the loops. >>> I think this can happen already, but right now, loops are going in >>> reverse order: >>> https://github.com/llvm/llvm-project/blob/master/llvm/include/llvm/Transforms/Scalar/LoopPassManager.h#L230 >>> So, maybe if you could modify that to something like >>> FunctionToLestNestPassAdaptor, it would work? I don't know that's just an >>> idea, let me not confuse you more. >>> >>> Best, >>> Stefanos >>> >>> Yes that...
2020 Mar 18
2
GSoC Opportunity
...you can run loop passes over the loops. >>>>>> I think this can happen already, but right now, loops are going in >>>>>> reverse order: >>>>>> https://github.com/llvm/llvm-project/blob/master/llvm/include/llvm/Transforms/Scalar/LoopPassManager.h#L230 >>>>>> So, maybe if you could modify that to something like >>>>>> FunctionToLestNestPassAdaptor, it would work? I don't know that's just an >>>>>> idea, let me not confuse you more. >>>>>> >>>>>> Best...
2020 Mar 16
2
GSoC Opportunity
Hi Stefanos, First, thanks a lot for the very detailed response! I watched both of the videos, and I seem to have a rough idea now of how each of the different pieces of software maps onto the compilation process. Though I found blogs such as these two: https://jonasdevlieghere.com/understanding-the-clang-ast/, https://releases.llvm.org/2.6/docs/tutorial/JITTutorial1.html to be better for a more