qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-09 22:05:12 to 2023-08-10 18:25:44 UTC [more...]

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

[PATCH v5 00/17] qemu patches for 64-bit NBD extensions
 2023-08-10 18:13 UTC  (19+ messages)
` [PATCH v5 01/17] nbd: Replace bool structured_reply with mode enum
` [PATCH v5 02/17] nbd/client: Pass mode through to nbd_send_request
` [PATCH v5 03/17] nbd: Add types for extended headers
` [PATCH v5 04/17] nbd: Prepare for 64-bit request effect lengths
` [PATCH v5 05/17] nbd/server: Refactor handling of command sanity checks
` [PATCH v5 06/17] nbd/server: Support a request payload
` [PATCH v5 07/17] nbd/server: Prepare to receive extended header requests
` [PATCH v5 08/17] nbd/server: Prepare to send extended header replies
` [PATCH v5 09/17] nbd/server: Support 64-bit block status
` [PATCH v5 10/17] nbd/server: Enable initial support for extended headers
` [PATCH v5 11/17] nbd/client: Plumb errp through nbd_receive_replies
` [PATCH v5 12/17] nbd/client: Initial support for extended headers
` [PATCH v5 13/17] nbd/client: Accept 64-bit block status chunks
` [PATCH v5 14/17] nbd/client: Request extended headers during negotiation
` [PATCH v5 15/17] nbd/server: Refactor list of negotiated meta contexts
` [PATCH v5 16/17] nbd/server: Prepare for per-request filtering of BLOCK_STATUS
` [PATCH v5 17/17] nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS

[PULL 0/4] tcg/gdbstub late fixes
 2023-08-10 18:08 UTC  (5+ messages)
` [PULL 1/4] accel/tcg: Avoid reading too much in load_atom_{2,4}
` [PULL 2/4] tests/tcg: ensure system-mode gdb tests start stopped
` [PULL 3/4] gdbstub: more fixes for client Ctrl-C handling
` [PULL 4/4] gdbstub: don't complain about preemptive ACK chars

[PATCH 1/2] riscv: zicond: make non-experimental
 2023-08-10 18:07 UTC  (6+ messages)
` [PATCH 2/2] riscv: zicond: make default

[PATCH] gdbstub: fixes cases where wrong threads were reported to GDB on SIGINT
 2023-08-10 17:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v6 00/12] riscv: add 'max' CPU, deprecate 'any'
 2023-08-10 17:56 UTC  (13+ messages)
` [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 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 v4 0/9] gfxstream + rutabaga_gfx
 2023-08-10 17:54 UTC  (6+ messages)
` [PATCH v4 9/9] docs/system: add basic virtio-gpu documentation

[PATCH] hw/pci-host: Allow extended config space access for Designware PCIe host
 2023-08-10 17:51 UTC  (6+ messages)

[PATCH 0/8] some testing and gdbstub fixes
 2023-08-10 17:33 UTC  (22+ messages)
` [PATCH 1/8] gitlab: enable ccache for many build jobs
` [PATCH 2/8] tests/docker: cleanup non-verbose output
` [PATCH 3/8] tests/tcg: remove quoting for info output
` [PATCH 4/8] tests: remove test-gdbstub.py
` [PATCH 5/8] tests/tcg: clean-up gdb confirm/pagination settings
` [PATCH 6/8] tests/tcg: ensure system-mode gdb tests start stopped
` [PATCH 7/8] gdbstub: more fixes for client Ctrl-C handling
` [PATCH 8/8] gdbstub: don't complain about preemptive ACK chars

[PATCH 0/8] riscv: detecting user choice in TCG extensions
 2023-08-10 17:31 UTC  (5+ messages)
` [PATCH 1/8] target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
` [PATCH 2/8] target/riscv: make CPUCFG() macro public

[PATCH] target/riscv: Fix zfa fleq.d and fltq.d
 2023-08-10 17:24 UTC  (2+ messages)

[RESEND PATCH v3 0/1] target/riscv: Add Zihintntl extension ISA string to DTS
 2023-08-10 17:20 UTC  (3+ messages)
` [RESEND PATCH v3 1/1] "

[PATCH 1/2] riscv: zicond: make non-experimental
 2023-08-10 17:13 UTC  (3+ messages)

[PATCH for-8.2 0/5] target/arm: Implement cortex-a710
 2023-08-10 17:12 UTC  (14+ messages)
` [PATCH 1/5] target/arm: Disable FEAT_TRF in neoverse-v1
` [PATCH 2/5] target/arm: Reduce dcz_blocksize to uint8_t
` [PATCH 3/5] target/arm: Allow cpu to configure GM blocksize
` [PATCH 4/5] target/arm: Support more GM blocksizes
` [PATCH 5/5] target/arm: Implement cortex-a710

