Message ID | 20220524150611.523910-1-andre.przywara@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | Update virtio headers (to fix build) | expand |
On Tue, 24 May 2022 16:06:07 +0100, Andre Przywara wrote: > Since we implement some virtio devices in kvmtool, we were including > older copies of some virtio UAPI header files in our tree, but were > relying on some other headers to be provided by the distribution. > This leads to problems when we need to use newer virtio features (like > the recent virtio_balloon stat update), which breaks compilation on some > (older) distros. > > [...] Applied to kvmtool (master), thanks! [1/4] update virtio_mmio.h https://git.kernel.org/will/kvmtool/c/7e2209945bb5 [2/4] util: include virtio UAPI headers in sync https://git.kernel.org/will/kvmtool/c/393e2187cf68 [3/4] include: update virtio UAPI headers https://git.kernel.org/will/kvmtool/c/e5390783db61 [4/4] include: add new virtio uapi header files https://git.kernel.org/will/kvmtool/c/1a992bbaab08 Cheers,