Displaying 20 results from an estimated 6000 matches similar to: "VFIO console"
2018 Jul 11
0
VFIO console
Attempt a clean installation of your OS preference.Other than that, my guess is that your machine is dying, and no amount of money would fix the components.Computers are really quite inexpensive these days, so I would recommend that you consider that choice first.Best of luck.../rgc
On Tuesday, July 10, 2018 9:50 PM, "admin at siegel-tech.net" <admin at siegel-tech.net>
2018 Aug 09
1
Re: Mount URL as cdrom/iso KVM/QEMU
Hi Daniel,
I have noticed that it will fail exactly as you said if <cdrom> is first in the boot order, if <hd> is first in the boot order the XML validates and it starts as usual.
first in log except below is with cdrom set to first in boot order, second is with hd set first.
2018-08-09 11:39:28.625+0000: starting up libvirt version: 3.9.0, package: 14.el7_5.6 (CentOS BuildSystem
2018 Aug 09
2
Re: Mount URL as cdrom/iso KVM/QEMU
Just a quick correction and apologies, the actual issue is that http will not work, https will so I dont think this is a bug as such I think this is by design likely for security.
Looking at the man page for qemu-kvm it states http will work with examples given however only https works, my best guess from looking at the spec file from the srpm is that it has only been enabled in the centos
2018 Jul 03
0
CESA-2018:1997 Important CentOS 7 libvirt Security Update
CentOS Errata and Security Advisory 2018:1997 Important
Upstream details at : https://access.redhat.com/errata/RHSA-2018:1997
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
e03811a1f431ea68b53a6b84746d495a4207fbb84d6ca11a9a6ccc430ae470b3 libvirt-3.9.0-14.el7_5.6.x86_64.rpm
2018 Oct 17
2
Windows guest skipping chkdsk if using Spice display
Hi all,
as per subject, when a Windows guest using a Spice display is rebooted
with a planned chkdsk, the consistency check is always skipped.
It seems that the Spice display issues some "phantom" keystrokes, which
are then intended by Windows as the "skip chkdsk at boot" signal.
I tried to use a Spice display with no additional features (ie: USB
redirection), but to no
2019 Feb 04
2
Installing libvirt and Xen on Red Hat 7.5
Hi,
I am installing OpenStack on Red Hat 7.5. For Nova compute component, I
choose libvirt and Xen.
However, I am running into some problems. It seems libvirt is unable to
communicate with Xen.
Xen installation:
I installed Xen410 using "Xen make easy"
https://xen.crc.id.au/support/guides/install/. Here is a list of packages
installed and verification that Xen is running.
#
2018 Oct 26
1
Re: Windows guest skipping chkdsk if using Spice display
On 19/10/2018 08:13, Gionatan Danti wrote:
> Il 17-10-2018 09:15 Gionatan Danti ha scritto:
>> Hi all,
>> as per subject, when a Windows guest using a Spice display is rebooted
>> with a planned chkdsk, the consistency check is always skipped.
>>
>> It seems that the Spice display issues some "phantom" keystrokes,
>> which are then intended by
2018 Aug 21
0
CEBA-2018:2451 CentOS 7 selinux-policy BugFix Update
CentOS Errata and Bugfix Advisory 2018:2451
Upstream details at : https://access.redhat.com/errata/RHBA-2018:2451
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
0a8fc3c046ab6378ef8f79c33bf17b46b814f235aaa039180de30e59a28e904b selinux-policy-3.13.1-192.el7_5.6.noarch.rpm
2018 Sep 20
0
Install qemu packages from ovirt instead of original.
Hi,
I have a KVM server running on Centos 7.5.
[root at kvm2 ~]# cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core)
Qemu packages are from Centos repository.
[root at kvm2 ~]# rpm -qa|grep qemu
libvirt-daemon-driver-qemu-3.9.0-14.el7_5.7.x86_64
qemu-img-1.5.3-156.el7_5.5.x86_64
qemu-kvm-common-1.5.3-156.el7_5.5.x86_64
ipxe-roms-qemu-20170123-1.git4e85b27.el7_4.1.noarch
2006 Mar 01
4
graphics rendering
Hey
Has anyone got a graphics server running alongside ruby on rails? Kind
of new to graphics rendering on a web server, so some general tips on a
successful direction to go in would be great. I need it for automatic
rescaling of images, similar to flickr.
Thanks,
RGC
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Feb 22
2
Siegel-Tukey test for equal variability (code)
Hi, I recently ran into the problem that I needed a Siegel-Tukey test for
equal variability based on ranks. Maybe there is a package that has it
implemented, but I could not find it. So I programmed an R function to do
it. The Siegel-Tukey test requires to recode the ranks so that they express
variability rather than ascending order. This is essentially what the code
further below does. After the
2018 Jun 28
0
CVE-2018-3639 qemu-kvm-ev-2.10.0-21.el7_5.4.1 is now available for testing
Hi, qemu-kvm-ev-2.10.0-21.el7_5.4.1 has been tagged for testing.
If nothing shows up, I'll tag it for release on Monday July 2nd.
Here's the changelog:
* Thu Jun 28 2018 Sandro Bonazzola <sbonazzo at redhat.com> -
ev-2.10.0-21.el7_5.4.1
- Removing RH branding from package name
* Sat Jun 09 2018 Miroslav Rezanina <mrezanin at redhat.com> -
rhev-2.10.0-21.el7_5.4
-
2012 Apr 26
4
Modelo de Nelson y Siegel
Hola a todos: En la estimación de parametros de Nelson-Siegel vienen definidos 3 argumentos: rate, maturity y MidTau. Este último lo define como un vector el cual indica el término medio del vencimiento para maximizar el factor beta2.Si yo tengo un vector de maturity de 77 datos, la pregunta es:¿Qué tan importante es el argumento MidTau, y qué otra especificación tiene? no me queda muy claro cómo
2015 Jul 17
2
[LLVMdev] LLVM instrumentation
The PGO was my first guess but I can get a lot of information.
At first, I follow the explanation at http://clang.llvm.org/docs/UsersManual.html#profiling-with-instrumentation but instead of llvm-profdata merge, I used llvm-profdata show *.profraw.
Sadly, the information I get is the total number of function, the maximum function count and the maximum internal block count.
Do you know if you
2005 Aug 05
1
Abwesenheitsnotiz: Nortel Option 11 and TE110P o f Digium
??????????????? i dont understand.
On 8/5/05, Siegel, Joerg <JSiegel@tunstall.de> wrote:
>
>
> Ich bin am 9.8. wieder im Hause!
>
> Mit freundlichen Gr??en,
>
> J?rg Siegel.
2018 Oct 19
0
Re: Windows guest skipping chkdsk if using Spice display
Il 17-10-2018 09:15 Gionatan Danti ha scritto:
> Hi all,
> as per subject, when a Windows guest using a Spice display is rebooted
> with a planned chkdsk, the consistency check is always skipped.
>
> It seems that the Spice display issues some "phantom" keystrokes,
> which are then intended by Windows as the "skip chkdsk at boot"
> signal.
>
> I
2009 Mar 12
1
Cross-validation -> lift curve
Hi all,
I'd like to do cross-validation on lm and get the resulting lift curve/table
(or, alternatively, the estimates on 100% of my data with which I can get
lift).
If such a thing doesn't exist, could it be derived using cv.lm, or would we
need to start from scratch?
Thanks!
--
Eric Siegel, Ph.D.
President
Prediction Impact, Inc.
Predictive Analytics World Conference
More info:
2016 Apr 18
0
[PATCH RFC 2/3] vfio: report group noiommu status
When using vfio, callers might want to know whether device is added to a
regular group or an non-iommu group.
Report this status from vfio_add_group_dev.
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
drivers/vfio/pci/vfio_pci.c | 2 +-
drivers/vfio/platform/vfio_platform_common.c | 2 +-
drivers/vfio/vfio.c | 5 ++++-
2013 Jul 02
0
binding/unbinding devices to vfio-pci
On Tue, 2013-07-02 at 14:15 +0000, Yoder Stuart-B08248 wrote:
> Alex,
>
> I'm trying to think through how binding/unbinding of devices will
> work with VFIO for platform devices and have a couple of questions
> about how vfio-pci works.
>
> When you bind a device to vfio-pci, e.g.:
> # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id
>
> ...I understand
2016 Aug 30
0
[Qemu-devel] [PATCH v2 0/2] vfio: blacklist legacy virtio devices
On 2016?08?30? 10:27, Michael S. Tsirkin wrote:
> Legacy virtio devices always bypassed an IOMMU, so using them with vfio was
> never safe.
And it actually won't work since GPA is assumed in the device. So I'm
not sure this is must since we should get a IOMMU fault in this case.
> This adds a quirk detecting these and disabling VFIO unless the
> noiommu mode is used. At