qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Wayland support
@ 2013-07-02  3:36 Yu, Max A
  2013-07-03  6:13 ` Alexandre DERUMIER
  0 siblings, 1 reply; 5+ messages in thread
From: Yu, Max A @ 2013-07-02  3:36 UTC (permalink / raw)
  To: qemu-devel@nongnu.org

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

Hi,

Can QEMU support wayland? I'd like to know if anybody have ideas/solutions on that.

Thanks,
Max


[-- Attachment #2: Type: text/html, Size: 2403 bytes --]

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

* Re: [Qemu-devel] Wayland support
  2013-07-02  3:36 [Qemu-devel] Wayland support Yu, Max A
@ 2013-07-03  6:13 ` Alexandre DERUMIER
  2013-07-03  8:14   ` Yu, Max A
  0 siblings, 1 reply; 5+ messages in thread
From: Alexandre DERUMIER @ 2013-07-03  6:13 UTC (permalink / raw)
  To: Max A Yu; +Cc: qemu-devel

I don't known if it's what you want, but wayland have a beta spice backend

http://www.phoronix.com/scan.php?page=news_item&px=MTM1NzQ

----- Mail original -----

De: "Max A Yu" <max.a.yu@intel.com>
À: qemu-devel@nongnu.org
Envoyé: Mardi 2 Juillet 2013 05:36:50
Objet: [Qemu-devel] Wayland support



Hi,

Can QEMU support wayland? I’d like to know if anybody have ideas/solutions on that.

Thanks,
Max

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

* Re: [Qemu-devel] Wayland support
  2013-07-03  6:13 ` Alexandre DERUMIER
@ 2013-07-03  8:14   ` Yu, Max A
  2013-07-05  9:58     ` Alexandre DERUMIER
  0 siblings, 1 reply; 5+ messages in thread
From: Yu, Max A @ 2013-07-03  8:14 UTC (permalink / raw)
  To: Alexandre DERUMIER; +Cc: qemu-devel@nongnu.org

Thanks Alex! Currently I'm trying to enable Wayland in Tizen Emulator. Tizen Emulator is a clone of QEMU. Tizen can run in it as guest OS. It seems like that spice does not fit this requirement.

Thanks,
Max

-----Original Message-----
From: Alexandre DERUMIER [mailto:aderumier@odiso.com] 
Sent: Wednesday, July 03, 2013 2:14 PM
To: Yu, Max A
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Wayland support

I don't known if it's what you want, but wayland have a beta spice backend

http://www.phoronix.com/scan.php?page=news_item&px=MTM1NzQ

----- Mail original ----- 

De: "Max A Yu" <max.a.yu@intel.com> 
À: qemu-devel@nongnu.org 
Envoyé: Mardi 2 Juillet 2013 05:36:50 
Objet: [Qemu-devel] Wayland support 



Hi, 

Can QEMU support wayland? I’d like to know if anybody have ideas/solutions on that. 

Thanks, 
Max 

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

* Re: [Qemu-devel] Wayland support
  2013-07-03  8:14   ` Yu, Max A
@ 2013-07-05  9:58     ` Alexandre DERUMIER
  2013-07-05 11:39       ` Alexandre DERUMIER
  0 siblings, 1 reply; 5+ messages in thread
From: Alexandre DERUMIER @ 2013-07-05  9:58 UTC (permalink / raw)
  To: Max A Yu; +Cc: qemu-devel

>>Thanks Alex! Currently I'm trying to enable Wayland in Tizen Emulator. Tizen Emulator is a clone of QEMU. Tizen can run in it as guest OS. It seems like that spice does not fit this requirement. 

Hi, I don't known if it's really a problem from qemu or tizen emulator.

Wayland is running on your guest, so it's more a problem with kms,mesa,etc...

a kms driver exist for cirrus card:
http://lists.freedesktop.org/archives/dri-devel/2011-April/010396.html

for spice (qxl) video card, a kms driver in currently in developement
http://lists.freedesktop.org/archives/dri-devel/2013-March/035714.html


If a kms driver exist, wayland should run (with software rendering, if no gallium driver exist in mesa)

----- Mail original -----

De: "Max A Yu" <max.a.yu@intel.com>
À: "Alexandre DERUMIER" <aderumier@odiso.com>
Cc: qemu-devel@nongnu.org
Envoyé: Mercredi 3 Juillet 2013 10:14:59
Objet: RE: [Qemu-devel] Wayland support

Thanks Alex! Currently I'm trying to enable Wayland in Tizen Emulator. Tizen Emulator is a clone of QEMU. Tizen can run in it as guest OS. It seems like that spice does not fit this requirement.

Thanks,
Max

-----Original Message-----
From: Alexandre DERUMIER [mailto:aderumier@odiso.com]
Sent: Wednesday, July 03, 2013 2:14 PM
To: Yu, Max A
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Wayland support

I don't known if it's what you want, but wayland have a beta spice backend 

http://www.phoronix.com/scan.php?page=news_item&px=MTM1NzQ

----- Mail original -----

De: "Max A Yu" <max.a.yu@intel.com>
À: qemu-devel@nongnu.org
Envoyé: Mardi 2 Juillet 2013 05:36:50
Objet: [Qemu-devel] Wayland support



Hi,

Can QEMU support wayland? I’d like to know if anybody have ideas/solutions on that.

Thanks,
Max

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

* Re: [Qemu-devel] Wayland support
  2013-07-05  9:58     ` Alexandre DERUMIER
