qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-18 14:11:17 to 2021-08-19 02:02:51 UTC [more...]

[PATCH v2 00/21] target/riscv: Use tcg_constant_*
 2021-08-19  2:01 UTC  (5+ messages)
` [PATCH v2 04/21] target/riscv: Introduce DisasExtend and new helpers

[PATCH v2] net/colo: check vnet_hdr_support flag when using virtio-net
 2021-08-19  1:27 UTC 

[PATCH v2 0/3] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-08-19  1:09 UTC  (7+ messages)
` [PATCH v2 1/3] target/riscv: Add x-zba, x-zbb, x-zbc and x-zbs properties
` [PATCH v2 2/3] target/riscv: update Zb[abcs] to 1.0.0 (public review) specification
` [PATCH v2 3/3] disas/riscv: Add Zb[abcs] instructions

[PATCH v2] hw/intc/sifive_clint: Fix overflow in sifive_clint_write_timecmp()
 2021-08-19  0:13 UTC  (3+ messages)

[PATCH v2 0/5] target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()
 2021-08-18 22:35 UTC  (9+ messages)
` [PATCH v2 1/5] target/mips: Call cpu_is_bigendian & inline GET_OFFSET in ld/st helpers
` [PATCH v2 2/5] target/mips: Replace GET_LMASK() macro by get_lmask(32) function
` [PATCH v2 3/5] target/mips: Replace GET_LMASK64() macro by get_lmask(64) function
` [PATCH v2 4/5] target/mips: Store CP0_Config0 in DisasContext
` [PATCH v2 5/5] target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()

[PATCH 0/5] target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()
 2021-08-18 22:29 UTC  (13+ messages)
` [PATCH 1/5] target/mips: Replace GET_OFFSET() macro by get_offset() function
` [PATCH 2/5] target/mips: Replace GET_LMASK() macro by get_lmask(32) function
` [PATCH 3/5] target/mips: Replace GET_LMASK64() macro by get_lmask(64) function
` [PATCH 4/5] target/mips: Store CP0_Config0 in DisasContext
` [PATCH 5/5] target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()

[PATCH v3 00/16] tcg/mips: Unaligned access and other cleanup
 2021-08-18 22:19 UTC  (24+ messages)
` [PATCH v3 01/16] tcg/mips: Support unaligned access for user-only
` [PATCH v3 02/16] tcg/mips: Support unaligned access for softmmu
` [PATCH v3 03/16] tcg/mips: Drop inline markers
` [PATCH v3 04/16] tcg/mips: Move TCG_AREG0 to S8
` [PATCH v3 05/16] tcg/mips: Move TCG_GUEST_BASE_REG to S7
` [PATCH v3 06/16] tcg/mips: Unify TCG_GUEST_BASE_REG tests
` [PATCH v3 07/16] tcg/mips: Allow JAL to be out of range in tcg_out_bswap_subr
` [PATCH v3 08/16] tcg/mips: Unset TCG_TARGET_HAS_direct_jump
` [PATCH v3 09/16] tcg/mips: Drop special alignment for code_gen_buffer
` [PATCH v3 10/16] tcg/mips: Create and use TCG_REG_TB
` [PATCH v3 11/16] tcg/mips: Split out tcg_out_movi_one
` [PATCH v3 12/16] tcg/mips: Split out tcg_out_movi_two
` [PATCH v3 13/16] tcg/mips: Use the constant pool for 64-bit constants
` [PATCH v3 14/16] tcg/mips: Aggressively use the constant pool for n64 calls
` [PATCH v3 15/16] tcg/mips: Try tb-relative addresses in tcg_out_movi
` [PATCH v3 16/16] tcg/mips: Try three insns with shift and add "

[PATCH v3 00/14] tcg/arm: Unaligned access and other cleanup
 2021-08-18 22:05 UTC  (20+ messages)
` [PATCH v3 01/14] tcg/arm: Remove fallback definition of __ARM_ARCH
` [PATCH v3 02/14] tcg/arm: Standardize on tcg_out_<branch>_{reg,imm}
` [PATCH v3 03/14] tcg/arm: Simplify use_armvt5_instructions
` [PATCH v3 04/14] tcg/arm: Support armv4t in tcg_out_goto and tcg_out_call
` [PATCH v3 05/14] tcg/arm: Examine QEMU_TCG_DEBUG environment variable
` [PATCH v3 06/14] tcg/arm: Support unaligned access for softmmu
` [PATCH v3 07/14] tcg/arm: Split out tcg_out_ldstm
` [PATCH v3 08/14] tcg/arm: Simplify usage of encode_imm
` [PATCH v3 09/14] tcg/arm: Drop inline markers
` [PATCH v3 10/14] tcg/arm: Give enum arm_cond_code_e a typedef and use it
` [PATCH v3 11/14] tcg/arm: More use of the ARMInsn enum
` [PATCH v3 12/14] tcg/arm: More use of the TCGReg enum
` [PATCH v3 13/14] tcg/arm: Reserve a register for guest_base
` [PATCH v3 14/14] tcg/arm: Support raising sigbus for user-only

[RFC PATCH 00/13] Add support for Mirror VM
 2021-08-18 21:42 UTC  (26+ messages)

[PATCH v3 00/66] Unaligned access for user-only
 2021-08-18 21:24 UTC  (73+ messages)
` [PATCH v3 01/66] util: Suppress -Wstringop-overflow in qemu_thread_start
` [PATCH v3 02/66] hw/core: Make do_unaligned_access noreturn
` [PATCH v3 03/66] hw/core: Make do_unaligned_access available to user-only
` [PATCH v3 04/66] target/alpha: Implement do_unaligned_access for user-only
` [PATCH v3 05/66] target/arm: "
` [PATCH v3 06/66] target/hppa: "
` [PATCH v3 07/66] target/microblaze: Do not set MO_ALIGN "
` [PATCH v3 08/66] target/mips: Implement do_unaligned_access "
` [PATCH v3 09/66] target/ppc: Move SPR_DSISR setting to powerpc_excp
` [PATCH v3 10/66] target/ppc: Set fault address in ppc_cpu_do_unaligned_access
` [PATCH v3 11/66] target/ppc: Implement do_unaligned_access for user-only
` [PATCH v3 12/66] target/riscv: "
` [PATCH v3 13/66] target/s390x: "
` [PATCH v3 14/66] target/sh4: Set fault address in superh_cpu_do_unaligned_access
` [PATCH v3 15/66] target/sh4: Implement do_unaligned_access for user-only
` [PATCH v3 16/66] target/sparc: Remove DEBUG_UNALIGNED
` [PATCH v3 17/66] target/sparc: Split out build_sfsr
` [PATCH v3 18/66] target/sparc: Set fault address in sparc_cpu_do_unaligned_access
` [PATCH v3 19/66] target/sparc: Implement do_unaligned_access for user-only
` [PATCH v3 20/66] target/xtensa: "
` [PATCH v3 21/66] accel/tcg: Report unaligned atomics "
` [PATCH v3 22/66] accel/tcg: Drop signness in tracing in cputlb.c
` [PATCH v3 23/66] tcg: Expand MO_SIZE to 3 bits
` [PATCH v3 24/66] tcg: Rename TCGMemOpIdx to MemOpIdx
` [PATCH v3 25/66] tcg: Split out MemOpIdx to exec/memopidx.h
` [PATCH v3 26/66] trace/mem: Pass MemOpIdx to trace_mem_get_info
` [PATCH v3 27/66] accel/tcg: Pass MemOpIdx to atomic_trace_*_post
` [PATCH v3 28/66] plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
` [PATCH v3 29/66] trace: Split guest_mem_before
` [PATCH v3 30/66] target/arm: Use MO_128 for 16 byte atomics
` [PATCH v3 31/66] target/i386: "
` [PATCH v3 32/66] target/ppc: "
` [PATCH v3 33/66] target/s390x: "
` [PATCH v3 34/66] target/hexagon: Implement cpu_mmu_index
` [PATCH v3 35/66] accel/tcg: Add cpu_{ld,st}*_mmu interfaces
` [PATCH v3 36/66] accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.h
` [PATCH v3 37/66] target/mips: Use cpu_*_data_ra for msa load/store
` [PATCH v3 38/66] target/mips: Use 8-byte memory ops "
` [PATCH v3 39/66] target/s390x: Use cpu_*_mmu instead of helper_*_mmu
` [PATCH v3 40/66] target/sparc: "
` [PATCH v3 41/66] target/arm: "
` [PATCH v3 42/66] tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
` [PATCH v3 43/66] tcg: Add helper_unaligned_{ld, st} for user-only sigbus
` [PATCH v3 44/66] tcg/i386: Support raising sigbus for user-only
` [PATCH v3 45/66] tests/tcg/multiarch: Add sigbus.c
` [PATCH v3 46/66] linux-user: Split out do_prctl and subroutines
` [PATCH v3 47/66] linux-user: Disable more prctl subcodes
` [PATCH v3 48/66] hw/core/cpu: Re-sort the non-pointers to the end of CPUClass
` [PATCH v3 49/66] linux-user: Add code for PR_GET/SET_UNALIGN
` [PATCH v3 50/66] hw/core/cpu: Move cpu properties to cpu-sysemu.c
` [PATCH v3 51/66] hw/core/cpu: Add prctl-unalign-sigbus property for user-only
` [PATCH v3 52/66] target/alpha: Reorg fp memory operations
` [PATCH v3 53/66] target/alpha: Reorg integer "
` [PATCH v3 54/66] target/alpha: Implement prctl_unalign_sigbus
` [PATCH v3 55/66] target/hppa: "
` [PATCH v3 56/66] target/sh4: "
` [PATCH v3 57/66] accel/tcg/user-exec: Convert DEBUG_SIGNAL to tracepoint
` [PATCH v3 58/66] include/exec: Move cpu_signal_handler declaration
` [PATCH v3 59/66] accel/tcg: Handle SIGBUS in handle_cpu_signal
` [PATCH v3 60/66] tcg/aarch64: Support raising sigbus for user-only
` [PATCH v3 61/66] tcg/ppc: "
` [PATCH v3 62/66] tcg/s390: "
` [PATCH v3 63/66] tcg/tci: "
` [PATCH v3 64/66] tcg: Canonicalize alignment flags in MemOp
` [PATCH v3 65/66] tcg/riscv: Support raising sigbus for user-only
` [PATCH v3 66/66] tcg/riscv: Remove add with zero on user-only memory access

