diff --git a/hw/usb/redirect.c b/hw/usb/redirect.c index ec174309db7f2e37d47f98c30843325e7da49e13..65a9196c1a8acf21ba07df5882b2885a43f69860 100644 --- a/hw/usb/redirect.c +++ b/hw/usb/redirect.c @@ -106,10 +106,10 @@ struct USBRedirDevice { USBDevice dev; /* Properties */ CharBackend cs; + bool enable_streams; uint8_t debug; - char *filter_str; int32_t bootindex; - bool enable_streams; + char *filter_str; /* Data passed from chardev the fd_read cb to the usbredirparser read cb */ const uint8_t *read_buf; int read_buf_size;