Displaying 20 results from an estimated 1000 matches similar to: "SPICE with Upstream QEMU and qxl VGA cause Windows BSOD"
2013 Nov 27
20
[PATCH v2] Handle xen_platform_pci=0 case
Hi,
Here is a little patch that attempt to fix the issue regarding
xen_platform_pci=0 not been handled.
There is one patch left from the previous version. The patch that was adding
qemu_machine_override have been removed as it is unnecessary. If someone wants
to change the -machine, it can always add it to device_model_args_hvm, as QEMU
appear to use the last one.
Regards,
Anthony PERARD (1):
2012 Jan 05
9
[PATCHv2 0 of 2] Deal with IOMMU faults in softirq context.
Hello everyone,
Reposting with after having applied the (minor) fixes suggested by Wei
and Jan.
Allen, if you can tell us what you think about this, or suggest someone
else to ask some feedback to, if you''re no longer involved with VT-d,
that would be great! :-)
--
As already discussed here [1], dealing with IOMMU faults in interrupt
context may cause nasty things to happen, up to
2012 Dec 03
17
[PATCH 0 of 3] xen: sched_credit: fix tickling and add some tracing
Hello,
This small series deals with some weirdness in the mechanism with which the
credit scheduler choses what PCPU to tickle upon a VCPU wake-up. Details are
available in the changelog of the first patch.
The new approach has been extensively benchmarked and proved itself either
beneficial or harmless. That means it does not introduce any significant amount
of overhead and/or performances
2013 Sep 06
21
[PATCH v2 0/5] xl: allow for node-wise specification of vcpu pinning
Hi all,
This is the second take of a patch that I submitted some time ago for allowing
specifying vcpu pinning taking NUMA nodes into account. IOW, something like
this:
* "nodes:0-3": all pCPUs of nodes 0,1,2,3;
* "nodes:0-3,^node:2": all pCPUS of nodes 0,1,3;
* "1,nodes:1-2,^6": pCPU 1 plus all pCPUs of nodes 1,2
but not pCPU 6;
v1 was a single patch, this is
2013 Nov 06
3
[OSSTest PATCH 0/2] MegaRAID SAS support and RebootTimeExtra documentation
Hi Ian-s,
Two small patches for OSSTest.
The first one turns on compiling the Linux modules for MegaRAID SAS, needed for
the ultralisk machine in the Cambridge lab. The second adds an entry in the
README file about the RebootTimeExtra host property, which I also needed to use
for ulttralisk, as scrubbing 368GB of RAM really takes a lot!
git://xenbits.xen.org/people/dariof/osstest.git misc
Let
2013 Jun 11
9
Xen 4.1 compile from source and install on Fedora 17
Hello,
I have asked this question in Xen-users mailing list too. But since it
involves compiling from source, I realised asking this here makes more
sense. Please forgive me for the spam.
I am relatively new to Xen and need help compiling and installing Xen from
source.
Using some tutorials online, I have got Xen working with the ''yum install
xen'' method.
I used virt-manager
2013 Sep 30
3
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi,
thanks for your response.
i cleaned that above one and installed in this following steps:
* sudo apt-get install gcc make pkg-config libxml2-dev libgnutils-dev
libdevmapper-dev libcurl4-gnutls-dev python-dev libpciaccess-dev libxen-dev
libnl-dev
* ./configure = --prefix=/usr --localstatedir=/var --sysconfdir=/etc
--with-xen=yes --with-libxl=yes
* make
* make install
now i am getting the
2013 Sep 27
5
(Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi
i want to install libvirt-1.1.2 in xen -4.2.1.
i installed int he following manner:
1. downloaded source from libvirt/org (libvirt-1.1.2)
2. untarred & run ./configure --with-xen=yes --with-libxl=yes
3. then make and make install.
i also enabled the (xend-unix-server yes) in xend config file.
i run libvirtd -v and getting the followning error:
root@boss[libexec]#libvirtd -v
2013 Sep 27
5
(Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi
i want to install libvirt-1.1.2 in xen -4.2.1.
i installed int he following manner:
1. downloaded source from libvirt/org (libvirt-1.1.2)
2. untarred & run ./configure --with-xen=yes --with-libxl=yes
3. then make and make install.
i also enabled the (xend-unix-server yes) in xend config file.
i run libvirtd -v and getting the followning error:
root@boss[libexec]#libvirtd -v
2013 Sep 30
6
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi,
i am using debian flavor called BOSS.
*uname -a*
Linux boss 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 x86_64 GNU/Linux
i installed XEN-4.2.1 from the source.
*virsh # version*
error: failed to connect to the hypervisor
error: no valid connection
error: Failed to connect socket to
'/usr/local/var/run/libvirt/libvirt-sock': No such file or directory
*
*
*root@boss[src]#libvirtd -v*
2011 Oct 17
8
Re: Issue with PCI-passthrough and pvops
On Mon, Oct 17, 2011 at 05:36:27PM +0200, Dario Faggioli wrote:
> Hi everyone,
>
> I''m trying to setup PCI-passthrough for a network card on a testbox.
> With HVM, everything seems to work, while if I try with a pv-guest the
> domain crashes!
>
> Here''s the thing:
> --
> # xl pci-list-assignable-devices
> 0000:07:00.0
> 0000:07:00.1
>
>
2013 Jul 04
2
Re: [libvirt] [PATCH 1/4] libxl: implement NUMA capabilities reporting
[Moving the conversation on @xen-devel and adding Jan, as that seems
more appropriate]
[Jan, this came up as I''m implementing some NUMA bits in libvirt but, as
you see, the core of Jim''s question is purely about Xen]
On lun, 2013-07-01 at 16:47 -0600, Jim Fehlig wrote:
> On my non-NUMA test machine I have the cell memory reported as
>
> <memory
2012 Jul 04
53
[PATCH 00 of 10 v3] Automatic NUMA placement for xl
Hello,
Third version of the NUMA placement series Xen 4.2.
All the comments received during v2''s review have been addressed (more details
in single changelogs).
The most notable changes are the following:
- the libxl_cpumap --> libxl_bitmap renaming has been rebased on top of the
recent patches that allows us to allocate bitmaps of different sizes;
- the heuristics for deciding
2013 Dec 19
2
Re: About debugging of libvirt.
i installed both xen-4.2.1 and libvirt-1.2.0 from the source only. i moved
with the latest version of libvrirt.
i did the gdb in libvirt-1.2.0 and i raised the bug. Please find the
following link for the bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=1044838
regards,
cooldharma06.
On Wed, Dec 18, 2013 at 6:33 PM, Michal Privoznik <mprivozn@redhat.com>wrote:
> On 18.12.2013
2013 Oct 04
7
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
cooldharma06 wrote:
> hi,
>
> i found something im my log: (libvirtd.log)
>
> i dont know about this. but it may be helpful for you. So i am
> forwarding this.
>
> 2013-09-26 11:43:58.507+0000: 10718: error : virDriverLoadModule:78 :
> failed to load module
> /usr/local/lib/libvirt/connection-driver/libvirt_driver_libxl.so
> /usr/lib/libxenlight.so.2.0: undefined
2012 Jun 20
7
[PATCH] xl: fix sedf parameters checking
9d1fd58ff602 was bogous in not letting a new domain being created
if its scheduling parameters --when running under the sedf scheduler--
were not fully specified, making creation fail like in this example
here below:
2012-06-16 07:37:47 Z executing ssh ... root@10.80.248.105 xl create /etc/xen/debian.guest.osstest.cfg
libxl: error: libxl.c:3619:sched_sedf_domain_set: setting domain sched sedf:
2013 Sep 25
4
Error i am getting when using libvirt in xen 4.2
hi,
i am using xen-4.2. i am trying to create the virual machine with libvirt
(virsh).
if i use the xen-xm means its working fine.
i am getting the following error:
error: Failed to reconnect to the hypervisor
error: no valid connection
error: unable to connect to ''localhost:8000'': Connection refused
Give me some idea to make the xen(xl) to work with libvirt.
regards,
2013 Sep 25
4
Error i am getting when using libvirt in xen 4.2
hi,
i am using xen-4.2. i am trying to create the virual machine with libvirt
(virsh).
if i use the xen-xm means its working fine.
i am getting the following error:
error: Failed to reconnect to the hypervisor
error: no valid connection
error: unable to connect to ''localhost:8000'': Connection refused
Give me some idea to make the xen(xl) to work with libvirt.
regards,
2013 Sep 25
4
Error i am getting when using libvirt in xen 4.2
hi,
i am using xen-4.2. i am trying to create the virual machine with libvirt
(virsh).
if i use the xen-xm means its working fine.
i am getting the following error:
error: Failed to reconnect to the hypervisor
error: no valid connection
error: unable to connect to ''localhost:8000'': Connection refused
Give me some idea to make the xen(xl) to work with libvirt.
regards,
2013 Nov 13
3
[Patch] credit: Update other parameters when setting tslice_ms
From: Nate Studer <nate.studer@dornerworks.com>
Add a utility function to update the rest of the timeslice
accounting fields when updating the timeslice of the
credit scheduler, so that capped CPUs behave correctly.
Before this patch changing the timeslice to a value higher
than the default would result in a domain not utilizing
its full capacity and changing the timeslice to a value
lower