qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-03 16:17:19 to 2024-09-04 12:45:40 UTC [more...]

[PULL 00/34] Migration patches for 2024-09-04
 2024-09-04 12:44 UTC  (3+ messages)
` [PULL 01/34] migration: delete unused parameter mis
` [PULL 22/34] migration/multifd: Don't send ram data during SYNC

[PATCH v2] kvm: refactor core virtual machine creation into its own function
 2024-09-04 12:34 UTC  (2+ messages)

[PATCH] kvm/i386: replace identity_base variable with a constant
 2024-09-04 12:32 UTC 

[PATCH 0/2] kvm/i386: Some code refactoring and cleanups for kvm_arch_init
 2024-09-04 12:31 UTC  (2+ messages)

[PATCH v6] kvm: replace fprintf with error_report()/printf() in kvm_init()
 2024-09-04 12:22 UTC  (2+ messages)

[PATCH v2] kvm/i386: fix return values of is_host_cpu_intel()
 2024-09-04 12:19 UTC  (2+ messages)

[PATCH v3] kvm/i386: make kvm_filter_msr() and related definitions private to kvm module
 2024-09-04 12:18 UTC  (2+ messages)

[PATCH v2 00/19] qapi: Reduce use of 'prefix'
 2024-09-04 12:18 UTC  (22+ messages)
` [PATCH v2 01/19] qapi: Smarter camel_to_upper() to reduce need for 'prefix'
` [PATCH v2 02/19] tests/qapi-schema: Drop temporary 'prefix'
` [PATCH v2 03/19] qapi/block-core: "
` [PATCH v2 04/19] qapi/common: "
` [PATCH v2 05/19] qapi/crypto: "
` [PATCH v2 06/19] qapi/ebpf: "
` [PATCH v2 07/19] qapi/machine: "
` [PATCH v2 08/19] qapi/ui: "
` [PATCH v2 09/19] qapi/machine: Rename CpuS390* to S390Cpu*, and drop 'prefix'
` [PATCH v2 10/19] qapi/crypto: Drop unwanted 'prefix'
` [PATCH v2 11/19] qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
` [PATCH v2 12/19] qapi/crypto: Rename QCryptoCipherAlgorithm "
` [PATCH v2 13/19] qapi/crypto: Rename QCryptoIVGenAlgorithm "
` [PATCH v2 14/19] qapi/crypto: Rename QCryptoAkCipherAlgorithm "
` [PATCH v2 15/19] qapi/crypto: Rename QCryptoRSAPaddingAlgorithm "
` [PATCH v2 16/19] qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo
` [PATCH v2 17/19] qapi/cryptodev: Drop unwanted 'prefix'
` [PATCH v2 18/19] qapi/cryptodev: Rename QCryptodevBackendAlgType to *Algo, and drop prefix
` [PATCH v2 19/19] qapi/vfio: Rename VfioMigrationState to Qapi*, "

Are floating-point exceptions usable on AArch64?
 2024-09-04 12:18 UTC  (2+ messages)

[PATCH RESEND v9 0/9] Add Rust build support, ARM PL011 device impl
 2024-09-04 11:32 UTC  (10+ messages)
` [PATCH RESEND v9 3/9] configure, meson: detect Rust toolchain
` [PATCH RESEND v9 7/9] rust: add crate to expose bindings and interfaces
` [PATCH RESEND v9 9/9] rust: add PL011 device model

[PATCH] chardev: introduce 'reconnect-ms' and deprecate 'reconnect'
 2024-09-04 11:21 UTC  (3+ messages)

[RFC PATCH v2 0/5] vhost-user: Add SHMEM_MAP/UNMAP requests
 2024-09-04 11:20 UTC  (10+ messages)
