mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00
linux headers: sync to 5.9-rc4
Update against Linux 5.9-rc4. Cc: Cornelia Huck <cohuck@redhat.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com> Message-Id: <20200907104903.31551-2-jasowang@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
74504514b1
commit
e6546342a8
26 changed files with 308 additions and 41 deletions
|
@ -45,13 +45,13 @@
|
|||
|
||||
struct virtio_console_config {
|
||||
/* colums of the screens */
|
||||
uint16_t cols;
|
||||
__virtio16 cols;
|
||||
/* rows of the screens */
|
||||
uint16_t rows;
|
||||
__virtio16 rows;
|
||||
/* max. number of ports this device can hold */
|
||||
uint32_t max_nr_ports;
|
||||
__virtio32 max_nr_ports;
|
||||
/* emergency write register */
|
||||
uint32_t emerg_wr;
|
||||
__virtio32 emerg_wr;
|
||||
} QEMU_PACKED;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue