xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Porting SPICE to Xen
@ 2009-12-28 16:50 David
  2010-01-06 12:25 ` Stefano Stabellini
  0 siblings, 1 reply; 16+ messages in thread
From: David @ 2009-12-28 16:50 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 326 bytes --]

Has anyone toyed with the idea of porting SPICE to Xen? I've been playing
with it and it's quite impressive.

As far as I can tell it can run without KVM being loaded so it must run
almost entirely in userspace, could it be as simple as applying the xen
patches to the "spiced" qemu to make a "spiced" qemu-dm?

Any thoughts?

[-- Attachment #1.2: Type: text/html, Size: 374 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Porting SPICE to Xen
  2009-12-28 16:50 Porting SPICE to Xen David
@ 2010-01-06 12:25 ` Stefano Stabellini
  2010-01-07  4:33   ` Thiago Camargo Martins Cordeiro
  0 siblings, 1 reply; 16+ messages in thread
From: Stefano Stabellini @ 2010-01-06 12:25 UTC (permalink / raw)
  To: David; +Cc: xen-devel@lists.xensource.com

On Mon, 28 Dec 2009, David wrote:
> Has anyone toyed with the idea of porting SPICE to Xen? I've been playing with it and it's quite impressive.
> 
> As far as I can tell it can run without KVM being loaded so it must run almost entirely in userspace, could it be as
> simple as applying the xen patches to the "spiced" qemu to make a "spiced" qemu-dm?
> 
> Any thoughts?
> 
> 

In theory it is entirely possible but at the moment we don't have a set
of patches for qemu but a whole qemu branch so it would make this
difficult.

Of course any effort to produce this set of patches from our current
qemu-xen tree would be very welcome :)

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Porting SPICE to Xen
  2010-01-06 12:25 ` Stefano Stabellini
@ 2010-01-07  4:33   ` Thiago Camargo Martins Cordeiro
  2010-01-07 11:01     ` Vincent Hanquez
  0 siblings, 1 reply; 16+ messages in thread
From: Thiago Camargo Martins Cordeiro @ 2010-01-07  4:33 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: David, xen-devel@lists.xensource.com


[-- Attachment #1.1: Type: text/plain, Size: 1001 bytes --]

If this happen, it will work with paravirtualized domUs too? Or maybe it is
only for HVM domains?!

Cheers!
Thiago

2010/1/6 Stefano Stabellini <stefano.stabellini@eu.citrix.com>

> On Mon, 28 Dec 2009, David wrote:
> > Has anyone toyed with the idea of porting SPICE to Xen? I've been playing
> with it and it's quite impressive.
> >
> > As far as I can tell it can run without KVM being loaded so it must run
> almost entirely in userspace, could it be as
> > simple as applying the xen patches to the "spiced" qemu to make a
> "spiced" qemu-dm?
> >
> > Any thoughts?
> >
> >
>
> In theory it is entirely possible but at the moment we don't have a set
> of patches for qemu but a whole qemu branch so it would make this
> difficult.
>
> Of course any effort to produce this set of patches from our current
> qemu-xen tree would be very welcome :)
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

