qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-27 12:47:29 to 2023-07-28 12:10:36 UTC [more...]

[PATCH 0/8] Adds CPU hot-plug support to Loongarch
 2023-07-28 11:59 UTC  (8+ messages)
` [PATCH 3/8] Introduced a new function to disconnect GPIO connections

[PULL 00/12] Migration 20230518 patches
 2023-07-28 11:48 UTC  (4+ messages)
` [PULL 09/12] migration: Use migration_transferred_bytes() to calculate rate_limit

[PATCH] semihosting/uaccess.c: Replaced a malloc call with g_malloc
 2023-07-28 11:27 UTC  (14+ messages)
      ` 回复: "

[PATCH 0/3] KVM: s390: Enable AP instructions for pv-guests
 2023-07-28 10:58 UTC  (7+ messages)
` [PATCH 1/3] linux-headers: update asm-s390/kvm.h
` [PATCH 2/3] target/s390x: refractor AP functionalities
` [PATCH 3/3] target/s390x: AP-passthrough for PV guests

[PATCH] gitlab: remove duplication between msys jobs
 2023-07-28 10:39 UTC  (9+ messages)

[PATCH 0/6] Add nRF51 DETECT signal with test
 2023-07-28  9:32 UTC  (6+ messages)

[PATCH v5 0/9] Misc fixes for throttle
 2023-07-28  9:47 UTC  (11+ messages)
` [PATCH v5 1/9] throttle: introduce enum ThrottleDirection
` [PATCH v5 2/9] test-throttle: use "
` [PATCH v5 3/9] throttle: support read-only and write-only
` [PATCH v5 4/9] test-throttle: test read only and write only
` [PATCH v5 5/9] cryptodev: use NULL throttle timer cb for read direction
` [PATCH v5 6/9] throttle: use enum ThrottleDirection instead of bool is_write
` [PATCH v5 7/9] throttle: use THROTTLE_MAX/ARRAY_SIZE for hard code
` [PATCH v5 8/9] fsdev: Use ThrottleDirection instread of bool is_write
` [PATCH v5 9/9] block/throttle-groups: "

[PATCH v2 0/6] Add nRF51 DETECT signal with test
 2023-07-28  9:31 UTC  (10+ messages)
` [PATCH v2 1/6] hw/gpio/nrf51: implement DETECT signal
` [PATCH v2 2/6] qtest: factor out qtest_install_gpio_out_intercept
` [PATCH v2 3/6] qtest: implement named interception of out-GPIO

[PATCH] target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()
 2023-07-28  9:24 UTC  (2+ messages)

[PATCH RFC v1 0/3] Support dynamic MSI-X allocation
 2023-07-28  8:43 UTC  (13+ messages)
` [PATCH RFC v1 1/3] vfio/pci: detect the support of "
` [PATCH RFC v1 2/3] vfio/pci: enable vector on "
` [PATCH RFC v1 3/3] vfio/pci: dynamic MSI-X allocation in interrupt restoring

[PATCH QEMU 1/2] qapi: Reformat and craft the migration doc comments
 2023-07-28  9:11 UTC  (3+ messages)

[PATCH v4 0/4] Virtio shared dma-buf
 2023-07-28  9:05 UTC  (8+ messages)
` [PATCH v4 3/4] vhost-user: add shared_object msg

[PATCH] pci: do not respond config requests after PCI device eject
 2023-07-28  8:40 UTC 

[PATCH] target/i386: Avoid cpu number overflow in legacy topology
 2023-07-28  8:01 UTC 

[PATCH 1/2] hw/intc: Fix upper/lower mtime write calculation
 2023-07-28  8:24 UTC  (2+ messages)
` [PATCH 2/2] hw/intc: Make rtc variable names consistent

[PATCH] vhost-user-scsi: support reconnect to backend
 2023-07-28  7:49 UTC  (9+ messages)
` [PATCH v2 0/4] Implement reconnect for vhost-user-scsi
  ` [PATCH v2 2/4] vhost-user-common: send get_inflight_fd once

[PATCH] target/riscv: Fix zfa fleq.d and fltq.d
 2023-07-28  7:47 UTC  (3+ messages)

[RFC 0/1] virtio-net: add support for SR-IOV emulation
 2023-07-28  7:35 UTC  (5+ messages)

[PATCH v3 00/47] Add LoongArch LASX instructions
 2023-07-28  7:02 UTC  (2+ messages)

[PATCH v2] softmmu/physmem: try opening file readonly before failure in file_ram_open
 2023-07-28  5:46 UTC  (6+ messages)
  `  "

[PATCH v2] linux-user/armeb: Fix __kernel_cmpxchg() for armeb
 2023-07-28  4:54 UTC 

[PATCH] bsd-user: Properly allocate guest virtual address space
 2023-07-28  4:06 UTC  (4+ messages)

[PATCH] bsd-user: Specify host page alignment if none specified
 2023-07-28  3:54 UTC 

