[Bug 1926952] Re: SPICE support broken with 6.0

2021-05-03 Thread elmarco
> launching in terminal separate instance remote-viewer for spice to passthru usb devices - spice dislay is blank, that was also in 5.x versions, That was really a hack. I mean, Spice client shouldn't have a blank display. You shouldn't have to run both qemu display and remote-viewer. What you wa

[Bug 1903470] Re: qemu 5.1.0: Add UNIX socket support for netdev socket

2020-11-18 Thread elmarco
With the fd= argument/property, you can setup a private socketpair connection already. Is this enough? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1903470 Title: qemu 5.1.0: Add UNIX socket suppo

[Bug 1898215] Re: [git][archlinux]Build process is busted in spice-display.c

2020-10-02 Thread elmarco
This is a bug in the spice-server meson build system: https://gitlab.freedesktop.org/spice/spice/-/commit/37fd91a51f52cdc1b55d3ce41e6ce6db348b986c Most likely they will end up bumping the version to 0.15, so we may want to update the condition in qemu. -- You received this bug notification becau

[Bug 1869426] Re: 5.0rc0->4.2 serial migraiton

2020-03-30 Thread elmarco
I thought backward migration wasn't supported. Isn't it this commit? commit 4cc017e505df7e5344e4dfe7fc1777c5f11f Author: Marc-André Lureau Date: Tue Oct 22 00:32:41 2019 +0200 serial: register vmsd with DeviceClass Migration from old to new code works, however the other way f

[Qemu-devel] [Bug 1010484] Re: slirp to accept non-local dns server

2019-07-29 Thread elmarco
ping ** Changed in: qemu Status: New => Incomplete -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1010484 Title: slirp to accept non-local dns server Status in QEMU: Incomplete Bug descr

[Qemu-devel] [Bug 1809453] Re: Windows qemu download Big file bug in net user mode

2019-07-29 Thread elmarco
What is your version of qemu? I understand you are running qemu on ubuntu. The VM is windows? which version? Which URL are you downloading? What is the program being used? thanks ** Changed in: qemu Status: New => Incomplete -- You received this bug notification because you are a membe

[Qemu-devel] [Bug 1838228] Re: Slirp Broadcast traffic

2019-07-29 Thread elmarco
slirp has been moved to a standalone project, can you report here: https://gitlab.freedesktop.org/slirp/libslirp/issues I don't have an answer off the top of my head, but I would suggest looking/tweaking at the network mask. And for the receive side, debugging from sorecvfrom(). -- You received

[Qemu-devel] [Bug 1837909] Re: test-char fails if host has no network interfaces

2019-07-25 Thread elmarco
This should be addressed by: https://patchew.org/QEMU/20190713143311.17620-1-marcandre.lur...@redhat.com/ -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1837909 Title: test-char fails if host has no

[Qemu-devel] [Bug 1831486] [NEW] qmp monitor deadlock (with spice events for ex)

2019-06-03 Thread elmarco
0x55de60e19327 in qemu_mutex_lock_impl (mutex=0x55de61859e58, file=0x55de60f1a640 "/home/elmarco/src/qq/monitor.c", line=438) at /home/elmarco/src/qq/util/qemu-thread-posix.c:66 #3 0x55de6085c5af in monitor_puts (mon=0x55de61859d30, str=0x55de62a61d30 "{\"timestamp\":

[Qemu-devel] [Bug 1815889] Re: qemu-system-x86_64 crashed with signal 31 in __pthread_setaffinity_new()

2019-02-27 Thread elmarco
See also mesa bug: https://bugs.freedesktop.org/show_bug.cgi?id=109695 ** Bug watch added: freedesktop.org Bugzilla #109695 https://bugs.freedesktop.org/show_bug.cgi?id=109695 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https:

[Qemu-devel] [Bug 1815889] Re: qemu-system-x86_64 crashed with signal 31 in __pthread_setaffinity_new()