@ 2013-07-05 11:39       ` Alexandre DERUMIER
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre DERUMIER @ 2013-07-05 11:39 UTC (permalink / raw)
  To: Max A Yu; +Cc: qemu-devel

>>for spice (qxl) video card, a kms driver in currently in developement
>>http://lists.freedesktop.org/archives/dri-devel/2013-March/035714.html

update : This has been released in kernel 3.10.


----- Mail original -----

De: "Alexandre DERUMIER" <aderumier@odiso.com>
À: "Max A Yu" <max.a.yu@intel.com>
Cc: qemu-devel@nongnu.org
Envoyé: Vendredi 5 Juillet 2013 11:58:21
Objet: Re: [Qemu-devel] Wayland support

>>Thanks Alex! Currently I'm trying to enable Wayland in Tizen Emulator. Tizen Emulator is a clone of QEMU. Tizen can run in it as guest OS. It seems like that spice does not fit this requirement.

Hi, I don't known if it's really a problem from qemu or tizen emulator.

Wayland is running on your guest, so it's more a problem with kms,mesa,etc...

a kms driver exist for cirrus card:
http://lists.freedesktop.org/archives/dri-devel/2011-April/010396.html

for spice (qxl) video card, a kms driver in currently in developement
http://lists.freedesktop.org/archives/dri-devel/2013-March/035714.html


If a kms driver exist, wayland should run (with software rendering, if no gallium driver exist in mesa)

----- Mail original -----

De: "Max A Yu" <max.a.yu@intel.com>
À: "Alexandre DERUMIER" <aderumier@odiso.com>
Cc: qemu-devel@nongnu.org
Envoyé: Mercredi 3 Juillet 2013 10:14:59
Objet: RE: [Qemu-devel] Wayland support

Thanks Alex! Currently I'm trying to enable Wayland in Tizen Emulator. Tizen Emulator is a clone of QEMU. Tizen can run in it as guest OS. It seems like that spice does not fit this requirement.

Thanks,
Max

-----Original Message-----
From: Alexandre DERUMIER [mailto:aderumier@odiso.com]
Sent: Wednesday, July 03, 2013 2:14 PM
To: Yu, Max A
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Wayland support

I don't known if it's what you want, but wayland have a beta spice backend 

http://www.phoronix.com/scan.php?page=news_item&px=MTM1NzQ

----- Mail original -----

De: "Max A Yu" <max.a.yu@intel.com>
À: qemu-devel@nongnu.org
Envoyé: Mardi 2 Juillet 2013 05:36:50
Objet: [Qemu-devel] Wayland support



Hi,

Can QEMU support wayland? I’d like to know if anybody have ideas/solutions on that.

Thanks,
Max

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

end of thread, other threads:[~2013-07-05 11:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-02  3:36 [Qemu-devel] Wayland support Yu, Max A
2013-07-03  6:13 ` Alexandre DERUMIER
2013-07-03  8:14   ` Yu, Max A
2013-07-05  9:58     ` Alexandre DERUMIER
2013-07-05 11:39       ` Alexandre DERUMIER

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).