messages from 2023-05-02 16:10:18 to 2023-05-03 07:29:12 UTC [more...]
[RESEND PATCH 00/84] tcg: Build once for system, once for user
2023-05-03 7:23 UTC (9+ messages)
` [PATCH 02/84] tcg: Widen gen_insn_data to uint64_t
` [PATCH 10/84] accel/tcg: Widen plugin_gen_empty_mem_callback to i64
` [PATCH 17/84] tcg/i386: Conditionalize tcg_out_extu_i32_i64
` [PATCH 19/84] tcg/i386: Remove TARGET_LONG_BITS, TCG_TYPE_TL
` [PATCH 23/84] tcg/loongarch64: "
` [PATCH 25/84] tcg/ppc: "
` [PATCH 31/84] tcg: Add page_bits and page_mask to TCGContext
` [PATCH 72/84] accel/tcg: Tidy includes for translator.[ch]
[PATCH 00/84] tcg: Build once for system, once for user
2023-05-03 7:21 UTC (9+ messages)
` [PULL v2 02/12] accel/tcg: Uncache the host address for instruction fetch when tlb size < 1
` [PATCH 03/84] accel/tcg: Widen tcg-ldst.h addresses to uint64_t
` [PULL v2 04/12] qemu/host-utils.h: Add clz and ctz functions for lower-bit integers
` [PATCH 04/84] tcg: Widen helper_{ld,st}_i128 addresses to uint64_t
` [PULL v2 05/12] tcg: Add tcg_gen_gvec_andcs
` [PULL v2 06/12] tcg: Add tcg_gen_gvec_rotrs
` [PULL v2 07/12] qemu/int128: Re-shuffle Int128Alias members
` [PATCH 08/84] accel/tcg: Merge do_gen_mem_cb into caller
[PATCH v4 00/57] tcg: Improve atomicity support
2023-05-03 7:06 UTC (47+ messages)
` [PATCH v4 01/57] include/exec/memop: Add bits describing atomicity
` [PATCH v4 02/57] accel/tcg: Add cpu_in_serial_context
` [PATCH v4 03/57] accel/tcg: Introduce tlb_read_idx
` [PATCH v4 04/57] accel/tcg: Reorg system mode load helpers
` [PATCH v4 06/57] accel/tcg: Honor atomicity of loads
` [PATCH v4 07/57] accel/tcg: Honor atomicity of stores
` [PATCH v4 08/57] target/loongarch: Do not include tcg-ldst.h
` [PATCH v4 09/57] tcg: Unify helper_{be,le}_{ld,st}*
` [PATCH v4 10/57] accel/tcg: Implement helper_{ld, st}*_mmu for user-only
` [PATCH v4 11/57] tcg/tci: Use helper_{ld,st}*_mmu "
` [PATCH v4 12/57] tcg: Add 128-bit guest memory primitives
` [PATCH v4 14/57] tcg/i386: Add have_atomic16
` [PATCH v4 15/57] accel/tcg: Use have_atomic16 in ldst_atomicity.c.inc
` [PATCH v4 16/57] accel/tcg: Add aarch64 specific support in ldst_atomicity
` [PATCH v4 17/57] tcg/aarch64: Detect have_lse, have_lse2 for linux
` [PATCH v4 18/57] tcg/aarch64: Detect have_lse, have_lse2 for darwin
` [PATCH v4 19/57] accel/tcg: Add have_lse2 support in ldst_atomicity
` [PATCH v4 20/57] tcg: Introduce TCG_OPF_TYPE_MASK
` [PATCH v4 21/57] tcg/i386: Use full load/store helpers in user-only mode
` [PATCH v4 22/57] tcg/aarch64: "
` [PATCH v4 23/57] tcg/ppc: "
` [PATCH v4 24/57] tcg/loongarch64: "
` [PATCH v4 25/57] tcg/riscv: "
` [PATCH v4 26/57] tcg/arm: Adjust constraints on qemu_ld/st
` [PATCH v4 27/57] tcg/arm: Use full load/store helpers in user-only mode
` [PATCH v4 30/57] tcg/sparc64: Allocate %g2 as a third temporary
` [PATCH v4 31/57] tcg/sparc64: Rename tcg_out_movi_imm13 to tcg_out_movi_s13
` [PATCH v4 32/57] tcg/sparc64: Rename tcg_out_movi_imm32 to tcg_out_movi_u32
` [PATCH v4 33/57] tcg/sparc64: Split out tcg_out_movi_s32
` [PATCH v4 34/57] tcg/sparc64: Use standard slow path for softmmu
` [PATCH v4 35/57] accel/tcg: Remove helper_unaligned_{ld,st}
` [PATCH v4 37/57] tcg/loongarch64: Support softmmu unaligned accesses
` [PATCH v4 39/57] tcg: Introduce tcg_target_has_memory_bswap
` [PATCH v4 40/57] tcg: Add INDEX_op_qemu_{ld,st}_i128
` [PATCH v4 43/57] tcg/i386: Use atom_and_align_for_opc
` [PATCH v4 44/57] tcg/aarch64: "
` [PATCH v4 45/57] tcg/arm: "
` [PATCH v4 48/57] tcg/ppc: "
` [PATCH v4 49/57] tcg/riscv: "
` [PATCH v4 50/57] tcg/s390x: "
` [PATCH v4 52/57] tcg/i386: Honor 64-bit atomicity in 32-bit mode
` [PATCH v4 53/57] tcg/i386: Support 128-bit load/store with have_atomic16
` [PATCH v4 54/57] tcg/aarch64: Rename temporaries
` [PATCH v4 55/57] tcg/aarch64: Support 128-bit load/store
` [PATCH v4 56/57] tcg/ppc: "
` [PATCH v4 57/57] tcg/s390x: "
[PATCH v4 00/54] tcg: Simplify calls to load/store helpers
2023-05-03 6:57 UTC (52+ messages)
` [PATCH v4 01/54] tcg/i386: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v4 02/54] tcg/i386: Generalize multi-part load overlap test
` [PATCH v4 03/54] tcg/i386: Introduce HostAddress
` [PATCH v4 04/54] tcg/i386: Drop r0+r1 local variables from tcg_out_tlb_load
` [PATCH v4 05/54] tcg/i386: Introduce tcg_out_testi
` [PATCH v4 06/54] tcg/i386: Introduce prepare_host_addr
` [PATCH v4 07/54] tcg/i386: Use indexed addressing for softmmu fast path
` [PATCH v4 08/54] tcg/aarch64: Rationalize args to tcg_out_qemu_{ld, st}
` [PATCH v4 09/54] tcg/aarch64: Introduce HostAddress
` [PATCH v4 10/54] tcg/aarch64: Introduce prepare_host_addr
` [PATCH v4 11/54] tcg/arm: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v4 12/54] tcg/arm: Introduce HostAddress
` [PATCH v4 13/54] tcg/arm: Introduce prepare_host_addr
` [PATCH v4 14/54] tcg/loongarch64: Rationalize args to tcg_out_qemu_{ld, st}
` [PATCH v4 15/54] tcg/loongarch64: Introduce HostAddress
` [PATCH v4 16/54] tcg/loongarch64: Introduce prepare_host_addr
` [PATCH v4 17/54] tcg/mips: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v4 18/54] tcg/mips: Introduce prepare_host_addr
` [PATCH v4 19/54] tcg/ppc: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v4 20/54] tcg/ppc: Introduce HostAddress
` [PATCH v4 21/54] tcg/ppc: Introduce prepare_host_addr
` [PATCH v4 22/54] tcg/riscv: Require TCG_TARGET_REG_BITS == 64
` [PATCH v4 23/54] tcg/riscv: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v4 25/54] tcg/s390x: Pass TCGType "
` [PATCH v4 26/54] tcg/s390x: Introduce HostAddress
` [PATCH v4 27/54] tcg/s390x: Introduce prepare_host_addr
` [PATCH v4 28/54] tcg/sparc64: Drop is_64 test from tcg_out_qemu_ld data return
` [PATCH v4 29/54] tcg/sparc64: Pass TCGType to tcg_out_qemu_{ld,st}
` [PATCH v4 30/54] tcg: Move TCGLabelQemuLdst to tcg.c
` [PATCH v4 31/54] tcg: Replace REG_P with arg_loc_reg_p
` [PATCH v4 32/54] tcg: Introduce arg_slot_stk_ofs
` [PATCH v4 33/54] tcg: Widen helper_*_st[bw]_mmu val arguments
` [PATCH v4 34/54] tcg: Add routines for calling slow-path helpers
` [PATCH v4 35/54] tcg/i386: Convert tcg_out_qemu_ld_slow_path
` [PATCH v4 36/54] tcg/i386: Convert tcg_out_qemu_st_slow_path
` [PATCH v4 37/54] tcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_path
` [PATCH v4 38/54] tcg/arm: "
` [PATCH v4 39/54] tcg/loongarch64: Convert tcg_out_qemu_{ld, st}_slow_path
` [PATCH v4 41/54] tcg/ppc: Convert tcg_out_qemu_{ld,st}_slow_path
` [PATCH v4 42/54] tcg/riscv: "
` [PATCH v4 43/54] tcg/s390x: "
` [PATCH v4 44/54] tcg/loongarch64: Simplify constraints on qemu_ld/st
` [PATCH v4 46/54] tcg/mips: Reorg tlb load within prepare_host_addr
` [PATCH v4 47/54] tcg/mips: Simplify constraints on qemu_ld/st
` [PATCH v4 48/54] tcg/ppc: Reorg tcg_out_tlb_read
` [PATCH v4 49/54] tcg/ppc: Adjust constraints on qemu_ld/st
` [PATCH v4 50/54] tcg/ppc: Remove unused constraints A, B, C, D
` [PATCH v4 51/54] tcg/ppc: Remove unused constraint J
` [PATCH v4 52/54] tcg/riscv: Simplify constraints on qemu_ld/st
` [PATCH v4 53/54] tcg/s390x: Use ALGFR in constructing softmmu host address
` [PATCH v4 54/54] tcg/s390x: Simplify constraints on qemu_ld/st
[PATCH 0/3] OpenRISC updates for user space FPU
2023-05-03 6:29 UTC (5+ messages)
` [PATCH 1/3] target/openrisc: Allow fpcsr access in user mode
` [PATCH 2/3] target/openrisc: Set PC to cpu state on FPU exception
` [PATCH 3/3] target/openrisc: Setup FPU for detecting tininess before rounding
[PULL v2 00/12] tcg patch queue
2023-05-03 6:26 UTC (3+ messages)
` [PULL v2 03/12] qemu/bitops.h: Limit rotate amounts
[PATCH RFC v2 0/9] Add loongarch kvm accel support
2023-05-03 6:24 UTC (5+ messages)
` [PATCH RFC v2 7/9] target/loongarch: Implement kvm_arch_handle_exit
` [PATCH RFC v2 9/9] target/loongarch: Add loongarch kvm into meson build
[PULL 00/73] virtio,pc,pci: features, fixes
2023-05-03 4:19 UTC (10+ messages)
` [PULL 11/73] cryptodev: Support query-stats QMP command
` "
` [PULL 61/73] hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
[RFC PATCH 0/4] spapr: clean up nested hv
2023-05-03 0:39 UTC (5+ messages)
` [RFC PATCH 1/4] spapr: H_ENTER_NESTED should restore host XER ca field
` [RFC PATCH 2/4] spapr: Add a nested state struct
` [RFC PATCH 3/4] spapr: load and store l2 state with helper functions
` [RFC PATCH 4/4] spapr: Move spapr nested HV to a new file
[PATCH v1 1/1] hw/pci: Disable PCI_ERR_UNCOR_MASK register for machine type < 8.0
2023-05-03 0:27 UTC
[PULL v3 0/10] xenpvh3-tag
2023-05-03 0:13 UTC (11+ messages)
` [PULL v3 01/10] hw/i386/xen/: move xen-mapcache.c to hw/xen/
` [PULL v3 02/10] hw/i386/xen: rearrange xen_hvm_init_pc
` [PULL v3 03/10] hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState
` [PULL v3 04/10] xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
` [PULL v3 05/10] include/hw/xen/xen_common: return error from xen_create_ioreq_server
` [PULL v3 06/10] hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
` [PULL v3 07/10] hw/xen/xen-hvm-common: Use g_new and error_report
` [PULL v3 08/10] meson.build: do not set have_xen_pci_passthrough for aarch64 targets
` [PULL v3 09/10] hw/arm: introduce xenpvh machine
` [PULL v3 10/10] meson.build: enable xenpv machine build for ARM
[PATCH 0/8] migration: Add precopy initial data capability and VFIO precopy support
2023-05-02 22:56 UTC (6+ messages)
` [PATCH 2/8] migration: Add precopy initial data handshake
` [PATCH 3/8] migration: Add precopy initial data loaded ACK functionality
[RFC PATCH 0/4] vhost: register and change IOMMU flag depending on ATS state
2023-05-02 21:35 UTC (4+ messages)
` [RFC PATCH 1/4] pci: add handling of Enable bit in ATS Control Register
[PATCH] migration: Attempt disk reactivation in more failure scenarios
2023-05-02 21:17 UTC (2+ messages)
[PATCH] block/export: call blk_set_dev_ops(blk, NULL, NULL)
2023-05-02 21:11 UTC
[PATCH v4 00/10] COLO: improve build options
2023-05-02 20:58 UTC (20+ messages)
` [PATCH v4 02/10] colo: make colo_checkpoint_notify static and provide simpler API
` [PATCH v4 03/10] build: move COLO under CONFIG_REPLICATION
` [PATCH v4 05/10] migration: drop colo_incoming_thread from MigrationIncomingState
` [PATCH v4 06/10] migration: process_incoming_migration_co: simplify code flow around ret
` [PATCH v4 07/10] migration: split migration_incoming_co
` [PATCH v4 08/10] migration: process_incoming_migration_co(): move colo part to colo
` [PATCH v4 09/10] migration: disallow change capabilities in COLO state
` [PATCH v4 10/10] migration: block incoming colo when capability is disabled
[PATCH] ui: Fix pixel colour channel order for PNG screenshots
2023-05-02 20:34 UTC (3+ messages)
[PATCH v2] migration: Handle block device inactivation failures better
2023-05-02 20:16 UTC (3+ messages)
[PATCH v3 00/19] Add RISC-V vector cryptographic instruction set support
2023-05-02 20:11 UTC (3+ messages)
` [PATCH v3 08/19] qemu/bitops.h: Limit rotate amounts
[PATCH v4 00/20] block: remove aio_disable_external() API
2023-05-02 20:10 UTC (18+ messages)
` [PATCH v4 03/20] virtio-scsi: avoid race between unplug and transport event
` [PATCH v4 04/20] virtio-scsi: stop using aio_disable_external() during unplug
` [PATCH v4 06/20] block/export: wait for vhost-user-blk requests when draining
` [PATCH v4 07/20] block/export: stop using is_external in vhost-user-blk server
` [PATCH v4 10/20] block: drain from main loop thread in bdrv_co_yield_to_drain()
[PATCH v3 00/11] *** Add allwinner-r40 support ***
2023-05-02 20:01 UTC (3+ messages)
` [PATCH v3 01/11] hw: arm: Add bananapi M2-Ultra and allwinner-r40 support
[PATCH] softfloat: Fix the incorrect computation in float32_exp2()
2023-05-02 19:41 UTC (2+ messages)
[PATCH] tests/avocado/virtio-gpu: Fix the URLs of the test_virtio_vga_virgl test
2023-05-02 19:39 UTC (2+ messages)
[PATCH v3 00/57] tcg: Improve atomicity support
2023-05-02 19:19 UTC (3+ messages)
[QEMU][PATCH v4 0/4] Introduce Xilinx Versal CANFD
2023-05-02 19:13 UTC (3+ messages)
` [QEMU][PATCH v4 2/4] hw/net/can: Introduce Xilinx Versal CANFD controller
[PATCH 0/9] tcg: Remove compatability helpers for qemu ld/st
2023-05-02 19:09 UTC (5+ messages)
` [PATCH 3/9] target/Hexagon: Finish conversion to tcg_gen_qemu_{ld, st}_*
` [PATCH 3/9] target/Hexagon: Finish conversion to tcg_gen_qemu_{ld,st}_*
[PATCH] block/blkio: add 'fd' option to virtio-blk-vhost-vdpa driver
2023-05-02 19:02 UTC (2+ messages)
[PATCH 0/2] aio-posix: do not nest poll handlers
2023-05-02 18:41 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tested: add test for nested aio_poll() in "
[PULL v2 00/34] target-arm queue
2023-05-02 18:30 UTC (2+ messages)
[PULL 0/3] Various fixes
2023-05-02 18:30 UTC (2+ messages)
[PATCH v20 00/21] s390x: CPU Topology
2023-05-02 17:22 UTC (3+ messages)
` [PATCH v20 03/21] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
[PATCH v11 00/13] target/arm: Allow CONFIG_TCG=n builds
2023-05-02 17:11 UTC (6+ messages)
[PULL 00/27] Enable PV backends with Xen/KVM emulation
2023-05-02 17:08 UTC (3+ messages)
` [PULL 05/27] hw/xen: Watches on XenStore transactions
[PATCH 00/16] tcg: Remove TARGET_ALIGNED_ONLY
2023-05-02 16:08 UTC (9+ messages)
` [PATCH 03/16] target/alpha: "
` [PATCH 06/16] target/mips: Add MO_ALIGN to gen_llwp, gen_scwp
` [PATCH 08/16] target/mips: Use MO_ALIGN instead of 0
` [PATCH 09/16] target/mips: Remove TARGET_ALIGNED_ONLY
` [PATCH 13/16] target/sparc: Use MO_ALIGN where required
` [PATCH 14/16] target/sparc: Use cpu_ld*_code_mmu
` [PATCH 15/16] target/sparc: Remove TARGET_ALIGNED_ONLY
` [PATCH 16/16] tcg: "
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).