Am 2015-10-01 12:33, schrieb Fabio Fantoni:
Should be something like /var/log/xen/qemu-dm-marax.log
oh ok:
qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,password=test,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build. qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,disable-ticketing,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build. qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,password=test,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build. qemu: terminating on signal 1 from pid 25375 qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,disable-ticketing,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build. qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,disable-ticketing,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build. qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,disable-ticketing,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build. qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,disable-ticketing,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build. qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,disable-ticketing,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build. qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,disable-ticketing,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build.
seems to be not build in into the pkgs...
I use this one: qemu-img-1.5.3-86.el7_1.6.x86_64 Is there one which have spice support build in?
On Thu, Oct 1, 2015 at 12:27 PM, Christoph mangel@gmx.de wrote:
Am 2015-10-01 12:33, schrieb Fabio Fantoni:
Should be something like /var/log/xen/qemu-dm-marax.log
oh ok:
qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,password=test,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build. qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,disable-ticketing,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build. qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,password=test,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build. qemu: terminating on signal 1 from pid 25375 qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,disable-ticketing,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build. qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,disable-ticketing,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build. qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,disable-ticketing,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build. qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,disable-ticketing,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build. qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,disable-ticketing,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build. qemu-system-i386: -spice port=6000,tls-port=0,addr=0.0.0.0,disable-ticketing,agent-mouse=on: There is no option group 'spice' spice is not supported by this qemu build.
seems to be not build in into the pkgs...
I use this one: qemu-img-1.5.3-86.el7_1.6.x86_64 Is there one which have spice support build in?
No, the qemu version will be one that is custom build for the xen package.
Fabio, is there a toplevel config option to enable spice when building through the Xen build system?
Please manually CC me if you can, as I'm not getting your mails to centos-devel...
-George
Am 2015-10-01 13:30, schrieb George Dunlap:
No, the qemu version will be one that is custom build for the xen package.
Fabio, is there a toplevel config option to enable spice when building through the Xen build system?
Please manually CC me if you can, as I'm not getting your mails to centos-devel...
there is an qemu 2.0 ver in EPEL (qemu-2.0.0-1.el7.5 RPM for x86_64) there is the spice support build in...
http://107.185.144.55/xen/cent7/dom0/RPMS/stable-4.6/mock/ above is a build of upstream xen with this `configure` including spice support:./configure --enable-systemd --prefix=/usr --enable-xsmpolicy --enable-ocamltools \ --libdir=%{_libdir} --enable-efi \ --with-extra-qemuu-configure-args="--enable-spice --enable-usb-redir" there is no associated libvirt buildIncluded are patches up to the HEAD of staging-4.6, so its basically rc5.-- PryMar56
On Thursday, October 1, 2015 8:36 AM, Christoph mangel@gmx.de wrote:
Am 2015-10-01 13:30, schrieb George Dunlap:
No, the qemu version will be one that is custom build for the xen package.
Fabio, is there a toplevel config option to enable spice when building through the Xen build system?
Please manually CC me if you can, as I'm not getting your mails to centos-devel...
there is an qemu 2.0 ver in EPEL (qemu-2.0.0-1.el7.5 RPM for x86_64) there is the spice support build in...
Am 2015-10-04 17:50, schrieb Mark Pryor:
http://107.185.144.55/xen/cent7/dom0/RPMS/stable-4.6/mock/ [1]
above is a build of upstream xen with this `configure` including spice support: ./configure --enable-systemd --prefix=/usr --enable-xsmpolicy --enable-ocamltools \ --libdir=%{_libdir} --enable-efi \ --with-extra-qemuu-configure-args="--enable-spice --enable-usb-redir"
there is no associated libvirt build Included are patches up to the HEAD of staging-4.6, so its basically rc5. --
PryMar56
why is the spice support not in the 'offical' xen centos7 repo built in?
On Mon, Oct 5, 2015 at 10:08 AM, Christoph mangel@gmx.de wrote:
Am 2015-10-04 17:50, schrieb Mark Pryor:
http://107.185.144.55/xen/cent7/dom0/RPMS/stable-4.6/mock/ [1]
above is a build of upstream xen with this `configure` including spice support: ./configure --enable-systemd --prefix=/usr --enable-xsmpolicy --enable-ocamltools \ --libdir=%{_libdir} --enable-efi \ --with-extra-qemuu-configure-args="--enable-spice --enable-usb-redir"
there is no associated libvirt build Included are patches up to the HEAD of staging-4.6, so its basically rc5. --
PryMar56
why is the spice support not in the 'offical' xen centos7 repo built in?
Historically, because it wasn't available. Now, simply because it's off by default and before now nobody had asked for it to be enabled.
The Virt SIG is a community effort -- adding a configure option and rebuilding is no problem, but the Virt SIG will need help testing / working out bugs in this feature if it's going to be available going forward.
If you're up for helping test it / work out any bugs, I can rebuild it with the above arguments today.
-George
Am 2015-10-05 12:39, schrieb George Dunlap:
On Mon, Oct 5, 2015 at 10:08 AM, Christoph mangel@gmx.de wrote:
Historically, because it wasn't available. Now, simply because it's off by default and before now nobody had asked for it to be enabled.
The Virt SIG is a community effort -- adding a configure option and rebuilding is no problem, but the Virt SIG will need help testing / working out bugs in this feature if it's going to be available going forward.
If you're up for helping test it / work out any bugs, I can rebuild it with the above arguments today.
-George
oh sure, if should find any bugs I would report it here....
On Tue, Oct 6, 2015 at 8:22 AM, Christoph mangel@gmx.de wrote:
Am 2015-10-05 12:39, schrieb George Dunlap:
On Mon, Oct 5, 2015 at 10:08 AM, Christoph mangel@gmx.de wrote:
Historically, because it wasn't available. Now, simply because it's off by default and before now nobody had asked for it to be enabled.
The Virt SIG is a community effort -- adding a configure option and rebuilding is no problem, but the Virt SIG will need help testing / working out bugs in this feature if it's going to be available going forward.
If you're up for helping test it / work out any bugs, I can rebuild it with the above arguments today.
-George
oh sure, if should find any bugs I would report it here....
OK, I've done a build of 4.6rc4 with spice enabled. You can install it with --enablerepo=virt-xen-46-candidate; I haven't done any testing on it at all (all our test boxes are being moved today).
Let me know how it works for you.
-George
Hi
till now it are the rpm's with spice support working without problems (spice works to :) )
there is one issue what I have found, after install does grub2-mkconfig make this entry:
multiboot /boot/xen-4.6.0-rc-2.el7.gz placeholder...
but I think it should be:
multiboot /boot/xen.gz placeholder ...
with the first one it doesnt boot here, grub cant find it allthough its there in fs...
there is an qemu 2.0 ver in EPEL (qemu-2.0.0-1.el7.5 RPM for x86_64) there is the spice support build in...
hmm cant install it:
Transaction check error: file /usr/share/locale/de_DE/LC_MESSAGES/qemu.mo from install of qemu-common-2:2.0.0-1.el7.5.x86_64 conflicts with file from package xen-runtime-4.6rc3-4.el7.x86_64 file /usr/share/locale/fr_FR/LC_MESSAGES/qemu.mo from install of qemu-common-2:2.0.0-1.el7.5.x86_64 conflicts with file from package xen-runtime-4.6rc3-4.el7.x86_64 file /usr/share/locale/hu/LC_MESSAGES/qemu.mo from install of qemu-common-2:2.0.0-1.el7.5.x86_64 conflicts with file from package xen-runtime-4.6rc3-4.el7.x86_64 file /usr/share/locale/it/LC_MESSAGES/qemu.mo from install of qemu-common-2:2.0.0-1.el7.5.x86_64 conflicts with file from package xen-runtime-4.6rc3-4.el7.x86_64 file /usr/share/locale/tr/LC_MESSAGES/qemu.mo from install of qemu-common-2:2.0.0-1.el7.5.x86_64 conflicts with file from package xen-runtime-4.6rc3-4.el7.x86_64
is there anywhere an xen qemu with enabled spice support for centos7?