qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] headers update and virtio-net fixup
@ 2020-04-27 10:24 Cornelia Huck
  2020-04-27 10:24 ` [PATCH 1/3] virtio-net: fix rsc_ext compat handling Cornelia Huck
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Cornelia Huck @ 2020-04-27 10:24 UTC (permalink / raw)
  To: Michael S . Tsirkin, Jason Wang, Paolo Bonzini
  Cc: Yuri Benditovich, Cornelia Huck, qemu-devel

This updates the headers to Linux 5.7-rc3. Doing so exposes
a problem in virtio-net (the #define for compat covers too much),
fix it.

Note 1: I'd like this to go through s390-next so that I can go
        ahead with protected virtualization, which needs a headers
        update.

Note 2: Why has the feature been merged in the first place without the
        kernel part being upstream yet?

Cornelia Huck (3):
  virtio-net: fix rsc_ext compat handling
  linux-headers: update against Linux 5.7-rc3
  virtio-net: remove VIRTIO_NET_HDR_F_RSC_INFO compat handling

 hw/net/virtio-net.c                           |   8 --
 include/standard-headers/linux/ethtool.h      |  10 +-
 .../linux/input-event-codes.h                 |   5 +-
 include/standard-headers/linux/pci_regs.h     |   2 +
 include/standard-headers/linux/vhost_types.h  |   8 ++
 .../standard-headers/linux/virtio_balloon.h   |  12 ++-
 include/standard-headers/linux/virtio_ids.h   |   1 +
 include/standard-headers/linux/virtio_net.h   | 102 +++++++++++++++++-
 linux-headers/COPYING                         |   2 +
 linux-headers/asm-x86/kvm.h                   |   1 +
 linux-headers/asm-x86/unistd_32.h             |   1 +
 linux-headers/asm-x86/unistd_64.h             |   1 +
 linux-headers/asm-x86/unistd_x32.h            |   1 +
 linux-headers/linux/kvm.h                     |  47 +++++++-
 linux-headers/linux/mman.h                    |   5 +-
 linux-headers/linux/userfaultfd.h             |  40 +++++--
 linux-headers/linux/vfio.h                    |  37 +++++++
 linux-headers/linux/vhost.h                   |  24 +++++
 18 files changed, 280 insertions(+), 27 deletions(-)

-- 
2.21.1



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-04-28 13:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-27 10:24 [PATCH 0/3] headers update and virtio-net fixup Cornelia Huck
2020-04-27 10:24 ` [PATCH 1/3] virtio-net: fix rsc_ext compat handling Cornelia Huck
2020-04-27 10:24 ` [PATCH 2/3] linux-headers: update against Linux 5.7-rc3 Cornelia Huck
2020-04-27 11:31   ` Michael S. Tsirkin
2020-04-27 10:24 ` [PATCH 3/3] virtio-net: remove VIRTIO_NET_HDR_F_RSC_INFO compat handling Cornelia Huck
2020-04-27 11:32   ` Michael S. Tsirkin
2020-04-28  8:19   ` Jason Wang
2020-04-28  8:34     ` Cornelia Huck
2020-04-28  8:58       ` Jason Wang
2020-04-28  9:18         ` Cornelia Huck
2020-04-28 10:55           ` Yuri Benditovich
2020-04-28 13:04             ` Jason Wang
2020-04-28 13:00           ` Jason Wang
2020-04-27 11:29 ` [PATCH 0/3] headers update and virtio-net fixup Michael S. Tsirkin
2020-04-28 11:35 ` Cornelia Huck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).