linux-headers: update to current kvm/nextSigned-off-by: Paolo Bonzini <pbonzini@redhat.com>
Update linux headers to v6.0-rc4commit 7e18e42e4b280c85b76967a9106a13ca61c16179Signed-off-by: Chenyi Qiang <chenyi.qiang@intel.com>Reviewed-by: Cornelia Huck <cohuck@redhat.com>Message-Id: <202
Update linux headers to v6.0-rc4commit 7e18e42e4b280c85b76967a9106a13ca61c16179Signed-off-by: Chenyi Qiang <chenyi.qiang@intel.com>Reviewed-by: Cornelia Huck <cohuck@redhat.com>Message-Id: <20220915091035.3897-3-chenyi.qiang@intel.com>Signed-off-by: Thomas Huth <thuth@redhat.com>
show more ...
hw/i386: pass RNG seed via setup_data entryTiny machines optimized for fast boot time generally don't use EFI,which means a random seed has to be supplied some other way. For thispurpose, Linux (
hw/i386: pass RNG seed via setup_data entryTiny machines optimized for fast boot time generally don't use EFI,which means a random seed has to be supplied some other way. For thispurpose, Linux (≥5.20) supports passing a seed in the setup_data tablewith SETUP_RNG_SEED, specially intended for hypervisors, kexec, andspecialized bootloaders. The linked commit shows the upstream kernelimplementation.At Paolo's request, we don't pass these to versioned machine types ≤7.0.Link: https://git.kernel.org/tip/tip/c/68b8e9713c8Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>Cc: Paolo Bonzini <pbonzini@redhat.com>Cc: Richard Henderson <richard.henderson@linaro.org>Cc: Eduardo Habkost <eduardo@habkost.net>Cc: Peter Maydell <peter.maydell@linaro.org>Cc: Philippe Mathieu-Daudé <f4bug@amsat.org>Cc: Laurent Vivier <laurent@vivier.eu>Reviewed-by: Michael S. Tsirkin <mst@redhat.com>Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>Message-Id: <20220721125636.446842-1-Jason@zx2c4.com>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
linux-headers: Update headers to v5.17-rc1Update headers to 5.17-rc1. I need latest fuse changes.Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>Signed-off-by: Vivek Goyal <vgoyal@redha
linux-headers: Update headers to v5.17-rc1Update headers to 5.17-rc1. I need latest fuse changes.Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>Signed-off-by: Vivek Goyal <vgoyal@redhat.com>Message-Id: <20220208204813.682906-3-vgoyal@redhat.com>Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
linux-headers: UpdateUpdate to mainline commit: 79160a603bdb ("Merge tag 'usb-5.14-rc1' ofgit://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb"Signed-off-by: Bharata B Rao <bharata@linux.ibm
linux-headers: UpdateUpdate to mainline commit: 79160a603bdb ("Merge tag 'usb-5.14-rc1' ofgit://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb"Signed-off-by: Bharata B Rao <bharata@linux.ibm.com>Message-Id: <20210706112440.1449562-2-bharata@linux.ibm.com>Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/i386: Support up to 32768 CPUs without IRQ remappingThe IOAPIC has an 'Extended Destination ID' field in its RTE, which mapsto bits 11-4 of the MSI address. Since those address bits fall wi
target/i386: Support up to 32768 CPUs without IRQ remappingThe IOAPIC has an 'Extended Destination ID' field in its RTE, which mapsto bits 11-4 of the MSI address. Since those address bits fall within agiven 4KiB page they were historically non-trivial to use on real hardware.The Intel IOMMU uses the lowest bit to indicate a remappable format MSI,and then the remaining 7 bits are part of the index.Where the remappable format bit isn't set, we can actually use the otherseven to allow external (IOAPIC and MSI) interrupts to reach up to 32768CPUs instead of just the 255 permitted on bare metal.Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>Message-Id: <78097f9218300e63e751e077a0a5ca029b56ba46.camel@infradead.org>[Fix UBSAN warning. - Paolo]Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Linux headers: updateUpdate against Linux 5.8-rc1.Signed-off-by: Cornelia Huck <cohuck@redhat.com>
linux-headers: UpdateUpdate to mainline commit: d1eef1c61974 ("Linux 5.5-rc2")Signed-off-by: Bharata B Rao <bharata@linux.ibm.com>Message-Id: <20191219031445.8949-2-bharata@linux.ibm.com>Signed
linux-headers: UpdateUpdate to mainline commit: d1eef1c61974 ("Linux 5.5-rc2")Signed-off-by: Bharata B Rao <bharata@linux.ibm.com>Message-Id: <20191219031445.8949-2-bharata@linux.ibm.com>Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
linux headers: update against v5.4-rc1Update the headers against commit:0f1a7b3fac05 ("timer-of: don't use conditional expressionwith mixed 'void' types")Signed-off-by: Eric Auger <eric.auger@r
linux headers: update against v5.4-rc1Update the headers against commit:0f1a7b3fac05 ("timer-of: don't use conditional expressionwith mixed 'void' types")Signed-off-by: Eric Auger <eric.auger@redhat.com>Acked-by: Marc Zyngier <maz@kernel.org>Message-id: 20191003154640.22451-2-eric.auger@redhat.comSigned-off-by: Peter Maydell <peter.maydell@linaro.org>
kvm: i386: halt poll control MSR supportAdd support for halt poll control MSR: save/restore, migrationand new feature name.The purpose of this MSR is to allow the guest to disablehost halt poll
kvm: i386: halt poll control MSR supportAdd support for halt poll control MSR: save/restore, migrationand new feature name.The purpose of this MSR is to allow the guest to disablehost halt poll.Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>Message-Id: <20190603230408.GA7938@amt.cnet>[Do not enable by default, as pointed out by Mark Kanda. - Paolo]Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
i386: import & use bootparam.hit's from v4.20-rc5.CC: Stefano Garzarella <sgarzare@redhat.com>CC: Michael S. Tsirkin <mst@redhat.com>Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>Reviewe
i386: import & use bootparam.hit's from v4.20-rc5.CC: Stefano Garzarella <sgarzare@redhat.com>CC: Michael S. Tsirkin <mst@redhat.com>Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>Reviewed-by: Michael S. Tsirkin <mst@redhat.com>Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
linux-headers: updateUpdate to Linux upstream commit 2ad0d5269970("Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net")Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Update Linux headers to 4.17-rc6Update our copy of the Linux headers to upstream 4.17-rc6(kernel commit 771c577c23bac90597c68).Signed-off-by: Peter Maydell <peter.maydell@linaro.org>Message-Id:
Update Linux headers to 4.17-rc6Update our copy of the Linux headers to upstream 4.17-rc6(kernel commit 771c577c23bac90597c68).Signed-off-by: Peter Maydell <peter.maydell@linaro.org>Message-Id: <20180525132755.21839-6-peter.maydell@linaro.org>Reviewed-by: Michael S. Tsirkin <mst@redhat.com>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/standard-headers: add asm-x86/kvm_para.hImport asm-x86/kvm_para.h from linux where it canbe easily used on Linux and non-Linux platforms.Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
linux-headers: update to 4.15-rc1Update headers against v4.15-rc1.Signed-off-by: Eric Auger <eric.auger@redhat.com>Message-id: 1511883692-11511-4-git-send-email-eric.auger@redhat.comSigned-off-
linux-headers: update to 4.15-rc1Update headers against v4.15-rc1.Signed-off-by: Eric Auger <eric.auger@redhat.com>Message-id: 1511883692-11511-4-git-send-email-eric.auger@redhat.comSigned-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-headers: sync against v4.14-rc1Signed-off-by: Alexey Perevalov <a.perevalov@samsung.com>Message-Id: <1506085187-24259-2-git-send-email-a.perevalov@samsung.com>Signed-off-by: Paolo Bonzini <
linux-headers: sync against v4.14-rc1Signed-off-by: Alexey Perevalov <a.perevalov@samsung.com>Message-Id: <1506085187-24259-2-git-send-email-a.perevalov@samsung.com>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
linux-headers: update to 4.13-rc0commit af3c8d98508d37541d4bf57f13a984a7f73a328c Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxThere is a change pending for v4.13-rc
linux-headers: update to 4.13-rc0commit af3c8d98508d37541d4bf57f13a984a7f73a328c Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxThere is a change pending for v4.13-rc1 in linux-headers/linux/kvm.hI will submit a fixup patch for 2.10 as soon as it hits the kernel.Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
linux-headers: updateUpdate against Linux v4.12-rc1.Also include the new vfio_ccw.h header.Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
update Linux headers to 4.11virtio_mmio.h would be deleted; I am leaving it in though it was amistake to add it.Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>Signed-off-by: Peter Maydell <p
update Linux headers to 4.11virtio_mmio.h would be deleted; I am leaving it in though it was amistake to add it.Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
update Linux headers to 4.6Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
linux-headers: update from kvm/nextSigned-off-by: Paolo Bonzini <pbonzini@redhat.com>
linux-headers: update from kvm/nextlinux-headers/linux/vhost.h is currently out of sync with Linux. Donot touch it in this update.Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-i386: move asm-x86/hyperv.h to standard-headersThe Hyper-V definitions are an industry standard and can be usedfrom code that is not KVM-specific.Reviewed-by: Michael S. Tsirkin <mst@redh
target-i386: move asm-x86/hyperv.h to standard-headersThe Hyper-V definitions are an industry standard and can be usedfrom code that is not KVM-specific.Reviewed-by: Michael S. Tsirkin <mst@redhat.com>Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>