messages from 2023-09-06 20:27:23 to 2023-09-07 10:07:11 UTC [more...]
[PATCH 0/1] qom: fix setting of qdev array properties
2023-09-07 10:06 UTC (6+ messages)
[PATCH] hw/riscv: split RAM into low and high memory
2023-09-07 10:04 UTC (9+ messages)
[PATCH v5 00/20] linux-user: Implement VDSOs
2023-09-07 9:20 UTC (6+ messages)
` [PATCH v5 20/20] linux-user/s390x: Add vdso
[PATCH] docs/devel: Add cross-compiling doc
2023-09-07 9:16 UTC (6+ messages)
[PATCH v3 00/32] Unified CPU type check
2023-09-07 9:07 UTC (43+ 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 v3 0/6] vfio/migration: Block VFIO migration with postcopy and background snapshot
2023-09-07 9:07 UTC (3+ messages)
[PATCH v22 00/20] s390x: CPU Topology
2023-09-07 9:05 UTC (9+ messages)
` [PATCH v22 13/20] docs/s390x/cpu topology: document s390x cpu topology
` [PATCH v22 14/20] tests/avocado: s390x cpu topology core
` [PATCH v22 15/20] tests/avocado: s390x cpu topology polarization
` [PATCH v22 16/20] tests/avocado: s390x cpu topology entitlement tests
[PATCH v2] docs/devel: Add cross-compiling doc
2023-09-07 8:46 UTC
[PATCH] disas/riscv: Fix the typo of inverted order of pmpaddr13 and pmpaddr14
2023-09-07 8:45 UTC
[PATCH RESEND v5 00/57] Add LoongArch LASX instructions
2023-09-07 8:31 UTC (58+ 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 RESEND v5 04/57] target/loongarch: Use gen_helper_gvec_4 for 4OP "
` [PATCH RESEND v5 05/57] target/loongarch: Use gen_helper_gvec_3_ptr for 3OP + env "
` [PATCH RESEND v5 06/57] target/loongarch: Use gen_helper_gvec_3 for 3OP "
` [PATCH RESEND v5 07/57] target/loongarch: Use gen_helper_gvec_2_ptr for 2OP + env "
` [PATCH RESEND v5 08/57] target/loongarch: Use gen_helper_gvec_2 for 2OP "
` [PATCH RESEND v5 09/57] target/loongarch: Use gen_helper_gvec_2i for 2OP + imm "
` [PATCH RESEND v5 10/57] target/loongarch: Replace CHECK_SXE to check_vec(ctx, 16)
` [PATCH RESEND v5 11/57] target/loongarch: Add LASX data support
` [PATCH RESEND v5 12/57] target/loongarch: check_vec support check LASX instructions
` [PATCH RESEND v5 13/57] target/loongarch: Add avail_LASX to "
` [PATCH RESEND v5 14/57] target/loongarch: Implement xvadd/xvsub
` [PATCH RESEND v5 15/57] target/loongarch: Implement xvreplgr2vr
` [PATCH RESEND v5 16/57] target/loongarch: Implement xvaddi/xvsubi
` [PATCH RESEND v5 17/57] target/loongarch: Implement xvneg
` [PATCH RESEND v5 18/57] target/loongarch: Implement xvsadd/xvssub
` [PATCH RESEND v5 19/57] target/loongarch: Implement xvhaddw/xvhsubw
` [PATCH RESEND v5 20/57] target/loongarch: Implement xvaddw/xvsubw
` [PATCH RESEND v5 21/57] target/loongarch: Implement xavg/xvagr
` [PATCH RESEND v5 22/57] target/loongarch: Implement xvabsd
` [PATCH RESEND v5 23/57] target/loongarch: Implement xvadda
` [PATCH RESEND v5 24/57] target/loongarch: Implement xvmax/xvmin
` [PATCH RESEND v5 25/57] target/loongarch: Implement xvmul/xvmuh/xvmulw{ev/od}
` [PATCH RESEND v5 26/57] target/loongarch: Implement xvmadd/xvmsub/xvmaddw{ev/od}
` [PATCH RESEND v5 27/57] target/loongarch; Implement xvdiv/xvmod
` [PATCH RESEND v5 28/57] target/loongarch: Implement xvsat
` [PATCH RESEND v5 29/57] target/loongarch: Implement xvexth
` [PATCH RESEND v5 30/57] target/loongarch: Implement vext2xv
` [PATCH RESEND v5 31/57] target/loongarch: Implement xvsigncov
` [PATCH RESEND v5 32/57] target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
` [PATCH RESEND v5 33/57] target/loognarch: Implement xvldi
` [PATCH RESEND v5 34/57] target/loongarch: Implement LASX logic instructions
` [PATCH RESEND v5 35/57] target/loongarch: Implement xvsll xvsrl xvsra xvrotr
` [PATCH RESEND v5 36/57] target/loongarch: Implement xvsllwil xvextl
` [PATCH RESEND v5 37/57] target/loongarch: Implement xvsrlr xvsrar
` [PATCH RESEND v5 38/57] target/loongarch: Implement xvsrln xvsran
` [PATCH RESEND v5 39/57] target/loongarch: Implement xvsrlrn xvsrarn
` [PATCH RESEND v5 40/57] target/loongarch: Implement xvssrln xvssran
` [PATCH RESEND v5 41/57] target/loongarch: Implement xvssrlrn xvssrarn
` [PATCH RESEND v5 42/57] target/loongarch: Implement xvclo xvclz
` [PATCH RESEND v5 43/57] target/loongarch: Implement xvpcnt
` [PATCH RESEND v5 44/57] target/loongarch: Implement xvbitclr xvbitset xvbitrev
` [PATCH RESEND v5 45/57] target/loongarch: Implement xvfrstp
` [PATCH RESEND v5 46/57] target/loongarch: Implement LASX fpu arith instructions
` [PATCH RESEND v5 47/57] target/loongarch: Implement LASX fpu fcvt instructions
` [PATCH RESEND v5 48/57] target/loongarch: Implement xvseq xvsle xvslt
` [PATCH RESEND v5 49/57] target/loongarch: Implement xvfcmp
` [PATCH RESEND v5 50/57] target/loongarch: Implement xvbitsel xvset
` [PATCH RESEND v5 51/57] target/loongarch: Implement xvinsgr2vr xvpickve2gr
` [PATCH RESEND v5 52/57] target/loongarch: Implement xvreplve xvinsve0 xvpickve
` [PATCH RESEND v5 53/57] target/loongarch: Implement xvpack xvpick xvilv{l/h}
` [PATCH RESEND v5 54/57] target/loongarch: Implement xvshuf xvperm{i} xvshuf4i
` [PATCH RESEND v5 55/57] target/loongarch: Implement xvld xvst
` [PATCH RESEND v5 56/57] target/loongarch: Move simply DO_XX marcos togther
` [PATCH RESEND v5 57/57] target/loongarch: CPUCFG support LASX
[PATCH v5 00/57] Add LoongArch LASX instructions
2023-09-07 8:27 UTC (12+ 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 8:19 UTC (6+ 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 "
[PULL 00/14] Block layer patches
2023-09-07 8:17 UTC (3+ messages)
[PATCH 0/2] tcg: Add gvec compare with immediate and scalar operand
2023-09-07 7:39 UTC (3+ messages)
` [PATCH 1/2] "
[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 (8+ messages)
` [PATCH v6 3/3] vhost-user: add shared_object msg
[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] 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 (3+ messages)
` [RFC 1/3] hmp: avoid the nested event loop in handle_hmp_command()
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).