mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
char: rename CharDriverState Chardev
Pick a uniform chardev type name. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
d5cafc733d
commit
0ec7b3e7f2
80 changed files with 727 additions and 724 deletions
|
@ -25,7 +25,7 @@
|
|||
do { } while (0)
|
||||
#endif
|
||||
|
||||
static int store_dev_info(int domid, CharDriverState *cs, const char *string)
|
||||
static int store_dev_info(int domid, Chardev *cs, const char *string)
|
||||
{
|
||||
struct xs_handle *xs = NULL;
|
||||
char *path = NULL;
|
||||
|
@ -74,7 +74,7 @@ out:
|
|||
return ret;
|
||||
}
|
||||
|
||||
void xenstore_store_pv_console_info(int i, CharDriverState *chr)
|
||||
void xenstore_store_pv_console_info(int i, Chardev *chr)
|
||||
{
|
||||
if (i == 0) {
|
||||
store_dev_info(xen_domid, chr, "/console");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue