Displaying 7 results from an estimated 7 matches for "qlist".
Did you mean:
list
2009 Dec 09
4
binary string conversion to a vector (PR#14120)
...binV" returns what I consider a wrong value -- see the
terminal output
binS2binV = function(string="0001101", sep="")
# this procedure is expected to convert a binary string to a binary vector ...
# but does it?? Why do we get a vector with quoted binary values??
{
qlist = strsplit(string, sep)
qvector = qlist[[1]]
cat("\n string=", string)
cat("\n qvector=", qvector)
n = length(qvector) ; xvector = NULL
for (i in 1:n) {
tmp = noquote(qvector[i])
cat("\n", i,", tmp=", tmp)
xvector = c(xvector, tmp)...
2011 Sep 09
1
Intel-VTd problem
...sor tries to load my DOM0 it takes a long time until it
continues the boot process (it hangs somewhere after freeing unused
memory (loaded the initrd)) - what could that be?
I append my dmesg logs (both XEN and DOM0).
My host OS is a Gentoo GNU/Linux running 2.6.38-xen kernel.
therion@kali ~ > qlist -Iv xen
app-emulation/xen-4.1.1
app-emulation/xen-tools-4.1.1-r1
sys-kernel/xen-sources-2.6.38
cheers
--
Georg Bege <therion@ninth-art.de>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2001 May 01
1
encoder observation
Hello!
First of all a question:
When you make the encoder tables (ie: mode_e.h)
do you use the mapping0_forward function?
Because you made the encoder tables, and after this
you did a minor correction in the final beta4 ...
(this correction was:
additional[0]=fabs(additional[0]*scale);
in the mapping0_forward function)
(I see this was a bug, and the modification
was correct, but this correction
2010 Mar 10
2
[Bug 26992] New: Systemsettings crashes when I try to open desktop settings
...m /usr/lib/libGL.so.1
#15 0x00007fc5c8131cec in ?? () from /usr/lib/kde4/kcm_kwincompositing.so
#16 0x00007fc5c81264a0 in ?? () from /usr/lib/kde4/kcm_kwincompositing.so
#17 0x00007fc5c812d795 in QObject*
KPluginFactory::createInstance<KWin::KWinCompositingConfig, QWidget>(QWidget*,
QObject*, QList<QVariant> const&) () from /usr/lib/kde4/kcm_kwincompositing.so
#18 0x00007fc5e176d8ce in KPluginFactory::create(char const*, QWidget*,
QObject*, QList<QVariant> const&, QString const&) () from
/usr/lib/libkdecore.so.5
#19 0x00007fc5e2f34e66 in KCModuleLoader::loadModule(KCMo...
2023 Mar 06
0
[PATCH v4 01/15] vdpa net: move iova tree creation from init to start
...; Ok, I think I get it. We should really consider to implement a parent
> > structure in the future for vhost_vdpa then we can avoid tricks like:
> >
> > vq_index_end and vhost_vdpa_net_first_nc_vdpa()
> >
>
> Sounds right. Maybe it is enough to link all of them with a QLIST?
That's also fine but you need to place the parent data into the head
structure which seems not clean than having pointers to point to the
same parent structure.
Thanks
>
> Thanks!
>
> > Thanks
> >
> >
> > >
> > > A possibility is to always alloca...
2012 Oct 10
4
[Bug 55832] New: xf86-video-nouveau-1.0.2 - Xorg crashes once a week : segmentation fault in NVRefreshArea
...abilities: [128] Power Budgeting <?>
Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024
<?>
Kernel driver in use: nouveau
The following xorg-nouveau related packages are now installed:
x11-drivers/xf86-video-nouveau-1.0.2
root at leopard:/root(3)# qlist -Iv xorg
x11-base/xorg-drivers-1.13
x11-base/xorg-server-1.13.0
x11-base/xorg-x11-7.4-r2
x11-misc/xorg-cf-files-1.0.4
But I experience this issue already about six months, i.e, starting with
xf86-video-nouveau-0.0.16_pre20120322 and xorg-server-1.12.0-r1.
--
You are receiving this mail because:...
2009 Aug 25
3
[Bug 23505] New: KDE's Kubrick has problems with xf86-video-nouveau driver
http://bugs.freedesktop.org/show_bug.cgi?id=23505
Summary: KDE's Kubrick has problems with xf86-video-nouveau
driver
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
AssignedTo: nouveau at