]> git.proxmox.com Git - mirror_qemu.git/commit
vhost_net: Print feature masks in hex
authorIlya Maximets <i.maximets@ovn.org>
Fri, 18 Mar 2022 14:04:40 +0000 (15:04 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 16 May 2022 08:38:40 +0000 (04:38 -0400)
commit1eed051c8c8cd84e69f619b0adc22df543ed7f06
treec5a6520ff5345ca802f754952661f1d002cc579f
parent147a372e7580dc5cf4310d159db2f374e38ac30e
vhost_net: Print feature masks in hex

"0x200000000" is much more readable than "8589934592".
The change saves one step (conversion) while debugging.

Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Message-Id: <20220318140440.596019-1-i.maximets@ovn.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/net/vhost_net.c