qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-07 13:11:56 to 2023-09-08 06:11:05 UTC [more...]

[PULL 00/65] riscv-to-apply queue
 2023-09-08  6:04 UTC  (41+ messages)
` [PULL 01/65] target/riscv/cpu.c: do not run 'host' CPU with TCG
` [PULL 02/65] hw/char/riscv_htif: Fix printing of console characters on big endian hosts
` [PULL 03/65] hw/char/riscv_htif: Fix the console syscall "
` [PULL 04/65] target/riscv/cpu.c: add zmmul isa string
` [PULL 05/65] target/riscv/cpu.c: add smepmp "
` [PULL 07/65] target/riscv: Use existing lookup tables for MixColumns
` [PULL 09/65] target/riscv: Refactor vector-vector translation macro
` [PULL 10/65] target/riscv: Remove redundant "cpu_vl == 0" checks
` [PULL 11/65] target/riscv: Add Zvbc ISA extension support
` [PULL 12/65] target/riscv: Move vector translation checks
` [PULL 14/65] target/riscv: Refactor some of the generic vector functionality
` [PULL 15/65] target/riscv: Add Zvbb ISA extension support
` [PULL 16/65] target/riscv: Add Zvkned "
` [PULL 19/65] target/riscv: Add Zvkg "
` [PULL 20/65] crypto: Create sm4_subword
` [PULL 21/65] crypto: Add SM4 constant parameter CK
` [PULL 22/65] target/riscv: Add Zvksed ISA extension support
` [PULL 23/65] target/riscv: Implement WARL behaviour for mcountinhibit/mcounteren
` [PULL 24/65] target/riscv: Add Zihintntl extension ISA string to DTS
` [PULL 25/65] target/riscv: Fix zfa fleq.d and fltq.d
` [PULL 27/65] hw/intc: Make rtc variable names consistent
` [PULL 28/65] linux-user/riscv: Use abi type for target_ucontext
` [PULL 29/65] target/riscv: support the AIA device emulation with KVM enabled
` [PULL 32/65] target/riscv: update APLIC and IMSIC to support KVM AIA
` [PULL 33/65] target/riscv: select KVM AIA in riscv virt machine
` [PULL 35/65] target/riscv: Update CSR bits name for svadu extension
` [PULL 36/65] target/riscv: fix satp_mode_finalize() when satp_mode.supported = 0
` [PULL 37/65] riscv: zicond: make non-experimental
` [PULL 38/65] hw/riscv/virt.c: fix non-KVM --enable-debug build
` [PULL 39/65] hw/intc/riscv_aplic.c "
` [PULL 44/65] target/riscv: Align the AIA model to v1.0 ratified spec
` [PULL 45/65] target/riscv: don't read CSR in riscv_csrrw_do64
` [PULL 49/65] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
` [PULL 50/65] target/riscv/cpu.c: split non-ratified exts from riscv_cpu_extensions[]
` [PULL 51/65] target/riscv/cpu.c: split vendor "
` [PULL 54/65] target/riscv/cpu.c: limit cfg->vext_spec log message
` [PULL 55/65] target/riscv: add 'max' CPU type
` [PULL 57/65] target/riscv: deprecate the 'any' "
` [PULL 58/65] target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
` [PULL 61/65] target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()

[PULL v2 00/35] ppc queue
 2023-09-08  4:24 UTC  (5+ messages)

[RESEND] qemu/timer: Add host ticks function for RISC-V
 2023-09-08  3:31 UTC 

[PATCH] qemu/timer: Add host ticks function for RISC-V
 2023-09-08  3:23 UTC 

[PATCH RESEND v5 00/57] Add LoongArch LASX instructions
 2023-09-08  3:22 UTC  (9+ messages)
