qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-04 09:40:02 to 2024-07-04 22:28:03 UTC [more...]

[PATCH v2 00/10] target/s390x: pc-relative translation
 2024-07-04 22:26 UTC  (2+ messages)

[PATCH v2 0/3] VT-d minor fixes
 2024-07-04 22:13 UTC  (5+ messages)
` [PATCH v2 1/3] intel_iommu: fix FRCD construction macro
` [PATCH v2 2/3] intel_iommu: make types match
` [PATCH v2 3/3] intel_iommu: Bypass barrier wait descriptor

[PATCH 0/2] target/arm: Fix unwind from dc zva and FEAT_MOPS
 2024-07-04 21:48 UTC  (4+ messages)

[PATCH v2 0/7] crypto: Introduce ECDSA algorithm
 2024-07-04 21:32 UTC  (4+ messages)
` [PATCH v2 7/7] crypto: Add test suite for "

[PATCH RFC] virtio-balloon: make it spec compliant
 2024-07-04 21:30 UTC 

[PATCH] hw/ufs: Fix mcq register range determination logic
 2024-07-04 20:54 UTC  (2+ messages)

[PATCH 0/2] Solve vt82c686 qemu_irq leak
 2024-07-04 21:06 UTC  (9+ messages)
` [PATCH 2/2] hw/isa/vt82c686.c: Embed i8259 irq in device state instead of allocating

[Stable-9.0.2 00/22] Patch Round-up for stable 9.0.2, freeze on 2024-07-14
 2024-07-04 21:00 UTC  (23+ messages)
` [Stable-9.0.2 01/22] target/i386: fix size of EBP writeback in gen_enter()
` [Stable-9.0.2 02/22] virtio-net: drop too short packets early
` [Stable-9.0.2 03/22] ui/gtk: Draw guest frame at refresh cycle
` [Stable-9.0.2 04/22] Revert "monitor: use aio_co_reschedule_self()"
` [Stable-9.0.2 05/22] hw/audio/virtio-snd: Always use little endian audio format
` [Stable-9.0.2 06/22] stdvga: fix screen blanking
` [Stable-9.0.2 07/22] accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded
` [Stable-9.0.2 08/22] linux-user: Make TARGET_NR_setgroups affect only the current thread
` [Stable-9.0.2 09/22] target/sparc: use signed denominator in sdiv helper
` [Stable-9.0.2 10/22] tcg/loongarch64: Fix tcg_out_movi vs some pcrel pointers
` [Stable-9.0.2 11/22] migration: Fix file migration with fdset
` [Stable-9.0.2 12/22] tests: Update our CI to use CentOS Stream 9 instead of 8
` [Stable-9.0.2 13/22] i386/cpu: fixup number of addressable IDs for processor cores in the physical package
` [Stable-9.0.2 14/22] target/arm: Fix VCMLA Dd, Dn, Dm[idx]
` [Stable-9.0.2 15/22] target/arm: Fix FJCVTZS vs flush-to-zero
` [Stable-9.0.2 16/22] hw/core: allow parameter=1 for SMP topology on any machine
` [Stable-9.0.2 17/22] tests: add testing of parameter=1 for SMP topology
` [Stable-9.0.2 18/22] qcow2: Don't open data_file with BDRV_O_NO_IO
` [Stable-9.0.2 19/22] iotests/244: Don't store data-file with protocol in image
` [Stable-9.0.2 20/22] iotests/270: Don't store data-file with json: prefix "
` [Stable-9.0.2 21/22] block: Parse filenames only when explicitly requested
` [Stable-9.0.2 22/22] tcg/optimize: Fix TCG_COND_TST* simplification of setcond2

[PATCH 0/3] Resolve vt82c686 and piix4 qemu_irq memory leaks
 2024-07-04 20:58 UTC  (4+ messages)
` [PATCH 1/3] hw/isa/vt82c686: Turn "intr" irq into a named gpio
` [PATCH 2/3] hw/isa/vt82c686: Resolve intermediate IRQ forwarder
` [PATCH 3/3] hw/isa/piix: "

