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

[PULL 00/14] Block layer patches
 2023-09-07  8:17 UTC  (3+ messages)

[PATCH v22 00/20] s390x: CPU Topology
 2023-09-07  8:15 UTC  (5+ messages)
` [PATCH v22 03/20] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v22 13/20] docs/s390x/cpu topology: document s390x cpu topology

[PATCH v5 00/57] Add LoongArch LASX instructions
 2023-09-07  8:08 UTC  (11+ messages)
` [PATCH v5 01/57] target/loongarch: Renamed lsx*.c to vec* .c
` [PATCH v5 02/57] target/loongarch: Implement gvec_*_vl functions
` [PATCH v5 03/57] target/loongarch: Use gen_helper_gvec_4_ptr for 4OP + env vector instructions
` [PATCH v5 04/57] target/loongarch: Use gen_helper_gvec_4 for 4OP "
` [PATCH v5 05/57] target/loongarch: Use gen_helper_gvec_3_ptr for 3OP + env "
` [PATCH v5 06/57] target/loongarch: Use gen_helper_gvec_3 for 3OP "
` [PATCH v5 07/57] target/loongarch: Use gen_helper_gvec_2_ptr for 2OP + env "
` [PATCH v5 08/57] target/loongarch: Use gen_helper_gvec_2 for 2OP "
` [PATCH v5 09/57] target/loongarch: Use gen_helper_gvec_2i for 2OP + imm "
` [PATCH v5 10/57] target/loongarch: Replace CHECK_SXE to check_vec(ctx, 16)

[PATCH v7 0/4] Virtio shared dma-buf
 2023-09-07  7:43 UTC  (5+ messages)
` [PATCH v7 1/4] uuid: add a hash function
` [PATCH v7 2/4] virtio-dmabuf: introduce virtio-dmabuf
` [PATCH v7 3/4] vhost-user: add shared_object msg
` [PATCH v7 4/4] libvhost-user: handle "

[PATCH v3 00/32] Unified CPU type check
 2023-09-07  7:41 UTC  (35+ messages)
` [PATCH v3 01/32] cpu: Add helper cpu_model_from_type()
` [PATCH v3 02/32] target/alpha: Use generic helper to show CPU model names
` [PATCH v3 03/32] target/arm: "
` [PATCH v3 04/32] target/avr: "
` [PATCH v3 05/32] target/cris: "
` [PATCH v3 06/32] target/hexagon: "
` [PATCH v3 07/32] target/i386: "
` [PATCH v3 08/32] target/loongarch: "
` [PATCH v3 09/32] target/m68k: "
` [PATCH v3 10/32] target/mips: "
` [PATCH v3 11/32] target/openrisc: "
` [PATCH v3 12/32] target/ppc: "
` [PATCH v3 13/32] target/riscv: "
` [PATCH v3 14/32] target/rx: "
` [PATCH v3 15/32] target/s390x: "
` [PATCH v3 16/32] target/sh4: "
` [PATCH v3 17/32] target/tricore: "
` [PATCH v3 18/32] target/sparc: Improve sparc_cpu_class_by_name()
` [PATCH v3 19/32] target/xtensa: Improve xtensa_cpu_class_by_name()
` [PATCH v3 20/32] target/hppa: Implement hppa_cpu_list()
` [PATCH v3 21/32] target/microblaze: Implement microblaze_cpu_list()
` [PATCH v3 22/32] target/nios2: Implement nios2_cpu_list()
` [PATCH v3 23/32] Mark cpu_list() supported on all targets
` [PATCH v3 24/32] machine: Constify MachineClass::valid_cpu_types[i]
` [PATCH v3 25/32] machine: Use error handling when CPU type is checked
` [PATCH v3 26/32] machine: Introduce helper is_cpu_type_supported()
` [PATCH v3 27/32] machine: Print CPU model name instead of CPU type name
` [PATCH v3 28/32] hw/arm/virt: Check CPU type in machine_run_board_init()
` [PATCH v3 29/32] hw/arm/virt: Hide host CPU model for tcg
` [PATCH v3 30/32] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()
` [PATCH v3 31/32] hw/arm: "
` [PATCH v3 32/32] hw/riscv/shakti_c: "

[PATCH 0/2] tcg: Add gvec compare with immediate and scalar operand
 2023-09-07  7:39 UTC  (3+ messages)
` [PATCH 1/2] "

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

