spapr_vty.c (7ce0f7dc87e50ebf58ac756ff6be17ec97d3ba4e) spapr_vty.c (0d75590d919454be322f21d55494b8937651fc86)
1#include "qemu/osdep.h"
1#include "hw/qdev.h"
2#include "sysemu/char.h"
3#include "hw/ppc/spapr.h"
4#include "hw/ppc/spapr_vio.h"
5
6#define VTERM_BUFSIZE 16
7
8typedef struct VIOsPAPRVTYDevice {

--- 237 unchanged lines hidden ---
2#include "hw/qdev.h"
3#include "sysemu/char.h"
4#include "hw/ppc/spapr.h"
5#include "hw/ppc/spapr_vio.h"
6
7#define VTERM_BUFSIZE 16
8
9typedef struct VIOsPAPRVTYDevice {

--- 237 unchanged lines hidden ---