[PATCH v3 0/7] tcg/sparc: Unaligned access and other cleanup
 2021-08-18 21:08 UTC  (10+ messages)
` [PATCH v3 1/7] tcg/sparc: Drop inline markers
` [PATCH v3 2/7] tcg/sparc: Introduce tcg_out_mov_delay
` [PATCH v3 3/7] tcg/sparc: Add scratch argument to tcg_out_movi_int
` [PATCH v3 4/7] tcg/sparc: Improve code gen for shifted 32-bit constants
` [PATCH v3 5/7] tcg/sparc: Use the constant pool for 64-bit constants
` [PATCH v3 6/7] tcg/sparc: Add tcg_out_jmpl_const for better tail calls
` [PATCH v3 7/7] tcg/sparc: Support unaligned access for user-only

[PATCH 0/3] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-08-18 20:08 UTC  (4+ messages)
` [PATCH 1/3] target/riscv: Add x-zba, x-zbb, x-zbc and x-zbs properties
` [PATCH 2/3] target/riscv: update Zb[abcs] to 1.0.0 (public review) specification
` [PATCH 3/3] disas/riscv: Add Zb[abcs] instructions

[PATCH 0/4] vl: Prioritize device realizations
 2021-08-18 19:43 UTC  (5+ messages)
` [PATCH 1/4] qdev-monitor: Trace qdev creation
` [PATCH 2/4] qemu-config: Allow in-place sorting of QemuOptsList
` [PATCH 3/4] qdev: Export qdev_get_device_class()
` [PATCH 4/4] vl: Prioritize realizations of devices

[PATCH v3 00/13] AQMP TUI Draft
 2021-08-18 19:45 UTC  (14+ messages)
` [PATCH v3 04/13] python/aqmp-tui: Add AQMP TUI draft
` [PATCH v3 08/13] python/aqmp-tui: add syntax highlighting
` [PATCH v3 09/13] python/aqmp-tui: Add QMP connection manager

[PATCH RFC v2 00/16] vfio-user implementation
 2021-08-18 18:47 UTC  (3+ messages)
` [PATCH RFC v2 04/16] vfio-user: connect vfio proxy to remote server

[PATCH] e1000e: Added ICR clearing by corresponding IMS bit
 2021-08-18 18:09 UTC 

[PATCH v2 00/55] Unaligned access for user-only
 2021-08-18 17:55 UTC  (10+ messages)
` [PATCH v2 20/55] accel/tcg: Report unaligned atomics "
` [PATCH v2 34/55] accel/tcg: Add cpu_{ld,st}*_mmu interfaces
` [PATCH v2 37/55] target/mips: Use 8-byte memory ops for msa load/store

[PATCH 0/4] target/arm: Fix insn exception priorities
 2021-08-18 16:44 UTC  (3+ messages)
` [PATCH 3/4] target/arm: Take an exception if PC is misaligned

[Bug 1880763] [NEW] Missing page crossing check in use_goto_tb() for rx target
 2021-08-18 16:18 UTC  (2+ messages)
` [Bug 1880763] "

[PATCH 0/1] uas: add stream number sanity checks (maybe 6.1)
 2021-08-18 15:12 UTC  (3+ messages)
` [PATCH 1/1] uas: add stream number sanity checks

[PATCH v3 00/25] python: introduce Asynchronous QMP package
 2021-08-18 14:31 UTC  (7+ messages)
` [PATCH v3 09/25] python/aqmp: add AsyncProtocol.accept() method
` [PATCH v3 13/25] python/aqmp: add QMP Message format

[PATCH, trivial, for-6.1] spelling: sytem => system
 2021-08-18 14:28 UTC  (3+ messages)

[PATCH, trivial, for-6.1] kvm: spelling: mininum=>minimum
 2021-08-18 14:27 UTC  (2+ messages)

[PATCH, trivial, for-6.1] target/i386: spelling: occured=>occurred
 2021-08-18 14:13 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).