mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
slirp/ncsi: fix "Get Version ID" payload length
Signed-off-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This commit is contained in:
parent
b0060110aa
commit
551f84544e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ static const struct ncsi_rsp_handler {
|
|||
{ NCSI_PKT_RSP_EGMF, 4, NULL },
|
||||
{ NCSI_PKT_RSP_DGMF, 4, NULL },
|
||||
{ NCSI_PKT_RSP_SNFC, 4, NULL },
|
||||
{ NCSI_PKT_RSP_GVI, 36, NULL },
|
||||
{ NCSI_PKT_RSP_GVI, 40, NULL },
|
||||
{ NCSI_PKT_RSP_GC, 32, ncsi_rsp_handler_gc },
|
||||
{ NCSI_PKT_RSP_GP, -1, NULL },
|
||||
{ NCSI_PKT_RSP_GCPS, 172, NULL },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue