[Qemu-devel] Re: [PATCH v7 0/6] pcie port switch emulators

2010-11-02 Thread Michael S. Tsirkin
On Tue, Nov 02, 2010 at 06:32:46PM +0900, Isaku Yamahata wrote: > This patch series is v7 of the pcie switch emulators. > Now the express part has been merged, so the aer part is left. I think figuring out the FLR first is a good idea. This would include sticky bit implementation and figuring out

[Qemu-devel] Re: [PATCH v7 0/6]

2010-05-05 Thread Juan Quintela
Amit Shah wrote: > Hello, > > This series lets interested callers ask for an -EAGAIN return from the > chardev backends (only unix and tcp sockets as of now) to implement > their own flow control. > > A new call, qemu_chr_write_nb() is added, that will fallback to > qemu_chr_write() if the backend

[Qemu-devel] Re: [PATCH v7 0/6] char: non-blocking writes, virtio-console flow control

2010-05-05 Thread Amit Shah
[Fix subject] Amit