` [RFC PATCH v2 1/5] vhost-user: Add VIRTIO Shared Memory map request
` [RFC PATCH v2 2/5] vhost_user: Add frontend command for shmem config
` [RFC PATCH v2 3/5] vhost-user-dev: Add cache BAR

[PATCH v3] escc: convert Sun mouse to use QemuInputHandler
 2024-09-04 11:19 UTC  (3+ messages)

[PATCH v3 0/4] virtio-mem: Implement support for suspend+wake-up with plugged memory
 2024-09-04 10:37 UTC  (5+ messages)
` [PATCH v3 1/4] reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()
` [PATCH v3 2/4] reset: Add RESET_TYPE_WAKEUP
` [PATCH v3 3/4] virtio-mem: Use new Resettable framework instead of LegacyReset
` [PATCH v3 4/4] virtio-mem: Add support for suspend+wake-up with plugged memory

[PULL 00/42] Introduce new functional test framework
 2024-09-04 10:39 UTC  (43+ messages)
` [PULL 01/42] tests/avocado: machine aarch64: standardize location and RO access
` [PULL 02/42] tests/avocado/boot_xen.py: fetch kernel during test setUp()
` [PULL 03/42] tests/avocado/machine_aarch64_sbsaref.py: allow for rw usage of image
` [PULL 04/42] Bump avocado to 103.0
` [PULL 05/42] tests/avocado/avocado_qemu: Fix the "from" statements in linuxtest.py
` [PULL 06/42] tests/avocado/boot_linux_console: Remove the s390x subtest
` [PULL 07/42] python: Install pycotap in our venv if necessary
` [PULL 08/42] tests/functional: Add base classes for the upcoming pytest-based tests
` [PULL 09/42] tests/functional: Set up logging
` [PULL 10/42] tests/Makefile.include: Increase the level of indentation in the help text
` [PULL 11/42] tests/functional: Prepare the meson build system for the functional tests
` [PULL 12/42] tests/functional: Convert simple avocado tests into standalone python tests
` [PULL 13/42] tests/functional: Convert avocado tests that just need a small adjustment
` [PULL 14/42] tests/functional: add a module for handling asset download & caching
` [PULL 15/42] tests/functional: enable pre-emptive caching of assets
` [PULL 16/42] tests/functional: Allow asset downloading with concurrent threads
` [PULL 17/42] tests/functional: Convert some tests that download files via fetch_asset()
` [PULL 18/42] tests/functional: Add a function for extracting files from an archive
` [PULL 19/42] tests/functional: Convert some avocado tests that needed avocado.utils.archive
` [PULL 20/42] tests/functional: Convert the s390x avocado tests into standalone tests
` [PULL 21/42] tests/functional: Convert the x86_cpu_model_versions test
` [PULL 22/42] tests/functional: Convert the microblaze avocado tests into standalone tests
` [PULL 23/42] tests/functional: Convert the virtio_gpu avocado test into a standalone test
` [PULL 24/42] tests/functional: Convert most ppc avocado tests into standalone tests
` [PULL 25/42] tests/functional: Convert the ppc_amiga avocado test into a standalone test
` [PULL 26/42] tests/functional: Convert the ppc_hv "
` [PULL 27/42] tests/functional: Convert the m68k nextcube test with tesseract
` [PULL 28/42] tests/functional: Convert the acpi-bits test into a standalone test
` [PULL 29/42] tests/functional: Convert the rx_gdbsim avocado "
` [PULL 30/42] tests/functional: Convert the linux_initrd "
` [PULL 31/42] tests/functional: Convert ARM Integrator/CP avocado tests
` [PULL 32/42] tests/functional: Convert Aarch64 SBSA-Ref "
` [PULL 33/42] tests/functional: Convert Aarch64 Virt machine "
` [PULL 34/42] tests/functional: Convert mips64el Fuloong2e avocado test (1/2)
` [PULL 35/42] tests/functional: Add QemuUserTest class
` [PULL 36/42] tests/functional: Convert ARM bFLT linux-user avocado test
` [PULL 37/42] tests/avocado: Remove unused QemuUserTest class
` [PULL 38/42] gitlab-ci: Add "check-functional" to the build tests
` [PULL 39/42] docs/devel: Split testing docs from the build docs and move to separate folder
` [PULL 40/42] docs/devel/testing: Split the Avocado documentation into a separate file
` [PULL 41/42] docs/devel/testing: Rename avocado_qemu.Test class
` [PULL 42/42] docs/devel/testing: Add documentation for functional tests

[PATCH] adb-mouse: convert to use QemuInputHandler
 2024-09-04 10:40 UTC 

[PULL 0/2] Hppa v9.1 fixes patches
 2024-09-04 10:14 UTC  (3+ messages)
` [PULL 1/2] target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64
` [PULL 2/2] target/hppa: Fix random 32-bit linux-user crashes

[PATCH for-9.2 00/53] arm: Drop deprecated boards
 2024-09-04 10:11 UTC  (40+ messages)
` [PATCH for-9.2 01/53] hw/arm: Remove deprecated akita, borzoi, spitz, terrier, tosa boards
` [PATCH for-9.2 02/53] hw/input: Drop ADS7846 device
` [PATCH for-9.2 09/53] hw/arm: Remove 'connex' and 'verdex' machines
` [PATCH for-9.2 15/53] hw/arm: Remove pxa2xx.c
` [PATCH for-9.2 16/53] hw/sd: Remove pxa2xx_mmci.c
` [PATCH for-9.2 19/53] hw/dma: Remove pxa2xx_dma
` [PATCH for-9.2 25/53] hw/arm: Remove 'n800' and 'n810' machines
` [PATCH for-9.2 26/53] hw/misc: Remove cbus
` [PATCH for-9.2 27/53] hw/display: Remove Blizzard display device
` [PATCH for-9.2 28/53] hw/input: Remove tsc2005 touchscreen controller
` [PATCH for-9.2 29/53] hw/input: Remove tsc210x device
` [PATCH for-9.2 30/53] hw/rtc: Remove twl92230 device
` [PATCH for-9.2 31/53] hw/input: Remove lm832x device
` [PATCH for-9.2 32/53] hw/block: Remove OneNAND device
` [PATCH for-9.2 33/53] hw/usb: Remove tusb6010 USB controller
` [PATCH for-9.2 34/53] hw/usb: Remove MUSB USB host controller
` [PATCH for-9.2 36/53] docs: Document removal of old Arm boards
` [PATCH for-9.2 41/53] hw/sd: Remove omap2_mmc device

[PATCH 0/5] Interrupt Remap support for emulated amd viommu
 2024-09-04 10:02 UTC  (6+ messages)
` [PATCH 1/5] amd_iommu: Rename variable mmio to mr_mmio
` [PATCH 2/5] amd_iommu: Add support for pass though mode
` [PATCH 3/5] amd_iommu: Use shared memory region for Interrupt Remapping
` [PATCH 4/5] amd_iommu: Send notification when invaldate interrupt entry cache
` [PATCH 5/5] amd_iommu: Check APIC ID > 255 for XTSup