[-- Attachment #1.2: Type: text/html, Size: 1608 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Porting SPICE to Xen
  2010-01-07  4:33   ` Thiago Camargo Martins Cordeiro
@ 2010-01-07 11:01     ` Vincent Hanquez
  2010-01-07 11:16       ` Daniel P. Berrange
  0 siblings, 1 reply; 16+ messages in thread
From: Vincent Hanquez @ 2010-01-07 11:01 UTC (permalink / raw)
  To: Thiago Camargo Martins Cordeiro
  Cc: David, xen-devel@lists.xensource.com, Stefano Stabellini

On 01/07/2010 04:33 AM, Thiago Camargo Martins Cordeiro wrote:
> If this happen, it will work with paravirtualized domUs too? Or maybe 
> it is only for HVM domains?!
SPICE is 2 differents parts, the part that expose the PCI device to the 
guest and "replace" the graphic card IIRC, and the actual remote desktop 
protocol.

at the moment the 2 are fairly intertwined, so it would only work with 
HVM domains [1], but depending on how the things get de-intertwined 
(which is something qemu people want), it might be possible to have it 
on PV. I wouldn't hold my breath on PV domain though.

(I'm no SPICE expert however, so it take it with a grain of salt.)

[1] providing all the pieces are available upstream in qemu etc.. which 
probably going to take a while too.
-- 
Vincent

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Porting SPICE to Xen
  2010-01-07 11:01     ` Vincent Hanquez
@ 2010-01-07 11:16       ` Daniel P. Berrange
  2010-01-08  0:46         ` David
  0 siblings, 1 reply; 16+ messages in thread
From: Daniel P. Berrange @ 2010-01-07 11:16 UTC (permalink / raw)
  To: Vincent Hanquez
  Cc: David, xen-devel@lists.xensource.com,
	Thiago Camargo Martins Cordeiro, Stefano Stabellini

On Thu, Jan 07, 2010 at 11:01:39AM +0000, Vincent Hanquez wrote:
> On 01/07/2010 04:33 AM, Thiago Camargo Martins Cordeiro wrote:
> >If this happen, it will work with paravirtualized domUs too? Or maybe 
> >it is only for HVM domains?!
> SPICE is 2 differents parts, the part that expose the PCI device to the 
> guest and "replace" the graphic card IIRC, and the actual remote desktop 
> protocol.

That's not entirely accurate terminology. SPICE is the remote desktop
protocol & client/server side libraries. When SPICE is integrated into
QEMU, it takes advantage of a new graphics card called "QXL", and the
corresponding guest OS drivers. IIUC, currently SPICE can't use the
Cirrus card, and the QXL card doesn't work with VNC, but those are both
just artifacts of the current integration of SPICE with QEMU, not problems
of SPICE or QXL themselves, which from an architectural POV are both
separate things.

> at the moment the 2 are fairly intertwined, so it would only work with 
> HVM domains [1], but depending on how the things get de-intertwined 
> (which is something qemu people want), it might be possible to have it 
> on PV. I wouldn't hold my breath on PV domain though.

It depends what you'd want from PV domain integration. I expect you could
make SPICE "work" with the PVFB, but it probably wouldn't offer much of a
performance benefit over VNC, because it'll be limited to dumb framebuffer
mode. To take full advantage of SPICE requries a graphics card supporting
the various advanced operations, which is what QXL supplies. Enhancing 
PVFB to support some of the advanced QXL features would be where the
significant work arrives

Daniel
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Porting SPICE to Xen
  2010-01-07 11:16       ` Daniel P. Berrange
@ 2010-01-08  0:46         ` David
  2010-01-11 11:27           ` Vincent Hanquez
  0 siblings, 1 reply; 16+ messages in thread
From: David @ 2010-01-08  0:46 UTC (permalink / raw)
  To: Daniel P. Berrange
  Cc: xen-devel@lists.xensource.com, Vincent Hanquez,
	Thiago Camargo Martins Cordeiro, Stefano Stabellini


[-- Attachment #1.1: Type: text/plain, Size: 2631 bytes --]

HVM would be a good start. It would be a good way for Xen to break into the
VDI space easily, unless there's something I haven't come across?

As far as I understand, if the QXL driver isn't installed, it will fall back
to standard VGA. The spice client will still be able to connect, but it just
wont be accelerated.

The spice protocol doesn't just handle graphics, but sound and USB is in the
pipeline.

The guest QXL driver is available for windows anyway, so that will be HVM
only, I'm not sure about the status of the X guest driver.



2010/1/7 Daniel P. Berrange <berrange@redhat.com>

> On Thu, Jan 07, 2010 at 11:01:39AM +0000, Vincent Hanquez wrote:
> > On 01/07/2010 04:33 AM, Thiago Camargo Martins Cordeiro wrote:
> > >If this happen, it will work with paravirtualized domUs too? Or maybe
> > >it is only for HVM domains?!
> > SPICE is 2 differents parts, the part that expose the PCI device to the
> > guest and "replace" the graphic card IIRC, and the actual remote desktop
> > protocol.
>
> That's not entirely accurate terminology. SPICE is the remote desktop
> protocol & client/server side libraries. When SPICE is integrated into
> QEMU, it takes advantage of a new graphics card called "QXL", and the
> corresponding guest OS drivers. IIUC, currently SPICE can't use the
> Cirrus card, and the QXL card doesn't work with VNC, but those are both
> just artifacts of the current integration of SPICE with QEMU, not problems
> of SPICE or QXL themselves, which from an architectural POV are both
> separate things.
>
> > at the moment the 2 are fairly intertwined, so it would only work with
> > HVM domains [1], but depending on how the things get de-intertwined
> > (which is something qemu people want), it might be possible to have it
> > on PV. I wouldn't hold my breath on PV domain though.
>
> It depends what you'd want from PV domain integration. I expect you could
> make SPICE "work" with the PVFB, but it probably wouldn't offer much of a
> performance benefit over VNC, because it'll be limited to dumb framebuffer
> mode. To take full advantage of SPICE requries a graphics card supporting
> the various advanced operations, which is what QXL supplies. Enhancing
> PVFB to support some of the advanced QXL features would be where the
> significant work arrives
>
> Daniel
> --
> |: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/:|
> |: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org:|
> |: http://autobuild.org       -o-         http://search.cpan.org/~danberr/:|
> |: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505
> :|
>

[-- Attachment #1.2: Type: text/html, Size: 3632 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Porting SPICE to Xen
  2010-01-08  0:46         ` David
@ 2010-01-11 11:27           ` Vincent Hanquez
  2010-01-11 11:57             ` Daniel P. Berrange
  2010-01-11 11:57             ` David
  0 siblings, 2 replies; 16+ messages in thread
From: Vincent Hanquez @ 2010-01-11 11:27 UTC (permalink / raw)
  To: admin@dmarkey.com
  Cc: xen-devel@lists.xensource.com, Daniel P. Berrange,
	Thiago Camargo Martins Cordeiro, Stefano Stabellini

On 01/08/2010 12:46 AM, David wrote:
> HVM would be a good start. It would be a good way for Xen to break 
> into the VDI space easily, unless there's something I haven't come 
> across?
>
> As far as I understand, if the QXL driver isn't installed, it will 
> fall back to standard VGA. The spice client will still be able to 
> connect, but it just wont be accelerated.
>
> The spice protocol doesn't just handle graphics, but sound and USB is 
> in the pipeline.
>
> The guest QXL driver is available for windows anyway, so that will be 
> HVM only, I'm not sure about the status of the X guest driver.
>

I just found out about that (maybe i'm just lagging), not sure the state 
either, but at least the source code is available:

http://cgit.freedesktop.org/xorg/driver/xf86-video-qxl

-- 
Vincent

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Porting SPICE to Xen
  2010-01-11 11:27           ` Vincent Hanquez
@ 2010-01-11 11:57             ` Daniel P. Berrange
  2010-01-11 11:57             ` David
  1 sibling, 0 replies; 16+ messages in thread
From: Daniel P. Berrange @ 2010-01-11 11:57 UTC (permalink / raw)
  To: Vincent Hanquez
  Cc: admin@dmarkey.com, xen-devel@lists.xensource.com,
	Thiago Camargo Martins Cordeiro, Stefano Stabellini

On Mon, Jan 11, 2010 at 11:27:21AM +0000, Vincent Hanquez wrote:
> On 01/08/2010 12:46 AM, David wrote:
> >HVM would be a good start. It would be a good way for Xen to break 
> >into the VDI space easily, unless there's something I haven't come 
> >across?
> >
> >As far as I understand, if the QXL driver isn't installed, it will 
> >fall back to standard VGA. The spice client will still be able to 
> >connect, but it just wont be accelerated.
> >
> >The spice protocol doesn't just handle graphics, but sound and USB is 
> >in the pipeline.
> >
> >The guest QXL driver is available for windows anyway, so that will be 
> >HVM only, I'm not sure about the status of the X guest driver.
> >
> 
> I just found out about that (maybe i'm just lagging), not sure the state 
> either, but at least the source code is available:
> 
> http://cgit.freedesktop.org/xorg/driver/xf86-video-qxl

I think its fair to class that driver as functional, but not really
taking advantage of all the QXL has to offer, so won't show the level
of performance improvements QXL gives with the Window guest driver.
The X driver should be in Fedora soon.

Regards,
Daniel
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Porting SPICE to Xen
  2010-01-11 11:27           ` Vincent Hanquez
  2010-01-11 11:57             ` Daniel P. Berrange
@ 2010-01-11 11:57             ` David
  1 sibling, 0 replies; 16+ messages in thread
From: David @ 2010-01-11 11:57 UTC (permalink / raw)
  To: Vincent Hanquez
  Cc: xen-devel@lists.xensource.com, Daniel P. Berrange,
	Thiago Camargo Martins Cordeiro, Stefano Stabellini


[-- Attachment #1.1: Type: text/plain, Size: 1333 bytes --]

Yea QXL is going into mainstream Xorg I think, seen a release announcement a
few days ago.


Also:


Simon Horman writes ("Re: [Xen-devel] Qemu version for upcoming Xen 4.0
release?"):
>> An idea from left-field, but is there any chance of merging qemu-xen
>> into qemu?

>We're planning to do this, hopefully into qemu 0.13 which is planned
>for the middle of this year


This could be interesting if SPICE makes its way into QEMU upstream also.

2010/1/11 Vincent Hanquez <vincent.hanquez@eu.citrix.com>

> On 01/08/2010 12:46 AM, David wrote:
>
>> HVM would be a good start. It would be a good way for Xen to break into
>> the VDI space easily, unless there's something I haven't come across?
>>
>> As far as I understand, if the QXL driver isn't installed, it will fall
>> back to standard VGA. The spice client will still be able to connect, but it
>> just wont be accelerated.
>>
>> The spice protocol doesn't just handle graphics, but sound and USB is in
>> the pipeline.
>>
>> The guest QXL driver is available for windows anyway, so that will be HVM
>> only, I'm not sure about the status of the X guest driver.
>>
>>
> I just found out about that (maybe i'm just lagging), not sure the state
> either, but at least the source code is available:
>
> http://cgit.freedesktop.org/xorg/driver/xf86-video-qxl
>
> --
> Vincent
>

[-- Attachment #1.2: Type: text/html, Size: 2070 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Porting Spice to Xen
@ 2010-11-30  9:40 Yanjun Wu
  2010-11-30 10:36 ` Stefano Stabellini
  0 siblings, 1 reply; 16+ messages in thread
From: Yanjun Wu @ 2010-11-30  9:40 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 239 bytes --]

Is there any plan in Xen community to port Spice to Xen?
I saw it already appeared in Xen roadmap wiki. But I'm wondering whether
there are any people actually doing it now.
And is there any existing xen based VDI project or plan? Thanks.

[-- Attachment #1.2: Type: text/html, Size: 295 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Porting Spice to Xen
  2010-11-30  9:40 Porting Spice " Yanjun Wu
@ 2010-11-30 10:36 ` Stefano Stabellini
  0 siblings, 0 replies; 16+ messages in thread
From: Stefano Stabellini @ 2010-11-30 10:36 UTC (permalink / raw)
  To: Yanjun Wu; +Cc: xen-devel@lists.xensource.com

[-- Attachment #1: Type: text/plain, Size: 454 bytes --]

On Tue, 30 Nov 2010, Yanjun Wu wrote:
> Is there any plan in Xen community to port Spice to Xen?  
> I saw it already appeared in Xen roadmap wiki. But I'm wondering whether there are any people actually doing it now. 

The first step is getting upstream qemu to work with Xen, and we are
working toward that goal.
After that we can see about spice.

> And is there any existing xen based VDI project or plan? Thanks.
> 

Citrix XenDesktop

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Porting spice to xen
@ 2011-04-07 10:54 ZhouPeng
  2011-04-07 11:39 ` Stefano Stabellini
  0 siblings, 1 reply; 16+ messages in thread
From: ZhouPeng @ 2011-04-07 10:54 UTC (permalink / raw)
  To: Xen-Devel (E-mail)
  Cc: wangfeng.v1.1985, Yanjun Wu, zhoupeng, Yanjun Wu, ciyiwei,
	wangfeng, ciyiwei


[-- Attachment #1.1: Type: text/plain, Size: 825 bytes --]

Hi all,

We have tried to port spice to Xen (Xen 4.0.1, Dom0 kernel 2.6.18).
The current porting allows basic spice run for xen-fv.

Now We are trying to port the qxl component, but it's difficult
because of the big difference between xen-qemu and upstream qemu.
If you enable the qxl device in our current porting(do it by setting
'qxl=1' in xm config file), you are most likely to get a mess screen.
:(

So any help in qxl porting will be much appreciated.

Our work is shared here: http://code.google.com/p/spice4xen/

It's not be a good way to port spice to xen-qemu because of tremendous
difference. But before the Xen with upstream-qemu supported has been
released and runs stable, it may be a choice.

Best,
--
Zhou Peng
Operating System Technology Group
Institute of Software, the Chinese Academy of Sciences (ISCAS)

[-- Attachment #1.2: Type: text/html, Size: 975 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Porting spice to xen
  2011-04-07 10:54 Porting spice to xen ZhouPeng
@ 2011-04-07 11:39 ` Stefano Stabellini
  2011-04-08  2:13   ` ZhouPeng
  0 siblings, 1 reply; 16+ messages in thread
From: Stefano Stabellini @ 2011-04-07 11:39 UTC (permalink / raw)
  To: ZhouPeng
  Cc: wangfeng.v1.1985@gmail.com, Xen-Devel (E-mail), Yanjun Wu,
	zhoupeng@nfs.iscas.ac.cn, Yanjun Wu, ciyiwei,
	wangfeng@nfs.iscas.ac.cn, ciyiwei@nfs.iscas.ac.cn

On Thu, 7 Apr 2011, ZhouPeng wrote:
> Hi all,
> 
> We have tried to port spice to Xen (Xen 4.0.1, Dom0 kernel 2.6.18).
> The current porting allows basic spice run for xen-fv.
> 
> Now We are trying to port the qxl component, but it's difficult
> because of the big difference between xen-qemu and upstream qemu.
> If you enable the qxl device in our current porting(do it by setting
> 'qxl=1' in xm config file), you are most likely to get a mess screen.
> :(
> 
> So any help in qxl porting will be much appreciated.
> 
> Our work is shared here: http://code.google.com/p/spice4xen/
> 
> It's not be a good way to port spice to xen-qemu because of tremendous
> difference. But before the Xen with upstream-qemu supported has been
> released and runs stable, it may be a choice.

I think that porting spice and qxl to the current qemu-xen tree is not
worth the effort, considering that we are very close to having xen
support in upstream qemu right now.
Also if you don't want to wait for xen support to go upstream in qemu
you can checkout Anthony Perard's git qemu branch and work directly on
it:

git://xenbits.xen.org/people/aperard/qemu-dm.git qemu-dm-v12

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Porting spice to xen
  2011-04-07 11:39 ` Stefano Stabellini
@ 2011-04-08  2:13   ` ZhouPeng
  2011-04-08 12:23     ` Stefano Stabellini
  0 siblings, 1 reply; 16+ messages in thread
From: ZhouPeng @ 2011-04-08  2:13 UTC (permalink / raw)
  To: Stefano Stabellini
  Cc: wangfeng.v1.1985@gmail.com, Xen-Devel (E-mail), Yanjun Wu,
	zhoupeng@nfs.iscas.ac.cn, Yanjun Wu, ciyiwei,
	wangfeng@nfs.iscas.ac.cn, ciyiwei@nfs.iscas.ac.cn


[-- Attachment #1.1: Type: text/plain, Size: 1457 bytes --]

2011/4/7 Stefano Stabellini <stefano.stabellini@eu.citrix.com>

> On Thu, 7 Apr 2011, ZhouPeng wrote:
> > Hi all,
> >
> > We have tried to port spice to Xen (Xen 4.0.1, Dom0 kernel 2.6.18).
> > The current porting allows basic spice run for xen-fv.
> >
> > Now We are trying to port the qxl component, but it's difficult
> > because of the big difference between xen-qemu and upstream qemu.
> > If you enable the qxl device in our current porting(do it by setting
> > 'qxl=1' in xm config file), you are most likely to get a mess screen.
> > :(
> >
> > So any help in qxl porting will be much appreciated.
> >
> > Our work is shared here: http://code.google.com/p/spice4xen/
> >
> > It's not be a good way to port spice to xen-qemu because of tremendous
> > difference. But before the Xen with upstream-qemu supported has been
> > released and runs stable, it may be a choice.
>
> I think that porting spice and qxl to the current qemu-xen tree is not
> worth the effort, considering that we are very close to having xen
> support in upstream qemu right now.
>

  Good news. How long will it be released?

Also if you don't want to wait for xen support to go upstream in qemu
> you can checkout Anthony Perard's git qemu branch and work directly on
> it:
>
> git://xenbits.xen.org/people/aperard/qemu-dm.git qemu-dm-v12
>

-- 
Zhou Peng
Operating System Technology Group
Institute of Software, the Chinese Academy of Sciences (ISCAS)
<ailvpeng25@gmail.com>

[-- Attachment #1.2: Type: text/html, Size: 2284 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Porting spice to xen
  2011-04-08  2:13   ` ZhouPeng
@ 2011-04-08 12:23     ` Stefano Stabellini
  2011-04-09 10:27       ` ZhouPeng
  0 siblings, 1 reply; 16+ messages in thread
From: Stefano Stabellini @ 2011-04-08 12:23 UTC (permalink / raw)
  To: ZhouPeng
  Cc: wangfeng.v1.1985@gmail.com, Xen-Devel (E-mail), Yanjun Wu,
	zhoupeng@nfs.iscas.ac.cn, Yanjun Wu, ciyiwei,
	wangfeng@nfs.iscas.ac.cn, Stefano Stabellini,
	ciyiwei@nfs.iscas.ac.cn

[-- Attachment #1: Type: text/plain, Size: 484 bytes --]

On Fri, 8 Apr 2011, ZhouPeng wrote:
> I think that porting spice and qxl to the current qemu-xen tree is not
> worth the effort, considering that we are very close to having xen
> support in upstream qemu right now.
> 
>  
>   Good news. How long will it be released?

It should be almost a matter of days now.
If I were you I would start working on Anthony's tree because it is very
similar to what is going to look like qemu upstream after the patch
series is accepted.

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Porting spice to xen
  2011-04-08 12:23     ` Stefano Stabellini
@ 2011-04-09 10:27       ` ZhouPeng
  0 siblings, 0 replies; 16+ messages in thread
From: ZhouPeng @ 2011-04-09 10:27 UTC (permalink / raw)
  To: Stefano Stabellini
  Cc: wangfeng.v1.1985@gmail.com, Xen-Devel (E-mail), Yanjun Wu,
	zhoupeng@nfs.iscas.ac.cn, Yanjun Wu, ciyiwei,
	wangfeng@nfs.iscas.ac.cn, ciyiwei@nfs.iscas.ac.cn


[-- Attachment #1.1: Type: text/plain, Size: 762 bytes --]

I will have a try of Anthony's tree.
Thank you, Stefano Stabellini.

2011/4/8 Stefano Stabellini <stefano.stabellini@eu.citrix.com>

> On Fri, 8 Apr 2011, ZhouPeng wrote:
> > I think that porting spice and qxl to the current qemu-xen tree is not
> > worth the effort, considering that we are very close to having xen
> > support in upstream qemu right now.
> >
> >
> >   Good news. How long will it be released?
>
> It should be almost a matter of days now.
> If I were you I would start working on Anthony's tree because it is very
> similar to what is going to look like qemu upstream after the patch
> series is accepted.



-- 
Zhou Peng
Operating System Technology Group
Institute of Software, the Chinese Academy of Sciences (ISCAS)
<ailvpeng25@gmail.com>

[-- Attachment #1.2: Type: text/html, Size: 1172 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-04-09 10:27 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-28 16:50 Porting SPICE to Xen David
2010-01-06 12:25 ` Stefano Stabellini
2010-01-07  4:33   ` Thiago Camargo Martins Cordeiro
2010-01-07 11:01     ` Vincent Hanquez
2010-01-07 11:16       ` Daniel P. Berrange
2010-01-08  0:46         ` David
2010-01-11 11:27           ` Vincent Hanquez
2010-01-11 11:57             ` Daniel P. Berrange
2010-01-11 11:57             ` David
  -- strict thread matches above, loose matches on Subject: below --
2010-11-30  9:40 Porting Spice " Yanjun Wu
2010-11-30 10:36 ` Stefano Stabellini
2011-04-07 10:54 Porting spice to xen ZhouPeng
2011-04-07 11:39 ` Stefano Stabellini
2011-04-08  2:13   ` ZhouPeng
2011-04-08 12:23     ` Stefano Stabellini
2011-04-09 10:27       ` ZhouPeng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).