Displaying 20 results from an estimated 4000 matches similar to: "[LLVMdev] git web interface"
2015 Jun 11
2
git daemon on zytor is back in action
> > Or perhaps there is a way to avoid the "Invalid request" message? Maybe
> > by some (automatic) redirection to the adequate corresponding new
> > "cgit" link?
>
> It certainly would be possible to do a redirection, if one can come up
> with a mapping from gitweb queries to cgit queries, which I don't know
> if someone has already done...
2013 Jun 24
11
crash on resume after suspend
Hi. I am using xen 4.2.2, the system runs okay. But when I suspend it, it does so, but crashes on trying to resume.
Here is lsmod output:
Module Size Used by
xen_pciback 52011 0
xen_netback 27468 0
xen_blkback 26998 0
xen_gntalloc 13144 0
xen_gntdev 17403 1
xen_evtchn 13132 1
xenfs 12985 1
xen_privcmd 13177 5 xenfs
parport_pc 28152 0
ppdev 17073 0
rfcomm 42641 12
bnep 18036 2
ext2 72837 1
2013 Jun 24
11
crash on resume after suspend
Hi. I am using xen 4.2.2, the system runs okay. But when I suspend it, it does so, but crashes on trying to resume.
Here is lsmod output:
Module Size Used by
xen_pciback 52011 0
xen_netback 27468 0
xen_blkback 26998 0
xen_gntalloc 13144 0
xen_gntdev 17403 1
xen_evtchn 13132 1
xenfs 12985 1
xen_privcmd 13177 5 xenfs
parport_pc 28152 0
ppdev 17073 0
rfcomm 42641 12
bnep 18036 2
ext2 72837 1
2016 Jan 12
3
What are the advantages and disadvantages of running with or without libvirt?
I didn't see what are the main differences in
http://libguestfs.org/guestfs.3.html#backend
Specifically, I'm interested in what is faster (direct sounds faster to
me), and if there are any major restrictions (networking?)
Here's an example command we are running (sorry, Python'ish, but you'll get
it):
['virt-sysprep', '--connect', 'qemu:///system',
2016 Mar 01
1
DAHDI-Linux and DAHDI-Tools 2.11.1 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux-v2.11.1
DAHDI-Tools-v2.11.1
dahdi-linux-complete-2.11.1+2.11.1
This release is available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
Notable changes:
Raised E1
2016 Mar 01
1
DAHDI-Linux and DAHDI-Tools 2.11.1 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux-v2.11.1
DAHDI-Tools-v2.11.1
dahdi-linux-complete-2.11.1+2.11.1
This release is available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
Notable changes:
Raised E1
2010 Mar 04
2
libavcodec vp3 / theora decoder speedup
The vp3 / theora decoder in FFmpeg project received a major speedup:
http://multimedia.cx/eggs/profiling-and-optimizing-theora/#comment-150751
http://git.ffmpeg.org/?p=ffmpeg;a=commit;h=6e8061980c9a18a0eb9802f5dc5becc349066680
http://git.ffmpeg.org/?p=ffmpeg;a=commit;h=8476744ba50d26a3e188def192cd9086b0f781d7
http://git.ffmpeg.org/?p=ffmpeg;a=commit;h=a51faef9b61bd80499a28322802ef4b22be44d43
2013 Mar 04
1
Qemu confusion
Hi everybody,
I''m currently a little confused about the status of the different qemu
trees for xen unstable.. from what I''ve gathered so far, there are 3
different trees:
1) Qemu-Xen-Unstable (Repo:
http://xenbits.xen.org/gitweb/?p=staging/qemu-xen-unstable.git;a=shortlog;h=refs/heads/master
)
This is the default repository which is download while xen-unstable is build
2)
2013 Jan 14
0
[LLVMdev] [cfe-dev] RFC: Codifying (but not formalizing) the optimization levels in LLVM and Clang
Chandler Carruth <chandlerc at gmail.com> writes:
> minsizeopt
> sizeopt
> quickopt
> opt
> maxopt
I prefer being consistent and putting "opt" at the end.
I would still like something other than "opt" for the fourth one. "opt"
seems too generic given the other levels.
-David
2013 Sep 27
19
preparing for 4.3.1
Aiming at a release later in October (before Xen Summit I would
hope), I''d like to cut RC1 next week.
Please indicate any bug fixes that so far may have been missed
in the backports already done.
Jan
2011 Jul 24
2
dovecot-antispam + spamassassin
Hi,
I recently saw this a branch [1] of your git repository when
dovecot-antispam has support of spamassassin. Is it intentional to not
add it to the official release?
Are there any plan to officially support spamassassin?
[1]
http://www.freenux.org/cgi-bin/gitweb.cgi?p=dovecot-antispam.git;a=shortlog;h=refs/heads/spamassassin
Thanks
--
Yann
2011 Feb 15
2
[LLVMdev] Make "llvmc -opt" call "opt" for .ll files
Without this patch, opt is never called for llvm-assembly (.ll) files
when "-opt" is passed to llvmc:
$ llvmc -clang -v test.ll
llc -f -O2 test.ll -o /tmp/llvm_gvO2nK/test.s
as /tmp/llvm_gvO2nK/test.s -o /tmp/llvm_gvO2nK/test.o
llvm-ld -native -disable-internalize /tmp/llvm_gvO2nK/test.o -o a.out
$ llvmc -clang -opt -v test.ll
llc -f -O2 test.ll -o /tmp/llvm_2xiL86/test.s
as
2019 Jun 19
2
dev_pagemap related cleanups v2
On Tue, Jun 18, 2019 at 12:47:10PM -0700, Dan Williams wrote:
> > Git tree:
> >
> > git://git.infradead.org/users/hch/misc.git hmm-devmem-cleanup.2
> >
> > Gitweb:
> >
> > http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/hmm-devmem-cleanup.2
>
> Attached is my incremental fixups on top of this series, with those
>
2011 Feb 15
0
[LLVMdev] Make "llvmc -opt" call "opt" for .ll files
Without this patch, opt is never called for llvm-assembly (.ll) files
when "-opt" is passed to llvmc:
$ llvmc -clang -v test.ll
llc -f -O2 test.ll -o /tmp/llvm_gvO2nK/test.s
as /tmp/llvm_gvO2nK/test.s -o /tmp/llvm_gvO2nK/test.o
llvm-ld -native -disable-internalize /tmp/llvm_gvO2nK/test.o -o a.out
$ llvmc -clang -opt -v test.ll
llc -f -O2 test.ll -o /tmp/llvm_2xiL86/test.s
as
2013 Jan 14
1
[LLVMdev] [cfe-dev] RFC: Codifying (but not formalizing) the optimization levels in LLVM and Clang
On Mon, Jan 14, 2013 at 1:30 PM, <dag at cray.com> wrote:
> Chandler Carruth <chandlerc at gmail.com> writes:
>
> > minsizeopt
> > sizeopt
> > quickopt
> > opt
> > maxopt
>
> I prefer being consistent and putting "opt" at the end.
>
> I would still like something other than "opt" for the fourth one. "opt"
2015 Jun 11
3
git daemon on zytor is back in action
(snip)
> horked in terms of existing URLs, but if someone finds a URL that
> doesn't work, I'll hammer on it.
Thank you.
Perhaps the following (examples of) redirection links could be
improved?
In the following pairs of links, the first line is the old
(gitweb-caching style) link, and the second line would be the
destination of the redirection as it would be expected (at
2013 May 27
2
RED on DAHDI channel
Asterisk 11.1
We have a situation where one of our incomings POTS lines will not
answer. There are 2 lines configured by the Telco as a rollover group
(rings the line that is not busy) and they feed into a Digium AEX410 on
the server. The most recent time this happened, I did a
/etc/init.d/dahdi status and saw this:
### Span 4: WCTDM/1 "Wildcard AEX410"
*53 FXO FXSKS
2018 Dec 13
3
[PATCH v6 0/7] Add virtio-iommu driver
Hi Joerg,
On 12/12/2018 10:35, Joerg Roedel wrote:
> Hi,
>
> to make progress on this, we should first agree on the protocol used
> between guest and host. I have a few points to discuss on the protocol
> first.
>
> On Tue, Dec 11, 2018 at 06:20:57PM +0000, Jean-Philippe Brucker wrote:
>> [1] Virtio-iommu specification v0.9, sources and pdf
>>????
2018 Dec 13
3
[PATCH v6 0/7] Add virtio-iommu driver
Hi Joerg,
On 12/12/2018 10:35, Joerg Roedel wrote:
> Hi,
>
> to make progress on this, we should first agree on the protocol used
> between guest and host. I have a few points to discuss on the protocol
> first.
>
> On Tue, Dec 11, 2018 at 06:20:57PM +0000, Jean-Philippe Brucker wrote:
>> [1] Virtio-iommu specification v0.9, sources and pdf
>>????
2013 Dec 03
1
DAHDI-Linux and DAHDI-Tools 2.8.0-rc5 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux-v2.8.0-rc5
DAHDI-Tools-v2.8.0-rc5
dahdi-linux-complete-2.8.0-rc5+2.8.0-rc5
This release is available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
*** THIS RC FIXES