messages from 2024-08-02 12:48:10 to 2024-08-05 00:33:03 UTC [more...]
[PULL 0/6] misc patch queue
2024-08-05 0:31 UTC (6+ messages)
` [PULL 1/6] linux-user/elfload: Fix pr_pid values in core files
` [PATCH for-9.1] target/i386: Fix VSIB decode
` [PULL 4/6] net/tap: Factorize fd closing after forking
` [PULL 5/6] qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()
` [PULL 6/6] net/tap: Use qemu_close_all_open_fd()
[PATCH v3 0/3] target/riscv: Remove redundant insn length check for zama16b
2024-08-04 23:56 UTC (7+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] target/riscv: Add MXLEN check for F/D/Q applies to zama16b
` [PATCH v3 3/3] target/riscv: Relax fld alignment requirement
[PATCH] hw/char/riscv_htif: Fix 64-bit var write order in 32-bit system
2024-08-04 23:49 UTC (2+ messages)
[PATCH for-9.2 v6 00/12] riscv: QEMU RISC-V IOMMU Support
2024-08-04 23:39 UTC (9+ messages)
` [PATCH for-9.2 v6 02/12] hw/riscv: add riscv-iommu-bits.h
` [PATCH for-9.2 v6 03/12] hw/riscv: add RISC-V IOMMU base emulation
` [PATCH for-9.2 v6 10/12] hw/riscv/riscv-iommu: add DBG support
` [PATCH for-9.2 v6 12/12] docs/specs: add riscv-iommu
[PATCH 00/17] For 9.2: A bunch of cleanups and work towards variable pagesize support
2024-08-04 21:47 UTC (35+ messages)
` [PATCH 01/17] bsd-user: Delete TaskState next member
` [PATCH 02/17] bsd-user: Make init_task_state global
` [PATCH 03/17] bsd-user: Make cpu_model and cpu_type file scope
` [PATCH 04/17] bsd-user: Implement cpu_copy()
` [PATCH 05/17] bsd-user: Eliminate unused regs arg in load_elf_binary
` [PATCH 06/17] bsd-user: Remove load_flt_binary prototype
` [PATCH 07/17] bsd-user: Remove deprecated -p argument
` [PATCH 08/17] bsd-user: Eliminate unused qemu_uname_release
` [PATCH 09/17] bsd-user: target_msync unused, remove it
` [PATCH 10/17] bsd-user: Pass image name down the stack
` [PATCH 11/17] bsd-user: Replace set_brk and padzero with zerobss from linux-user
` [PATCH 12/17] bsd-user: Use guest_range_valid_untagged to validate range
` [PATCH 13/17] bsd-user: target_mprotect: rename prot to target_prot
` [PATCH 14/17] bsd-user: target_mmap*: change "
` [PATCH 15/17] bsd-user: target_mprotect: use helper host_page_size local
` [PATCH 16/17] bsd-user: Define validate_prot_to_pageflags and use in mprotect
` [PATCH 17/17] bsd-user: copy linux-user target_mprotect impl
[RFC PATCH v6 0/5] rust-pl011-rfc-v6
2024-08-04 21:04 UTC (6+ messages)
` [RFC PATCH v6 1/5] build-sys: Add rust feature option
` [RFC PATCH v6 2/5] rust: add bindgen step as a meson dependency
` [RFC PATCH v6 3/5] .gitattributes: add Rust diff and merge attributes
` [RFC PATCH v6 4/5] rust: add crate to expose bindings and interfaces
` [RFC PATCH v6 5/5] rust: add PL011 device model
[PATCH v2 0/1] Add support for generating OpenSBI domains in the device tree
2024-08-04 19:04 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH V2 00/11] Live update: cpr-exec
2024-08-04 16:20 UTC (11+ messages)
` [PATCH V2 01/11] machine: alloc-anon option
[PATCH 0/3] configure: Bump GDB detection version for GDB_HAS_MTE
2024-08-04 16:18 UTC (4+ messages)
` [PATCH 1/3] configure: Fix arch detection "
` [PATCH 2/3] configure: Avoid use of param. expansion when using gdb_version
` [PATCH 3/3] configure: Fix GDB version detection for GDB_HAS_MTE
[PATCH] vhost-user: add NEED_REPLY flag
2024-08-04 15:48 UTC
[PATCH] vhost-user: rewrite vu_dispatch with if-else
2024-08-04 14:23 UTC
[PATCH v2 4/4] virtio-net: Add support for USO features
2024-08-04 13:41 UTC (19+ messages)
[PATCH for-9.2 v11 00/11] hw/pci: SR-IOV related fixes and improvements
2024-08-04 9:11 UTC (12+ messages)
` [PATCH for-9.2 v11 06/11] pcie_sriov: Reuse SR-IOV VF device instances
` [PATCH for-9.2 v11 08/11] pcie_sriov: Remove num_vfs from PCIESriovPF
` [PATCH for-9.2 v11 10/11] hw/pci: Use -1 as the default value for rombar
[PATCH for-9.2 v12 00/11] hw/pci: SR-IOV related fixes and improvements
2024-08-04 9:01 UTC (12+ messages)
` [PATCH for-9.2 v12 01/11] hw/pci: Rename has_power to enabled
` [PATCH for-9.2 v12 02/11] hw/ppc/spapr_pci: Do not create DT for disabled PCI device
` [PATCH for-9.2 v12 03/11] hw/ppc/spapr_pci: Do not reject VFs created after a PF
` [PATCH for-9.2 v12 04/11] pcie_sriov: Do not manually unrealize
` [PATCH for-9.2 v12 05/11] pcie_sriov: Ensure VF function number does not overflow
` [PATCH for-9.2 v12 06/11] pcie_sriov: Reuse SR-IOV VF device instances
` [PATCH for-9.2 v12 07/11] pcie_sriov: Release VFs failed to realize
` [PATCH for-9.2 v12 08/11] pcie_sriov: Remove num_vfs from PCIESriovPF
` [PATCH for-9.2 v12 09/11] pcie_sriov: Register VFs after migration
` [PATCH for-9.2 v12 10/11] hw/pci: Use -1 as the default value for rombar
` [PATCH for-9.2 v12 11/11] hw/qdev: Remove opts member
[PATCH] docs: fix vhost-user protocol doc
2024-08-04 5:04 UTC
[PATCH] hw/ufs: add basic info of query response upiu
2024-08-04 0:44 UTC (2+ messages)
hw/misc: Add a virtual PCILeech device
2024-08-03 21:38 UTC
[PATCH] docs: Tweak location of qemu nbd extensions
2024-08-03 13:18 UTC (2+ messages)
[PATCH 00/18] bsd-user: Comprehensive RISCV support
2024-08-03 9:33 UTC (38+ messages)
` [PATCH 02/18] bsd-user: Add RISC-V CPU execution loop and syscall handling
` [PATCH 03/18] bsd-user: Implement RISC-V CPU register cloning and reset functions
` [PATCH 04/18] bsd-user: Implement RISC-V TLS register setup
` [PATCH 05/18] bsd-user: Add prototype for "
` [PATCH 06/18] bsd-user: Add RISC-V ELF definitions and hardware capability detection
` [PATCH 07/18] bsd-user: Define RISC-V register structures and register copying
` [PATCH 08/18] bsd-user: Add RISC-V signal trampoline setup function
` [PATCH 09/18] bsd-user: Implement RISC-V sysarch system call emulation
` [PATCH 10/18] bsd-user: Add RISC-V thread setup and initialization support
` [PATCH 11/18] bsd-user: Define RISC-V VM parameters and helper functions
` [PATCH 12/18] bsd-user: Define RISC-V system call structures and constants
` [PATCH 13/18] bsd-user: Add generic RISC-V64 target definitions
` [PATCH 14/18] bsd-user: Define RISC-V signal handling structures and constants
` [PATCH 15/18] bsd-user: Implement RISC-V signal trampoline setup functions
` [PATCH 16/18] bsd-user: Implement 'get_mcontext' for RISC-V
` [PATCH 17/18] bsd-user: Implement set_mcontext and get_ucontext_sigreturn for RISCV
` [PATCH 18/18] bsd-user: Add RISC-V 64-bit Target Configuration and Debug XML Files
u-boot-sam460ex fixes
2024-08-03 8:40 UTC
[PATCH for-9.1 0/2] NBD: don't print raw server error text to terminal
2024-08-03 8:20 UTC (9+ messages)
` [PATCH 1/2] util: Refactor json-writer's string sanitizer to be public
` [PATCH 2/2] qemu-img: CVE-XXX Sanitize untrusted output from NBD server
[PULL 00/63] First batch of i386 and build system patch for QEMU 9.1
2024-08-03 2:29 UTC (3+ messages)
` [PULL 11/63] hw/virtio: move stubs out of stubs/
[PATCH] hvf: arm: Fix hvf_sysreg_read_cp() call
2024-08-02 23:30 UTC (3+ messages)
[PULL 0/3] Migration patches for 2024-08-02
2024-08-02 23:30 UTC (5+ messages)
` [PULL 1/3] migration: Free removed SaveStateEntry
` [PULL 2/3] migration: Fix cleanup of iochannel in file migration
` [PULL 3/3] migration/multifd: Fix multifd_send_setup cleanup when channel creation fails
[PATCH v5 0/7] Add ACPI CPER firmware first error injection on ARM emulation
2024-08-02 21:44 UTC (8+ messages)
` [PATCH v5 1/7] arm/virt: place power button pin number on a define
` [PATCH v5 2/7] acpi/generic_event_device: add an APEI error device
` [PATCH v5 3/7] arm/virt: Wire up GPIO error source for ACPI / GHES
` [PATCH v5 4/7] acpi/ghes: Support GPIO error source
` [PATCH v5 5/7] qapi/ghes-cper: add an interface to do generic CPER error injection
` [PATCH v5 6/7] acpi/ghes: add support for generic error injection via QAPI
` [PATCH v5 7/7] scripts/ghes_inject: add a script to generate GHES error inject
[PATCH-for-9.1 v5 0/2] hw/pci-host/gt64120: Set PCI base address register write mask
2024-08-02 21:31 UTC (3+ messages)
` [PATCH-for-9.1 v5 1/2] "
` [PATCH-for-9.1 v5 2/2] hw/pci-host/gt64120: Reset config registers during RESET phase
[PATCH-for-9.1 v4 0/2] hw/pci-host/gt64120: Set PCI base address register write mask
2024-08-02 21:30 UTC (5+ messages)
` [PATCH-for-9.1 v4 1/2] "
` [PATCH-for-9.1 v4 2/2] hw/pci-host/gt64120: Reset config registers during RESET phase
[PATCH-for-9.1 v3 0/2] hw/pci-host/gt64120: Set PCI base address register write mask
2024-08-02 17:01 UTC (7+ messages)
` [PATCH-for-9.1 v3 1/2] hw/pci-host/gt64120: Reset config registers during RESET phase
[PATCH v4 0/7] Rework x86 page table walks
2024-08-02 16:53 UTC (3+ messages)
[PATCH v2] hw/mem/cxl_type3: reset dvsecs in ct3d_reset()
2024-08-02 16:40 UTC (4+ messages)
[PATCH v3 00/24] Convert avocado tests to normal Python unittests
2024-08-02 16:35 UTC (18+ messages)
` [PATCH v3 08/24] tests/functional: add a module for handling asset download & caching
` [PATCH v3 13/24] tests/functional: Convert the s390x avocado tests into standalone tests
` [PATCH v3 15/24] tests/functional: Convert the microblaze "
` [PATCH v3 17/24] tests/functional: Convert the virtio_gpu avocado test into a standalone test
` [PATCH v3 19/24] tests/functional: Convert the ppc_amiga "
` [PATCH v3 22/24] tests/functional: Convert the acpi-bits "
[PATCH v5 00/19] Reconstruct loongson ipi driver
2024-08-02 16:30 UTC (6+ messages)
[PATCH v2 for-9.1 0/3] Avoid NBD crash on nbd-server-stop
2024-08-02 16:21 UTC (5+ messages)
` [PATCH v2 1/3] nbd: CVE-XXX: Use cookie to track generation of nbd-server
[PATCH v4 00/17] Introduce support for IGVM files
2024-08-02 16:03 UTC (4+ messages)
[PATCH 6/5] docs: Typo fix in live disk backup
2024-08-02 15:57 UTC (2+ messages)
[PATCH 0/6] qapi: generalize special features
2024-08-02 15:43 UTC (4+ messages)
` [PATCH 6/6] qapi: expose all schema features to code
[PATCH for-9.2] tests/qtest/migration: Remove vmstate-static-checker test
2024-08-02 15:34 UTC (2+ messages)
[PATCH v2 0/2] Fix data corruption within preallocation
2024-08-02 15:31 UTC (5+ messages)
` [PATCH v2 1/2] block: zero data data corruption using prealloc-filter
[PATCH v8 0/5] qemu/osdep: add a qemu_close_all_open_fd() helper
2024-08-02 14:54 UTC (6+ messages)
` [PATCH v8 1/5] qemu/osdep: Move close_all_open_fds() to oslib-posix
` [PATCH v8 2/5] qemu/osdep: Split qemu_close_all_open_fd() and add fallback
` [PATCH v8 3/5] net/tap: Factorize fd closing after forking
` [PATCH v8 4/5] qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()
` [PATCH v8 5/5] net/tap: Use qemu_close_all_open_fd()
[PATCH v3] qmp: Use unsigned integers for address parameters
2024-08-02 14:31 UTC (3+ messages)
[PATCH 00/18] qapi: Reduce use of 'prefix'
2024-08-02 14:27 UTC (6+ messages)
` [PATCH 11/18] qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
[PATCH 0/5] docs: more conversions from txt to rst
2024-08-02 13:42 UTC (6+ messages)
` [PATCH 2/5] docs/interop/nbd.txt: Convert to rST
` [PATCH 6/5] docs: Typo fix in live disk backup
[PATCH v2 0/7] introduce job-change qmp command
2024-08-02 13:36 UTC (6+ messages)
` [PATCH v2 6/7] qapi/block-core: derpecate block-job-change
[PATCH v2] qmp: Use unsigned integers for address parameters
2024-08-02 13:33 UTC (2+ messages)
[PATCH] linux-user/elfload: Fix pr_pid values in core files
2024-08-02 13:23 UTC (3+ messages)
[RFC V1 0/6] Live update: cpr-transfer
2024-08-02 8:20 UTC (3+ messages)
` [RFC V1 1/6] migration: SCM_RIGHTS for QEMUFile
[PATCH] qmp: Fix higher half vaddrs for [p]memsave
2024-08-02 13:21 UTC (4+ messages)
[PATCH] arm/kvm: add support for MTE
2024-08-02 13:16 UTC (4+ messages)
[PATCH] vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bits
2024-08-02 13:17 UTC (3+ messages)
[PATCH 00/10] for-8.3 tests/avocado: prep for Avocado 103.0 LTS
2024-08-02 13:14 UTC (7+ messages)
` [PATCH 06/10] tests/avocado/kvm_xen_guest.py: cope with asset RW requirements
[PATCH v2 00/15] Fix check-qtest-ppc64 sanitizer errors
2024-08-02 12:47 UTC (3+ messages)
` [PATCH v2 08/15] migration: Free removed SaveStateEntry
` (subset) "
[PATCH 0/2] Multifd fixes
2024-08-02 12:47 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).