* rproc_serial does not want the console port, only
                 * the generic port implementation.
                 */
-               port->host_connected = true;
+               port->host_connected = port->guest_connected = true;
        else if (!use_multiport(port->portdev)) {
                /*
                 * If we're not using multiport support,
         * tty is spawned) and the host sends out data to console
         * ports.  For generic serial ports, the host won't
         * (shouldn't) send data till the guest is connected.
-        * However a remote device might send data before the port is
-        * connected. So don't remove data from a rproc_serial device.
         */
-
-       if (!port->guest_connected && !is_rproc_serial(port->portdev->vdev))
+       if (!port->guest_connected)
                discard_port_data(port);
 
        spin_unlock_irqrestore(&port->inbuf_lock, flags);