Displaying 5 results from an estimated 5 matches for "l333".
Did you mean:
333
2017 Nov 13
4
Addressing the problem of noisy GPUs under Nouveau
...help me
here? Code would be even more appreciated.
Thanks a lot in advance,
Martin
PS: here is most of the code you may want to see:
http://fs.mupuf.org/nvidia/fan_calib/
[1] http://fs.mupuf.org/nvidia/fan_calib/pwm_offset.png
[2] https://github.com/envytools/envytools/blob/master/nvbios/power.c#L333
[3] https://github.com/envytools/envytools/blob/master/nvbios/power.c#L298
2015 Dec 29
0
Re: RFE: virt-builder option to auto-detect image format (#19)
...fy the
format.
The --format parameter is what format the virt-builder end user would
like your final image to be.
So if format=raw and --format qcow2, then virt-builder knows it must
convert the image. This is the code:
https://github.com/libguestfs/libguestfs/blob/master/builder/builder.ml#L310-L333
The --format command line parameter defaults to raw (and this is
documented in the manual). It doesn't matter what the original
template format was.
> Why? I've built my own repo with all xz-compressed qcow images and
> it seems crazy to me that `virt-builder` can't auto-detect...
2017 Nov 13
0
Addressing the problem of noisy GPUs under Nouveau
...ated.
>
> Thanks a lot in advance,
> Martin
>
> PS: here is most of the code you may want to see:
> http://fs.mupuf.org/nvidia/fan_calib/
>
> [1] http://fs.mupuf.org/nvidia/fan_calib/pwm_offset.png
> [2] https://github.com/envytools/envytools/blob/master/nvbios/power.c#L333
> [3] https://github.com/envytools/envytools/blob/master/nvbios/power.c#L298
>
2020 Oct 17
3
Why does libxml2 limit port numbers to 999,999,999?
...10^9 on the
loopback address VMADDR_CID_LOCAL (== 1).
The problem is that libxml2 arbitrarily limits port numbers to
999,999,999. I don't see any support for this limit in RFC 3986 [2].
Here is the code:
https://github.com/GNOME/libxml2/blob/46837d47d59c7b8c9bd1d08a6a717a90a7f1ceb6/uri.c#L333
It doesn't even return an error, just truncates the port number. You
can see the problem with the program [3] below.
It seems like libxml2 chose to do this for convenience rather than
correctness. I think it should accept port numbers at least up to
signed int (the type used to store port n...
2017 Nov 22
3
Addressing the problem of noisy GPUs under Nouveau
...vance,
> > Martin
> >
> > PS: here is most of the code you may want to see:
> > http://fs.mupuf.org/nvidia/fan_calib/
> >
> > [1] http://fs.mupuf.org/nvidia/fan_calib/pwm_offset.png
> > [2] https://github.com/envytools/envytools/blob/master/nvbios/power.c#L333
> > [3] https://github.com/envytools/envytools/blob/master/nvbios/power.c#L298
> >