Re: [Qemu-devel] Re: [PATCH] Patches from PyQemu project

2007-09-05 Thread Fabrice Bellard
Anthony Liguori wrote: On Tue, 2007-09-04 at 23:27 +0100, Thiemo Seufer wrote: Brian Johnson wrote: [snip] My initial thought is to make the libraries at the individual device level. It would be good to have a general mechanism for bus providers, interrupts, APICs, chipsets, etc. as well,

Re: [Qemu-devel] Re: [PATCH] Patches from PyQemu project

2007-09-04 Thread Anthony Liguori
On Tue, 2007-09-04 at 23:27 +0100, Thiemo Seufer wrote: > Brian Johnson wrote: > [snip] > >> My initial thought is to make the libraries at the individual device > >> level. > > > > It would be good to have a general mechanism for bus providers, interrupts, > > APICs, chipsets, etc. as well, so w

Re: [Qemu-devel] Re: [PATCH] Patches from PyQemu project

2007-09-04 Thread Anthony Liguori
On Tue, 2007-09-04 at 23:27 +0100, Thiemo Seufer wrote: > Brian Johnson wrote: > [snip] > >> My initial thought is to make the libraries at the individual device > >> level. > > > > It would be good to have a general mechanism for bus providers, interrupts, > > APICs, chipsets, etc. as well, so w

Re: [Qemu-devel] Re: [PATCH] Patches from PyQemu project

2007-09-04 Thread Thiemo Seufer
Brian Johnson wrote: [snip] >> My initial thought is to make the libraries at the individual device >> level. > > It would be good to have a general mechanism for bus providers, interrupts, > APICs, chipsets, etc. as well, so we could emulate fancier architectures > than a simple PC (or simple Sp

Re: [Qemu-devel] Re: [PATCH] Patches from PyQemu project

2007-09-04 Thread Anthony Liguori
On Tue, 2007-09-04 at 14:57 -0500, Brian Johnson wrote: > Anthony Liguori wrote: > > With things like KVM making it relatively simple to do CPU emulation, if > > QEMU's device emulation was available as a library (even a GPL library), > > it would be pretty easy to do interesting things without fo