[PATCH v4 0/9] Misc fixes for throttle
 2023-07-28  2:19 UTC  (10+ messages)
` [PATCH v4 6/9] throttle: use enum ThrottleDirection instead of bool is_write
` [PATCH v4 7/9] throttle: use THROTTLE_MAX/ARRAY_SIZE for hard code
` [PATCH v4 8/9] fsdev: Use ThrottleDirection instread of bool is_write
` [PATCH v4 9/9] block/throttle-groups: "
    `  "

[PATCH v6 00/12] riscv: add 'max' CPU, deprecate 'any'
 2023-07-28  1:02 UTC  (14+ messages)
` [PATCH v6 01/12] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH v6 02/12] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH v6 03/12] target/riscv/cpu.c: split kvm prop handling to its own helper
` [PATCH v6 04/12] target/riscv/cpu.c: del DEFINE_PROP_END_OF_LIST() from riscv_cpu_extensions
` [PATCH v6 05/12] target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
` [PATCH v6 06/12] target/riscv/cpu.c: split non-ratified "
` [PATCH v6 07/12] target/riscv/cpu.c: add ADD_CPU_QDEV_PROPERTIES_ARRAY() macro
` [PATCH v6 08/12] target/riscv/cpu.c: add ADD_UNAVAIL_KVM_PROP_ARRAY() macro
` [PATCH v6 09/12] target/riscv/cpu.c: limit cfg->vext_spec log message
` [PATCH v6 10/12] target/riscv: add 'max' CPU type
` [PATCH v6 11/12] avocado, risc-v: add opensbi tests for 'max' CPU
` [PATCH v6 12/12] target/riscv: deprecate the 'any' CPU type

[PATCH] hw/i2c: Fix bitbang_i2c_data trace event
 2023-07-28  0:45 UTC 

[PATCH 0/9] Replace remaining target_ulong in system-mode accel
 2023-07-27 23:53 UTC  (19+ messages)
` [PATCH 1/9] accel/kvm: Widen pc/saved_insn for kvm_sw_breakpoint
` [PATCH 2/9] accel/hvf: Widen pc/saved_insn for hvf_sw_breakpoint
` [PATCH 3/9] target: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint
` [PATCH 4/9] target: Use vaddr for hvf_arch_[insert|remove]_hw_breakpoint
` [PATCH 5/9] Replace target_ulong with abi_ptr in cpu_[st|ld]*()
` [PATCH 6/9] include/exec: typedef abi_ptr to vaddr in softmmu
` [PATCH 7/9] include/exec: Widen tlb_hit/tlb_hit_page()
` [PATCH 8/9] accel/tcg: Widen address arg. in tlb_compare_set()
` [PATCH 9/9] accel/tcg: Update run_on_cpu_data static assert

[RFC PATCH] target/i386: Truncate ESP when exiting from long mode
 2023-07-28  0:17 UTC  (5+ messages)

linux-user/armeb: Fix __kernel_cmpxchg() for armeb
 2023-07-28  0:12 UTC  (2+ messages)

avocado test failing INTERRUPTED for "Missing asset"
 2023-07-28  0:02 UTC  (10+ messages)

[PATCH 0/3] hw/ufs: fix compilation warnings
 2023-07-27 23:34 UTC  (4+ messages)
` [PATCH 1/3] hw/ufs: fix compilation warning
` [PATCH 2/3] "
` [PATCH 3/3] hw/ufs: change ufs_process_db signature

[PATCH 0/6] vhost-user: Add suspend/resume
 2023-07-27 21:12 UTC  (18+ messages)
` [PATCH 1/6] vhost-user.rst: "
` [PATCH 3/6] vhost: Do not reset suspended devices on stop

[PULL for-8.1 0/8] Block patches
 2023-07-27 20:00 UTC  (9+ messages)
` [PULL for-8.1 1/8] block/blkio: enable the completion eventfd
` [PULL for-8.1 2/8] block/blkio: do not use open flags in qemu_open()
` [PULL for-8.1 3/8] block/file-posix: fix g_file_get_contents return path
` [PULL for-8.1 4/8] block: Fix pad_request's request restriction
` [PULL for-8.1 5/8] block/blkio: move blkio_connect() in the drivers functions
` [PULL for-8.1 6/8] block/blkio: retry blkio_connect() if it fails using `fd`
` [PULL for-8.1 7/8] block/blkio: fall back on using `path` when `fd` setting fails
` [PULL for-8.1 8/8] block/blkio: use blkio_set_int("fd") to check fd support

[PATCH v2 0/4] block/blkio: fix opening virtio-blk drivers
 2023-07-27 19:58 UTC  (6+ messages)
` [PATCH v2 1/4] block/blkio: move blkio_connect() in the drivers functions
` [PATCH v2 2/4] block/blkio: retry blkio_connect() if it fails using `fd`
` [PATCH v2 3/4] block/blkio: fall back on using `path` when `fd` setting fails
` [PATCH v2 4/4] block/blkio: use blkio_set_int("fd") to check fd support

[PATCH v4] block-jobs: flush target at the end of .run()
 2023-07-27 18:40 UTC  (3+ messages)

[PATCH] target/arm: Do not use gen_mte_checkN in trans_STGP
 2023-07-27 16:26 UTC 

[PATCH v21 00/20] s390x: CPU Topology
 2023-07-27 17:31 UTC  (3+ messages)
` [PATCH v21 03/20] target/s390x/cpu topology: handle STSI(15) and build the SYSIB