[PATCH v5 00/44] Convert avocado tests to normal Python unittests
 2024-09-04  9:08 UTC  (3+ messages)
` [PATCH v5 17/44] tests/functional: Convert some tests that download files via fetch_asset()

[PATCH v3 00/11] support I2C for AST2700
 2024-09-04  9:01 UTC  (6+ messages)
` [SPAM] "

[PATCH 0/2] crypto: misc pbkdf fixes for testing & algorithm compat
 2024-09-04  9:00 UTC  (4+ messages)
` [PATCH 2/2] tests/unit: always build the pbkdf crypto unit test

[PATCH] meson: add 'qemuutil' dependency for block.c
 2024-09-04  8:27 UTC  (3+ messages)

[PATCH] tests/qtest/meson.build: Add more CONFIG switches checks for the x86 tests
 2024-09-04  8:21 UTC 

[PATCH 00/11 v2] RISC-V: support CLIC v0.9 specification
 2024-09-04  7:57 UTC  (2+ messages)

[PATCH] tests/functional/test_vnc: Reduce raciness in find_free_ports()
 2024-09-04  7:13 UTC  (4+ messages)

[PATCH v2 00/11] s390: Convert virtio-ccw, cpu to three-phase reset, and followup cleanup
 2024-09-04  6:21 UTC  (3+ messages)
` [PATCH v2 01/11] hw/s390/ccw-device: Convert to three-phase reset

[PATCH v4 0/2] target/loongarch: Add loongson binary translation feature
 2024-09-04  6:18 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] target/loongarch: Implement lbt registers save/restore function

[PATCH v3 0/2] RISC-V: Add preliminary textra trigger CSR functions
 2024-09-04  2:15 UTC  (5+ messages)
