[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Ongoing changes to the displaying code
From: |
Ian Jackson |
Subject: |
Re: [Qemu-devel] Ongoing changes to the displaying code |
Date: |
Mon, 12 Jan 2009 15:31:33 +0000 |
David Turner writes ("Re: [Qemu-devel] Ongoing changes to the displaying code"):
> On Fri, Jan 9, 2009 at 6:16 PM, Ian Jackson <address@hidden>wrote:
> > I think it's fair enough for people to prefer SDL to VNC for a number
> > of reasons. But why not just allow them to embed the qemu SDL window
> > in their application ? This is definitely possible in X although I'm
> > not sure exactly how to do it with SDL.
>
> to be fair, that might not be an ideal solution. QEMU emulation
> currently requires frequent SIGALRM signals. this means the
> application will not be able to use it for its own needs, and a
> *lot* of system calls are going to randomly return EINTR, which a
> *lot* of code doesn't handle properly (*cough* *cough* libesd.so)
I meant to embed the qemu SDL X window, by having the non-qemu
frontend create an appropriate frame and then pass the X windowid to
qemu which would run as a subprocess.
I agree that putting qemu and something else in the same process would
be troublesome. (Tcl might be doable ...)
Ian.
- Re: [Qemu-devel] Ongoing changes to the displaying code, (continued)
- Re: [Qemu-devel] Ongoing changes to the displaying code, Ian Jackson, 2009/01/09
- Re: [Qemu-devel] Ongoing changes to the displaying code, Anthony Liguori, 2009/01/09
- Re: [Qemu-devel] Ongoing changes to the displaying code, Riku Voipio, 2009/01/09
- Re: [Qemu-devel] Ongoing changes to the displaying code, Anthony Liguori, 2009/01/09
- Re: [Qemu-devel] Ongoing changes to the displaying code, Jamie Lokier, 2009/01/09
- Re: [Qemu-devel] Ongoing changes to the displaying code, Anthony Liguori, 2009/01/09
- Re: [Qemu-devel] Ongoing changes to the displaying code, Ian Jackson, 2009/01/12
- Re: [Qemu-devel] Ongoing changes to the displaying code, Mark McLoughlin, 2009/01/15
- Re: [Qemu-devel] Ongoing changes to the displaying code, David Turner, 2009/01/09
- Re: [Qemu-devel] Ongoing changes to the displaying code, Anthony Liguori, 2009/01/09
- Re: [Qemu-devel] Ongoing changes to the displaying code,
Ian Jackson <=
- Re: [Qemu-devel] Ongoing changes to the displaying code, Avi Kivity, 2009/01/11
- Re: [Qemu-devel] Ongoing changes to the displaying code, Ian Jackson, 2009/01/12
- Re: [Qemu-devel] Ongoing changes to the displaying code, Avi Kivity, 2009/01/12
- Re: [Qemu-devel] Ongoing changes to the displaying code, Stefano Stabellini, 2009/01/09