From: Fabio Fantoni <fabio.fantoni@m2r.biz>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: Anthony Perard <anthony.perard@citrix.com>,
George Dunlap <George.Dunlap@eu.citrix.com>,
"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>
Subject: Re: Xen 4.3 development update
Date: Mon, 13 May 2013 16:53:53 +0200 [thread overview]
Message-ID: <5190FE81.3060106@m2r.biz> (raw)
In-Reply-To: <1368440802.537.45.camel@zakaz.uk.xensource.com>
[-- Attachment #1: Type: text/plain, Size: 3212 bytes --]
Il 13/05/2013 12:26, Ian Campbell ha scritto:
> On Fri, 2013-05-10 at 15:30 +0100, Fabio Fantoni wrote:
>> Il 10/05/2013 13:24, Anthony PERARD ha scritto:
>>> On 10/05/13 12:08, Anthony PERARD wrote:
>>>> On Fri, May 10, 2013 at 12:00 PM, George Dunlap
>>>> <George.Dunlap@eu.citrix.com> wrote:
>>>>> On Fri, May 10, 2013 at 11:26 AM, George Dunlap
>>>>> <George.Dunlap@eu.citrix.com> wrote:
>>>>>> * qxl not actually working
>>>>>> > qxl apparently not enabled during compile by default
>>>>>> > Appear to be some other bugs even when it is working:
>>>>>> >http://lists.xen.org/archives/html/xen-devel/2012-11/msg00713.html
>>>>>> owner: ? (Anthony was going to take a look)
>>>>>> We need to either fix both of these problems or disable qxl for 4.3
>>>>> Anthony, you were going to take a look at this; did you make any progress?
>>>> Yes, I'm still trying to figure out how to enable qxl in the VM.
>>> And now, I can search why QEMU crash when starting Xorg with qxl.
>>>
>>>
>> Hi, thanks for your help.
>> I'm trying to have qxl full working on xen since end of 2011.
>> Since half of 2012 is at least working as standard vga.
> This means with:
> vga = "qxl"
>
> in your configuration file?
Yes
> Are you saying that this configuration
> works?
For now it works only as standard vga
> If not this then which configuration do you believe works?
With qxl driver enabled on domU's os, qemu crashes
>> The libxl patch should be correct, also with memory size setting.
>> I have tried same parameters of libxl qxl patch without xen and are working.
>> Also without kvm was working even if performance was really bad but at
>> least qemu did not crash on start with qxl driver.
>> Based on this test the problem seems to be xen related problem, probably
>> about hvmloader.
> What is the configuration which fails?
See on attachment
>
> Which libxl patch "should be correct"? libxl has lots of patches!
This patch that I refer:
http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=aab4d1b266ce9891a684704f6abf6a5f6b3f7c24
>
> So are you saying that although the libxl patch "should be correct" it
> is in fact not sufficient to make qxl work?
The qemu parameters used are correct, for now on xen works only as
standard vga but on kvm and qemu-only tests works also with qxl driver.
The difference with xen appares to be only on hvmloader.
I tried to find the exactly problem without result, based on seabios
debug I saw that when it detects xen hypervisor, seabios relies on
tables passed by hvmloader instead generate them.
Is the only effective difference viewed with seabios debug with and
without xen.
>> I have tried a lot of time to found exactly what the problem is without
>> success for now.
>> I have very little knowledge about these parts.
> Which possible causes have you investigated and ruled out? What possible
> causes have you been unable to check one way or the other?
>
> If you ask questions about specific things which you cannot follow then
> we may be able to point you in the right direction.
>
> Ian.
>
Hope that information above can help to clarify the whole problem.
If you need more details tell me and I'll post them.
Thanks for any reply.
[-- Attachment #2: W7.cfg --]
[-- Type: text/plain, Size: 575 bytes --]
name='W7'
builder="hvm"
#device_model_override="/usr/bin/qemu-system-x86_64"
memory=2048
vcpus=2
#nestedhvm=1
vif=['bridge=xenbr0,mac=00:16:3e:42:ae:8f']
disk=['/mnt/vm/disks/W7.disk1.xm,raw,hda,rw',',raw,hdb,ro,cdrom']
#disk=['/mnt/vm/disks/W7.disk1.xm,raw,hda,rw']
boot='dc'
device_model_version="qemu-xen"
xen_platform_pci=1
#viridian=1
vnc=0
#vncunused=1
#vnclisten="0.0.0.0"
#keymap="it"
#on_poweroff="destroy"
#on_reboot="restart"
on_crash="destroy"
vga="qxl"
spice=1
spicehost='0.0.0.0'
spiceport=6002
spicedisable_ticketing=1
spicevdagent=1
soundhw="hda"
localtime=1
[-- Attachment #3: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2013-05-13 14:53 UTC|newest]
Thread overview: 185+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-10 10:26 Xen 4.3 development update George Dunlap
2013-05-10 10:39 ` Jan Beulich
2013-05-10 10:55 ` George Dunlap
2013-05-10 10:54 ` George Dunlap
2013-05-10 11:33 ` Jan Beulich
2013-05-10 10:57 ` George Dunlap
2013-05-10 10:59 ` George Dunlap
2013-05-10 11:00 ` George Dunlap
2013-05-10 11:08 ` Anthony PERARD
2013-05-10 11:24 ` Anthony PERARD
2013-05-10 14:30 ` Fabio Fantoni
2013-05-13 10:26 ` Ian Campbell
2013-05-13 14:53 ` Fabio Fantoni [this message]
2013-05-13 15:08 ` George Dunlap
2013-05-13 15:15 ` Ian Campbell
2013-05-13 15:39 ` Anthony PERARD
2013-05-13 15:47 ` Ian Campbell
2013-05-14 9:58 ` Fabio Fantoni
2013-05-14 14:13 ` Pasi Kärkkäinen
2013-05-14 9:39 ` Fabio Fantoni
2013-05-10 11:10 ` Ian Campbell
-- strict thread matches above, loose matches on Subject: below --
2013-06-27 13:54 George Dunlap
2013-06-27 14:05 ` Jan Beulich
2013-06-27 14:06 ` George Dunlap
2013-06-28 15:20 ` Suravee Suthikulanit
2013-06-28 15:30 ` Jan Beulich
2013-06-28 15:36 ` jacek burghardt
2013-06-28 15:38 ` George Dunlap
2013-06-17 10:58 George Dunlap
2013-06-17 11:12 ` George Dunlap
2013-06-17 11:13 ` Jan Beulich
2013-06-20 15:50 ` Jan Beulich
2013-06-21 8:08 ` Zhang, Yang Z
2013-06-21 8:29 ` Jan Beulich
2013-06-17 11:16 ` George Dunlap
2013-06-17 11:25 ` Ian Campbell
2013-06-17 11:17 ` Gordan Bobic
2013-06-17 11:21 ` George Dunlap
2013-06-17 12:35 ` Fabio Fantoni
2013-06-17 12:38 ` George Dunlap
2013-06-17 13:24 ` Konrad Rzeszutek Wilk
2013-06-17 13:29 ` George Dunlap
2013-06-17 16:16 ` Alex Bligh
2013-06-17 20:39 ` Konrad Rzeszutek Wilk
2013-06-10 16:04 George Dunlap
2013-06-10 16:10 ` George Dunlap
2013-06-10 16:16 ` Ian Jackson
2013-06-10 16:20 ` Andrew Cooper
2013-06-11 7:12 ` Jan Beulich
2013-06-11 12:11 ` George Dunlap
2013-06-11 13:53 ` Stefano Stabellini
2013-06-11 14:00 ` Ian Campbell
2013-06-11 13:54 ` Ian Campbell
2013-06-17 7:37 ` Jan Beulich
2013-04-30 11:26 George Dunlap
2013-04-30 11:27 ` George Dunlap
2013-04-30 11:34 ` Jan Beulich
2013-04-02 14:07 George Dunlap
2013-04-02 15:42 ` Jan Beulich
2013-04-02 15:45 ` Suravee Suthikulanit
2013-04-02 15:51 ` George Dunlap
2013-04-02 16:34 ` Tim Deegan
2013-04-02 16:47 ` Suravee Suthikulpanit
2013-04-04 10:57 ` Tim Deegan
2013-04-02 17:06 ` Suravee Suthikulpanit
2013-04-02 23:48 ` Suravee Suthikulanit
2013-04-03 10:51 ` George Dunlap
2013-04-04 15:29 ` Suravee Suthikulanit
2013-04-04 17:14 ` Suravee Suthikulanit
2013-04-05 13:43 ` George Dunlap
2013-04-03 8:37 ` Christoph Egger
2013-04-03 10:49 ` George Dunlap
2013-04-03 7:27 ` Jan Beulich
2013-04-03 10:53 ` George Dunlap
2013-04-03 15:34 ` Andres Lagar-Cavilla
2013-04-04 15:23 ` Tim Deegan
2013-04-04 17:05 ` Tim Deegan
2013-04-29 13:21 ` Peter Maloney
2013-05-02 15:48 ` Tim Deegan
2013-05-03 16:41 ` George Dunlap
2013-05-03 16:59 ` Tim Deegan
2013-05-04 10:47 ` Pasi Kärkkäinen
2013-05-07 14:55 ` George Dunlap
2013-05-07 22:23 ` James Harper
2013-05-08 9:00 ` George Dunlap
2013-05-07 13:15 ` George Dunlap
2013-05-07 15:35 ` George Dunlap
2013-05-07 13:56 ` Pasi Kärkkäinen
2013-05-07 14:57 ` George Dunlap
2013-04-25 15:20 ` George Dunlap
2013-04-25 15:26 ` George Dunlap
2013-04-25 15:46 ` Tim Deegan
2013-04-25 15:50 ` George Dunlap
2013-05-03 9:35 ` George Dunlap
2013-04-09 2:03 ` Dario Faggioli
2013-04-10 12:12 ` Ian Campbell
2013-04-10 12:15 ` Ian Campbell
2013-04-10 16:41 ` Konrad Rzeszutek Wilk
2013-04-11 9:28 ` George Dunlap
2013-04-11 9:33 ` Ian Campbell
2013-04-11 9:43 ` George Dunlap
2013-04-11 9:49 ` Ian Campbell
2013-03-05 12:44 George Dunlap
2013-03-05 14:32 ` Jan Beulich
2013-03-05 21:27 ` Suravee Suthikulpanit
2013-03-06 12:05 ` George Dunlap
2013-03-05 14:36 ` Jan Beulich
2013-03-05 14:45 ` David Vrabel
2013-03-05 14:57 ` David Vrabel
2013-03-05 16:33 ` Tim Deegan
2013-03-05 16:36 ` Ian Campbell
2013-03-05 16:43 ` Tim Deegan
2013-03-06 11:46 ` George Dunlap
2013-03-06 17:01 ` Dominic Curran
2013-03-06 17:15 ` George Dunlap
2013-03-06 17:15 ` George Dunlap
2013-03-06 18:54 ` Dominic Curran
2013-03-07 10:18 ` George Dunlap
2013-03-05 18:22 ` Keir Fraser
2013-03-06 3:00 ` Ian Campbell
2013-03-05 14:40 ` Jan Beulich
2013-03-05 15:51 ` Konrad Rzeszutek Wilk
2013-03-05 16:07 ` Jan Beulich
2013-03-06 11:44 ` George Dunlap
2013-03-05 16:12 ` Konrad Rzeszutek Wilk
2013-03-06 8:44 ` Daniel Kiper
2013-03-06 11:52 ` George Dunlap
2013-03-06 19:50 ` Konrad Rzeszutek Wilk
2013-03-07 1:40 ` Mukesh Rathor
2013-03-05 19:13 ` Roger Pau Monné
2013-03-06 12:03 ` George Dunlap
2013-03-06 11:14 ` Wei Liu
2013-03-06 14:47 ` George Dunlap
2013-03-08 10:51 ` Paolo Bonzini
2013-03-08 17:17 ` Roger Pau Monné
2012-10-01 16:25 George Dunlap
2012-10-01 16:42 ` Pasi Kärkkäinen
2012-10-01 17:01 ` Igor Kozhukhov
2012-10-02 9:26 ` George Dunlap
2012-10-02 10:07 ` Pasi Kärkkäinen
2012-10-02 14:26 ` Ian Jackson
2012-10-02 14:32 ` Ian Campbell
2012-10-02 14:50 ` Pasi Kärkkäinen
2012-10-02 14:56 ` Ian Campbell
2012-10-02 15:16 ` Pasi Kärkkäinen
2012-10-02 14:41 ` Pasi Kärkkäinen
2012-10-02 9:29 ` George Dunlap
2012-10-02 17:34 ` Mukesh Rathor
2012-10-02 9:35 ` Jan Beulich
2012-09-19 16:58 George Dunlap
2012-09-19 17:18 ` Philipp Hahn
2012-09-20 10:24 ` George Dunlap
2012-09-20 11:40 ` Philipp Hahn
2012-09-20 21:20 ` Jim Fehlig
2012-09-21 8:48 ` Ian Campbell
2012-09-21 10:40 ` George Dunlap
2012-09-21 11:07 ` George Dunlap
2012-09-26 2:07 ` Jim Fehlig
2012-10-04 8:34 ` Ian Campbell
2012-10-04 22:29 ` Jim Fehlig
2012-10-05 9:28 ` Ian Campbell
2012-09-19 17:22 ` Konrad Rzeszutek Wilk
2012-09-20 7:03 ` Jan Beulich
2012-09-20 11:17 ` George Dunlap
2012-09-20 11:26 ` Jan Beulich
2012-09-20 11:33 ` George Dunlap
2012-09-20 11:44 ` Jan Beulich
2012-09-20 14:37 ` George Dunlap
2012-09-21 3:18 ` Matt Wilson
2012-09-26 9:36 ` George Dunlap
2012-09-26 10:25 ` Thanos Makatos
2012-09-26 17:15 ` Matt Wilson
2012-09-26 18:59 ` Ian Campbell
2012-09-27 6:47 ` Matt Wilson
2012-09-20 9:38 ` Oliver Chick
2012-09-20 9:53 ` Jean Guyader
2012-09-20 10:51 ` Stefano Panella
2012-09-20 11:19 ` George Dunlap
2012-09-20 15:38 ` Attilio Rao
2012-09-20 15:46 ` Thanos Makatos
2012-09-21 10:38 ` Anthony PERARD
2012-09-21 10:52 ` George Dunlap
2012-09-21 11:13 ` Anthony PERARD
2012-10-04 9:56 ` Roger Pau Monné
2012-10-05 14:33 ` Dario Faggioli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5190FE81.3060106@m2r.biz \
--to=fabio.fantoni@m2r.biz \
--cc=George.Dunlap@eu.citrix.com \
--cc=Ian.Campbell@citrix.com \
--cc=Stefano.Stabellini@eu.citrix.com \
--cc=anthony.perard@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.