` [PATCH v3 2/2] target/riscv: Add textra matching condition for the triggers

[PATCH -next] fw_cfg: Constify struct kobj_type
 2024-09-04  1:17 UTC 

[PATCH 1/1] target/riscv/cpu.c: Add 'fcsr' register to QEMU log as a part of F extension
 2024-09-04  0:23 UTC  (4+ messages)

[PATCH 0/5] Introduce svukte ISA extension
 2024-09-04  0:07 UTC  (6+ messages)
` [PATCH 1/5] target/riscv: Add svukte extension capability variable
` [PATCH 4/5] target/riscv: Check memory access to meet svuket rule

[PATCH v2] escc: convert Sun mouse to use QemuInputHandler
 2024-09-03 22:21 UTC  (3+ messages)

[PATCH] hw/arm/omap1: Remove unused omap_uwire_attach() method
 2024-09-03 21:53 UTC 

[PATCH v7 00/12] riscv: QEMU RISC-V IOMMU Support
 2024-09-03 20:59 UTC  (15+ messages)
` [PATCH v7 01/12] exec/memtxattr: add process identifier to the transaction attributes
` [PATCH v7 02/12] hw/riscv: add riscv-iommu-bits.h
` [PATCH v7 03/12] hw/riscv: add RISC-V IOMMU base emulation
` [PATCH v7 04/12] pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU device
` [PATCH v7 05/12] hw/riscv: add riscv-iommu-pci reference device
` [PATCH v7 06/12] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
` [PATCH v7 07/12] test/qtest: add riscv-iommu-pci tests
` [PATCH v7 08/12] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
` [PATCH v7 09/12] hw/riscv/riscv-iommu: add ATS support
` [PATCH v7 10/12] hw/riscv/riscv-iommu: add DBG support
` [PATCH v7 11/12] qtest/riscv-iommu-test: add init queues test
` [PATCH v7 12/12] docs/specs: add riscv-iommu

[PATCH 0/2] hw/sd: Remove a pair of legacy methods
 2024-09-03 20:49 UTC  (5+ messages)
` [PATCH 1/2] hw/sd: Remove legacy sd_set_cb()
` [PATCH 2/2] hw/sd: Remove legacy sd_enable()

[PATCH v5 0/8] AWS Nitro Enclave emulation support
 2024-09-03 20:47 UTC  (8+ messages)
` [PATCH v5 5/8] device/virtio-nsm: Support for Nitro Secure Module device

[Question] [Block] Is there a way to control the read caching of a block device?
 2024-09-03 20:31 UTC  (2+ messages)

[PATCH] target/hppa: Fix random 32-bit linux-user crashes
 2024-09-03 20:05 UTC  (2+ messages)

[PATCH v2 00/17] Multifd 🔀 device state transfer support with VFIO consumer
 2024-09-03 20:04 UTC  (19+ messages)
` [PATCH v2 05/17] thread-pool: Implement non-AIO (generic) pool support
` [PATCH v2 09/17] migration/multifd: Device state transfer support - receive side
` [PATCH v2 10/17] migration/multifd: Convert multifd_send()::next_channel to atomic

[RFC V1 0/6] Live Update: tap and vhost
 2024-09-03 19:55 UTC  (4+ messages)
` [RFC V1 1/6] Revert "vhost-backend: remove vhost_kernel_reset_device()"

[PATCH v2] target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64
 2024-09-03 19:46 UTC 

[PATCH] target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64
 2024-09-03 18:18 UTC  (2+ messages)

[PATCH 0/2] oslib: fix OSes support for qemu_close_all_open_fd()
 2024-09-03 17:56 UTC  (11+ messages)
` [PATCH 2/2] qemu/osdep: handle sysconf(_SC_OPEN_MAX) return value == -1

[PATCH] target/cris: Remove the deprecated CRIS target
 2024-09-03 17:53 UTC  (3+ messages)

[PATCH 0/8] move qapi under python/qemu/
 2024-09-03 17:31 UTC  (11+ messages)
` [PATCH 2/8] python/qapi: change "FIXME" to "TODO"
` [PATCH 7/8] python/qapi: move scripts/qapi to python/qemu/qapi

[PATCH] plugins: add two events for cpu_restore_state_from_tb() and cpu_io_recompile()
 2024-09-03 17:17 UTC  (6+ messages)

[PATCH 1/1] platform-bus: fix refcount leak
 2024-09-03 16:47 UTC  (3+ messages)

[PATCH] hw/arm/boot: Explain why load_elf_hdr() error is ignored
 2024-09-03 16:39 UTC  (2+ messages)

[PATCH v3] hw/arm/boot: Report error msg if loading elf/dtb failed
 2024-09-03 16:38 UTC  (3+ messages)

[PATCH] hw/arm/xilinx_zynq: Enable Security Extensions
 2024-09-03 16:37 UTC  (4+ messages)

[PATCH] target/arm: Correct names of VFP VFNMA and VFNMS insns
 2024-09-03 16:30 UTC  (3+ messages)

[PATCH 0/3] hw/sh4: Remove the deprecated SHIX machine
 2024-09-03 16:29 UTC  (2+ messages)


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