virtio-serial: Drop useless property is_console

All you could ever achieve with it is break stuff, so removing it
should be safe.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
This commit is contained in:
Markus Armbruster 2011-05-25 14:21:12 +02:00 committed by Amit Shah
parent 2a3d57ce42
commit 31d0f80f17
2 changed files with 0 additions and 5 deletions

View file

@ -124,9 +124,6 @@ struct VirtIOSerialPort {
*/
QEMUBH *bh;
/* For property backward compatibility, not used otherwise */
uint8_t is_console_dummy;
/* Is the corresponding guest device open? */
bool guest_connected;
/* Is this device open for IO on the host? */