[PATCH v4 00/14] test/tcg: Clang build fixes for arm/aarch64
 2024-07-04 19:55 UTC  (2+ messages)

[PATCH v6 00/10] Support persistent reservation operations
 2024-07-04 19:24 UTC  (12+ messages)
` [PATCH v6 05/10] hw/scsi: add persistent reservation in/out api for scsi device
` [PATCH v6 06/10] block/nvme: add reservation command protocol constants
` [PATCH v6 08/10] hw/nvme: enable ONCS and rescap function
` [PATCH v6 09/10] hw/nvme: add reservation protocal command
` [PATCH v6 10/10] block/iscsi: add persistent reservation in/out driver

[PATCH 00/14] rust: example of bindings code for Rust in QEMU
 2024-07-04 19:26 UTC  (2+ messages)

[PATCH v1 0/2] xen: mapcache: Fix unmapping of first the entry in a bucket
 2024-07-04 18:48 UTC  (9+ messages)
` [PATCH v1 1/2] physmem: Bail out qemu_ram_block_from_host() for invalid ram addrs
` [PATCH v1 2/2] xen: mapcache: Fix unmapping of first entries in buckets

[PATCH v4 00/19] SMMUv3 nested translation support
 2024-07-04 18:37 UTC  (33+ messages)
` [PATCH v4 01/19] hw/arm/smmu-common: Add missing size check for stage-1
` [PATCH v4 02/19] hw/arm/smmu: Fix IPA for stage-2 events
` [PATCH v4 03/19] hw/arm/smmuv3: Fix encoding of CLASS in events
` [PATCH v4 07/19] hw/arm/smmu: Introduce CACHED_ENTRY_TO_ADDR
` [PATCH v4 08/19] hw/arm/smmuv3: Translate CD and TT using stage-2 table
` [PATCH v4 09/19] hw/arm/smmu-common: Rework TLB lookup for nesting
` [PATCH v4 10/19] hw/arm/smmu-common: Add support for nested TLB
` [PATCH v4 11/19] hw/arm/smmu-common: Support nested translation
` [PATCH v4 12/19] hw/arm/smmu: Support nesting in smmuv3_range_inval()
` [PATCH v4 13/19] hw/arm/smmu: Introduce smmu_iotlb_inv_asid_vmid
` [PATCH v4 14/19] hw/arm/smmu: Support nesting in the rest of commands
` [PATCH v4 15/19] hw/arm/smmuv3: Support nested SMMUs in smmuv3_notify_iova()
` [PATCH v4 16/19] hw/arm/smmuv3: Handle translation faults according to SMMUPTWEventInfo
` [PATCH v4 17/19] hw/arm/smmuv3: Support and advertise nesting
` [PATCH v4 18/19] hw/arm/smmuv3: Advertise S2FWB
` [PATCH v4 19/19] hw/arm/smmu: Refactor SMMU OAS

[PATCH 0/2] target/arm: Always build Aarch64 gdbstub helpers
 2024-07-04 18:24 UTC  (6+ messages)

[PULL 00/16] meson, i386 changes for 2024-07-04
 2024-07-04 18:16 UTC  (18+ messages)
` [PULL 01/16] meson: move shared_module() calls where modules are already walked
` [PULL 02/16] meson: move block.syms dependency out of libblock
` [PULL 03/16] meson: merge plugin_ldflags into emulator_link_args
` [PULL 04/16] meson: Pass objects and dependencies to declare_dependency()
` [PULL 05/16] Revert "meson: Propagate gnutls dependency"
` [PULL 06/16] meson: Drop the .fa library suffix
` [PULL 07/16] target/i386: pass X86CPU to x86_cpu_get_supported_feature_word
` [PULL 08/16] target/i386: drop AMD machine check bits from Intel CPUID
` [PULL 09/16] target/i386: SEV: fix formatting of CPUID mismatch message
` [PULL 10/16] target/i386: do not include undefined bits in the AMD topoext leaf
` [PULL 11/16] i386/sev: Fix error message in sev_get_capabilities()
` [PULL 12/16] i386/sev: Fallback to the default SEV device if none provided "
` [PULL 13/16] target/i386: add avx-vnni-int16 feature
` [PULL 14/16] char-stdio: Restore blocking mode of stdout on exit
` [PULL 15/16] target/i386: add support for masking CPUID features in confidential guests
` [PULL 16/16] target/i386/SEV: implement mask_cpuid_features

[PATCH v3] memory tier: consolidate the initialization of memory tiers
 2024-07-04 17:10 UTC  (2+ messages)

[PATCH v2 0/1] memory tier: consolidate the initialization of memory tiers
 2024-07-04 17:09 UTC  (7+ messages)
` [PATCH v2 1/1] "

