[Qemu-devel] Bug with qxl vga memory settings

2013-01-25 Thread Fabio Fantoni
Debugging qxl problem with xen I tested first qemu without xen and I found that qxl memory mapping problem is not only xen related. After some tests with qemu-only I found that -global qxl-vga.vram_size=N and -global qxl-vga.ram_size=N (where N is for example 16384 or 65536) are bugged. Qxl ram

Re: [Qemu-devel] Bug with qxl vga memory settings

2013-01-28 Thread Fabio Fantoni
Il 28/01/2013 11:59, Gerd Hoffmann ha scritto: After some tests with qemu-only I found that -global qxl-vga.vram_size=N and -global qxl-vga.ram_size=N (where N is for example 16384 or 65536) are bugged. qxl-0: ram/pri: 32 MB [region 0] qxl-0: vram/32: 0 MB [region 1] Yep. You'll get the minimum

Re: [Qemu-devel] [PATCH v3] tools/libxl: Improve videoram setting

2013-02-01 Thread Fabio Fantoni
Il 14/01/2013 19:21, Stefano Stabellini ha scritto: I did a quick test and it seems that it should be possible to change the amount of videoram for stdvga too using the same command line option, however at the moment it just errors out. Therefore I am OK with this patch only taking care of Cirr

[Qemu-devel] Question about default floppy and stdvga memory

2013-02-04 Thread Fabio Fantoni
I tried to disable "default floppy" without use -nodefaults option that disable other things. I didn't found other parameters to do that in docs and code for now. Can someone tell me if there is another way to disable default floppy only? About stdvga, I found that memory is configurable from d

Re: [Qemu-devel] Question about default floppy and stdvga memory

2013-02-04 Thread Fabio Fantoni
Il 04/02/2013 11:36, Markus Armbruster ha scritto: Fabio Fantoni writes: I tried to disable "default floppy" without use -nodefaults option that disable other things. I didn't found other parameters to do that in docs and code for now. Can someone tell me if there is another

[Qemu-devel] Set Spice audio without envvar

2013-02-08 Thread Fabio Fantoni
Is possible to set spice audio without envvar but with qemu parameter? I'm writing patch to add spice audio support to xen. Here is one reply from xen-devel: Setting envvars to configure qemu is a pretty crappy interface though, given that qemu supports both command line and configuration files

Re: [Qemu-devel] Question about default floppy and stdvga memory

2013-02-11 Thread Fabio Fantoni
Il 04/02/2013 10:41, Fabio Fantoni ha scritto: I tried to disable "default floppy" without use -nodefaults option that disable other things. I didn't found other parameters to do that in docs and code for now. Can someone tell me if there is another way to disable default floppy

[Qemu-devel] Advice on some configuration parameters

2013-02-12 Thread Fabio Fantoni
I'm making patches to enable some qemu upstream features in xen that are missing in libxl. I'm trying to do it just by giving arguments to qemu, and I want them to be dynamic (e.g. without physical addresses if possible) and concise. I'm confused about usb configuration. Looking at what virt-m

Re: [Qemu-devel] Advice on some configuration parameters

2013-03-01 Thread Fabio Fantoni
Il 12/02/2013 14:05, Fabio Fantoni ha scritto: I'm making patches to enable some qemu upstream features in xen that are missing in libxl. I'm trying to do it just by giving arguments to qemu, and I want them to be dynamic (e.g. without physical addresses if possible) and concise. I&

Re: [Qemu-devel] Advice on some configuration parameters

