Re: [Qemu-devel] [RFC 0/9] QContext: QOM class to support multiple event loops

2013-05-08 Thread Stefan Hajnoczi
On Mon, May 06, 2013 at 01:17:53PM -0500, mdroth wrote: > On Mon, May 06, 2013 at 09:54:14AM +0200, Paolo Bonzini wrote: > > Il 03/05/2013 18:03, Michael Roth ha scritto: > > > These patches apply on top of qemu.git master, and can also be obtained > > > from: > > > git://github.com/mdroth/qemu.gi

Re: [Qemu-devel] [RFC 0/9] QContext: QOM class to support multiple event loops

2013-05-06 Thread Paolo Bonzini
Il 06/05/2013 20:35, mdroth ha scritto: > In the case of the former, I think a wrapper around GLib that we can > instantiate from the command-line line and query properties like TIDs > from is necessary for robust control over event loops and CPU resources. > We get this essentially for free with Q

Re: [Qemu-devel] [RFC 0/9] QContext: QOM class to support multiple event loops

2013-05-06 Thread mdroth
On Mon, May 06, 2013 at 11:26:06AM +0800, liu ping fan wrote: > On Sat, May 4, 2013 at 12:03 AM, Michael Roth > wrote: > > These patches apply on top of qemu.git master, and can also be obtained > > from: > > git://github.com/mdroth/qemu.git qcontext > > > > OVERVIEW > > > > This series introduc

Re: [Qemu-devel] [RFC 0/9] QContext: QOM class to support multiple event loops

2013-05-06 Thread mdroth
On Mon, May 06, 2013 at 07:25:24AM -0500, Anthony Liguori wrote: > Paolo Bonzini writes: > > > Il 03/05/2013 18:03, Michael Roth ha scritto: > >> These patches apply on top of qemu.git master, and can also be obtained > >> from: > >> git://github.com/mdroth/qemu.git qcontext > >> > >> OVERVIEW

Re: [Qemu-devel] [RFC 0/9] QContext: QOM class to support multiple event loops

2013-05-06 Thread mdroth
On Mon, May 06, 2013 at 09:54:14AM +0200, Paolo Bonzini wrote: > Il 03/05/2013 18:03, Michael Roth ha scritto: > > These patches apply on top of qemu.git master, and can also be obtained > > from: > > git://github.com/mdroth/qemu.git qcontext > > > > OVERVIEW > > > > This series introduces a set

Re: [Qemu-devel] [RFC 0/9] QContext: QOM class to support multiple event loops

2013-05-06 Thread Anthony Liguori
Paolo Bonzini writes: > Il 03/05/2013 18:03, Michael Roth ha scritto: >> These patches apply on top of qemu.git master, and can also be obtained from: >> git://github.com/mdroth/qemu.git qcontext >> >> OVERVIEW >> >> This series introduces a set of QOM classes/interfaces for event >> registrati

Re: [Qemu-devel] [RFC 0/9] QContext: QOM class to support multiple event loops

2013-05-06 Thread Paolo Bonzini
Il 03/05/2013 18:03, Michael Roth ha scritto: > These patches apply on top of qemu.git master, and can also be obtained from: > git://github.com/mdroth/qemu.git qcontext > > OVERVIEW > > This series introduces a set of QOM classes/interfaces for event > registration/handling: QContext and QSource

Re: [Qemu-devel] [RFC 0/9] QContext: QOM class to support multiple event loops

2013-05-05 Thread liu ping fan
On Sat, May 4, 2013 at 12:03 AM, Michael Roth wrote: > These patches apply on top of qemu.git master, and can also be obtained from: > git://github.com/mdroth/qemu.git qcontext > > OVERVIEW > > This series introduces a set of QOM classes/interfaces for event > registration/handling: QContext and Q

[Qemu-devel] [RFC 0/9] QContext: QOM class to support multiple event loops

2013-05-03 Thread Michael Roth
These patches apply on top of qemu.git master, and can also be obtained from: git://github.com/mdroth/qemu.git qcontext OVERVIEW This series introduces a set of QOM classes/interfaces for event registration/handling: QContext and QSource, which are based closely on their GMainContext/GSource GLib