similar to: Re:Re: [help] How to modify the vgamem value ?

Displaying 20 results from an estimated 2000 matches similar to: "Re:Re: [help] How to modify the vgamem value ?"

2016 Mar 14
1
Re: [help] How to modify the vgamem value ?
On Mon, Mar 14, 2016 at 09:41:36AM +0100, Holger Schranz wrote: > Hi Luo, > > the vgamem is limited inside. Myself, I use QEMU 2.5/Virgil3D to expand > the vgamem. It's not limited and can be modified inside the xml, the only limitation is that the value has to be a power of 2 and for QXL the value must be at least 1024. There is an exception, qemu can and in some cases updates
2016 Mar 14
0
Re: [help] How to modify the vgamem value ?
Hi Luo, the vgamem is limited inside. Myself, I use QEMU 2.5/Virgil3D to expand the vgamem. May be someone have a better solution or an example to solve it. Best regards, Holger ================================================================= example: <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> . . <!-- Begin device declaration
2016 Mar 14
2
[help] How to modify the vgamem value ?
Dear everyone Do you know how to modify vgamem value in the .xml file ? such as :<video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1'/> // from instance-0000015e.xml <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/</video> I
2017 Dec 23
0
Re: [BUG] Not exiting media forced a promptly close of libvirt 3.10
Sorry for an additional question: In the bug report where Jim was wrote in his answer: https://libvirt.org/git/?p=libvirt.git;a=commit;h=2d07f1f0ebd44b0348daa61afa0de34f3f838c22 is a pointer to the report: https://bugzilla.redhat.com/show_bug.cgi?id=1522682 In this report the fixed version is: libvirt-3.9.0-6.el7 How can I check/find whether this fix is include in the 3.10 which I used? Best
2017 Nov 14
0
Re: Urgent: virsh - change-media run into a promptly close of libvirt
Ups ... my fault ... libvirtd instead libvirt .... etcsvms5:/var/lib/systemd/coredump # coredumpctl info libvirtd            PID: 10177 (libvirtd)            UID: 0 (root)            GID: 0 (root)         Signal: 11 (SEGV)      Timestamp: Tue 2017-11-14 10:11:32 CET (9h ago)   Command Line: /usr/local/sbin/libvirtd -d     Executable: /usr/local/sbin/libvirtd  Control Group: /         
2017 Dec 23
2
Re: [BUG] Not exiting media forced a promptly close of libvirt 3.10
Hello, thanks for the information. Please let me ask: If understand correctly this issue occoured and reported in 3.9? And the fix is for 3.11 or 4.0? Best regards Holger Am 22.12.2017 um 22:27 schrieb Jim Fehlig: > On 12/22/2017 02:21 AM, Holger Schranz wrote: >> Thread 1 (Thread 0x7f0d525ab700 (LWP 10729)): >> #0  virStorageFileReportBrokenChain (errcode=2, >>
2017 Dec 23
1
Re: [BUG] Not exiting media forced a promptly close of libvirt 3.10
On 12/23/2017 10:20 AM, Holger Schranz wrote: > Sorry for an additional question: > > In the bug report where Jim was wrote in his answer: > https://libvirt.org/git/?p=libvirt.git;a=commit;h=2d07f1f0ebd44b0348daa61afa0de34f3f838c22 > > is a pointer to the report: > https://bugzilla.redhat.com/show_bug.cgi?id=1522682 > > In this report the fixed version is:
2018 Aug 08
1
Re: LIBVIRT-4.6.0 can't work with QEMU 3.0.0
On Wed, Aug 08, 2018 at 10:06:12 +0100, Daniel Berrange wrote: > On Wed, Aug 08, 2018 at 10:58:50AM +0200, Holger Schranz wrote: > > > checking for JANSSON... no > > This is the problem. In 4.6.0 we just switched to using JANSSOn instead > of yajl for JSON parsing. Your host doesn't have the development headers > installed for jansson.... > > > >
2018 Aug 08
0
Re: LIBVIRT-4.6.0 can't work with QEMU 3.0.0
On Wed, Aug 08, 2018 at 10:07:58AM +0200, Holger Schranz wrote: > Hello, > > if I try to use Llibvirt-4.6.0 together with qemu-3.0.0-rc4. > I run into an issue. Please see the following Memo. > > Best regards > > Holger > > ================================================================================ > > Procduce QEMU-3.0.0-RC4 and LIBVIRT-4.6.0: >
2017 Nov 14
2
Re: Urgent: virsh - change-media run into a promptly close of libvirt
Hi Daniel, here are any informations. A little bit strange, coredumpctl showthe libvirtd. coredumpctl dump libvirt and info libvirt  no information. Best regards Holger -------------------------------------------------------------------------- etcsvms5:/var/adm # coredumpctl TIME                            PID   UID   GID SIG PRESENT EXE Tue 2017-11-07 16:22:57 CET     485     0     0  11
2017 Nov 15
2
Re: Urgent: virsh - change-media run into a promptly close of libvirt
On Tue, Nov 14, 2017 at 07:19:01PM +0100, Holger Schranz wrote: > Ups ... my fault ... > > libvirtd instead libvirt .... > > > etcsvms5:/var/lib/systemd/coredump # coredumpctl info libvirtd >            PID: 10177 (libvirtd) >            UID: 0 (root) >            GID: 0 (root) >         Signal: 11 (SEGV) >      Timestamp: Tue 2017-11-14 10:11:32 CET (9h ago)
2017 Nov 14
0
Re: Urgent: virsh - change-media run into a promptly close of libvirt
On Tue, Nov 14, 2017 at 06:47:04PM +0100, Holger Schranz wrote: > Hello, > > I use the virsh change-media command and since the combination of: > > etcsvms5:/kvm/CS8400/M1 # virsh version > Compiled against library: libvirt 3.9.0 > Using library: libvirt 3.9.0 > Using API: QEMU 3.9.0 > Running hypervisor: QEMU 2.10.1 > > etcsvms5:/kvm/CS8400/M1 # > > I
2017 Dec 22
0
Re: [BUG] Not exiting media forced a promptly close of libvirt 3.10
On Fri, Dec 22, 2017 at 09:52:33AM +0100, Holger Schranz wrote: > etcsvms1:/kvm/CS8200/M5 # coredumpctl gdb libvirtd > PID: 10728 (libvirtd) > UID: 0 (root) > GID: 0 (root) > Signal: 11 (SEGV) > Timestamp: Fri 2017-12-22 09:28:39 CET (18min ago) > Command Line: /usr/local/sbin/libvirtd -d > Executable:
2017 Dec 22
0
Re: [BUG] Not exiting media forced a promptly close of libvirt 3.10
On 12/22/2017 02:21 AM, Holger Schranz wrote: > Thread 1 (Thread 0x7f0d525ab700 (LWP 10729)): > #0  virStorageFileReportBrokenChain (errcode=2, src=src@entry=0x7f0d4004ac40, > parent=0x7f0d4004ac40) at storage/storage_source.c:422 >         access_user = <optimized out> >         access_group = <optimized out> >         __FUNCTION__ =
2018 Jul 09
0
Re: compile error libvirt-python 4.5.0 - error: unknown type name ?virNWFilterBindingPtr?
On Sat, Jul 07, 2018 at 09:34:27PM +0200, Holger Schranz wrote: > Hello, > > I have tried to upgrade libvirt / libvort-python from 4.4.0 to 4.5.0 [snip] > -I/usr/include/python2.7 -c libvirt-override.c -o > build/temp.linux-x86_64-2.7/libvirt-override.o > In file included from libvirt-override.c:24:0: > typewrappers.h:114:5: error: unknown type name ?virNWFilterBindingPtr?
2017 Nov 15
1
Re: Urgent: virsh - change-media run into a promptly close of libvirt
On 11/15/2017 06:54 AM, Holger Schranz wrote: > Thread 1 (Thread 0x7f4a069cc700 (LWP 10178)): > #0 0x00007f49ff969170 in qemuDomainChangeEjectableMedia ( > driver=driver@entry=0x7f49f841b700, vm=vm@entry=0x7f49ec02fbd0, > disk=disk@entry=0x7f49ec0375d0, newsrc=0x7f49e8014d10, force=force@entry=false) > at qemu/qemu_hotplug.c:303 This is fixed in current upstream by
2017 Jul 23
0
Re: Increasing video memory available to Windows
On Sat, Jul 22, 2017 at 03:03:06PM -0400, Alex wrote: > Hi, > I have a fedora25 system with a Windows10 host and would like to use > it for photoshop. However, it complains the video memory is too low. > I'm using the QXL driver and it appears to be limited to 256MB? I've > installed the Red Hat QXL driver in Windows. What driver did you installed? There are two drivers,
2009 Apr 27
1
problem dowloading
Hello, I am trying to upgrade the system: niu <- new.packages() install.packages(niu) commands that have worked in previous instances, now it downloads the packages missing but complains with: malformed bundle DESCRPTION file, no Contains field and does this for diseasemapping_0.3 EMJumpDiffusion_1.3.4 InfluenceME_0.6 since it stops installing I gave up. Now I tried to Update my packages and
2018 Aug 08
0
Re: LIBVIRT-4.6.0 can't work with QEMU 3.0.0
On Wed, Aug 08, 2018 at 10:58:50AM +0200, Holger Schranz wrote: > checking for JANSSON... no This is the problem. In 4.6.0 we just switched to using JANSSOn instead of yajl for JSON parsing. Your host doesn't have the development headers installed for jansson.... > configure: > configure: Configuration summary > configure: ===================== > configure: > configure:
2017 Jul 22
2
Increasing video memory available to Windows
Hi, I have a fedora25 system with a Windows10 host and would like to use it for photoshop. However, it complains the video memory is too low. I'm using the QXL driver and it appears to be limited to 256MB? I've installed the Red Hat QXL driver in Windows. I have 4GB of memory allocated overall, and could allocate more if necessary. How do I increase the available video memory? Photoshop