qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Support for loading devices as dynamic librarie


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] Support for loading devices as dynamic libraries
Date: Sat, 25 Aug 2012 14:53:30 +0100

On Sat, Aug 25, 2012 at 12:10 PM, Dominik Żeromski <address@hidden> wrote:
> Adding support for loading DSO with -device option.
>
> Example Makefile for out of tree modules:

QEMU does not have a stable ABI for devices.  There is a lot of device
model refactoring happening right now for multithreaded MMIO/PIO
dispatch and taking advantage of QEMU Object Model.  A stable ABI
hinders those kinds of improvements.

Send device model patches upstream.  That way you avoid the
maintenance overhead of out-of-tree modules and the QEMU community
doesn't need to provide a stable ABI.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]