Displaying 14 results from an estimated 14 matches for "thouvenin".
2008 Jan 23
13
Xen 3.2 and Big Real Mode support?
Hello,
I read in the announce of Xen 3.2.0 released that it has "preliminary
support for a wider range of bootloaders in fully virtualised (HVM)
guests, using full emulation of x86 ''real mode''" .
I''d like to know what is the level of the emulation of x86 ''real
mode''? I ask that because I tried to install OpenSuse 10.3 (I used
the iso file
2013 Sep 30
2
Re: Does libvirt support xapi/xe toolstack?
On Mon, Sep 30, 2013 at 10:49:10AM +0200, Guillaume Thouvenin wrote:
> Guillaume Thouvenin <guillaume.thouvenin@polymtl.ca> a écrit :
>
> >According to [1] it seems that libvirt is using Xend daemon to communicate.
>
> After reading more documentation it seems that Xend is mandatory. As
> everything is not up to date I'd like...
2013 Sep 30
2
Re: Does libvirt support xapi/xe toolstack?
Guillaume Thouvenin <guillaume.thouvenin@polymtl.ca> a écrit :
> "Daniel P. Berrange" <berrange@redhat.com> a écrit :
>> If you have new enough libvirt and Xen >= 4.2 then libvirt will
>> automatically
>> use the libxl APIs instead of XenD.
I have compiled a version 1....
2013 Sep 27
2
Does libvirt support xapi/xe toolstack?
Hello,
I installed the last version of Xen (xenserver-core-0.9.0-9.x86_64 from
yum) and I'm trying to manage my VMs with virsh. The version that I
installed is using the Xapi/xe toolstack. The problem I have is that
I'm not seeing the VM that is started with "virsh -c xen:/// list
--all". Here is what I have:
root# xe vm-list uuid ( RO) :
2013 Sep 30
0
Re: Does libvirt support xapi/xe toolstack?
"Daniel P. Berrange" <berrange@redhat.com> a écrit :
> On Mon, Sep 30, 2013 at 10:49:10AM +0200, Guillaume Thouvenin wrote:
>> Guillaume Thouvenin <guillaume.thouvenin@polymtl.ca> a écrit :
>>
>> >According to [1] it seems that libvirt is using Xend daemon to communicate.
>>
>> After reading more documentation it seems that Xend is mandatory. As
>> everything is not up...
2013 Sep 30
0
Re: Does libvirt support xapi/xe toolstack?
Guillaume Thouvenin <guillaume.thouvenin@polymtl.ca> a écrit :
> According to [1] it seems that libvirt is using Xend daemon to communicate.
After reading more documentation it seems that Xend is mandatory. As
everything is not up to date I'd like to know if it is still the case
or if there are some p...
2006 Jan 19
1
Error when loading some modules
Hello,
I can''t load the network in unprivileged domain with xen-unstable
(Changset 8612). Xen boots fine and domain0 is OK. When I start a new
domain I have the following report when booting:
----------------B<-----------------------------
* Not running depmod because /lib/modules/2.6.12.6-xenU/ is not writeable.
Loading modules...
All modules loaded.
FATAL: Could not load
2013 Apr 03
1
Cannot recv data: Connection reset by peer
Hello,
I'm trying to install and use libvirt 1.0.4 on an Ubuntu 12.04.2. I
compiled libvirt by doing:
$ ./configure --with-selinux=no --with-gnutls
$ make
$ sudo make install
Everything works fine and are installed under /usr/local
Then I started the libvirtd manually and try to start a linux container
that has the following configuration:
$ virsh -c lxc:/// dumpxml lxcvm1
<domain
2006 Jan 20
3
domU Device eth0 does not seem to be present
I can''t find network device in domU.
Debian domU shows
Configuring network interfaces...SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
and Fedora domU shows:
eth0: unknown interface: No such device
Dom0 is using Fedora with:
kernel-xen-guest.i686 2.6.15-1.29_FC5 installed
kernel-xen-hypervisor.i686
2006 May 31
1
How to enable VMX?
Hello,
I''m trying to use the VT technology on box but when I start Xen VMX is
disabled by Feature Control MSR as shown in the following message:
Xen version 3.0.2-3 (guill@frec.bull.fr) (gcc version 3.3.5 (Debian 1:3.3.5-13)) Wed May 31 16:07:00 CEST 2006
Latest ChangeSet: Tue May 30 18:14:05 2006 +0100 9697:18e8e613deb9
...
(XEN) Initializing CPU#0
(XEN) Detected 3391.682 MHz
2006 Dec 14
1
xen-3.0.4-rc1: undefined reference to `remove_siblinginfo''
Hello,
On my x86_64 box, when compiling the xen-3.0.4-rc1, if
CONFIG_HOTPLUG_CPU is not set it produces an undefined reference to
''remove_siblinginfo'' that is used in arch/x86_64/kernel/smpboot.c
drivers/built-in.o: In function `__cpu_up'':
(.text+0x54c10): undefined reference to `remove_siblinginfo''
If CONFIG_HOTPLUG_CPU is set the compilation works fine.
2003 Dec 10
1
pcnet32 and copybreak condition
The main modifications in the PCnet32 ethernet driver seems to be macro that
test if COPYBREAK is define. I notice that for network driver which were written
for Xen the main modifications was around the copybreak and also some
adjustments with include files. Is it true if I say that the port of network
device from Linux to Xen is quite "easy" and that the majority of the
modifications
2013 Mar 28
1
How to give access to /dev/tty
Hello,
First I apologize because I sent this email on the lxc-users mailing
by error. So sorry for the double message.
I'm trying to run an X server inside a container. I was able to
achieve this with lxc-tools (and that is why I mixed myself between the
2 lists) by setting the option lxc.tty = 4 that allows access to 4 tty.
Now I want to use libvirt because my final goal is to
2003 Dec 09
2
modules and hypercall
Hello,
I''m trying to write a module to play with hypercall. So I wrote the following
module:
-------------------------xvifgetinfo.c----------------
/*
* xvifgetinfo.c
*
* The routines in this file are used to get information about virtual
* network interface provide by Xen.
*
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>