[Bug 1892533] Re: Meson: Missing config-host.mak

2020-08-21 Thread Xavier Claessens
btw, I'm surprised README does not mention meson, shouldn't you instruct that it's a build-dep? Maybe suggest pip install command? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1892533 Title: Meson

[Bug 1892533] Re: Meson: Missing config-host.mak

2020-08-21 Thread Xavier Claessens
configure does not seems to work better: build$ ../configure ../configure: 232: shift: can't shift that many -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1892533 Title: Meson: Missing config-hos

[Bug 1892533] [NEW] Meson: Missing config-host.mak

2020-08-21 Thread Xavier Claessens
Public bug reported: Wanted to give a try to the new build system, but a simple "meson build" gives that error: meson.build:15:0: ERROR: Failed to load /home/xclaesse/programmation/qemu/build/config-host.mak: [Errno 2] No such file or directory: '/home/xclaesse/programmation/qemu/build/config- ho

[Bug 1877716] Re: Win10 guest unsuable after a few minutes

2020-05-09 Thread Xavier
** Attachment added: "libvirt/qemu log of a 73fd272 run reproducing the issue" https://bugs.launchpad.net/qemu/+bug/1877716/+attachment/5368818/+files/win10.log -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpa

[Bug 1877716] Re: Win10 guest unsuable after a few minutes

2020-05-09 Thread Xavier
Note that bisecting is difficult due to the nature of the bug (does not appear before 5 to 10 minutes on my machine). -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1877716 Title: Win10 guest unsuab

[Bug 1877716] Re: Win10 guest unsuable after a few minutes

2020-05-09 Thread Xavier
** Attachment added: "libvirt description of the machine used to debug" https://bugs.launchpad.net/qemu/+bug/1877716/+attachment/5368819/+files/win10.xml -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/b

[Bug 1877716] [NEW] Win10 guest unsuable after a few minutes

2020-05-09 Thread Xavier
Public bug reported: On Arch Linux, the recent qemu package update seems to misbehave on some systems. In my case, my Windows 10 guest runs fine for around 5 minutes and then start to get really sluggish, even unresponsive. It needs to be forced off. I could reproduce this on a minimal VM with no

[Qemu-devel] Can't compile QEMU 2.5.0 on Arch Linux ARM

2016-02-21 Thread Xavier de Rauville
Greetings I am attempting to compile QEMU for Arch Liux ARM using the build files from here: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/qemu I am targeting the ARMv7hf architecture. Unfortunately, I am getting an error during the build process. I created a log

Re: [Qemu-devel] [PATCH] kqemu compile fix for kernel >= 2.6.22-rc3-git6

2007-06-04 Thread Xavier Gnata
Hi, It works just fine here but we also have to be sure that it still works with a kernel <= 2.6.21. Xavier kqemu kernel module does not compile under kernel 2.6.22-rc3-git6 This patch resolves the problem for me: -SNIP-- --- a/kq

Re: [Qemu-devel] Regression bug

2007-05-29 Thread Xavier Gnata
Hi, I do reproduce that trying to boot a kubuntu i386 on an i368. Now we have to bisect... Xavier. I've been keeping up with CVS patches for qemu about once a week. I just updated tonight after the big round of patches that have been commited and am seeing a consistent failure wi

[Qemu-devel] kqemu and 2.6.22-rc3

2007-05-28 Thread Xavier Gnata
: implicit declaration of function ‘signal_pending’ I'm going to try to see why but if someone as already done this job... ;) Xavier. -- Xavier Gnata CRAL - Observatoire de Lyon 9, avenue Charles André 69561 Saint Genis Laval cedex Phone: +33 4

Re: [Qemu-devel] RFC : disable SDL window close capability\n

2006-10-23 Thread Xavier Gnata
John Morris wrote: On Mon, 2006-10-23 at 05:45, Xavier Gnata wrote: Hi, I have been asked to disable the capability to close qemu by clicking on the SDL window x icon. Any comments? Totally disabling close is pretty drastic. When the VM has went wrong closing it is a valid option

[Qemu-devel] RFC : disable SDL window close capability\n

2006-10-23 Thread Xavier Gnata
Hi, I have been asked to disable the capability to close qemu by clicking on the SDL window x icon. The goal is to avoid lay users to shutdown the running OS under Qemu in a not clean way. The patch is pretty simple. It adds a runtime -no-quit option. Any comments? Xavier