escc: rename struct to ESCCState
commit3cf63ff25c6f1bdac7cb153f87ff830e932ac2f5
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 25 Jun 2013 13:02:38 +0000 (25 15:02 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 4 Jul 2013 15:42:46 +0000 (4 17:42 +0200)
tree36016224b4a6a381998a76a706305dd31c180f8e
parentd3e71559a81ca7b6221465dd19282429101f983d
escc: rename struct to ESCCState

We are using the same struct name for two devices.  8250 is widespread
enough that this causes some confusion, rename the other instance.

Reviewed-by: Andreas Faerber <afaerber@suse.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/char/escc.c