2013-03-01 Thread Fabio Fantoni
Il 01/03/2013 13:45, Paolo Bonzini ha scritto: Il 12/02/2013 14:05, Fabio Fantoni ha scritto: I'm making patches to enable some qemu upstream features in xen that are missing in libxl. I'm trying to do it just by giving arguments to qemu, and I want them to be dynamic (e.g. withou

Re: [Qemu-devel] Advice on some configuration parameters

2013-03-04 Thread Fabio Fantoni
Il 03/03/2013 11:27, Alon Levy ha scritto: Il 01/03/2013 13:45, Paolo Bonzini ha scritto: Il 12/02/2013 14:05, Fabio Fantoni ha scritto: I'm making patches to enable some qemu upstream features in xen that are missing in libxl. I'm trying to do it just by giving arguments to qemu,

Re: [Qemu-devel] [Spice-devel] Advice on some configuration parameters

2013-03-05 Thread Fabio Fantoni
Il 05/03/2013 11:19, Hans de Goede ha scritto: Hi, On 03/01/2013 11:02 AM, Fabio Fantoni wrote: Il 12/02/2013 14:05, Fabio Fantoni ha scritto: I'm making patches to enable some qemu upstream features in xen that are missing in libxl. I'm trying to do it just by giving arguments to q

Re: [Qemu-devel] Test report for xen-unstable and qemu-xen

2013-08-16 Thread Fabio Fantoni
Il 14/08/2013 13:21, Michael S. Tsirkin ha scritto: On Wed, Aug 14, 2013 at 01:16:24PM +0200, Laszlo Ersek wrote: On 08/14/13 12:54, Fabio Fantoni wrote: Il 14/08/2013 11:56, Laszlo Ersek ha scritto: On 08/14/13 11:19, Fabio Fantoni wrote: Tried with qemu 1.4.2 and it works also with 4 gb

Re: [Qemu-devel] [Xen-devel] [PATCH for v1.6] pc: Fix initialization of the ram_memory variable.

2013-08-26 Thread Fabio Fantoni
Il 16/08/2013 16:46, Anthony PERARD ha scritto: In some cases (Xen), it will not be initialized before to be used. This leads to segv. Signed-off-by: Anthony PERARD Tested-by: Fabio Fantoni This patch have solved the critical regression of all hvm domUs that prevented domUs starting with

Re: [Qemu-devel] [Xen-devel] [PATCH for v1.6] pc: Fix initialization of the ram_memory variable.

2013-08-29 Thread Fabio Fantoni
Il 26/08/2013 17:00, Fabio Fantoni ha scritto: Il 16/08/2013 16:46, Anthony PERARD ha scritto: In some cases (Xen), it will not be initialized before to be used. This leads to segv. Signed-off-by: Anthony PERARD Tested-by: Fabio Fantoni This patch have solved the critical regression of all

Re: [Qemu-devel] [Xen-devel] [PATCH for v1.6] pc: Fix initialization of the ram_memory variable.

2013-08-29 Thread Fabio Fantoni
Il 29/08/2013 11:00, Paolo Bonzini ha scritto: Il 16/08/2013 16:46, Anthony PERARD ha scritto: In some cases (Xen), it will not be initialized before to be used. This leads to segv. Signed-off-by: Anthony PERARD --- It works with this simple initialization to NULL, but would it be necessary

Re: [Qemu-devel] Questions about hvm domU default devices with upstream qemu

2013-09-04 Thread Fabio Fantoni
Il 04/07/2013 15:51, Fabio Fantoni ha scritto: Last year I posted a question about default devices of upstream qemu that differ from qemu traditional, like empty floppy and cdrom in particular. About empty floppy now is disabled as workaround. About empty cdrom Stabellini tells that is useful

Re: [Qemu-devel] Questions about hvm domU default devices with upstream qemu

2013-09-04 Thread Fabio Fantoni
Il 04/09/2013 15:17, Stefano Stabellini ha scritto: On Wed, 4 Sep 2013, Fabio Fantoni wrote: Il 04/07/2013 15:51, Fabio Fantoni ha scritto: Last year I posted a question about default devices of upstream qemu that differ from qemu traditional, like empty floppy and cdrom in particular. About

Re: [Qemu-devel] Questions about hvm domU default devices with upstream qemu

2013-09-05 Thread Fabio Fantoni
Il 05/09/2013 13:23, Stefano Stabellini ha scritto: On Wed, 4 Sep 2013, Fabio Fantoni wrote: Il 04/09/2013 15:17, Stefano Stabellini ha scritto: On Wed, 4 Sep 2013, Fabio Fantoni wrote: Il 04/07/2013 15:51, Fabio Fantoni ha scritto: Last year I posted a question about default devices of

Re: [Qemu-devel] [Spice-devel] screen freezed for 2-3 minutes on spice connect on xen windows 7 domU's with qxl after save/restore

2014-09-19 Thread Fabio Fantoni
Il 12/09/2014 16:46, Fabio Fantoni ha scritto: Il 08/07/2014 12:34, Fabio Fantoni ha scritto: Il 08/07/2014 12:06, Fabio Fantoni ha scritto: Il 08/07/2014 10:53, David Jaša ha scritto: Hi, On Út, 2014-07-08 at 10:13 +0200, Fabio Fantoni wrote: On xen 4.5 (tried with qemu 2.0.0/2.1-rc0, spice

Re: [Qemu-devel] [Xen-devel] [PATCH] libxl: change default QEMU machine to pc-i440fx-1.6

2014-06-11 Thread Fabio Fantoni
2014-06-11 12:44 GMT+02:00 Ian Campbell : > On Wed, 2014-06-11 at 11:35 +0100, Stefano Stabellini wrote: > > On Tue, 10 Jun 2014, Ian Campbell wrote: > > > On Fri, 2014-05-23 at 17:07 +0100, Stefano Stabellini wrote: > > I think that the dependency on QEMU >= 1.6 is OK. The Xen PV Device went > >

Re: [Qemu-devel] [Xen-devel] [PATCH v2] libxl: change default QEMU machine to pc-i440fx-1.6

2014-06-12 Thread Fabio Fantoni
2014-06-12 16:33 GMT+02:00 Stefano Stabellini < stefano.stabell...@eu.citrix.com>: > Choose pc-i440fx-1.6 instead of pc for HVM guests, so that we know for > sure what is the machine that we are emulating. > > Use pc-i440fx-1.6 regardless of the xen_platform_pci option. Add the > xen-platform devi

Re: [Qemu-devel] [Xen-devel] [PATCH v4] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-08-20 Thread Fabio Fantoni
Il 12/05/2014 16:32, Ross Philipson ha scritto: On 05/12/2014 05:05 AM, Ian Campbell wrote: On Fri, 2014-05-09 at 13:32 -0400, Ross Philipson wrote: On 05/09/2014 12:34 PM, Paul Durrant wrote: -Original Message- From: Ian Campbell Sent: 09 May 2014 17:12 To: Konrad Rzeszutek Wilk Cc: R

Re: [Qemu-devel] [Xen-devel] Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-07-25 Thread Fabio Fantoni
Il 25/07/2013 15:13, Gonglei (Arei) ha scritto: Hi, I found a problem: For windows XP guest booting by qemu upstream, using the RDP(Remote Desktop Protocol) and VNC protocol to connect the windows XP guest which booting by Qemu upstream respectively. the VNC client will become blank screen l

Re: [Qemu-devel] [Xen-devel] Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-07-25 Thread Fabio Fantoni
Il 25/07/2013 16:21, Gonglei (Arei) ha scritto: -Original Message- From: Fabio Fantoni [mailto:fabio.fant...@m2r.biz] Sent: Thursday, July 25, 2013 9:55 PM To: Gonglei (Arei) Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org; Hanweidong; Luonengjun; Huangweidong (Hardware) Subject: Re

Re: [Qemu-devel] [Xen-devel] Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-07-26 Thread Fabio Fantoni
Il 26/07/2013 03:57, Gonglei (Arei) ha scritto: Il 25/07/2013 15:13, Gonglei (Arei) ha scritto: Hi, I found a problem: For windows XP guest booting by qemu upstream, using the RDP(Remote Desktop Protocol) and VNC protocol to connect the windows XP guest which booting by Qemu upstream r

Re: [Qemu-devel] [Xen-devel] Cirrus VGA slow screen update, show blank screen last 13s or so for windows XP guest

2013-07-26 Thread Fabio Fantoni
Il 26/07/2013 08:41, Gonglei (Arei) ha scritto: -Original Message- From: Anthony Liguori [mailto:anth...@codemonkey.ws] Sent: Friday, July 26, 2013 11:21 AM To: Gonglei (Arei) Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org; Hanweidong; Luonengjun; Huangweidong (Hardware) Subject: Re

Re: [Qemu-devel] Test report for xen-unstable and qemu-xen

2013-08-13 Thread Fabio Fantoni
Il 12/08/2013 17:04, Fabio Fantoni ha scritto: Dom0: Wheezy 64 bit with kernel from package linux-image-3.2.0-4-amd64 version 3.2.46-1 and all dependency packages for xen, spice and usb redirection. Seabios 1.7.3-1, qemu 1.5.0+dfsg-5 (1.5.1), spice 0.12.4-0nocelt1 and usbredir 0.6-2 compiled

Re: [Qemu-devel] Test report for xen-unstable and qemu-xen

2013-08-13 Thread Fabio Fantoni
Il 13/08/2013 12:04, Laszlo Ersek ha scritto: CC'ing Gerd and the seabios list: On 08/13/13 11:16, Fabio Fantoni wrote: Il 12/08/2013 17:04, Fabio Fantoni ha scritto: Dom0: Wheezy 64 bit with kernel from package linux-image-3.2.0-4-amd64 version 3.2.46-1 and all dependency packages fo

Re: [Qemu-devel] Test report for xen-unstable and qemu-xen

2013-08-13 Thread Fabio Fantoni
Il 13/08/2013 13:09, Laszlo Ersek ha scritto: On 08/13/13 12:33, Fabio Fantoni wrote: Il 13/08/2013 12:04, Laszlo Ersek ha scritto: CC'ing Gerd and the seabios list: On 08/13/13 11:16, Fabio Fantoni wrote: Il 12/08/2013 17:04, Fabio Fantoni ha scritto: New issue: - domU not start with

Re: [Qemu-devel] Test report for xen-unstable and qemu-xen

2013-08-14 Thread Fabio Fantoni
Il 14/08/2013 01:58, Kevin O'Connor ha scritto: On Tue, Aug 13, 2013 at 03:26:43PM +0200, Fabio Fantoni wrote: Il 13/08/2013 13:09, Laszlo Ersek ha scritto: On 08/13/13 12:33, Fabio Fantoni wrote: Il 13/08/2013 12:04, Laszlo Ersek ha scritto: On 08/13/13 11:16, Fabio Fantoni wrote: Il

Re: [Qemu-devel] [PATCH v3 RESEND] libxl: Spice vdagent support for upstream qemu

2013-08-14 Thread Fabio Fantoni
Il 23/07/2013 15:42, Fabio Fantoni ha scritto: Il 03/07/2013 15:54, fantonifa...@tiscali.it ha scritto: Usage: spicevdagent=1|0 (default=0) Enables spice vdagent. The Spice vdagent is an optional component for enhancing user experience and performing guest-oriented management tasks. Its

Re: [Qemu-devel] [PATCH v3] libxl: usb2 and usb3 controller support for upstream qemu

2013-08-14 Thread Fabio Fantoni
Il 18/07/2013 14:35, Paolo Bonzini ha scritto: Il 18/07/2013 14:31, Andreas Färber ha scritto: I'm just curious, why is this so complicated? Is this likely to be fragile and break in the future? As pointed out previously, the bus=pci.0 bit will break with different PCI host bridges, such as th

Re: [Qemu-devel] Test report for xen-unstable and qemu-xen

2013-08-14 Thread Fabio Fantoni
Il 14/08/2013 11:56, Laszlo Ersek ha scritto: On 08/14/13 11:19, Fabio Fantoni wrote: Tried with qemu 1.4.2 and it works also with 4 gb of ram. This ram regression seems to be introduced with qemu 1.5, and there is another regression more critical with qemu 1.6. Can you save qemu's stder

Re: [Qemu-devel] Test report for xen-unstable and qemu-xen

2013-08-14 Thread Fabio Fantoni
Il 14/08/2013 14:29, Kevin O'Connor ha scritto: On Wed, Aug 14, 2013 at 12:54:06PM +0200, Fabio Fantoni wrote: I retried with the correct parameters and on both cases (2 gb of ram working and 4gb of ram not working) I get only this one more line on qemu log: Start bios (version debian/1.7.

Re: [Qemu-devel] [PATCH v3] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-05-08 Thread Fabio Fantoni
0_. Signed-off-by: Gaowei Signed-off-by: Gonglei Tested-by: Fabio Fantoni Thanks for this very useful patch that avoid that unaware users or as mistake make windows domUs unusable. Thanks. I tried to quickly look at the patch to understand how to add some optional components, for example on

Re: [Qemu-devel] [PATCH v3] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-05-09 Thread Fabio Fantoni
Il 08/05/2014 13:23, Gonglei (Arei) ha scritto: Hi, -Original Message- From: Fabio Fantoni [mailto:fabio.fant...@m2r.biz] Sent: Thursday, May 08, 2014 4:17 PM To: Gonglei (Arei); qemu-devel@nongnu.org; xen-de...@lists.xen.org Cc: ian.campb...@citrix.com; jbeul...@suse.com

Re: [Qemu-devel] [Xen-devel] [PATCH v4] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-05-09 Thread Fabio Fantoni
Il 09/05/2014 16:46, Ian Campbell ha scritto: On Fri, 2014-05-09 at 10:38 -0400, Ross Philipson wrote: Can it be used to patch the DSDT? Or were you (Ian) thinking that the bulk of the ACPI PCI stuff can be moved there ? I think it can "shadow" or extend existing DSDT stuff, I don't think it ca

Re: [Qemu-devel] [PATCH v4] libxl: add basic spice support for pv domUs

2014-05-13 Thread Fabio Fantoni
Il 13/05/2014 11:50, Ian Campbell ha scritto: On Tue, 2014-05-13 at 10:00 +0200, Fabio Fantoni wrote: But: Does spice already require a VFB? In which case the existing handing of that will suffice. I think I'm probably confused about something: Does this patch enable/expose SPICE to the

Re: [Qemu-devel] [PATCH v4] libxl: add basic spice support for pv domUs

2014-05-13 Thread Fabio Fantoni
Il 13/05/2014 13:00, Ian Campbell ha scritto: On Tue, 2014-05-13 at 12:51 +0200, Fabio Fantoni wrote: Il 13/05/2014 11:50, Ian Campbell ha scritto: On Tue, 2014-05-13 at 10:00 +0200, Fabio Fantoni wrote: But: Does spice already require a VFB? In which case the existing handing of that will

Re: [Qemu-devel] [PATCH v5] libxl: add basic spice support for pv domUs

2014-05-16 Thread Fabio Fantoni
Il 16/05/2014 14:47, Ian Campbell ha scritto: On Fri, 2014-05-16 at 14:37 +0200, Fabio Fantoni wrote: This patch adds basic spice support for pv domUs. The qemu parameters are the same as the hvm ones and they works. Therefore xl cfg parameters are the same as the hvm ones except that features

Re: [Qemu-devel] [PATCH v5] libxl: add basic spice support for pv domUs

2014-05-16 Thread Fabio Fantoni
Il 16/05/2014 15:56, Ian Campbell ha scritto: On Fri, 2014-05-16 at 15:41 +0200, Fabio Fantoni wrote: Il 16/05/2014 14:47, Ian Campbell ha scritto: On Fri, 2014-05-16 at 14:37 +0200, Fabio Fantoni wrote: This patch adds basic spice support for pv domUs. The qemu parameters are the same as the

Re: [Qemu-devel] [Xen-devel] [v2][PATCH 4/8] xen, gfx passthrough: reserve 00:02.0 for INTEL IGD

2014-05-19 Thread Fabio Fantoni
Il 19/05/2014 08:44, Gerd Hoffmann ha scritto: Hi, +/* + * Some video bioses and gfx drivers will assume the bdf of IGD is 00:02.0. + * So user need to set it to 00:02.0 in Xen configure file explicitly, + * otherwise IGD will fail to work. + */ +pci_reserve_pci_devfn

Re: [Qemu-devel] [PATCH v5] libxl: add basic spice support for pv domUs

2014-05-19 Thread Fabio Fantoni
Il 16/05/2014 16:28, Ian Campbell ha scritto: On Fri, 2014-05-16 at 16:20 +0200, Fabio Fantoni wrote: Il 16/05/2014 15:56, Ian Campbell ha scritto: On Fri, 2014-05-16 at 15:41 +0200, Fabio Fantoni wrote: Il 16/05/2014 14:47, Ian Campbell ha scritto: On Fri, 2014-05-16 at 14:37 +0200, Fabio

[Qemu-devel] Xentop's vbd_rd and vbd_wr missed with upstream qemu qdisk

2014-05-19 Thread Fabio Fantoni
vbd_rd and vbd_wr fileds are always 0 in xentop using upstream qemu and domUs with qdisk disks. If I remember good time ago I have read that this part should be implemented in qemu. Are there some news about it? Thanks for any reply and sorry for my bad english.

[Qemu-devel] usb3 regression with qemu 2.0

2014-05-22 Thread Fabio Fantoni
Il 22/05/2014 13:50, Fabio Fantoni ha scritto: Il 22/05/2014 13:04, George Dunlap ha scritto: On 05/22/2014 11:44 AM, Fabio Fantoni wrote: Il 22/05/2014 12:38, George Dunlap ha scritto: On 05/20/2014 04:20 PM, Fabio Fantoni wrote: Il 20/05/2014 17:03, George Dunlap ha scritto: Fabio, If I

Re: [Qemu-devel] [PATCH] xen: make xen-platform a default device

2014-05-23 Thread Fabio Fantoni
One issue is that -M pc didn't always work with Xen. Now it does and we are already relying on it in libxl since 2bc047635b51abd41c917aa2b813211ee0de2c38. It is safe because all QEMU releases from 1.6 onward work well with Xen and -M pc. Older QEMU releases are considered ancient and unmaintained.

Re: [Qemu-devel] [PATCH] xen: make xen-platform a default device

2014-05-23 Thread Fabio Fantoni
Il 23/05/2014 16:30, Stefano Stabellini ha scritto: On Fri, 23 May 2014, Fabio Fantoni wrote: One issue is that -M pc didn't always work with Xen. Now it does and we are already relying on it in libxl since 2bc047635b51abd41c917aa2b813211ee0de2c38. It is safe because all QEMU releases fro

Re: [Qemu-devel] [Xen-devel] [PATCH] libxl: change default QEMU machine to pc-i440fx-1.6

2014-05-23 Thread Fabio Fantoni
Il 23/05/2014 18:07, Stefano Stabellini ha scritto: Choose pc-i440fx-1.6 instead of pc for HVM guests, so that we know for sure what is the machine that we are emulating. Use pc-i440fx-1.6 regardless of the xen_platform_pci option. Add the xen-platform device if requested. Choose slot 2 for the

Re: [Qemu-devel] [Xen-devel] [PATCH] libxl: change default QEMU machine to pc-i440fx-1.6

2014-05-26 Thread Fabio Fantoni
Il 25/05/2014 16:14, Stefano Stabellini ha scritto: On Fri, 23 May 2014, Fabio Fantoni wrote: Il 23/05/2014 18:07, Stefano Stabellini ha scritto: Choose pc-i440fx-1.6 instead of pc for HVM guests, so that we know for sure what is the machine that we are emulating. Use pc-i440fx-1.6 regardless

Re: [Qemu-devel] [Spice-devel] screen freezed for 2-3 minutes on spice connect on xen windows 7 domU's with qxl after save/restore

2014-09-12 Thread Fabio Fantoni
Il 08/07/2014 12:34, Fabio Fantoni ha scritto: Il 08/07/2014 12:06, Fabio Fantoni ha scritto: Il 08/07/2014 10:53, David Jaša ha scritto: Hi, On Út, 2014-07-08 at 10:13 +0200, Fabio Fantoni wrote: On xen 4.5 (tried with qemu 2.0.0/2.1-rc0, spice 0.12.5 and client with spice-gtk 0.23/0.25

[Qemu-devel] Automatic spice port selection

2014-03-26 Thread Fabio Fantoni
Time ago I have read somewhere that there is an option to automatically spice port in qemu as for vnc. I started to write a libxl patch to add this feature like the vnc one: https://github.com/Fantu/Xen/commit/63c54f354a34e7eb27b1c69016789a372a75843c Testing this patch lead to a missing "to=" pa

[Qemu-devel] Qemu 2.0 regression with xen: qemu crash on any domUs S.O. start

2014-04-01 Thread Fabio Fantoni
Today I tried latest qemu 2.0 compiled from git (commit 63678e17cf399ff81b93417fe7bee8d6ef6b6b1b) on this dom0: Debian 7 (Wheezy) 64 bit with kernel from package linux-image-3.2.0-4-amd64 version 3.2.54-2 and all dependency packages for xen, spice and usb redirection. Seabios 1.7.3-3, spice 0.12

Re: [Qemu-devel] Qemu 2.0 regression with xen: qemu crash on any domUs S.O. start

2014-04-02 Thread Fabio Fantoni
Il 01/04/2014 18:24, Laszlo Ersek ha scritto: On 04/01/14 17:01, Fabio Fantoni wrote: Today I tried latest qemu 2.0 compiled from git (commit 63678e17cf399ff81b93417fe7bee8d6ef6b6b1b) on this dom0: Debian 7 (Wheezy) 64 bit with kernel from package linux-image-3.2.0-4-amd64 version 3.2.54-2 and

Re: [Qemu-devel] Qemu 2.0 regression with xen: qemu crash on any domUs S.O. start

2014-04-02 Thread Fabio Fantoni
Il 02/04/2014 15:31, Laszlo Ersek ha scritto: On 04/02/14 13:13, Fabio Fantoni wrote: Il 01/04/2014 18:24, Laszlo Ersek ha scritto: On 04/01/14 17:01, Fabio Fantoni wrote: Today I tried latest qemu 2.0 compiled from git (commit 63678e17cf399ff81b93417fe7bee8d6ef6b6b1b) on this dom0: Debian 7

Re: [Qemu-devel] Qemu 2.0 regression with xen: qemu crash on any domUs S.O. start

2014-04-03 Thread Fabio Fantoni
Il 02/04/2014 18:03, Anthony PERARD ha scritto: On Wed, Apr 02, 2014 at 01:13:31PM +0200, Fabio Fantoni wrote: - if you posted qemu's backtrace at the sigsegv. I tried to use gdb following this old post: https://lists.gnu.org/archive/html/qemu-devel/2011-12/msg02575.html but with same ch

Re: [Qemu-devel] Qemu 2.0 regression with xen: qemu crash on any domUs S.O. start

2014-04-03 Thread Fabio Fantoni
Il 02/04/2014 18:05, Anthony PERARD ha scritto: On Tue, Apr 01, 2014 at 05:01:18PM +0200, Fabio Fantoni wrote: Today I tried latest qemu 2.0 compiled from git (commit 63678e17cf399ff81b93417fe7bee8d6ef6b6b1b) on this dom0: Debian 7 (Wheezy) 64 bit with kernel from package linux-image-3.2.0-4

Re: [Qemu-devel] [Xen-devel] Qemu 2.0 regression with xen: qemu crash on any domUs S.O. start

2014-04-03 Thread Fabio Fantoni
Il 03/04/2014 10:45, Ian Campbell ha scritto: On Thu, 2014-04-03 at 10:15 +0200, Fabio Fantoni wrote: Seems that do segfault when I connect to vnc or spice, in the test of this backtrace after connect to vnc, spice and other things of my patches are disabled, so do not think it is a problem

Re: [Qemu-devel] [Xen-devel] Qemu 2.0 regression with xen: qemu crash on any domUs S.O. start

2014-04-07 Thread Fabio Fantoni
Il 03/04/2014 12:13, Fabio Fantoni ha scritto: Il 03/04/2014 10:45, Ian Campbell ha scritto: On Thu, 2014-04-03 at 10:15 +0200, Fabio Fantoni wrote: Seems that do segfault when I connect to vnc or spice, in the test of this backtrace after connect to vnc, spice and other things of my patches

Re: [Qemu-devel] [Spice-devel] [Xen-devel] Qemu 2.0 regression with xen: qemu crash on any domUs S.O. start

2014-04-07 Thread Fabio Fantoni
Il 07/04/2014 12:20, Christophe Fergeau ha scritto: On Mon, Apr 07, 2014 at 11:59:06AM +0200, Fabio Fantoni wrote: Today I did some tests also with hvm and spice and I found another segfault with different backtrace to solve: (gdb) c Continuing. *Program received signal SIGSEGV, Segmentation

Re: [Qemu-devel] [Spice-devel] [Xen-devel] Qemu 2.0 regression with xen: qemu crash on any domUs S.O. start

2014-04-07 Thread Fabio Fantoni
Il 07/04/2014 15:19, Fabio Fantoni ha scritto: Il 07/04/2014 12:20, Christophe Fergeau ha scritto: On Mon, Apr 07, 2014 at 11:59:06AM +0200, Fabio Fantoni wrote: Today I did some tests also with hvm and spice and I found another segfault with different backtrace to solve: (gdb) c Continuing

Re: [Qemu-devel] Automatic spice port selection

2014-04-14 Thread Fabio Fantoni
Il 26/03/2014 17:15, Fabio Fantoni ha scritto: Time ago I have read somewhere that there is an option to automatically spice port in qemu as for vnc. I started to write a libxl patch to add this feature like the vnc one: https://github.com/Fantu/Xen/commit

Re: [Qemu-devel] [Xen-devel] [PATCH v2 0/2] build QEMU with Xen support on ARM

2013-12-19 Thread Fabio Fantoni
2013/12/18 Konrad Rzeszutek Wilk > On Wed, Dec 18, 2013 at 07:15:43PM +, Stefano Stabellini wrote: > > Hi all, > > the xenpv machine provides Xen paravirtualized backends for console, > > disk and framebuffer. xenfb in particular is the only open source > > framebuffer backend available. > >

Re: [Qemu-devel] [Xen-devel] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-01-22 Thread Fabio Fantoni
Il 28/10/2013 10:38, Jan Beulich ha scritto: On 24.10.13 at 14:17, "Gonglei (Arei)" wrote: Now I test the patch based on the codes of trunk, which works well. The patch has been modified after your suggestion. Partly. I looks reasonable now, but still not pretty. But the tools maintainers will

Re: [Qemu-devel] [Xen-devel] [BUGFIX][PATCH v2] configure: Disable libtool if -fPIE does not work with it (bug #1257099)

2014-02-04 Thread Fabio Fantoni
Il 03/02/2014 12:59, Stefano Stabellini ha scritto: On Wed, 15 Jan 2014, Paolo Bonzini wrote: Il 03/01/2014 03:12, Don Slutz ha scritto: Adjust TMPO and added TMPB, TMPL, and TMPA. libtool needs the names to be fixed (TMPB). Add new functions do_libtool and libtool_prog. Add check for broken

[Qemu-devel] [BUG] ahci -device ide-hd|ide-cd select a bus already in use

2013-12-03 Thread Fabio Fantoni
I started to test/implement q35 cipset on xen hvm domUs. I found that ide disks and cdrom don't works with q35 using old qemu parameters without -device, this is not a blocking problem. I tried with new qemu parameters and ahci and the disk works. When I tried to add more that one ahci disk/cdro

Re: [Qemu-devel] [BUG] ahci -device ide-hd|ide-cd select a bus already in use

2013-12-03 Thread Fabio Fantoni
Il 03/12/2013 11:32, Markus Armbruster ha scritto: Fabio Fantoni writes: I started to test/implement q35 cipset on xen hvm domUs. I found that ide disks and cdrom don't works with q35 using old qemu parameters without -device, this is not a blocking problem. I tried with new qemu param

Re: [Qemu-devel] Qxl problem with xen domU, is xen spice and/or qemu bugs?

2013-12-04 Thread Fabio Fantoni
Il 01/10/2013 14:52, Fabio Fantoni ha scritto: Il 27/09/2013 15:53, Fabio Fantoni ha scritto: Il 27/09/2013 10:51, Gerd Hoffmann ha scritto: Hi, #2 When using f19 try without X11 first. You should have a working framebuffer console on qxldrmfb before trying to get X11 going. I tried

Re: [Qemu-devel] [Spice-devel] Vdagent not working on xen linux hvm DomUs

2013-12-12 Thread Fabio Fantoni
Il 11/12/2013 17:55, Wei Liu ha scritto: On Wed, Dec 11, 2013 at 05:11:37PM +0100, Fabio Fantoni wrote: Il 11/12/2013 16:38, Wei Liu ha scritto: On Wed, Dec 11, 2013 at 02:41:57PM +0100, Fabio Fantoni wrote: [...] Thanks for your reply. Before starting bisection I tried with qemu 1.3.1 from

Re: [Qemu-devel] [Spice-devel] Vdagent not working on xen linux hvm DomUs

2013-12-12 Thread Fabio Fantoni
Il 12/12/2013 16:23, Wei Liu ha scritto: On Thu, Dec 12, 2013 at 02:10:23PM +0100, Fabio Fantoni wrote: [...] I did some other tests, I narrowed down the commit range to the one between: commit c9fea5d701f8fd33f0843728ec264d95cee3ed37 Mon, 22 Jul 2013 15:14:18 (Merge remote-tracking branch

Re: [Qemu-devel] [Spice-devel] Vdagent not working on xen linux hvm DomUs

2013-12-13 Thread Fabio Fantoni
Il 12/12/2013 17:05, Fabio Fantoni ha scritto: Il 12/12/2013 16:23, Wei Liu ha scritto: On Thu, Dec 12, 2013 at 02:10:23PM +0100, Fabio Fantoni wrote: [...] I did some other tests, I narrowed down the commit range to the one between: commit c9fea5d701f8fd33f0843728ec264d95cee3ed37 Mon, 22

Re: [Qemu-devel] [Spice-devel] Vdagent not working on xen linux hvm DomUs

2013-12-17 Thread Fabio Fantoni
Il 13/12/2013 17:22, Wei Liu ha scritto: On Fri, Dec 13, 2013 at 10:51:01AM +0100, Fabio Fantoni wrote: Il 12/12/2013 17:05, Fabio Fantoni ha scritto: Il 12/12/2013 16:23, Wei Liu ha scritto: On Thu, Dec 12, 2013 at 02:10:23PM +0100, Fabio Fantoni wrote: [...] I did some other tests, I

Re: [Qemu-devel] Questions about Spice pv domUs

2013-11-05 Thread Fabio Fantoni
Il 30/09/2013 16:56, Fabio Fantoni ha scritto: I'm trying to implement basic spice support on xen pv domUs. Test seems ok on Ubuntu 12.04 pv domU except mouse which is not visible. I also tried agent-mouse=off on qemu spice options but is not working or maybe spicy (from spice-gtk 0.20

Re: [Qemu-devel] Questions about Spice pv domUs

2013-11-07 Thread Fabio Fantoni
Il 06/11/2013 18:16, Stefano Stabellini ha scritto: On Tue, 5 Nov 2013, Fabio Fantoni wrote: Il 30/09/2013 16:56, Fabio Fantoni ha scritto: I'm trying to implement basic spice support on xen pv domUs. Test seems ok on Ubuntu 12.04 pv domU except mouse which is not visible. I also tried

Re: [Qemu-devel] Questions about Spice pv domUs

2013-11-07 Thread Fabio Fantoni
Il 07/11/2013 16:25, Stefano Stabellini ha scritto: On Thu, 7 Nov 2013, Fabio Fantoni wrote: Il 06/11/2013 18:16, Stefano Stabellini ha scritto: On Tue, 5 Nov 2013, Fabio Fantoni wrote: Il 30/09/2013 16:56, Fabio Fantoni ha scritto: I'm trying to implement basic spice support on xen pv

Re: [Qemu-devel] [Spice-devel] Automatic spice port selection

2014-04-18 Thread Fabio Fantoni
2014-04-18 9:42 GMT+02:00 Christophe Fergeau : > > > - Mail original - > > Il 26/03/2014 17:15, Fabio Fantoni ha scritto: > > > Time ago I have read somewhere that there is an option to > > > automatically spice port in qemu as for vnc. > > > I

Re: [Qemu-devel] [Xen-devel] [PATCH v3 2/4] GlobalProperty: Display warning about unused -global

2014-04-18 Thread Fabio Fantoni
2014-04-18 17:21 GMT+02:00 Andreas Färber : > Hi Don, > > Am 25.03.2014 00:55, schrieb Don Slutz: > > This can help a user understand why -global was ignored. > > > > For example: with "-vga cirrus"; "-global vga.vgamem_mb=16" is just > > ignored when "-global cirrus-vga.vgamem_mb=16" is not. > >

Re: [Qemu-devel] [Xen-devel] [PATCH v3 2/4] GlobalProperty: Display warning about unused -global

2014-04-18 Thread Fabio Fantoni
Il 18/04/2014 17:59, Andreas Färber ha scritto: Am 18.04.2014 17:36, schrieb Fabio Fantoni: 2014-04-18 17:21 GMT+02:00 Andreas Färber mailto:afaer...@suse.de>>: Hi Don, Am 25.03.2014 00 :55, schrieb Don Slutz: > This can help a user understand why -global wa

[Qemu-devel] spice bug: QXLInterface::client_monitors_config failed/missing unexpectedly

2014-04-19 Thread Fabio Fantoni
Testing latest xen with qemu 2.0.0-rc2 and spice-server 0.12.4 I found this bug on qemu logs of domU using emulated vga different from qxl (for now not working on xen, already reported in the past but not yet resolved): ... main_channel_link: add main channel client main_channel_handle_parsed: n

Re: [Qemu-devel] [Xen-devel] [PATCH v3 2/4] GlobalProperty: Display warning about unused -global

2014-04-19 Thread Fabio Fantoni
Il 18/04/2014 18:54, Fabio Fantoni ha scritto: Il 18/04/2014 17:59, Andreas Färber ha scritto: Am 18.04.2014 17:36, schrieb Fabio Fantoni: 2014-04-18 17:21 GMT+02:00 Andreas Färber mailto:afaer...@suse.de>>: Hi Don, Am 25.03.2014 00 :55, schrieb Don Slutz: > This c

Re: [Qemu-devel] [Spice-devel] Automatic spice port selection

2014-04-22 Thread Fabio Fantoni
Il 22/04/2014 10:35, Gerd Hoffmann ha scritto: Hi, Can someone add spice automatic port selection on qemu similar to vnc ones please? Not so easy as this is handled by spice-server not qemu, so this requires some new interfaces to communicate the listening address to qemu. Otherwise you ca

[Qemu-devel] High dom0 cpu usage using spice

2014-04-24 Thread Fabio Fantoni
After endless troubles I'm finally approaching to use spice on xen in production in place of vnc+rdp. I have noticed an high dom0 cpu usage by guest's qemu process when spice is used (in particular using video streaming). This is my test system: Dom0: Dell Poweredge T310 with cpu xeon X3450 an

Re: [Qemu-devel] [Xen-devel] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-04-28 Thread Fabio Fantoni
Il 22/01/2014 15:32, Fabio Fantoni ha scritto: Il 28/10/2013 10:38, Jan Beulich ha scritto: On 24.10.13 at 14:17, "Gonglei (Arei)" wrote: Now I test the patch based on the codes of trunk, which works well. The patch has been modified after your suggestion. Partly. I looks reasonabl

Re: [Qemu-devel] [Xen-devel] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-04-28 Thread Fabio Fantoni
Il 28/04/2014 14:04, Gonglei (Arei) ha scritto: Hi, Subject: Re: [Qemu-devel] [Xen-devel] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching On Mon, 2014-04-28 at 12:14 +0200, Fabio Fantoni wrote: Il 22/01/2014 15:32, Fabio Fantoni ha

Re: [Qemu-devel] [PATCH v3] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-05-07 Thread Fabio Fantoni
g AML, and store the offsets of these methods in a table named aml_ej0_data. - At run time, go over aml_ej0_data, check which slots not support hotplug and patch the ACPI table, replacing _EJ0 with EJ0_. Signed-off-by: Gaowei Signed-off-by: Gonglei Tested-by: Fabio Fantoni Thank

Re: [Qemu-devel] [Xen-devel] [RFC PATCH] vga: Start supporting resolution not multiple of 16 correctly.

2013-10-03 Thread Fabio Fantoni
Il 25/09/2013 18:12, Pasi Kärkkäinen ha scritto: On Sun, Jul 28, 2013 at 05:56:01PM +0100, Frediano Ziglio wrote: 2013/7/23 Gerd Hoffmann <[1]kra...@redhat.com> Â Hi, > Tested-by: Fabio Fantoni <[2]fabio.fant...@m2r.biz> > > I tested it for a

Re: [Qemu-devel] [Xen-devel] Hvmloader: Add _STA for PCI hotplug slots

2013-10-08 Thread Fabio Fantoni
Il 29/09/2013 02:30, Gonglei (Arei) ha scritto: -Original Message- From: Konrad Rzeszutek Wilk [mailto:konrad.w...@oracle.com] Sent: Saturday, September 28, 2013 5:43 AM To: Gonglei (Arei); anthony.per...@citrix.com; Stefano Stabellini Cc: xen-de...@lists.xen.org; Hanweidong (Randy); Yanq

Re: [Qemu-devel] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2013-10-16 Thread Fabio Fantoni
Il 16/10/2013 08:30, Gonglei (Arei) ha scritto: http://lists.xen.org/archives/html/xen-devel/2013-09/msg03113.html As said above, In Xen platform, after using upstream qemu, all pci devices can be unpluged in the windows guest. In this situation, the windows guest may occur blue screen when VM'

Re: [Qemu-devel] [Xen-devel] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2013-10-24 Thread Fabio Fantoni
(Hardware); Luonengjun; Yanqiangjun; xen-de...@lists.xen.org; Fabio Fantoni; qemu-devel@nongnu.org; Markus Armbruster Subject: RE: [Qemu-devel] [Xen-devel] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching On 22.10.13 at 06:08, "Gonglei

Re: [Qemu-devel] [Spice-devel] screen freezed for 2-3 minutes on spice connect on xen windows 7 domU's with qxl after save/restore

2015-01-23 Thread Fabio Fantoni
Il 21/11/2014 15:43, Fabio Fantoni ha scritto: Il 21/11/2014 12:05, Fabio Fantoni ha scritto: Il 20/11/2014 12:21, Fabio Fantoni ha scritto: Il 13/11/2014 13:22, Fabio Fantoni ha scritto: Il 13/11/2014 11:14, Fabio Fantoni ha scritto: Il 19/09/2014 15:18, Fabio Fantoni ha scritto: Il 12/09

Re: [Qemu-devel] [Xen-devel] [qemu-mainline bisection] complete test-amd64-amd64-xl-win7-amd64

2014-12-30 Thread Fabio Fantoni
Il 30/12/2014 08:52, xen.org ha scritto: branch xen-unstable xen branch xen-unstable job test-amd64-amd64-xl-win7-amd64 test windows-install Tree: linux git://xenbits.xen.org/linux-pvops.git Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git Tree: qemu git://xenbits.xen.org/sta

Re: [Qemu-devel] [Spice-devel] [PATCH] [RFC] LZ4 compression option for SPICE

2015-01-08 Thread Fabio Fantoni
Il 08/01/2015 11:50, Javier Celaya ha scritto: > Hello > > Recently, SPICE included the lz4 compression algorithm. This patch adds > a command line option to select it. However, SPICE_IMAGE_COMPRESS_LZ4 did not > exist before the commit that added this compression algorithm, so it should > be >

[Qemu-devel] Question and probable bug in qemu spice's parameters

2015-01-09 Thread Fabio Fantoni
In qemu docs seems that spice streaming video is default to "filter" but after this patch seems default to "off" without updating qemu-options.hx file: http://git.qemu.org/?p=qemu.git;a=commitdiff;h=f1d3e586f069e17f83b669842bc02d60d509daca What is the correct default actually? If I specify spi

Re: [Qemu-devel] Question and probable bug in qemu spice's parameters

2015-01-09 Thread Fabio Fantoni
Il 09/01/2015 12:23, Gerd Hoffmann ha scritto: On Fr, 2015-01-09 at 11:30 +0100, Fabio Fantoni wrote: In qemu docs seems that spice streaming video is default to "filter" but after this patch seems default to "off" without updating qemu-options.hx file: http://git.qe

Re: [Qemu-devel] [Spice-devel] screen freezed for 2-3 minutes on spice connect on xen windows 7 domU's with qxl after save/restore

2014-11-13 Thread Fabio Fantoni
Il 19/09/2014 15:18, Fabio Fantoni ha scritto: Il 12/09/2014 16:46, Fabio Fantoni ha scritto: Il 08/07/2014 12:34, Fabio Fantoni ha scritto: Il 08/07/2014 12:06, Fabio Fantoni ha scritto: Il 08/07/2014 10:53, David Jaša ha scritto: Hi, On Út, 2014-07-08 at 10:13 +0200, Fabio Fantoni wrote

Re: [Qemu-devel] [Spice-devel] screen freezed for 2-3 minutes on spice connect on xen windows 7 domU's with qxl after save/restore

2014-11-13 Thread Fabio Fantoni
Il 13/11/2014 11:14, Fabio Fantoni ha scritto: Il 19/09/2014 15:18, Fabio Fantoni ha scritto: Il 12/09/2014 16:46, Fabio Fantoni ha scritto: Il 08/07/2014 12:34, Fabio Fantoni ha scritto: Il 08/07/2014 12:06, Fabio Fantoni ha scritto: Il 08/07/2014 10:53, David Jaša ha scritto: Hi, On Út

[Qemu-devel] qemu 2.2 crash on linux hvm domU (full backtrace included)

2014-11-14 Thread Fabio Fantoni
dom0 xen-unstable from staging git with "x86/hvm: Extend HVM cpuid leaf with vcpu id" and "x86/hvm: Add per-vcpu evtchn upcalls" patches, and qemu 2.2 from spice git (spice/next commit e779fa0a715530311e6f59fc8adb0f6eca914a89): https://github.com/Fantu/Xen/commits/rebase/m2r-staging Qemu crash

Re: [Qemu-devel] qemu 2.2 crash on linux hvm domU (full backtrace included)

2014-11-19 Thread Fabio Fantoni
Il 14/11/2014 12:25, Fabio Fantoni ha scritto: dom0 xen-unstable from staging git with "x86/hvm: Extend HVM cpuid leaf with vcpu id" and "x86/hvm: Add per-vcpu evtchn upcalls" patches, and qemu 2.2 from spice git (spice/next commit e779fa0a715530311e6f59fc8adb0f6eca914a89):

Re: [Qemu-devel] qemu 2.2 crash on linux hvm domU (full backtrace included)

2014-11-19 Thread Fabio Fantoni
solves regression of linux hvm domUs with qemu 2.2, thanks. I think that I'm not the only with this regression and that this patch (or a fix to the cause in vmport) should be applied before qemu 2.2 final. -Don Slutz On 11/19/14 09:04, Fabio Fantoni wrote: Il 14/11/2014 12:25,

Re: [Qemu-devel] [Spice-devel] screen freezed for 2-3 minutes on spice connect on xen windows 7 domU's with qxl after save/restore

2014-11-20 Thread Fabio Fantoni
Il 13/11/2014 13:22, Fabio Fantoni ha scritto: Il 13/11/2014 11:14, Fabio Fantoni ha scritto: Il 19/09/2014 15:18, Fabio Fantoni ha scritto: Il 12/09/2014 16:46, Fabio Fantoni ha scritto: Il 08/07/2014 12:34, Fabio Fantoni ha scritto: Il 08/07/2014 12:06, Fabio Fantoni ha scritto: Il 08/07

  1   2   >