mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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:
parent
2a3d57ce42
commit
31d0f80f17
2 changed files with 0 additions and 5 deletions
|
@ -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? */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue