qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-01 21:51:01 to 2024-08-02 14:55:03 UTC [more...]

[PATCH v8 0/5] qemu/osdep: add a qemu_close_all_open_fd() helper
 2024-08-02 14:54 UTC 

[PATCH for-9.2] tests/qtest/migration: Remove vmstate-static-checker test
 2024-08-02 14:53 UTC 

[PATCH v3] qmp: Use unsigned integers for address parameters
 2024-08-02 14:31 UTC  (3+ messages)

[PULL 0/3] Migration patches for 2024-08-02
 2024-08-02 14:26 UTC  (4+ 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 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 v2 for-9.1 0/3] Avoid NBD crash on nbd-server-stop
 2024-08-02 14:04 UTC  (5+ messages)
` [PATCH v2 1/3] nbd: CVE-XXX: Use cookie to track generation of nbd-server
` [PATCH v2 2/3] nbd: CVE-XXX: Close stray client sockets at server shutdown
` [PATCH v2 3/3] nbd: Minor style fixes

[PATCH 00/18] bsd-user: Comprehensive RISCV support
 2024-08-02 13:50 UTC  (37+ messages)
` [PATCH 01/18] bsd-user: Implement RISC-V CPU initialization and main loop
` [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

[PATCH 0/6] qapi: generalize special features
 2024-08-02 13:50 UTC  (3+ messages)
` [PATCH 6/6] qapi: expose all schema features to code

[PATCH 0/5] docs: more conversions from txt to rst
 2024-08-02 13:42 UTC  (7+ messages)
` [PATCH 2/5] docs/interop/nbd.txt: Convert to rST
` [PATCH 6/5] docs: Typo fix in live disk backup

[PATCH] docs: Tweak location of qemu nbd extensions
 2024-08-02 13:36 UTC 

[PATCH v2 0/7] introduce job-change qmp command
 2024-08-02 13:36 UTC  (9+ messages)
` [PATCH v2 5/7] qapi: add job-change
` [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 6/5] docs: Typo fix in live disk backup
 2024-08-02 13:30 UTC 

[PATCH] linux-user/elfload: Fix pr_pid values in core files
 2024-08-02 13:23 UTC  (3+ messages)

[PATCH v3 00/24] Convert avocado tests to normal Python unittests
 2024-08-02 13:25 UTC  (11+ 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

[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 v2 4/4] virtio-net: Add support for USO features
 2024-08-02 13:21 UTC  (13+ 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 for-9.2 v11 00/11] hw/pci: SR-IOV related fixes and improvements
 2024-08-02 12:58 UTC  (14+ messages)
` [PATCH for-9.2 v11 01/11] hw/pci: Rename has_power to enabled
` [PATCH for-9.2 v11 02/11] hw/ppc/spapr_pci: Do not create DT for disabled PCI device
` [PATCH for-9.2 v11 03/11] hw/ppc/spapr_pci: Do not reject VFs created after a PF
` [PATCH for-9.2 v11 04/11] pcie_sriov: Do not manually unrealize
` [PATCH for-9.2 v11 05/11] pcie_sriov: Ensure VF function number does not overflow
` [PATCH for-9.2 v11 06/11] pcie_sriov: Reuse SR-IOV VF device instances
` [PATCH for-9.2 v11 07/11] pcie_sriov: Release VFs failed to realize
` [PATCH for-9.2 v11 08/11] pcie_sriov: Remove num_vfs from PCIESriovPF
` [PATCH for-9.2 v11 09/11] pcie_sriov: Register VFs after migration
` [PATCH for-9.2 v11 10/11] hw/pci: Use -1 as the default value for rombar
` [PATCH for-9.2 v11 11/11] hw/qdev: Remove opts member

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

[RFC v2 0/3] Add packed virtqueue to shadow virtqueue
 2024-08-02 11:26 UTC  (4+ messages)
` [RFC v2 1/3] vhost: Introduce packed vq and add buffer elements

[RFC v3 0/3] Add packed virtqueue to shadow virtqueue
 2024-08-02 11:21 UTC  (4+ messages)
` [RFC v3 1/3] vhost: Introduce packed vq and add buffer elements
` [RFC v3 2/3] vhost: Data structure changes to support packed vqs
` [RFC v3 3/3] vhost: Allocate memory for packed vring

[PULL v2 00/61] virtio,pci,pc: features,fixes
 2024-08-02 11:13 UTC  (6+ messages)
` [PULL v2 17/61] virtio-snd: check for invalid param shift operands

[PATCH v2 0/3] block-jobs: add final flush
 2024-08-02 11:12 UTC  (6+ messages)
` [PATCH v2 1/3] block/commit: implement "

[PATCH] hw/audio/virtio-snd: fix invalid param check
 2024-08-02 11:11 UTC  (2+ messages)

[PATCH v2 0/4] block: allow commit to unmap zero blocks
 2024-08-02 10:58 UTC  (7+ messages)
` [PATCH v2 1/4] block: get type of block allocation in commit_run
` [PATCH v2 2/4] block: refactor commit_run for multiple write types
` [PATCH v2 3/4] block: allow commit to unmap zero blocks

[PATCH 0/4] linux-user/i386: Emulate orig_ax
 2024-08-02 10:40 UTC  (7+ messages)
` [PATCH 1/5] include/exec: Introduce env_cpu_const()
` [PATCH 2/5] linux-user/i386: Emulate orig_ax
` [PATCH 3/5] target/i386/gdbstub: Factor out gdb_get_reg() and gdb_write_reg()
` [PATCH 4/5] target/i386/gdbstub: Expose orig_ax
` [PATCH 5/5] tests/tcg: Run test-proc-mappings.py on i386

[PATCH] hvf: arm: Fix hvf_sysreg_read_cp() call
 2024-08-02  9:50 UTC  (3+ messages)

[RFC 0/5] accel/kvm: Support KVM PMU filter
 2024-08-02 10:03 UTC  (5+ messages)

[PULL 0/8] Net patches
 2024-08-02  9:48 UTC  (10+ messages)
` [PULL 1/8] rtl8139: Fix behaviour for old kernels
` [PULL 2/8] virtio-net: Ensure queue index fits with RSS
` [PULL 3/8] virtio-net: Fix network stall at the host side waiting for kick
` [PULL 4/8] net: update netdev stream/dgram man page
` [PULL 5/8] net: update netdev stream man page with unix socket
` [PULL 6/8] net: update netdev dgram "
` [PULL 7/8] net: update netdev stream man page with the reconnect parameter
` [PULL 8/8] net: Reinstate '-net nic, model=help' output as documented in man page

[PATCH v4 0/7] Add ACPI CPER firmware first error injection on ARM emulation
 2024-08-02  9:44 UTC  (3+ messages)
` [PATCH v4 5/7] qapi/ghes-cper: add an interface to do generic CPER error injection

[PULL 0/4] target-arm queue
 2024-08-02  8:43 UTC  (5+ messages)
` [PULL 3/4] target/arm: Handle denormals correctly for FMOPA (widening)

[PULL 00/21] target-arm queue
 2024-08-02  8:41 UTC  (4+ messages)
` [PULL 05/21] hvf: arm: Raise an exception for sysreg by default

[PATCH] target/i386: SEV: fix mismatch in vcek-disabled property name
 2024-08-02  8:29 UTC  (2+ messages)

[PATCH v2 0/2] qdev-monitor: avoid QemuOpts in QMP device_add
 2024-08-02  8:10 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] vl: use qmp_device_add() in qemu_create_cli_devices()

[PATCH v3 0/3] target/riscv: Remove redundant insn length check for zama16b
 2024-08-02  7:54 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 v7 0/5] qemu/osdep: add a qemu_close_all_open_fd() helper
 2024-08-02  7:46 UTC  (4+ messages)