Implementing "tee" in python asyncio
 2023-07-27 16:57 UTC  (5+ messages)

assert fails in s390x TCG
 2023-07-27 17:41 UTC  (2+ messages)

[PATCH] target/riscv: Use existing lookup tables for AES MixColumns
 2023-07-27 16:40 UTC  (2+ messages)

[PATCH for-8.2 0/6] vfio/migration: Add P2P support for VFIO migration
 2023-07-27 16:23 UTC  (3+ messages)
` [PATCH for-8.2 2/6] sysemu: Add pre VM state change callback

[PATCH 0/3] Complete i.MX6UL and i.MX7 processor for bare metal application
 2023-07-27 16:49 UTC  (7+ messages)
` [PATCH 1/3] Rework i.MX6UL device implementation/instantiation
` [PATCH 2/3] Rework i.MX7 "
` [PATCH 3/3] Add i.MX7 SRC device implementation

[RFC PATCH] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
 2023-07-27 16:05 UTC  (3+ messages)

[PATCH] target/arm: Avoid writing to constant TCGv in trans_CSEL()
 2023-07-27 16:22 UTC  (2+ messages)

[PATCH v8 0/4] hw/ufs: Add Universal Flash Storage (UFS) support
 2023-07-27 16:01 UTC  (3+ messages)

[PATCH v2 0/2] qmp: Remove virtio_list & update virtio introspection
 2023-07-27 15:48 UTC  (4+ messages)
` [PATCH v2 1/2] qmp: remove virtio_list, search QOM tree instead

[RFC PATCH 00/12] Prefer to use SVQ to stall dataplane at NIC state restore through CVQ
 2023-07-27 15:23 UTC  (6+ messages)

[PATCH] block/iscsi: Document why we use raw malloc()
 2023-07-27 15:15 UTC  (2+ messages)

virtio-blk using a single iothread
 2023-07-27 15:11 UTC  (4+ messages)

[PATCH v1] migration: refactor migration_completion
 2023-07-27 14:52 UTC  (7+ messages)

[PATCH] memory: avoid updating ioeventfds for some address_space
 2023-07-27 15:01 UTC  (7+ messages)
  ` [External] "

[PATCH for-8.2 v5 00/11] riscv: add 'max' CPU, deprecate 'any'
 2023-07-27 14:19 UTC  (6+ messages)
` [PATCH for-8.2 v5 09/11] target/riscv: add 'max' CPU type

[PATCH] hw/riscv: virt: Fix riscv,pmu DT node path
 2023-07-27 14:35 UTC  (2+ messages)

[PATCH v2 0/8] machine: Unified CPU type check
 2023-07-27 14:27 UTC  (5+ messages)
` [PATCH v2 3/8] machine: Print supported CPU models instead of typenames

[PATCH v2] block/file-posix: fix g_file_get_contents return path
 2023-07-27 13:46 UTC  (4+ messages)

[Question - ARM CCA] vCPU Hotplug Support in ARM Realm world might require ARM spec change?
 2023-07-27 14:15 UTC  (6+ messages)

[PATCH v2 1/1] qemu-nbd: regression with arguments passing into nbd_client_thread()
 2023-07-27 13:34 UTC  (2+ messages)

[PATCH for-8.1] target/arm: Fix MemOp for STGP
 2023-07-27 13:11 UTC  (2+ messages)

[PATCH 0/6] ppc fixes possibly for 8.1
 2023-07-27 13:22 UTC  (9+ messages)
` [PATCH 1/6] target/ppc: Implement ASDR register for ISA v3.0 for HPT
` [PATCH 2/6] target/ppc: Fix VRMA page size for ISA v3.0
` [PATCH 3/6] target/ppc: Fix pending HDEC when entering PM state
` [PATCH 5/6] hw/ppc: Always store the decrementer value

[PATCH v2 0/6] python/machine: use socketpair() for console socket
 2023-07-27 13:05 UTC  (2+ messages)

Lost partition tables on ide-hd + ahci drive
 2023-07-27 13:22 UTC  (3+ messages)

[PATCH 00/10] RISC-V: ACPI: Enable AIA and update RHC
 2023-07-27 12:32 UTC  (6+ messages)
` [PATCH 04/10] hw/riscv: virt: Add PCIe HIGHMEM in memmap


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