Amit Shah 9bd7854e1e char: don't limit data sent to backends to 1k per buffer
chardevs have a 'can_read' function via which backends specify
the amount of data they can receive. When can_read returns > 0,
apps can start sending data. However, each chardev driver here
allows a max. of 1k bytes inspite of the backend being able to
receive more.

The best we can do here is to allocate s->max_size bytes from
the heap on each call (which is the number returned by the
backend from the can_read call).

This is an intermediate step to bump up the bytes written in
each call to 4k.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-11-17 08:03:30 -06:00
2009-10-15 10:43:45 +04:00
2009-11-16 17:06:43 +00:00
2009-11-09 08:43:02 -06:00
2009-11-12 11:23:54 -06:00
2009-10-01 16:12:16 -05:00
2009-11-14 13:10:00 +01:00
2009-11-12 11:23:55 -06:00
2009-10-01 16:12:16 -05:00
2009-11-14 01:17:47 +01:00
2009-10-02 17:59:10 +00:00
2009-09-12 07:36:22 +00:00
2009-09-12 07:36:22 +00:00
2009-10-27 12:28:59 -05:00
2009-09-25 19:53:21 +00:00
2009-10-05 09:32:44 -05:00
2009-10-01 16:12:16 -05:00
2009-09-11 10:19:46 -05:00
2009-11-09 08:43:02 -06:00
2009-11-09 08:43:02 -06:00
2009-10-08 21:17:18 -05:00
2009-09-04 09:37:34 -05:00
2009-09-19 18:43:44 +02:00
2009-10-01 16:12:16 -05:00
2009-10-08 21:17:10 -05:00
2009-11-09 08:43:02 -06:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-09-20 06:56:26 +00:00
2009-10-05 09:32:44 -05:00
2009-11-14 01:19:12 +01:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-09-12 07:36:22 +00:00
2009-10-01 16:12:16 -05:00
2009-10-15 09:32:04 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-27 12:28:59 -05:00
2009-10-01 16:12:16 -05:00
2009-11-14 01:23:02 +01:00
2009-11-16 17:06:43 +00:00
2009-08-27 19:33:15 -05:00
2009-08-24 08:01:42 -05:00
2009-09-12 07:36:22 +00:00
2009-11-09 08:43:02 -06:00
2009-09-04 09:37:30 -05:00
2009-08-15 07:51:59 +00:00
2009-09-12 07:36:22 +00:00
2009-09-12 07:36:22 +00:00
2009-09-11 10:19:49 -05:00
2009-10-27 12:28:59 -05:00
2009-11-16 17:06:43 +00:00
2009-10-01 16:12:16 -05:00
2009-10-06 14:36:11 -05:00
2009-09-12 07:36:22 +00:00
2009-09-12 09:58:51 +00:00
2009-10-05 09:32:45 -05:00
2009-09-04 09:37:29 -05:00
2009-10-08 21:17:18 -05:00
2009-10-08 21:17:18 -05:00
2009-10-08 21:17:18 -05:00
2009-09-04 09:37:29 -05:00
2009-10-01 16:12:16 -05:00
2009-10-06 14:36:09 -05:00
2009-11-14 01:19:12 +01:00
2009-09-13 19:38:43 +00:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-10-01 16:12:16 -05:00
2009-11-12 11:23:56 -06:00
2009-10-01 16:12:16 -05:00
2009-08-10 13:05:30 -05:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%