qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH v7 4/6] char: Add qemu_chr_write_nb() for nonblo


From: Gerd Hoffmann
Subject: [Qemu-devel] Re: [PATCH v7 4/6] char: Add qemu_chr_write_nb() for nonblocking writes
Date: Thu, 06 May 2010 09:11:06 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Thunderbird/3.0.4

I'm all for killing the blocking interface. Problem is that converting
over all users isn't exactly trivial and we have plenty of them. IMHO
it isn't realistic to do the switch with a single patch series.

If we're agreed we ought to kill the blocking interface, let's define a
new proper interface, rename all previous users to something ugly and
deprecated, and approach it that way.

__attribute__ ((deprecated)) ?

cheers,
  Gerd





reply via email to

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