2019-02-27 Thread elmarco
(I reported that issue a few days ago too: https://lists.gnu.org/archive/html/qemu-devel/2019-02/msg06066.html) Perhaps we can teach mesa to not change CPU affinity (some option, or environment variable, or seccomp check). Daniel, when virgl/mesa will be running in a separate process (thanks to v

[Qemu-devel] [Bug 1813940] Re: kvm_mem_ioeventfd_add: error adding ioeventfd: No space left on device

2019-02-05 Thread elmarco
The bug is also reproducible with virtio-9p -fsdev local,id=r,path=/,security_model=none -device virtio-9p-pci,fsdev=r,mount_tag=r I bisected it to the same commit. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launc

[Qemu-devel] [Bug 1803872] Re: [PATCH v2 3/3] migration: Replace strncpy() by strpadcpy(pad='\0')

2018-12-18 Thread elmarco
On Tue, Dec 18, 2018 at 3:09 PM Philippe Mathieu-Daudé wrote: > > GCC 8 added a -Wstringop-truncation warning: > > The -Wstringop-truncation warning added in GCC 8.0 via r254630 for > bug 81117 is specifically intended to highlight likely unintended > uses of the strncpy function that trunca

[Qemu-devel] [Bug 1784900] Re: QEMU (frontend) crashes upon warm reboot with virtio-gpu device and vga=775 on Linux cmdline

2018-08-06 Thread elmarco
see also "[PATCH] virtio-gpu: fix crashes upon warm reboot with vga mode" for a potential fix -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1784900 Title: QEMU (frontend) crashes upon warm reboot w

[Qemu-devel] [Bug 1635339] Re: qxl_pre_save assertion failure on vm "save"

2017-04-07 Thread elmarco
Your approach works ok Gerd with a migration blocker. Are you going to send a patch? I am afraid we would have to make this code permanent though, since there has been several releases of this driver already, and it's much nicer to block migration than to crash a VM. I have reached out to wddm dr

[Qemu-devel] [Bug 1020484] Re: RFE: Support spice via unix domain socket

2017-04-07 Thread elmarco
you could pass sockets via QMP a while ago, but listening to unix socket has been added there: commit fe4831b1e7e7007ae15ae0470a06898660ab3877 Author: Marc-André Lureau Date: Tue Jan 13 17:57:51 2015 +0100 spice: add unix address support Teach qemu to set up a Spice server with a

[Qemu-devel] [Bug 1635339] Re: qxl_pre_save assertion failure on vm "save"

2017-04-07 Thread elmarco
damn launchpad, wrong bug and I can't change it back. Please someone move it back to New/Confirmed ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs

[Qemu-devel] [Bug 1635339] Re: qxl_pre_save assertion failure on vm "save"

2017-04-07 Thread elmarco
Crash reproduced immediately after setting up a win10 VM with qxl driver 10.0.0.15000. Gerd, are you looking into fixing it? Is it acceptable to crash qemu if the driver is faulty? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. http

[Qemu-devel] [Bug 1679126] Re: null pointer access on migration resume of systemrescuecd boot menu with qxl-vga

2017-04-05 Thread elmarco
Interesting, the culprit is: commit cd958edb1fae85d0c7d1e1acbff82d22724e8d64 Author: Marc-André Lureau Date: Fri Aug 26 13:47:11 2016 +0400 console: skip same-size resize virtio-gpu does a set-scanout at each frame (it might be a driver regression). qemu_console_resize() recre

Re: [Qemu-devel] [Bug 1658634] [PATCH] console: fix console resize

2017-01-24 Thread elmarco
Hi On Tue, Jan 24, 2017 at 2:31 PM Gerd Hoffmann <1658...@bugs.launchpad.net> wrote: > Only skip surface reallocation in case the old surface was created using > qemu_alloc_display (via qemu_create_displaysurface) too, otherwise we > might end up with a DisplaySurface with the wrong backing stora