[PATCH v4 0/7] plugins: access values during a memory read/write
 2024-07-04 16:30 UTC  (7+ messages)
` [PATCH v4 3/7] plugins: extend API to get latest memory value accessed
` [PATCH v4 5/7] tests/tcg: allow to check output of plugins
` [PATCH v4 6/7] tests/plugin/mem: add option to print memory accesses

[PULL v3 00/85] virtio: features,fixes
 2024-07-04 16:13 UTC  (5+ messages)
` [PULL v3 58/85] hw/i386/fw_cfg: Add etc/e820 to fw_cfg late

[PATCH v1] target/i386: kvm: Block migration when enfore_cpuid is set to false
 2024-07-04 15:59 UTC  (4+ messages)

[Stable-8.2.6 00/18] Patch Round-up for stable 8.2.6, freeze on 2024-07-14
 2024-07-04 15:52 UTC  (19+ messages)
` [Stable-8.2.6 01/18] target/i386: fix size of EBP writeback in gen_enter()
` [Stable-8.2.6 02/18] virtio-net: drop too short packets early
` [Stable-8.2.6 03/18] ui/gtk: Draw guest frame at refresh cycle
` [Stable-8.2.6 04/18] hw/audio/virtio-snd: Always use little endian audio format
` [Stable-8.2.6 05/18] stdvga: fix screen blanking
` [Stable-8.2.6 06/18] accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded
` [Stable-8.2.6 07/18] linux-user: Make TARGET_NR_setgroups affect only the current thread
` [Stable-8.2.6 08/18] target/sparc: use signed denominator in sdiv helper
` [Stable-8.2.6 09/18] tcg/loongarch64: Fix tcg_out_movi vs some pcrel pointers
` [Stable-8.2.6 10/18] migration: Fix file migration with fdset
` [Stable-8.2.6 11/18] tests: Update our CI to use CentOS Stream 9 instead of 8
` [Stable-8.2.6 12/18] i386/cpu: fixup number of addressable IDs for processor cores in the physical package
` [Stable-8.2.6 13/18] target/arm: Fix VCMLA Dd, Dn, Dm[idx]
` [Stable-8.2.6 14/18] target/arm: Fix FJCVTZS vs flush-to-zero
` [Stable-8.2.6 15/18] qcow2: Don't open data_file with BDRV_O_NO_IO
` [Stable-8.2.6 16/18] iotests/244: Don't store data-file with protocol in image
` [Stable-8.2.6 17/18] iotests/270: Don't store data-file with json: prefix "
` [Stable-8.2.6 18/18] block: Parse filenames only when explicitly requested

[PULL 00/76] Misc patches for 2024-06-18
 2024-07-04 15:54 UTC  (5+ messages)

[PATCH v3 0/4] Implement using Intel QAT to offload ZLIB
 2024-07-04 15:36 UTC  (4+ messages)

[PATCH] target/arm: Use cpu_env in cpu_untagged_addr
 2024-07-04 15:14 UTC  (2+ messages)

[PATCH v2] hw/misc/bcm2835_thermal: Fix access size handling in bcm2835_thermal_ops
 2024-07-04 15:14 UTC  (2+ messages)

