All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Main loop
@ 2009-09-26 23:55 malc
  2009-09-27  0:49 ` Anthony Liguori
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: malc @ 2009-09-26 23:55 UTC (permalink / raw)
  To: qemu-devel


At http://repo.or.cz/w/qemu/malc.git?a=shortlog;h=refs/heads/mtloop you
can find the branch which refactors main execution loop somewhat, effects
include:

a. Host alarm timers are gone
b. IO thread is replaced (now Windows is supported too)

I have no means of testing the KVM/Xen bits (both are likely to be broken
by this), and since testing was only done on Linux/X86-64[1],PPC and 
Windows/i386 chances are good that something might be not so great in
BSD/Solairs/MacOS X lands.

Apart from obvious KVM bits, other things were not implemented (yet) 
either: proper VM stop/resume, GDB, etc.

Diffstat relative to c2b023b62707f5dc73497dc03f3764f145a29785 (plus
one somewhat unrelated local commit) is bellow.

 Makefile        |    1 -
 configure       |    8 -
 cpu-defs.h      |    2 -
 cpu-exec.c      |    3 +
 hw/xenfb.c      |    2 +-
 qemu-options.hx |    9 -
 qemu-thread.c   |  163 ------
 qemu-thread.h   |   40 --
 sysemu.h        |    2 +-
 vl.c            | 1650 ++++++++++++++++++++-----------------------------------
 10 files changed, 593 insertions(+), 1287 deletions(-)

Comments?

[1] Linux/X86-64 was tested yesterday in the meantime the code was changed
    and might have become less stable, not sure.

-- 
mailto:av1474@comtv.ru

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

end of thread, other threads:[~2009-09-28 23:57 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-26 23:55 [Qemu-devel] Main loop malc
2009-09-27  0:49 ` Anthony Liguori
2009-09-27 10:55   ` malc
2009-09-27 14:05     ` Anthony Liguori
2009-09-27 14:39       ` malc
2009-09-28 13:57         ` Glauber Costa
2009-09-28 18:50           ` malc
2009-09-28 19:35             ` Anthony Liguori
2009-09-28 21:21               ` Glauber Costa
2009-09-28 23:57           ` malc
2009-09-27 14:31     ` malc
2009-09-27 14:23 ` Blue Swirl
2009-09-27 14:35   ` malc
2009-09-27 17:43 ` malc
     [not found] ` <m3fxa7jug0.fsf@neno.mitica>
2009-09-28  9:42   ` [Qemu-devel] " malc
     [not found]     ` <m3pr9bidy9.fsf@neno.mitica>
2009-09-28 10:19       ` malc

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.