[PATCH v2] hw/loongarch: Add virtio-mmio bus support
 2023-09-07  6:25 UTC 

[PATCH] target/riscv: pmp: Clear pmp/smepmp bits on reset
 2023-09-07  6:24 UTC 

[PATCH v6 0/3] Virtio shared dma-buf
 2023-09-07  6:19 UTC  (11+ messages)
` [PATCH v6 2/3] virtio-dmabuf: introduce virtio-dmabuf
` [PATCH v6 3/3] vhost-user: add shared_object msg

[PATCH v5 00/20] linux-user: Implement VDSOs
 2023-09-07  6:17 UTC  (5+ messages)
` [PATCH v5 20/20] linux-user/s390x: Add vdso

[PULL for-6.2 0/7] Ide patches
 2023-09-07  6:08 UTC  (10+ messages)
` [PULL for-6.2 1/7] hw/ide/core: set ERR_STAT in unsupported command completion
` [PULL for-6.2 2/7] hw/ide/ahci: write D2H FIS when processing NCQ command
` [PULL for-6.2 3/7] hw/ide/ahci: simplify and document PxCI handling
` [PULL for-6.2 4/7] hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is cleared
` [PULL for-6.2 5/7] hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set
` [PULL for-6.2 6/7] hw/ide/ahci: fix ahci_write_fis_sdb()
` [PULL for-6.2 7/7] hw/ide/ahci: fix broken SError handling

[PATCH v2 00/12] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
 2023-09-07  4:51 UTC  (5+ messages)
` [PATCH v2 01/12] hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common location
` [PATCH v2 02/12] hw/arm/virt-acpi-build.c: Migrate virtio "