[PATCH v3] hw/char/pl011: Avoid division-by-zero in pl011_get_baudrate()
 2024-07-04 15:12 UTC  (3+ messages)

[PATCH v1 0/8] PRI support for VT-d
 2024-07-04 14:53 UTC  (3+ messages)

[PATCH] hw/timer/hpet: Fix wrong HPET interrupts
 2024-07-04 14:49 UTC  (4+ messages)
` [PING][PATCH] "

[PATCH v1 0/3] VT-d minor fixes
 2024-07-04 14:48 UTC  (4+ messages)
` [PATCH v1 1/3] intel_iommu: fix FRCD construction macro
` [PATCH v1 2/3] intel_iommu: make types match
` [PATCH v1 3/3] intel_iommu: Bypass barrier wait descriptor

[PATCH v4 00/14] riscv: QEMU RISC-V IOMMU Support
 2024-07-04 14:20 UTC  (3+ messages)
` [PATCH v4 03/14] hw/riscv: add RISC-V IOMMU base emulation

[Stable-7.2.13 00/17] Patch Round-up for stable 7.2.13, freeze on 2024-07-14
 2024-07-04 12:48 UTC  (18+ messages)
` [Stable-7.2.13 01/17] target/i386: fix size of EBP writeback in gen_enter()
` [Stable-7.2.13 02/17] virtio-net: drop too short packets early
` [Stable-7.2.13 03/17] stdvga: fix screen blanking
` [Stable-7.2.13 04/17] linux-user: Make TARGET_NR_setgroups affect only the current thread
` [Stable-7.2.13 05/17] tcg/loongarch64: Fix tcg_out_movi vs some pcrel pointers
` [Stable-7.2.13 06/17] gitlab-ci.d/buildtest: Merge the --without-default-* jobs
` [Stable-7.2.13 07/17] Update lcitool and fedora to 37
` [Stable-7.2.13 08/17] ci, docker: update CentOS and OpenSUSE Python to non-EOL versions
` [Stable-7.2.13 09/17] tests: Update our CI to use CentOS Stream 9 instead of 8
` [Stable-7.2.13 10/17] tests: don't run benchmarks for the tsan build
` [Stable-7.2.13 11/17] gitlab-ci: Disable the riscv64-debian-cross-container by default
` [Stable-7.2.13 12/17] i386/cpu: fixup number of addressable IDs for processor cores in the physical package
` [Stable-7.2.13 13/17] target/arm: Fix VCMLA Dd, Dn, Dm[idx]
` [Stable-7.2.13 14/17] qcow2: Don't open data_file with BDRV_O_NO_IO
` [Stable-7.2.13 15/17] iotests/244: Don't store data-file with protocol in image
` [Stable-7.2.13 16/17] iotests/270: Don't store data-file with json: prefix "
` [Stable-7.2.13 17/17] block: Parse filenames only when explicitly requested

[PATCH v2 0/4] net: update netdev stream/dgram man page
 2024-07-04 12:48 UTC  (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] net: update netdev stream man page with unix socket
` [PATCH v2 3/4] net: update netdev dgram "
` [PATCH v2 4/4] net: update netdev stream man page with the reconnect parameter

[RFC PATCH] hw/core: ensure kernel_end never gets used undefined
 2024-07-04 12:49 UTC 

[PATCH ats_vtd v5 00/22] ATS support for VT-d
 2024-07-04 12:52 UTC  (5+ messages)
` [PATCH ats_vtd v5 19/22] memory: add an API for ATS support

[PATCH] target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 values
 2024-07-04 12:47 UTC  (2+ messages)

[PATCH 00/43] Remaining MMU clean up patches
 2024-07-04 12:34 UTC  (4+ messages)
` [PATCH 11/43] target/ppc/mmu_common.c: Remove pte_update_flags()

[PATCH RFC V3 00/29] Support of Virtual CPU Hotplug for ARMv8 Arch
 2024-07-04 12:27 UTC  (10+ messages)