` [PATCH RESEND v5 01/57] target/loongarch: Renamed lsx*.c to vec* .c
` [PATCH RESEND v5 02/57] target/loongarch: Implement gvec_*_vl functions
` [PATCH RESEND v5 03/57] target/loongarch: Use gen_helper_gvec_4_ptr for 4OP + env vector instructions

[PATCH v4 00/16] Lower TCG vector ops to LSX
 2023-09-08  2:21 UTC  (17+ messages)
` [PATCH v4 01/16] tcg/loongarch64: Import LSX instructions
` [PATCH v4 02/16] tcg/loongarch64: Lower basic tcg vec ops to LSX
` [PATCH v4 03/16] tcg: pass vece to tcg_target_const_match()
` [PATCH v4 04/16] tcg/loongarch64: Lower cmp_vec to vseq/vsle/vslt
` [PATCH v4 05/16] tcg/loongarch64: Lower add/sub_vec to vadd/vsub
` [PATCH v4 06/16] tcg/loongarch64: Lower vector bitwise operations
` [PATCH v4 07/16] tcg/loongarch64: Lower neg_vec to vneg
` [PATCH v4 08/16] tcg/loongarch64: Lower mul_vec to vmul
` [PATCH v4 09/16] tcg/loongarch64: Lower vector min max ops
` [PATCH v4 10/16] tcg/loongarch64: Lower vector saturated ops
` [PATCH v4 11/16] tcg/loongarch64: Lower vector shift vector ops
` [PATCH v4 12/16] tcg/loongarch64: Lower bitsel_vec to vbitsel
` [PATCH v4 13/16] tcg/loongarch64: Lower vector shift integer ops
` [PATCH v4 14/16] tcg/loongarch64: Lower rotv_vec ops to LSX
` [PATCH v4 15/16] tcg/loongarch64: Lower rotli_vec to vrotri
` [PATCH v4 16/16] tcg/loongarch64: Implement 128-bit load & store

[PULL 00/13] NBD patches through 2023-09-07
 2023-09-08  1:35 UTC  (14+ messages)
` [PULL 01/13] qemu-iotests/197: use more generic commands for formats other than qcow2
` [PULL 02/13] nbd: drop unused nbd_receive_negotiate() aio_context argument
` [PULL 03/13] nbd: drop unused nbd_start_negotiate() "
` [PULL 04/13] io: check there are no qio_channel_yield() coroutines during ->finalize()
` [PULL 05/13] io: follow coroutine AioContext in qio_channel_yield()
` [PULL 06/13] util/iov: Avoid dynamic stack allocation
` [PULL 07/13] qemu-nbd: improve error message for dup2 error
` [PULL 08/13] qemu-nbd: define struct NbdClientOpts when HAVE_NBD_DEVICE is not defined
` [PULL 09/13] qemu-nbd: move srcpath into struct NbdClientOpts
` [PULL 10/13] qemu-nbd: put saddr into "
` [PULL 11/13] qemu-nbd: invent nbd_client_release_pipe() helper
` [PULL 12/13] qemu-nbd: Restore "qemu-nbd -v --fork" output
` [PULL 13/13] qemu-nbd: document -v behavior in respect to --fork in man

[PATCH] softmmu/dirtylimit: Fix usleep early return on signal
 2023-09-08  1:11 UTC  (3+ messages)

[PATCH] hw/riscv: split RAM into low and high memory
 2023-09-08  0:16 UTC  (13+ messages)

[PATCH v2 0/3] block: align CoR requests to subclusters
 2023-09-08  0:15 UTC  (8+ messages)
` [PATCH v2 3/3] tests/qemu-iotests/197: add testcase for CoR with subclusters
` [PATCH v2 4/3] qemu-iotests/197: use more generic commands for formats other than qcow2

riscv64 virt board crash upon startup
 2023-09-07 23:55 UTC  (4+ messages)

[PATCH v3 00/32] Unified CPU type check
 2023-09-07 23:49 UTC  (14+ messages)
` [PATCH v3 01/32] cpu: Add helper cpu_model_from_type()
` [PATCH v3 15/32] target/s390x: Use generic helper to show CPU model names
` [PATCH v3 27/32] machine: Print CPU model name instead of CPU type name
` [PATCH v3 30/32] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()

[PATCH v3 0/8] qemu-nbd: Restore "qemu-nbd -v --fork" output
 2023-09-07 22:15 UTC  (18+ messages)
