Displaying 7 results from an estimated 7 matches for "asaik".
Did you mean:
afaik
2016 Sep 02
2
[ThinLTO] Importing based on PGO data
The profile summary is saved in the global metadata ASAIK. If we want to
calculate if something is hot/cold while choosing functions for importing,
we would either need to read whole Module (which we clearly don't want to
do)
or duplicate this information in the summary, so we could get it without
reading Module.
2016-09-02 15:49 GMT-07:00 Mehdi Amin...
2015 Oct 27
3
libguestfs-winsupport
Hello! I have a mess with libguestfs-winsupport package.
I my repo (centos-7.1-based distro) I have ntfs-3g-2015-3.14 in epel
(and not versions anywhere else).
I got libguestfs-winsupport-7.1.X but it contains ntfs-3g-2014* and
conflicts with epel ntfs-3g (although if I run rpm -ivh --force
libguestfs-winsupport, the appliance uses v2015).
I found on ~rjones/ libguestfs-winsupport-7.2.1
2019 Oct 23
2
Re: Reg: Adding "edu" device using XML file
Hello Han,
Thanks for the response. The XML option with qemu:commandline works if the
device is added during the VM creation. But I would like to hot-plug the
device to the running VM. I can add the device using the command line
<virsh qemu-monitor-command --hmp VM-Name device_add edu,id=edu0>
But I would like to add the device using the XML file, like <virsh
attach-device VM-Name
2015 Oct 27
0
Re: libguestfs-winsupport
...yum install ntfs-3g ntfsprogs ntfs-3g-devel
> echo 'libguestfs-winsupport' >
/usr/lib64/guestfs/supermin.d/zz-winsupport
But this does not work somehow.
Can we make libguestfs-1.28 work with ntfs without conflicts with
existing ntfs-3g and, desirably, without copying ntfs-3g (as, ASAIK, in
winsupport-7.2.1)?
On 10/27/2015 02:04 PM, Maxim Perevedentsev wrote:
> Hello! I have a mess with libguestfs-winsupport package.
>
> I my repo (centos-7.1-based distro) I have ntfs-3g-2015-3.14 in epel
> (and not versions anywhere else).
> I got libguestfs-winsupport-7.1.X bu...
2019 Oct 24
0
Re: Reg: Adding "edu" device using XML file
...edu,id=edu0>
>
> But I would like to add the device using the XML file, like <virsh
> attach-device VM-Name xmlfile.xml>. If the XML support is not provided in
> libvirt, Is there a document or pointers available to show how to add new
> device in libvirt xml code?
>
> ASAIK there is no development guide for adding new device in libvirt xml
code.
Maybe you can refer to former watchdog device patch series:
https://www.redhat.com/archives/libvir-list/2009-October/msg00564.html
https://www.redhat.com/archives/libvir-list/2017-September/msg00078.html
> Thanks,
> Bha...
2005 Jan 13
1
MWI on Zap analog phone not lighting
We are using Bellsouth 8867 phones on our TDM400B FXS lines
(asterisk-1.0.3). It has a "Voicemail" light, which appears to be MWI
(according to the manual it works with voicemail from the telco that
sends a FSK signal). The dialtone stutters when a line has voicemail, so
I know that I have the mailbox setting right in zapata.conf, but the
light doesn't go on. I am also getting
2016 Sep 02
4
[ThinLTO] Importing based on PGO data
2016-09-02 15:04 GMT-07:00 Xinliang David Li <davidxl at google.com>:
> On Fri, Sep 2, 2016 at 2:58 PM, Piotr Padlewski
> <piotr.padlewski at gmail.com> wrote:
> > Hi,
> > I am working right now on importing based on PGO/FDO data. There is one
> > issue that I found - when we calculate the list of imports, we can't get
> the
> > ProfileSummaryInfo,