` [PATCH RFC V3 08/29] arm/virt: Init PMU at host for all possible vcpus
` [PATCH RFC V3 13/29] arm/virt: Make ARM vCPU *present* status ACPI *persistent*
` [PATCH RFC V3 25/29] target/arm/kvm: Write CPU state back to KVM on reset

[RFC PATCH v4 0/7] Add Rust support, implement ARM PL011
 2024-07-04 12:15 UTC  (8+ messages)
` [RFC PATCH v4 1/7] build-sys: Add rust feature option
` [RFC PATCH v4 2/7] rust: add bindgen step as a meson dependency
` [RFC PATCH v4 3/7] rust: add crate to expose bindings and interfaces
` [RFC PATCH v4 4/7] rust: add PL011 device model
` [RFC PATCH v4 5/7] .gitattributes: add Rust diff and merge attributes
` [RFC PATCH v4 6/7] DO NOT MERGE: add rustdoc build for gitlab pages
` [RFC PATCH v4 7/7] DO NOT MERGE: replace TYPE_PL011 with x-pl011-rust in arm virt machine

[PATCH v2 00/15] Fix check-qtest-ppc64 sanitizer errors
 2024-07-04 12:15 UTC  (13+ messages)
` [PATCH v2 06/15] ppc/vof: Fix unaligned FDT property access
` [PATCH v2 13/15] tests/qtest: Delete previous boot file

[PULL 00/12] qtest, s390x, avocado and doc patches
 2024-07-04 11:48 UTC  (4+ messages)
` [PULL 02/12] tests/qtest/migration-test: enable on s390x with TCG

[PATCH V13 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-07-04 11:43 UTC  (4+ messages)
` [PATCH V13 3/8] hw/acpi: Update ACPI GED framework "

[PULL 0/4] Block layer patches (CVE-2024-4467)
 2024-07-04 11:34 UTC  (5+ messages)
` [PULL 4/4] block: Parse filenames only when explicitly requested

[PATCH v2 0/4] Add support for Zhaoxin Yongfeng CPU model and other improvements
 2024-07-04 11:25 UTC  (5+ messages)
` [PATCH v2 1/4] target/i386: Add support for Zhaoxin CPU vendor identification
` [PATCH v2 2/4] target/i386: Add CPUID leaf 0xC000_0001 EDX definitions
` [PATCH v2 3/4] target/i386: Introduce Zhaoxin Yongfeng CPU model
` [PATCH v2 4/4] target/i386: Update CMPLegacy handling for Zhaoxin CPUs

[PATCH v7] virtio-net: Fix network stall at the host side waiting for kick
 2024-07-04 11:23 UTC  (8+ messages)

[PATCH] i386/cpu: Drop the check of phys_bits in host_cpu_realizefn()
 2024-07-04 11:12 UTC 

[PATCH] spapr: Migrate ail-mode-3 spapr cap
 2024-07-04 11:08 UTC  (4+ messages)

[PATCH] hw/loongarch/boot.c: fix out-of-bound reading
 2024-07-04 11:07 UTC  (2+ messages)

[PATCH 0/2] system/vl.c: parse all '-accel' opts
 2024-07-04 11:01 UTC  (5+ messages)
` [PATCH 2/2] system/vl.c: parse all -accel options

[PATCH 0/3] plugins: Few debugging cleanups
 2024-07-04 10:13 UTC  (2+ messages)

[PATCH] i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INIT
 2024-07-04  9:53 UTC  (6+ messages)

[PATCH] MAINTAINERS: add Stefano Garzarella as vhost/vhost-user reviewer
 2024-07-04  9:49 UTC  (2+ messages)

[PATCH 0/4] trivial: Fix superfluous trailing semicolon
 2024-07-04  9:48 UTC  (7+ messages)
` [PATCH 1/4] accel/kvm/kvm-all: "
` [PATCH 3/4] util/oslib-posix: "
` [PATCH 4/4] target/hexagon/imported/mmvec: "


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).