` [PATCH 1/8] qemu-nbd: improve error message for dup2 error
` [PATCH 2/8] qemu-nbd: define struct NbdClientOpts when HAVE_NBD_DEVICE is not defined
` [PATCH 3/8] qemu-nbd: move srcpath into struct NbdClientOpts
` [PATCH 4/8] qemu-nbd: put saddr into "
` [PATCH 5/8] qemu-nbd: invent nbd_client_release_pipe() helper
` [PATCH 6/8] qemu-nbd: Restore "qemu-nbd -v --fork" output
` [PATCH 7/8] qemu-nbd: document -v behavior in respect to --fork in man
` [PATCH 8/8] qemu-nbd: fix formatting in main()

[PATCH 1/1] block: improve alignment detection and fix 271 test
 2023-09-07 21:53 UTC 

[RFC 0/3] qmp: make qmp_device_add() a coroutine
 2023-09-07 21:25 UTC  (12+ messages)
` [RFC 1/3] hmp: avoid the nested event loop in handle_hmp_command()

[PATCH v3 0/2] qemu-img: map: implement support for compressed clusters
 2023-09-07 21:02 UTC  (3+ messages)
` [PATCH v3 1/2] block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()
` [PATCH v3 2/2] qemu-img: map: report compressed data blocks

[PATCH] hw/display/xlnx_dp: update comments
 2023-09-07 20:56 UTC  (2+ messages)

[PATCH v3 0/4] io: follow coroutine AioContext in qio_channel_yield()
 2023-09-07 20:41 UTC  (3+ messages)
` [PATCH v3 4/4] "

