qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 4/6] virtio-console-port: Add a new device on th


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 4/6] virtio-console-port: Add a new device on the virtio-console-bus for generic host-guest communication
Date: Tue, 29 Sep 2009 20:08:49 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3

+typedef struct VirtIOConsole
+{
+    VirtConPort port;

Your CharDriverState should go here.

+        DEFINE_PROP_INT32("flush_buffers", VirtConPort, flush_buffers, 0),

Well, we should find a better name for that one. flush_buffers is very unclear. It actually is dont_cache_data_when_unconnected. That name is insane long though.

cheers,
  Gerd





reply via email to

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