Status of DAX for virtio-fs/virtiofsd?
 2023-09-07  4:19 UTC  (5+ messages)
  ` [Virtio-fs] "

[PATCH v9 00/20] riscv: 'max' CPU, detect user choice in TCG
 2023-09-07  4:13 UTC  (6+ messages)
` [PATCH v9 11/20] avocado, risc-v: add tuxboot tests for 'max' CPU
` [PATCH v9 15/20] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()

[PATCH 00/15] Nested PAPR API (KVM on PowerVM)
 2023-09-07  3:56 UTC  (30+ messages)
` [PATCH RESEND 01/15] ppc: spapr: Introduce Nested PAPR API related macros
` [PATCH RESEND 02/15] ppc: spapr: Add new/extend structs to support Nested PAPR API
` [PATCH RESEND 03/15] ppc: spapr: Use SpaprMachineStateNested's ptcr instead of nested_ptcr
` [PATCH RESEND 04/15] ppc: spapr: Start using nested.api for nested kvm-hv api
` [PATCH RESEND 05/15] ppc: spapr: Introduce cap-nested-papr for nested PAPR API
` [PATCH RESEND 06/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_GET_CAPABILITIES
` [PATCH RESEND 07/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_SET_CAPABILITIES
` [PATCH RESEND 08/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_CREATE
` [PATCH RESEND 09/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_CREATE_VCPU
` [PATCH RESEND 10/15] ppc: spapr: Initialize the GSB Elements lookup table
` [PATCH RESEND 11/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_[GET|SET]_STATE
` [PATCH RESEND 13/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_RUN_VCPU
` [PATCH RESEND 14/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_DELETE
` [PATCH RESEND 15/15] ppc: spapr: Document Nested PAPR API

[PATCH] docs/devel: Add cross-compiling doc
 2023-09-07  3:13 UTC  (4+ messages)

[PATCH] target/riscv: update checks on writing pmpcfg for ePMP to version 1.0
 2023-09-07  3:11 UTC  (2+ messages)

[PATCH v3] target/riscv: don't read CSR in riscv_csrrw_do64
 2023-09-07  3:06 UTC  (3+ messages)

[PATCH] target/riscv: Align the AIA model to v1.0 ratified spec
 2023-09-07  2:30 UTC  (2+ messages)

[PATCH v1 00/22] vfio: Adopt iommufd
 2023-09-07  2:27 UTC  (6+ messages)
` [PATCH v1 21/22] vfio/pci: Allow the selection of a given iommu backend

[RFC 0/3] qmp: make qmp_device_add() a coroutine
 2023-09-07  1:06 UTC  (5+ messages)
` [RFC 1/3] hmp: avoid the nested event loop in handle_hmp_command()
` [RFC 2/3] rcu: add drain_call_rcu_co() API
` [RFC 3/3] qmp: make qmp_device_add() a coroutine

[PATCH v3 0/6] CXL: SK hynix Niagara MHSLD Device
 2023-09-06  0:15 UTC  (7+ messages)
` [PATCH v3 1/6] cxl/mailbox: move mailbox effect definitions to a header
` [PATCH v3 2/6] cxl/type3: Cleanup multiple CXL_TYPE3() calls in read/write functions
` [PATCH v3 3/6] cxl/type3: Expose ct3 functions so that inheriters can call them
` [PATCH v3 4/6] cxl/type3: add an optional mhd validation function for memory accesses
` [PATCH v3 5/6] cxl/mailbox, type3: Implement MHD get info command callback
` [PATCH v3 6/6] cxl/vendor: SK hynix Niagara Multi-Headed SLD Device

[PATCH 0/1] Qemu crashes on VM migration after an handled memory error
 2023-09-06 21:29 UTC  (5+ messages)
` [PATCH 1/1] migration: skip poisoned memory pages on "ram saving" phase

[PATCH v3 0/3] Fix MCE handling on AMD hosts
 2023-09-06 20:53 UTC  (4+ messages)
` [PATCH v3 1/3] i386: Fix MCE support for "
` [PATCH v3 2/3] i386: Explicitly ignore unsupported BUS_MCEERR_AO MCE on AMD guest
` [PATCH v3 3/3] i386: Add support for SUCCOR feature

Tips for local testing guestfwd
 2023-09-06 20:53 UTC  (8+ messages)

[PATCH] migration: Unify and trace vmstate field_exists() checks
 2023-09-06 20:47 UTC 

[PATCH v3 0/4] Add full zoned storage emulation to qcow2 driver
 2023-09-06 20:26 UTC  (3+ messages)
` [PATCH v3 1/4] docs/qcow2: add the zoned format feature

[PATCH v2 0/2] Fix MCE handling on AMD hosts
 2023-09-06 18:20 UTC  (5+ messages)
` [PATCH v2 1/2] i386: Add support for SUCCOR feature

[PULL 00/52] UI patches
 2023-09-06 18:24 UTC  (2+ messages)

[PULL 00/26] aspeed queue
 2023-09-06 18:24 UTC  (2+ messages)

[PULL 00/13] linux-user patch queue
 2023-09-06 18:24 UTC  (2+ messages)

[PATCH v6 00/17] qemu patches for 64-bit NBD extensions
 2023-09-06 17:52 UTC  (9+ messages)
` [PATCH v6 04/17] nbd: Prepare for 64-bit request effect lengths
` [PATCH v6 06/17] nbd/server: Support a request payload

mips system emulation failure with virtio
 2023-09-06 16:46 UTC  (6+ messages)

[PATCH 0/5 v2] CXL: SK hynix Niagara MHSLD Device
 2023-09-06 13:04 UTC  (4+ messages)
` [PATCH 5/5] cxl/vendor: SK hynix Niagara Multi-Headed SLD Device

[PATCH v3 0/6] vfio/migration: Block VFIO migration with postcopy and background snapshot
 2023-09-06 16:16 UTC  (9+ messages)
` [PATCH v3 1/6] migration: Add migration prefix to functions in target.c
` [PATCH v3 2/6] vfio/migration: Fail adding device with enable-migration=on and existing blocker
` [PATCH v3 3/6] migration: Move more initializations to migrate_init()
` [PATCH v3 4/6] migration: Add .save_prepare() handler to struct SaveVMHandlers
` [PATCH v3 5/6] vfio/migration: Block VFIO migration with postcopy migration
` [PATCH v3 6/6] vfio/migration: Block VFIO migration with background snapshot

[PULL 00/18] Parallels format driver
 2023-09-06 15:54 UTC  (19+ messages)
` [PULL 01/18] MAINTAINERS: add tree to keep parallels format driver changes
` [PULL 02/18] parallels: Fix comments formatting inside parallels driver
` [PULL 03/18] parallels: Incorrect data end calculation in parallels_open()
` [PULL 04/18] parallels: Check if data_end greater than the file size
` [PULL 05/18] parallels: Add "explicit" argument to parallels_check_leak()
` [PULL 06/18] parallels: Add data_start field to BDRVParallelsState
` [PULL 07/18] parallels: Add checking and repairing duplicate offsets in BAT
` [PULL 08/18] parallels: Image repairing in parallels_open()
` [PULL 09/18] parallels: Use bdrv_co_getlength() in parallels_check_outside_image()
` [PULL 10/18] parallels: Add data_off check
  ` [PULL 11/18] parallels: Add data_off repairing to parallels_open()
  ` [PULL 12/18] iotests: Add out-of-image check test for parallels format
  ` [PULL 13/18] iotests: Add leak "
  ` [PULL 14/18] iotests: Add test for BAT entries duplication check
  ` [PULL 15/18] iotests: Refactor tests of parallels images checks (131)
  ` [PULL 16/18] iotests: Fix cluster size in parallels images tests (131)
  ` [PULL 17/18] iotests: Fix test 131 after repair was added to parallels_open()
  ` [PULL 18/18] iotests: Add test for data_off check

[PATCH 00/16] tests: Add CPU topology related smbios test cases
 2023-09-06 14:40 UTC  (3+ messages)

[PATCH v2 0/6] target/riscv: Add RISC-V Virtual IRQs and IRQ filtering support
 2023-09-06 14:38 UTC  (2+ messages)

[PATCH v2 00/16] virtio-mem: Expose device memory through multiple memslots
 2023-09-06 14:37 UTC  (5+ messages)
` [PATCH v2 04/16] kvm: Return number of free memslots

[PULL v2 00/35] ppc queue
 2023-09-06 14:36 UTC 

[PATCH 0/4] Generate x86 cpu features
 2023-09-06 14:34 UTC  (8+ messages)
` [PATCH 1/4] target/i386: Split out feature_word_info
` [PATCH 2/4] target/i386: Translate feature_word_info to xml

[PATCH] subprojects: add wrap file for libblkio
 2023-09-06 14:28 UTC  (3+ messages)

[PATCH v2 0/5] vfio/migration: Block VFIO migration with postcopy and background snapshot
 2023-09-06 14:21 UTC  (6+ messages)
` [PATCH v2 3/5] migration: Add .save_prepare() handler to struct SaveVMHandlers

[QEMU PATCH v4 00/13] Support blob memory and venus on qemu
 2023-09-06 14:16 UTC  (9+ messages)
` [QEMU PATCH v4 09/13] virtio-gpu: Handle resource blob commands

[PATCH 0/3] separated wanted and unwanted skips in QEMU iotests
 2023-09-06 14:09 UTC  (4+ messages)
` [PATCH 1/3] iotests: use TEST_IMG_FILE instead of TEST_IMG in _require_large_file
` [PATCH 2/3] iotests: improve 'not run' message for nbd-multiconn test
` [PATCH 3/3] iotests: distinguish 'skipped' and 'not run' states

[PATCH v4 2/5] s390x: switch pv and subsystem reset ordering on reboot
 2023-09-06 13:41 UTC  (3+ messages)
` [PATCH] s390x: do a subsystem reset before the unprotect "

strace showing QEMU process doing >99% ppoll
 2023-09-06 13:39 UTC  (2+ messages)

[PULL 00/14] Block patches
 2023-09-06 13:18 UTC  (2+ messages)

[PATCH v2 1/2] hw/ide: reset: cancel async DMA operation before resetting state
 2023-09-06 13:09 UTC  (2+ messages)
` [PATCH v2 2/2] tests/qtest: ahci-test: add test exposing reset issue with pending callback

[PATCH] virtio-gpu: block migration of VMs with blob=true
 2023-09-06 13:08 UTC 

[PATCH] virtio-gpu/win32: set the destroy function on load
 2023-09-06 13:07 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).