Displaying 6 results from an estimated 6 matches for "unconditionn".
Did you mean:
uncondition
2001 May 21
1
converting windows fonts
Greetings!
I'm newcomer here, sorry for possible offtopic.
Well, I have successfully converted some windows fonts as it
described in 4.8.1. Font of Wine User Guide and obtained
-windows-lingvo oem-medium-r-normal-sans-*-*-72-72-p-*-iso8859-5
as a result. But when I'm trying to run program, it still prints
fixme:font:AddFontResourceA ("C:\\Program Files\\Lingvo\\LvOemF.fon"):
2015 Feb 20
0
[PATCH 2/3] vhost: add support for legacy virtio
Signed-off-by: Greg Kurz <gkurz at linux.vnet.ibm.com>
---
drivers/vhost/vhost.h | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
Michael,
The vhost_is_little_endian() helper adds unconditionnal overhead to fixed
endian architectures: that is all architectures except arm and ppc64. This
was addressed in QEMU with a TARGET_IS_BIENDIAN macro. Please give an
advice about how to address this in the vhost code.
Thanks.
diff --git a/drivers/vhost/vhost.h b/drivers/vhost/vhost.h
index ce2c68e...
2015 Feb 20
0
[PATCH 2/3] vhost: add support for legacy virtio
Signed-off-by: Greg Kurz <gkurz at linux.vnet.ibm.com>
---
drivers/vhost/vhost.h | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
Michael,
The vhost_is_little_endian() helper adds unconditionnal overhead to fixed
endian architectures: that is all architectures except arm and ppc64. This
was addressed in QEMU with a TARGET_IS_BIENDIAN macro. Please give an
advice about how to address this in the vhost code.
Thanks.
diff --git a/drivers/vhost/vhost.h b/drivers/vhost/vhost.h
index ce2c68e...
2009 Oct 16
0
Origin of "Exceptionally long voice queue length queuing to IAX2/blahblah" messages
Hello,
I'm using asterisk for a quite long period, i integrated a lot of stuff to make it behave like any carrier class system, so users can:
manage Call forward on busy
manage Call forward on no answer
manage unconditionnal call forward
call back missed calls
and a lot of such services that can be both configured by menus and dtmf or by web interfaces (PHP+SQL), in fact i recreated services everybody use to get with their classical operator.
All of theses functions are achieved throught dialplan commands, first M...
2015 Feb 20
8
[PATCH 0/3] vhost_net: support for cross endian guests
Hi,
This patchset allows vhost_net to be used with legacy virtio
when guest and host have a different endianness. It is based
on previous work by C?dric Le Goater:
https://www.mail-archive.com/kvm-ppc at vger.kernel.org/msg09848.html
As suggested by MST:
- the API now asks for a specific format (big endian) instead of the hint
whether byteswap is needed or not (patch 1)
- rebased on top of
2015 Feb 20
8
[PATCH 0/3] vhost_net: support for cross endian guests
Hi,
This patchset allows vhost_net to be used with legacy virtio
when guest and host have a different endianness. It is based
on previous work by C?dric Le Goater:
https://www.mail-archive.com/kvm-ppc at vger.kernel.org/msg09848.html
As suggested by MST:
- the API now asks for a specific format (big endian) instead of the hint
whether byteswap is needed or not (patch 1)
- rebased on top of