Displaying 20 results from an estimated 100 matches similar to: "libvirt + xen assertion"
2020 Sep 28
1
Failed to get udev device for syspath '/sys/devices/virtual/dmi/id'
Hi,
I'm facing an issue with libvirt and the LIBXL driver, failing when searching for DMI data in /sys.
info : libvirt version: 5.0.0, package: 4+deb10u1 (Guido Günther <agx@sigxcpu.org> Thu, 05 Dec 2019 00:22:14 +0100)
error : udevGetDMIData:1719 : internal error: Failed to get udev device for syspath '/sys/devices/virtual/dmi/id' or '/sys/class/dmi/id'
error :
2020 Oct 09
0
Re: Failed to get udev device for syspath '/sys/devices/virtual/dmi/id'
Le lundi 28 septembre 2020 19:04, Jim Fehlig <jfehlig@suse.com> a écrit :
> On 9/28/20 5:21 AM, Mathieu Tarral wrote:
>
> > Hi,
> > I'm facing an issue with libvirt and the LIBXL driver, failing when searching for DMI data in /sys.
> > info : libvirt version: 5.0.0, package: 4+deb10u1 (Guido Günther agx@sigxcpu.org Thu, 05 Dec 2019 00:22:14 +0100)
> > error
2013 Sep 02
0
Running libvirt on a virtualized server
Hi everyone
I'm trying to create a virtual machine using OpenNebula [1] on a centos 6.4
server, but i'm facing some erros using kvm / libvirt.
This server is running on a virtual machine created on XCP. Then, my
infrastructure is: XCP 1.6 (hypervisor - dom0) + CentOS 6.4 (running on a
XCP VM) + OpenNebula 4.0.1 (installed on CentOS).
In the host machine, I have the same infrastructure.
2008 Jan 03
2
[LLVMdev] Building LLVM on Windows
Hello,
Thanks to recent changes in the SVN, I was able to successfully build
LLVM under Windows in the following environments:
1. Cygwin;
2. MinGW/MSYS;
3. "gcc -mno-cygwin" (a.k.a MinGW on Cygwin).
For 3., I've had to make a few manual changes to the build system. Care
is needed because non-Cygwin external commands require Windows paths and
Cygwin's make does not like path
2012 Aug 30
0
Running VirtualBox headless
Hello everyone,
I'm trying to run a VirtualBox-based VM in headless mode, but
apparently running out of luck.
So far:
- Fedora 14 host
- libvirt 0.9.8 manually built from libvirt-0.9.8-1.fc14.src.rpm
(later tested with 0.10.0 built from libvirt-0.10.0-1.fc17.src.rpm to
the same effect)
- I have a VBox 4.1.20 installed with extension pack
- a virtual Windows XP guest
- can start this machine
2012 Aug 16
0
error: virsh not could create bridge interface
hello,
virsh iface-bridge to build bridge interface does not work for me,i've
searched in google but got nothing ,please give some help,thanks.
# VIRSH_DEBUG=0 VIRSH_LOG_FILE=bridge.log virsh iface-bridge eth0 br0
iface-bridge: found option <interface>: eth0
iface-bridge: <interface> trying as interface NAME
libvir: Interface error : Interface not found: couldn't find
2012 Sep 08
1
[LLVMdev] LLC always has a tab?
Ryan,
I've always been bothered by this tab character that doesn't come from the target. The line you're looking for I believe is from /utils/TableGen/AsmWriterEmitter.cpp at line 428. In my opinion the target should control whether a prefix is printed before an instruction.
Thanks,
Javier
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of ryan
2006 Jul 21
1
Issue installing guest domain using fedora core 5
Hi,
I''m using a Dell 360 workstation with 1 Gig of Ram.
I have installed successfully the Domain_0 kernel 2.6.17-1.2157_FC5xen0,
upgraded all packages and restarted the box with this new kernel.
when I run xm list, it shows this domain running happily.
I have built a guest OS install tree, with the new guest Domain_u kernel
image, appropriate for this latest kernel. This tree exists on
2005 Mar 02
1
[PATCH] signal.h
This patch does two things.
This test program results (on i386) in an error about _NSIG:
#include <signal.h>
#if defined (SIGRTMAX)
int rtmax = SIGRTMAX;
#endif
The cause is that the kernel signal.h defines SIGRTMAX as _NSIG,
then makes _NSIG invisibelby hiding it inside ifdef __KERNEL__.
Perhaps it's more elegant to solve this in the kernel,
but the ramifications of that scare
2019 Feb 02
0
[PATCH 2/2] ia64: Fix sigaction struct layout and function implementation
Commit 8418552 ("[klibc] ia64: Fix shared build") switched to the
function descriptor-less ABI. However, when passing a function pointer
to the kernel for signal handling, it always expects a descriptor, and
-mno-pic does not set any ELF flags that the kernel could detect. Thus
to fix this regression we must construct descriptors solely for passing
to/from the kernel.
Despite this,
2013 Apr 18
9
[PATCH v5 1/2] libxl: Introduce functions to add and remove USB devices to an HVM guest
This patch exposes a generic interface which can be expanded in the
future to implement USB for PVUSB, qemu, and stubdoms. It can also be
extended to include other types of USB other than host USB (for example,
tablets, mice, or keyboards).
For each device removed or added, one of two protocols is available:
* PVUSB
* qemu (DEVICEMODEL)
The caller can additionally specify "AUTO", in
2020 Aug 29
0
[klibc:master] ia64: Fix sigaction function implementation
Commit-ID: ae17951ae73ec52348c77259269637b854f0c236
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=ae17951ae73ec52348c77259269637b854f0c236
Author: Jessica Clarke <jrtc27 at jrtc27.com>
AuthorDate: Fri, 28 Aug 2020 19:48:32 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 29 Aug 2020 17:23:08 +0100
[klibc] ia64: Fix sigaction
2020 Aug 28
0
[klibc:ia64-signal-fix] ia64: Fix sigaction struct layout and function implementation
Commit-ID: 454901a0c733986bee36da111a08fe7df0ff0b98
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=454901a0c733986bee36da111a08fe7df0ff0b98
Author: Jessica Clarke <jrtc27 at jrtc27.com>
AuthorDate: Fri, 28 Aug 2020 19:48:32 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 28 Aug 2020 20:22:50 +0100
[klibc] ia64: Fix sigaction struct
2004 Sep 19
2
klibc compilation breakage on 2.6.8+
hello,
klibc/include/signal.h include asm/signal.h which prefixes the
__sighandler_t definition with a __user annotation.
__user not being defined previously leads to a compilation breakage.
It's the only occurrence for now, so the following dirty work-around
works here :
add a "#define __user" at klibc/include/signal.h head.
regards,
--
christophe varoqui
2020 Aug 28
0
[klibc:ia64-signal-fix] ia64: Fix definition of struct sigaction
Commit-ID: 56ae41a7d0c41290148093d2b6f4f8a62e9b5dfa
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=56ae41a7d0c41290148093d2b6f4f8a62e9b5dfa
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Fri, 28 Aug 2020 17:36:34 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 28 Aug 2020 17:37:22 +0100
[klibc] ia64: Fix definition of
2020 Aug 28
0
[klibc:ia64-signal-fix] ia64: Fix definition of struct sigaction
Commit-ID: 9f7fa1e393f05cfd337df42586d40d82c06b7ccd
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=9f7fa1e393f05cfd337df42586d40d82c06b7ccd
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Fri, 28 Aug 2020 17:36:34 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 28 Aug 2020 20:22:50 +0100
[klibc] ia64: Fix definition of
2020 Aug 28
0
[klibc:ia64-signal-fix] ia64: sigaction: Make signal updates atomic
Commit-ID: 623b03fb63f0c0473b378cf61c77258fd450b5a1
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=623b03fb63f0c0473b378cf61c77258fd450b5a1
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Fri, 28 Aug 2020 19:59:28 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 28 Aug 2020 20:22:50 +0100
[klibc] ia64: sigaction: Make
2020 Aug 29
0
[klibc:master] ia64: Fix definition of struct sigaction
Commit-ID: 811bff9cec254e3396493f4f2447862d252870ac
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=811bff9cec254e3396493f4f2447862d252870ac
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Fri, 28 Aug 2020 17:36:34 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 29 Aug 2020 17:22:38 +0100
[klibc] ia64: Fix definition of
2020 Aug 29
0
[klibc:master] ia64: sigaction: Make signal updates atomic
Commit-ID: 69fb0c9b936dd59a7f7c9fab40f9206b80837b5b
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=69fb0c9b936dd59a7f7c9fab40f9206b80837b5b
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Fri, 28 Aug 2020 19:59:28 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 29 Aug 2020 17:23:08 +0100
[klibc] ia64: sigaction: Make
2020 Aug 27
0
[klibc:master] alpha: Fix definitions of _NSIG and struct sigaction
Commit-ID: 1cd11aaed1dece773c6b1ce2e99a0fe98b51321e
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=1cd11aaed1dece773c6b1ce2e99a0fe98b51321e
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Thu, 27 Aug 2020 01:58:19 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Thu, 27 Aug 2020 03:51:11 +0100
[klibc] alpha: Fix definitions of