messages from 2023-09-07 02:31:34 to 2023-09-07 13:01:45 UTC [more...]
[PULL 00/51] Build system, i386 changes for 2023-09-07
2023-09-07 12:59 UTC (8+ messages)
` [PULL 01/51] linux-user, bsd-user: disable on unsupported host architectures
` [PULL 03/51] target/i386: generalize operand size "ph" for use in CVTPS2PD
` [PULL 05/51] target/i386: Add support for AMX-COMPLEX in CPUID enumeration
` [PULL 06/51] include/sysemu/os-posix.h: move *daemonize* declarations together
` [PULL 09/51] os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()
` [PULL 10/51] os-posix.c: move code around
` [PULL 14/51] contrib/plugins: remove -soname argument
[PATCH 0/1] qom: fix setting of qdev array properties
2023-09-07 12:59 UTC (7+ messages)
[PATCH v2 0/3] hw/cxl: Support emulating 4 HDM decoders throughout topology
2023-09-07 12:41 UTC (7+ messages)
` [PATCH v2 1/3] hw/cxl: Push cxl_decoder_count_enc() and cxl_decode_ig() into .c
` [PATCH v2 2/3] hw/cxl: Add utility functions decoder interleave ways and target count
` [PATCH v2 3/3] hw/cxl: Support 4 HDM decoders at all levels of topology
[PATCH v4 00/15] vfio: VFIO migration support with vIOMMU
2023-09-07 12:40 UTC (3+ messages)
[PATCH v2 0/4] Support message-based DMA in vfio-user server
2023-09-07 12:37 UTC (10+ messages)
` [PATCH v2 1/4] softmmu: Support concurrent bounce buffers
[PATCH v2] docs/devel: Add cross-compiling doc
2023-09-07 12:36 UTC (4+ messages)
[PATCH] trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric value
2023-09-07 12:32 UTC (3+ messages)
[PATCH] contrib/plugins: add Darwin support
2023-09-07 12:30 UTC (2+ messages)
riscv64 virt board crash upon startup
2023-09-07 12:29 UTC (2+ messages)
[PATCH 0/2] tcg: Add gvec compare with immediate and scalar operand
2023-09-07 12:13 UTC (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] target/arm: Use tcg_gen_gvec_cmpi for compare vs 0
[PATCH RESEND v5 00/57] Add LoongArch LASX instructions
2023-09-07 12:13 UTC (59+ 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] migration: Unify and trace vmstate field_exists() checks
2023-09-07 11:55 UTC (2+ messages)
[PATCH v7 0/4] Virtio shared dma-buf
2023-09-07 11:51 UTC (7+ 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] ff
2023-09-07 11:43 UTC
[PATCH 0/3] hw/mips/jazz: Rework the NIC init code
2023-09-07 11:37 UTC (3+ messages)
[PATCH v2 3/3] gdbstub: replace exit(0) with proper shutdown
2023-09-07 11:33 UTC (6+ messages)
[RFC 0/3] qmp: make qmp_device_add() a coroutine
2023-09-07 11:28 UTC (2+ messages)
[PATCH v3 0/5] Risc-V/gdb: replace exit calls with proper shutdown
2023-09-07 11:26 UTC (6+ messages)
` [PATCH v3 1/5] softmmu: add means to pass an exit code when requesting a shutdown
` [PATCH v3 2/5] softmmu: pass the main loop status to gdb "Wxx" packet
` [PATCH v3 3/5] hw/misc/sifive_test.c: replace exit calls with proper shutdown
` [PATCH v3 4/5] hw/char: riscv_htif: "
` [PATCH v3 5/5] gdbstub: replace exit calls with proper shutdown for softmmu
[PATCH 0/2] hw/cxl: Support emulating 4 HDM decoders throughout topology
2023-09-07 11:27 UTC (7+ messages)
` [PATCH 1/2] hw/cxl: Add utility functions decoder interleave ways and target count
[PATCH 0/5] contrib/plugins: Build fixes for Darwin
2023-09-07 11:24 UTC (8+ messages)
` [PATCH 1/5] contrib/plugins/cache: Fix string format
` [PATCH 2/5] contrib/plugins/drcov: "
` [PATCH 3/5] contrib/plugins/howvec: "
` [PATCH 4/5] contrib/plugins/lockstep: "
` [PATCH 5/5] contrib/plugins: Link with GLib
[PULL 00/14] Block patches
2023-09-07 11:21 UTC (3+ messages)
[PATCH v3 0/3] Fix MCE handling on AMD hosts
2023-09-07 11:12 UTC (3+ messages)
` [PATCH v3 2/3] i386: Explicitly ignore unsupported BUS_MCEERR_AO MCE on AMD guest
CXL Namespaces of ACPI disappearing in Qemu demo
2023-09-07 10:58 UTC (2+ messages)
[PATCH] contrib/plugins: fix -Wformat issues
2023-09-07 10:52 UTC (2+ messages)
[PATCH] contrib/plugins: remove -soname argument
2023-09-07 10:47 UTC (2+ messages)
[PATCH v4 00/11] memory-backend-file related improvements and VM templating support
2023-09-07 10:35 UTC (4+ messages)
` [PATCH v4 07/11] softmmu/physmem: Never return directories from file_ram_open()
[PATCH v22 00/20] s390x: CPU Topology
2023-09-07 10:08 UTC (11+ 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 v22 17/20] tests/avocado: s390x cpu topology test dedicated CPU
[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 (4+ messages)
[PATCH v3 00/32] Unified CPU type check
2023-09-07 9:07 UTC (20+ messages)
` [PATCH v3 01/32] cpu: Add helper cpu_model_from_type()
` [PATCH v3 12/32] target/ppc: Use generic helper to show CPU model names
` [PATCH v3 15/32] target/s390x: "
` [PATCH v3 17/32] target/tricore: "
` [PATCH v3 24/32] machine: Constify MachineClass::valid_cpu_types[i]
` [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 30/32] hw/arm/sbsa-ref: "
` [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] disas/riscv: Fix the typo of inverted order of pmpaddr13 and pmpaddr14
2023-09-07 8:45 UTC
[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)
[PULL 00/14] Block layer patches
2023-09-07 8:17 UTC (3+ 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 (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 (13+ messages)
` [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)
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).