[PATCH v2 0/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
 2023-09-07 20:27 UTC  (5+ messages)
` [PATCH v2 7/7] "

[PATCH] meson.build: Make keyutils independent from keyring
 2023-09-07 19:57 UTC  (2+ messages)

[RFC PATCH] softmmu: Fix async_run_on_cpu() use in tcg_commit_cpu()
 2023-09-07 19:36 UTC  (3+ messages)

[PATCH] hw/net/vmxnet3: Fix guest-triggerable assert()
 2023-09-07 19:35 UTC  (2+ messages)

[PATCH v1 0/2] i386/a-b-bootblock: zero the first byte of each page on start
 2023-09-07 19:30 UTC  (3+ messages)
` [PATCH v1 1/2] i386/a-b-bootblock: factor test memory addresses out into constants
` [PATCH v1 2/2] i386/a-b-bootblock: zero the first byte of each page on start

[PATCH] arm64: Restore trapless ptimer access
 2023-09-07 19:31 UTC  (2+ messages)

[PATCH 0/2] i386/a-b-bootblock: zero the first byte of each page on start
 2023-09-07 19:29 UTC  (3+ messages)
` [PATCH 1/2] i386/a-b-bootblock: factor test memory addresses out into constants
` [PATCH 2/2] i386/a-b-bootblock: zero the first byte of each page on start

[RFC PATCH v2] docs/interop: define PROBE feature for vhost-user VirtIO devices
 2023-09-07 19:29 UTC  (5+ messages)
` [virtio-dev] "

[PATCH for-8.2 0/2] ppc: get rid of free() (gitlab #1798)
 2023-09-07 19:27 UTC  (4+ messages)

[PATCH 0/2] virtio: Drop out of coroutine context in virtio_load()
 2023-09-07 18:42 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v1 0/7] Validate and test qapi examples
 2023-09-07 18:34 UTC  (6+ messages)
` [PATCH v1 1/7] qapi: scripts: add a generator for qapi's examples

[PULL 0/5] Block patches
 2023-09-07 18:16 UTC  (6+ messages)
` [PULL 1/5] iothread: Set the GSource "name" field
` [PULL 2/5] hw/ufs: Initial commit for emulated Universal-Flash-Storage
` [PULL 3/5] hw/ufs: Support for Query Transfer Requests
` [PULL 4/5] hw/ufs: Support for UFS logical unit
` [PULL 5/5] tests/qtest: Introduce tests for UFS

[PULL for-6.2 0/7] Ide patches
 2023-09-07 18:16 UTC  (5+ messages)

[PATCH v10 0/4] hw/ufs: Add Universal Flash Storage (UFS) support
 2023-09-07 18:07 UTC  (2+ messages)

[PATCH 00/14] target/arm: Implement FEAT_MOPS
 2023-09-07 16:03 UTC  (15+ messages)
` [PATCH 01/14] target/arm: Remove unused allocation_tag_mem() argument
` [PATCH 02/14] target/arm: Don't skip MTE checks for LDRT/STRT at EL0
` [PATCH 03/14] target/arm: Add ID_AA64ISAR2_EL1
` [PATCH 04/14] target/arm: Implement FEAT_MOPS enable bits
` [PATCH 05/14] target/arm: Pass unpriv bool to get_a64_user_mem_index()
` [PATCH 06/14] target/arm: Define syndrome function for MOPS exceptions
` [PATCH 07/14] target/arm: New function allocation_tag_mem_probe()
` [PATCH 08/14] target/arm: Implement MTE tag-checking functions for FEAT_MOPS
` [PATCH 09/14] target/arm: Implement the SET* instructions
` [PATCH 10/14] target/arm: Define new TB flag for ATA0
` [PATCH 11/14] target/arm: Implement the SETG* instructions
` [PATCH 12/14] target/arm: Implement MTE tag-checking functions for FEAT_MOPS copies
` [PATCH 13/14] target/arm: Implement the CPY* instructions
` [PATCH 14/14] target/arm: Enable FEAT_MOPS for CPU 'max'

[PATCH V4 00/11] fix migration of suspended runstate
 2023-09-07 15:50 UTC  (4+ messages)
` [PATCH V4 06/11] migration: preserve cpu ticks if suspended

[PULL 00/18] Parallels format driver
 2023-09-07 15:43 UTC  (2+ messages)

[PULL 00/51] Build system, i386 changes for 2023-09-07
 2023-09-07 15:44 UTC  (14+ messages)
` [PULL 02/51] target/i386: raise FERR interrupt with iothread locked
` [PULL 20/51] meson: do not unnecessarily use cmake for dependencies
` [PULL 22/51] configure: remove HOST_CC
` [PULL 26/51] configure: move --enable-debug-tcg to meson
` [PULL 27/51] contrib/plugins: use an independent makefile
` [PULL 29/51] configure, meson: move --enable-plugins to meson
` [PULL 39/51] hw/i386/fw_cfg: Include missing 'cpu.h' header
` [PULL 40/51] target/i386/helper: Restrict KVM declarations to system emulation
` [PULL 41/51] target/i386/cpu-sysemu: Inline kvm_apic_in_kernel()
` [PULL 45/51] target/i386: Restrict declarations specific to CONFIG_KVM
` [PULL 47/51] sysemu/kvm: Restrict kvm_get_apic_state() to x86 targets
` [PULL 48/51] sysemu/kvm: Restrict kvm_has_pit_state2() "

[PATCH v4 00/15] vfio: VFIO migration support with vIOMMU
 2023-09-07 15:20 UTC  (4+ messages)

[PATCH] tests/qtest/usb-hcd: Remove the empty "init" tests
 2023-09-07 14:52 UTC  (2+ messages)

[PATCH 0/1] qom: fix setting of qdev array properties
 2023-09-07 14:16 UTC  (5+ messages)

[PATCH v3 0/3] Fix MCE handling on AMD hosts
 2023-09-07 14:00 UTC  (4+ messages)
` [PATCH v3 2/3] i386: Explicitly ignore unsupported BUS_MCEERR_AO MCE on AMD guest

[PATCH v3 0/5] Support message-based DMA in vfio-user server
 2023-09-07 13:04 UTC  (2+ messages)
` [PATCH v3 1/5] softmmu: Per-AddressSpace bounce buffering

[PATCH v2 0/5] virtio-gpu: add blob migration support
 2023-09-07 13:09 UTC  (6+ messages)
` [PATCH v2 1/5] virtio-gpu: block migration of VMs with blob=true
` [PATCH v2 2/5] virtio-gpu: factor out restore mapping
` [PATCH v2 3/5] virtio-gpu: move scanout restoration to post_load
` [PATCH v2 4/5] virtio-gpu: add virtio-gpu/blob vmstate subsection
` [PATCH v2 5/5] Revert "virtio-gpu: block migration of VMs with blob=true"


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