[PATCH] linux-user/elfload: Set V in ELF_HWCAP for RISC-V
 2023-08-10 17:09 UTC  (3+ messages)

[PATCH] target/riscv: Implement WARL behaviour for mcountinhibit/mcounteren
 2023-08-10 17:07 UTC  (3+ messages)

[PATCH v1 0/3] softmmu/physmem: file_ram_open() readonly improvements
 2023-08-10 17:06 UTC  (10+ messages)
` [PATCH v1 1/3] softmmu/physmem: fallback to opening guest RAM file as readonly in a MAP_PRIVATE mapping
          `  "
` Re:[PATCH v1 0/3] softmmu/physmem: file_ram_open() readonly improvements
    ` Re:Re: [PATCH "

[PATCH for-8.2 00/24] tcg: Introduce negsetcond opcodes
 2023-08-10 17:01 UTC  (23+ messages)
` [PATCH 01/24] "
` [PATCH 02/24] tcg: Use tcg_gen_negsetcond_*
` [PATCH 03/24] target/alpha: Use tcg_gen_movcond_i64 in gen_fold_mzero
` [PATCH 04/24] target/arm: Use tcg_gen_negsetcond_*
` [PATCH 05/24] target/m68k: "
` [PATCH 06/24] target/openrisc: "
` [PATCH 08/24] target/sparc: Use tcg_gen_movcond_i64 in gen_edge
` [PATCH 12/24] tcg/aarch64: Implement negsetcond_*
` [PATCH 13/24] tcg/arm: Implement negsetcond_i32

CXL volatile memory is not listed
 2023-08-10 16:32 UTC  (5+ messages)

[PATCH] target/riscv/kvm.c: fix mvendorid size in vcpu_set_machine_ids()
 2023-08-10 17:01 UTC  (10+ messages)

[PATCH-for-8.2] target/arm/cpu: Allow logging disabled CPU features at UNIMP level
 2023-08-10 16:44 UTC  (3+ messages)

[PATCH] disas/riscv: Further correction to LUI disassembly
 2023-08-10 16:27 UTC  (4+ messages)

[RFC PATCH 00/19] QEMU gmem implemention
 2023-08-10 15:58 UTC  (4+ messages)

[PATCH for-8.1] accel/tcg: Avoid reading too much in load_atom_{2,4}
 2023-08-10 15:56 UTC  (3+ messages)
` [PATCH for-8.1] accel/tcg: Avoid reading too much in load_atom_{2, 4}

[PATCH] virtio: don't zero out memory region cache for indirect descriptors
 2023-08-10 15:50 UTC  (2+ messages)

[PATCH v2 0/5] Enable vdpa net migration with features depending on CVQ
 2023-08-10 15:36 UTC  (6+ messages)
` [PATCH v2 1/5] vdpa: use first queue SVQ state for CVQ default
` [PATCH v2 2/5] vdpa: export vhost_vdpa_set_vring_ready
` [PATCH v2 3/5] vdpa: rename vhost_vdpa_net_load to vhost_vdpa_net_cvq_load
` [PATCH v2 4/5] vdpa: move vhost_vdpa_set_vrings_ready to the caller
` [PATCH v2 5/5] vdpa: remove net cvq migration blocker

[PATCH 0/1] gitlab: enable ccache for many build jobs
 2023-08-10 15:29 UTC  (2+ messages)

LTP test related to virtio releasing and reassigning resource leads to guest hung
 2023-08-10 15:24 UTC  (5+ messages)

[PATCH v1 0/6] Add some macros to check cpu features
 2023-08-10 15:03 UTC  (9+ messages)
` [PATCH v1 1/6] target/loongarch: Fix loongarch_la464_initfn() misses setting LSPW
` [PATCH v1 2/6] target/loongarch: Add some checks before translating fpu instructions
` [PATCH v1 3/6] target/loongarch: Add REQUIRE_LSPW macro to check LSPW instructions
` [PATCH v1 4/6] target/loongarch: Add REQUIRE_LAM macro to check atomic instructions
` [PATCH v1 5/6] target/loongarch: Add REQUIRE_LSX macro to check LSX instructions
` [PATCH v1 6/6] target/loongarch: Add REQUIRE_IOCSR macro to check IOCSR instructions

[PATCH] Aspeed: i2c: Fixed Tx and Rx error in BUFF Mode
 2023-08-10 13:55 UTC 

[PATCH v3 0/6] target/arm: Fixes for RME
 2023-08-10 13:36 UTC  (3+ messages)

[PATCH v3] Fix SEGFAULT on getting physical address of MMIO region
 2023-08-10 13:18 UTC  (3+ messages)

[PATCH] roms: Support compile the efi bios for loongarch
 2023-08-10 12:54 UTC  (7+ messages)

[PATCH v2 0/3] KVM: s390: Enable AP instructions for pv-guests
 2023-08-10 12:47 UTC  (4+ messages)
` [PATCH v2 1/3] linux-headers: update asm-s390/kvm.h
` [PATCH v2 2/3] target/s390x/kvm: Refactor AP functionalities
` [PATCH v2 3/3] target/s390x: AP-passthrough for PV guests

[PATCH v5 00/11] Add la32 & va32 support for loongarch64-softmmu
 2023-08-10 12:47 UTC  (7+ messages)
` [PATCH v5 08/11] target/loongarch: Reject la64-only instructions in la32 mode
` [PATCH v5 11/11] target/loongarch: Add loongarch32 cpu la132

[PATCH for-8.2] configure: fix and complete detection of tricore tools
 2023-08-10 11:57 UTC  (2+ messages)

[PATCH 0/9] Use known good releases when installing in pyvenv
 2023-08-10 11:56 UTC  (4+ messages)

[PATCH for-8.2] dockerfiles: bump tricore cross compiler container to Debian 11
 2023-08-10 11:54 UTC  (2+ messages)

[PATCH v2] kvm: Remove KVM_CREATE_IRQCHIP support assumption
 2023-08-10 11:49 UTC  (4+ messages)

[PATCH v4 00/11] Add la32 & va32 mode for loongarch64-softmmu
 2023-08-10 11:08 UTC  (6+ messages)
` [PATCH v4 01/11] target/loongarch: Add macro to check current arch

[PATCH] thunk: Delete checks for old host definitions
 2023-08-10 10:56 UTC  (2+ messages)

[PATCH] util: Delete a check for IA-64
 2023-08-10 10:52 UTC  (2+ messages)

[PATCH] linux-user/riscv: Use abi_ulong for target_ucontext
 2023-08-10 10:48 UTC  (2+ messages)

[PATCH 0/3] linux-user, configure: fix CPU canonicalization
 2023-08-10 10:31 UTC  (3+ messages)
` [PATCH 1/3] configure: fix detection for x32 linux-user

[RFC v1 0/3] Initial support for SPDM
 2023-08-10 10:18 UTC  (4+ messages)

[PATCH] gdbstub: Fix client Ctrl-C handling
 2023-08-10 10:05 UTC  (3+ messages)

[PATCH for-8.2] configure: fix container_hosts misspellings and duplications
 2023-08-10  9:22 UTC  (2+ messages)

[PATCH v5 0/6] accel/kvm: Specify default IPA size for arm64
 2023-08-10  9:21 UTC  (11+ messages)
` [PATCH v5 1/6] kvm: Introduce kvm_arch_get_default_type hook
` [PATCH v5 3/6] mips: Report an error when KVM_VM_MIPS_VZ is unavailable
` [PATCH v5 4/6] accel/kvm: Use negative KVM type for error propagation
` [PATCH v5 6/6] accel/kvm: Make kvm_dirty_ring_reaper_init() void

[PATCH][RFC] Add crash handler for qemu-linux-user
 2023-08-10  9:14 UTC  (3+ messages)

[PATCH] Aspeed: i2c: Fixed Tx and Rx error in BUFF Mode
 2023-08-10  9:13 UTC  (2+ messages)

[RFC v4 00/11] Native Library Calls
 2023-08-10  8:41 UTC  (3+ messages)
` [RFC v4 01/11] build: Implement logic for sharing cross-building config files

[PATCH QEMU v2 0/3] provide a smooth upgrade solution for multi-queues disk
 2023-08-10  7:07 UTC  (4+ messages)
` [PATCH QEMU v2 3/3] vhost-user-blk-pci: introduce auto-num-queues property
` [PATCH QEMU v2 1/3] virtio-scsi-pci: "
` [PATCH QEMU v2 2/3] virtio-blk-pci: "

[PATCH v2] migration/calc-dirty-rate: millisecond-granularity period
 2023-08-10  6:39 UTC  (8+ messages)

[PULL 0/1] OpenRISC FPU Fix for 8.1
 2023-08-10  6:35 UTC  (4+ messages)
` [PULL 1/1] target/openrisc: Set EPCR to next PC on FPE exceptions

[PATCH v2 0/4] virtio-net: add USO feature (UDP segmentation offload)
 2023-08-10  3:14 UTC  (3+ messages)

[PATCH] hw/ppc/e500: fix broken snapshot replay
 2023-08-10  1:34 UTC  (2+ messages)

[PATCH v2 for-8.2 00/19] ppc: record-replay enablement and fixes
 2023-08-10  1:12 UTC  (4+ messages)
` [PATCH v2 10/19] target/ppc: Migrate DECR SPR

[PULL 0/6] linux-user late fixes
 2023-08-09 22:04 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).