Commit Graph

4 Commits

Author SHA1 Message Date
Martin Jansa
c01273e001 metadata: add whitespace around assignments
With:
https://lists.openembedded.org/g/bitbake-devel/message/17508
there are many WARNINGs from this layer will cover src_uri.inc files
in next commit.

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-04-03 17:56:53 +00:00
Bruce Ashfield
8767e5bc8e kvmtool: update -tip
Bumping kvmtool to latest, which comprises the following commits:

    e48563f riscv: Add Ssnpm extension support
    4489348 riscv: Add Smnpm extension support
    521b1b6 riscv: Add Svadu extension support
    f8ed032 riscv: Add Svade extension support
    6656791 Add __KERNEL_DIV_ROUND_UP() macro
    4b2cc06 Sync-up headers with Linux-6.13 kernel
    4c4191b Do not a print a warning on failing host<->guest address translation
    6e0b718 Propagate the error code from any VCPU thread
    6d754d0 Reset all VCPUs before any entering run loops

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-03-25 03:24:05 +00:00
Bruce Ashfield
fecf4062b3 kvmtool: update -tip
Bumping kvmtool to latest, which comprises the following commits:

    6d754d0 Reset all VCPUs before any entering run loops
    9b26a8e arm64: Increase the payload memory region size to 512MB
    32345de arm64: Use the kernel header image_size when loading into memory
    ca57fb6 arm: Check return value for host_to_guest_flat()
    167aa1e arm: Fix off-by-one errors when computing payload memory layout
    2be69d9 builtin-run: Allow octal and hex numbers for -m/--mem
    574bd7b riscv: Pass correct size to snprintf()
    3040b29 riscv: Add Zimop extension support
    1f0e5ba riscv: Add Zcmop extension support
    9f50870 riscv: Add Zcf extension support
    80d2e0c riscv: Add Zcd extension support
    78bafd5 riscv: Add Zcb extension support
    4b8b352 riscv: Add Zca extension support
    c7a4bd9 riscv: Add Zawrs extension support
    b862ed4 Sync-up headers with Linux-6.11 kernel
    b48735e disk/core: Fix memory leakage in open all disks
    100fade riscv: Correct number of hart bits
    027784f riscv: Set SBI_SUCCESS on successful DBCN call
    fa958fb riscv: Add Sscofpmf extensiona support
    0117153 Sync-up headers with Linux-6.10 kernel
    0592f8f remove wordsize.h inclusion (for musl compatibility)
    ca31abf arm64: Allow the user to select the max SVE vector length
    32f8103 riscv: Add Zacas extensiona support
    a20adc6 riscv: Add Ztso extensiona support
    85aaadf Sync-up headers with Linux-6.9 kernel
    da4cfc3 x86: Fix some memory sizes when setting up bios
    d38c8f7 riscv: Allow disabling SBI STA extension for Guest
    9cf213d riscv: Add Zfa extensiona support
    5a64c1e riscv: Add Zvfh[min] extensions support
    fce2865 riscv: Add Zihintntl extension support
    bd7f13c riscv: Add Zfh[min] extensions support
    65b58f7 riscv: Add vector crypto extensions support
    d9052a9 riscv: Add scalar crypto extensions support
    8b4cc70 riscv: Add Zbc extension support
    f8c9614 kvmtool: Fix absence of __packed definition
    9968468 Sync-up headers with Linux-6.8 for KVM RISC-V
    4d2c017 Fix 9pfs open device file security flaw

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-01-17 19:17:09 +00:00
Bruce Ashfield
21204daacb kvmtool: update -tip
Bumping kvmtool to latest, which comprises the following commits:

    4d2c017 Fix 9pfs open device file security flaw
    e73a6b2 x86: Enable in-kernel irqchip before creating PIT
    f6cc06d riscv: Fix guest poweroff when using PLIC emulation
    4ddaa42 riscv: Handle SBI DBCN calls from Guest/VM
    ef89838 riscv: Set mmu-type DT property based on satp_mode ONE_REG interface
    8cd71ca riscv: Add Zicond extension support
    8d02d5a riscv: Add Smstateen extension support
    3436684 riscv: Add Zicsr and Zifencei extension support
    6676856 riscv: Add Zicntr and Zihpm extension support
    6331850 riscv: Add Zba and Zbs extension support
    7887b39 riscv: Make CPU_ISA_MAX_LEN depend upon isa_info_arr array size
    fcb0767 riscv: Improve warning in generate_cpu_nodes()
    92ef2dc Sync kernel headers with v6.7 to enable additional Risc-V extensions
    095773e riscv: Fix guest/init linkage for multilib toolchain
    328f087 riscv: Use AIA in-kernel irqchip whenever KVM RISC-V supports
    17aab30 riscv: Add IRQFD support for in-kernel AIA irqchip
    0dff350 riscv: Make irqchip support pluggable
    56e2d67 riscv: Add Svnapot extension support
    26c8589 Sync-up header with Linux-6.6 for KVM RISC-V
    74af145 virtio: Cancel and join threads when exiting devices devices
    9cb1b46 pci: Deregister KVM_PCI_CFG_AREA on pci__exit
    d560235 virtio/pci: Use consistent naming for the PCI ISR bit flags
    2921448 virtio/pci: Treat PCI ISR as a set of bit flags
    353fa0d virtio/pci: Level-trigger the legacy IRQ line in all cases
    c7b7a54 builtin-run: Document mode=none for -n/--network
    4498eb7 Revert "virtio-net: Don't print the compat warning for the default device"
    106e2ea riscv: Fix guest RAM alloc size computation for RV32
    8659200 riscv: Add Ssaia extension support
    8f1e47c riscv: Add Zicboz extension support
    8c1584e riscv: Add zbb extension support
    b346fab riscv: Sort the ISA extension array alphabetically
    a416fdc riscv: Allow disabling SBI extensions for Guest
    9e9cfde riscv: Allow setting custom mvendorid, marchid, and mimpid
    be98682 Sync-up headers with Linux-6.4
    d834369 kvm tools: Add __DECLARE_FLEX_ARRAY() in include/linux/stddef.h
    15757e8 virtio-net: Don't print the compat warning for the default device
    63643b1 Apply scaling down the calculated guest ram size to the number of pages
    834e5ed Factor out getting the number of physical memory host pages
    b6bae72 Factor out getting the host page size
    bd4ba57 Add --loglevel argument for the run command
    fc184a6 util: Use __pr_debug() instead of pr_info() to print debug messages
    72e1394 Replace printf/fprintf with pr_* macros
    2cc4929 util: Make pr_err() return void
    0b5e55f vfio/pci: Clarify the MSI states
    3a36d34 vfio/pci: Initialize MSI vectors unmasked
    3b1cdcf virtio/vhost: Clear VIRTIO_F_ACCESS_PLATFORM
    46aaf3b virtio/vhost: Support line interrupt signaling
    d30d948 Factor epoll thread
    3a70ab1 virtio/net: Warn about enabling multiqueue with vhost
    33e026a virtio: Fix messages about missing Linux config
    13534ee virtio: Document how to test the devices
    53171d5 virtio/net: Fix feature selection
    cf8358d virtio/vsock: Fix feature selection
    13ea439 virtio/scsi: Fix feature selection
    b8420e8 virtio/scsi: Initialize max_target
    7bc3b5d disk/core: Fix segfault on exit with SCSI
    145a86f virtio/scsi: Fix and simplify command-line
    13e7d62 virtio/scsi: Move VHOST_SCSI_SET_ENDPOINT to device start
    029cd2b virtio/vhost: Factor notify_vq_gsi()
    676c0c8 virtio/vhost: Factor notify_vq_eventfd()
    745221e virtio/vhost: Factor vring operation
    f84ab9e virtio: Factor vhost initialization
    5311413 virtio/rng: Fix build warning from min()
    426e875 arm/kvm-cpu: Fix new build warning
    8f6cabb Makefile: Refine -s handling in the make parameters
    b17552e virtio: sanitise virtio endian wrappers
    c1eecc6 option parsing: fix type of empty .argh parameter
    bc23b9d virtio/rng: return at least one byte of entropy
    62ba372 virtio/rng: switch to using /dev/urandom
    77b108c arm: Do not add padding alignment for hugetlbfs backed memory
    9b46ebc Add virtio-transport option and deprecate force-pci and virtio-legacy.
    2f030d2 riscv: Move serial and rtc from IO port space to MMIO area.
    e17d182 riscv: Add --disable-<xyz> options to allow user disable extensions
    798398f riscv: Add Zicbom extension support
    b721ac0 riscv: Move reg encoding helpers to kvm-cpu-arch.h
    23a8ed9 riscv: Add zihintpause extension support
    ac16e94 riscv: Add Svinval extension support
    76dfc0c Update UAPI headers based on Linux-6.1-rc1
    5a9cde6 hw/i8042: Fix value uninitialized in kbd_io()
    78771e7 pci: Disable writes to Status register
    717a3ab virtio-net: Fix vq->use_event_idx flag check
    ed805be riscv: Fix serial0 alias path
    3c07aea riscv: Add Sstc extension support
    2b4fe0f riscv: Add Svpbmt extension support
    8aff29e riscv: Append ISA extensions to the device tree
    8d0face Update UAPI headers based on Linux-6.0-rc1
    9987a37 net: Use vfork() instead of fork() for script execution
    336751f Makefile: Introduce LIBFDT_DIR to specify libfdt location

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:20 +00:00