` [PATCH v7 4/5] qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()

[PATCH 0/8] Introduce SMP Cache Topology
 2024-08-02  7:58 UTC  (10+ messages)
` [PATCH 8/8] qemu-options: Add the description of smp-cache object

[PATCH v1] target/i386: Always set leaf 0x1f
 2024-08-02  7:35 UTC  (19+ messages)

[PATCH v4 0/6] target/arm/kvm: Report PMU unavailability
 2024-08-02  7:32 UTC  (5+ messages)
` [PATCH v4 6/6] hvf: arm: Do not advance PC when raising an exception

[PATCH] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
 2024-08-02  7:24 UTC 

[PATCH] util: retry open() when it gets interrupted by a signal
 2024-08-02  7:26 UTC  (4+ messages)
` [PATCH] util: use RETRY_ON_EINTR() on open() more consistently
  ` [PATCH v3] "

[PATCH 0/4] hw/misc/bcm2835_property: Fix set-palette, OTP-access properties
 2024-08-02  7:13 UTC  (4+ messages)
` [PATCH 2/4] hw/misc/bcm2835_property: Avoid overflow in OTP access properties

[RFC PATCH 0/6] Enable shared device assignment
 2024-08-02  7:00 UTC  (7+ messages)

[PATCH v2 0/3] target/riscv: Remove redundant insn length check for zama16b
 2024-08-02  6:53 UTC  (15+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] target/riscv: Add MXLEN check for F/D/Q applies to zama16b
` [PATCH v2 3/3] target/riscv: Relax fld alignment requirement

[PATCH for-9.2 v6 0/9] virtio-net: add support for SR-IOV emulation
 2024-08-02  6:49 UTC  (10+ messages)
` [PATCH for-9.2 v6 1/9] hw/pci: Do not add ROM BAR for SR-IOV VF
` [PATCH for-9.2 v6 2/9] hw/pci: Fix SR-IOV VF number calculation
` [PATCH for-9.2 v6 3/9] pcie_sriov: Ensure PF and VF are mutually exclusive
` [PATCH for-9.2 v6 4/9] pcie_sriov: Check PCI Express for SR-IOV PF
` [PATCH for-9.2 v6 5/9] pcie_sriov: Allow user to create SR-IOV device
` [PATCH for-9.2 v6 6/9] virtio-pci: Implement SR-IOV PF
` [PATCH for-9.2 v6 7/9] virtio-net: Implement SR-IOV VF
` [PATCH for-9.2 v6 8/9] docs: Document composable SR-IOV device
` [PATCH for-9.2 v6 9/9] pcie_sriov: Make a PCI device with user-created VF ARI-capable

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-08-02  5:54 UTC  (16+ messages)

[PATCH] hw/ufs: add basic info of query response upiu
 2024-08-02  5:19 UTC 

[PATCH for-9.1] target/i386: Fix VSIB decode
 2024-08-02  4:35 UTC 

[PATCH v5 00/19] Reconstruct loongson ipi driver
 2024-08-02  3:07 UTC  (5+ messages)

[PATCH v4 00/11] XIVE changes for Cache Watch, VSTs, STT and info pic
 2024-08-02  1:41 UTC  (3+ messages)
` [PATCH v4 04/11] pnv/xive2: Add NVG and NVC to cache watch facility

[PATCH] target/arm: add support for 64-bit PMCCNTR in AArch32 mode
 2024-08-01 22:03 UTC 

[PATCH v2] target/arm: Fix BTI versus CF_PCREL
 2024-08-02  0:30 UTC 

[PULL 00/19] virtio,pci,pc: fixes
 2024-08-01 22:18 UTC  (2+ messages)

[PATCH qemu] target/arm: add support for 64-bit PMCCNTR in AArch32 mode
 2024-08-01 20:22 UTC 


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