qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-17 21:55:45 to 2021-08-18 20:13:06 UTC [more...]

[PATCH v3 00/66] Unaligned access for user-only
 2021-08-18 19:19 UTC  (61+ 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 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: "

[RFC PATCH 00/13] Add support for Mirror VM
 2021-08-18 19:47 UTC  (29+ messages)

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

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

[PATCH RFC v2 00/16] vfio-user implementation
 2021-08-18 18:47 UTC  (5+ messages)
` [PATCH RFC v2 01/16] vfio-user: introduce vfio-user protocol specification
` [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  (32+ messages)
` [PATCH v2 03/55] target/alpha: Implement do_unaligned_access "
` [PATCH v2 05/55] target/hppa: "
` [PATCH v2 12/55] target/s390x: "
` [PATCH v2 15/55] target/sparc: Remove DEBUG_UNALIGNED
` [PATCH v2 16/55] target/sparc: Split out build_sfsr
` [PATCH v2 17/55] target/sparc: Set fault address in sparc_cpu_do_unaligned_access
` [PATCH v2 18/55] target/sparc: Implement do_unaligned_access for user-only
` [PATCH v2 19/55] target/xtensa: "
` [PATCH v2 20/55] accel/tcg: Report unaligned atomics "
` [PATCH v2 28/55] trace: Split guest_mem_before
` [PATCH v2 30/55] target/i386: Use MO_128 for 16 byte 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 v2 39/55] target/sparc: Use cpu_*_mmu instead of helper_*_mmu

[PATCH 0/5] target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()
 2021-08-18 17:25 UTC  (10+ 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 0/4] target/arm: Fix insn exception priorities
 2021-08-18 16:44 UTC  (6+ messages)
` [PATCH 1/4] target/arm: Take an exception if PSTATE.IL is set
` [PATCH 2/4] target/arm: Merge disas_a64_insn into aarch64_tr_translate_insn
` [PATCH 3/4] target/arm: Take an exception if PC is misaligned
` [PATCH 4/4] target/arm: Suppress bp for exceptions with more priority

[Bug 1880763] [NEW] Missing page crossing check in use_goto_tb() for rx target
 2021-08-18 16:18 UTC  (3+ 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 

[Qemu-devel] [Bug 1796520] [NEW] autogen crashes on qemu-sh4-user after 61dedf2af7
 2021-08-18 13:45 UTC  (4+ messages)
` [Bug 1796520] "

[PATCH v3 09/10] virtiofsd: Optionally fill lo_inode.fhandle
 2021-08-18 13:48 UTC  (13+ messages)

Is QEMU's vmxnet3 still being used?
 2021-08-18 13:42 UTC 

[PATCH v4 0/2] arm: Add support for 'info tlb' command
 2021-08-18 13:35 UTC  (6+ messages)
` [PATCH v4 1/2] target/arm: Refactoring MMU helper function
` [PATCH v4 2/2] arm/monitor: Add support for 'info tlb' command

[Bug 1908489] [NEW] qemu 4.2 bootloops with -cpu host and nested hypervisor
 2021-08-18 13:21 UTC  (2+ messages)
` [Bug 1908489] "

[PATCH 0/3] MAINTAINERS: Split Audio section
 2021-08-18 12:48 UTC  (4+ messages)
` [PATCH 1/3] MAINTAINERS: Split Audio backends VS frontends

Please help me understand VIRTIO_F_IOMMU_PLATFORM
 2021-08-18 12:35 UTC  (3+ messages)

[PATCH for-6.2 v2 0/2] target/ppc: Fix vector registers access in gdbstub for little-endian
 2021-08-18 12:23 UTC  (4+ messages)
` [PATCH for-6.2 v2 1/2] include/qemu/int128.h: introduce bswap128s
` [PATCH for-6.2 v2 2/2] target/ppc: fix vector registers access in gdbstub for little-endian

[PATCH for-6.2 00/25] arm: Get rid of system_clock_scale global
 2021-08-18 12:03 UTC  (3+ messages)
` [PATCH for-6.2 24/25] hw/timer/stellaris-gptm: Use Clock input instead of system_clock_scale

[PATCH] hw/acpi: refactor acpi hp modules so that targets can just use what they need
 2021-08-18 11:46 UTC  (2+ messages)

[PATCH for-6.2] docs/about/removed-features: Move some CLI options to the right location
 2021-08-18 11:29 UTC 

[PATCH v2 00/21] target/riscv: Use tcg_constant_*
 2021-08-18 10:58 UTC  (16+ messages)
` [PATCH v2 01/21] "
` [PATCH v2 02/21] target/riscv: Clean up division helpers
` [PATCH v2 03/21] target/riscv: Add DisasContext to gen_get_gpr, gen_set_gpr
` [PATCH v2 04/21] target/riscv: Introduce DisasExtend and new helpers
` [PATCH v2 08/21] target/riscv: Move gen_* helpers for RVM
` [PATCH v2 09/21] target/riscv: Move gen_* helpers for RVB
` [PATCH v2 20/21] target/riscv: Tidy trans_rvh.c.inc

[PATCH v5] hw/dma/pl330: Add memory region to replace default
 2021-08-18 10:24 UTC  (2+ messages)

[PATCH 0/2] gitlab: avoid timeouts in windows cross builds
 2021-08-18 10:23 UTC  (6+ messages)
` [PATCH 1/2] gitlab: exclude sparc-softmmu and riscv32-softmmu from "

[PATCH v3] block/file-win32: add reopen handlers
 2021-08-18 10:22 UTC  (3+ messages)

[PATCH v4] vga: don't abort when adding a duplicate isa-vga device
 2021-08-18  9:21 UTC  (4+ messages)

[PATCH v4 0/3] Add support for Fujitsu A64FX processor
 2021-08-18  8:57 UTC  (12+ messages)
` [PATCH v4 1/3] target-arm: Add support for Fujitsu A64FX

[PATCH 0/2] Two chardev with fdset fixes
 2021-08-18  8:39 UTC  (4+ messages)
` [PATCH 2/2] monitor: Report EBADFD if fdset contains invalid FD

[PATCH v4] hw/dma/pl330: Add memory region to replace default
 2021-08-18  8:28 UTC  (2+ messages)

[PATCH v2] tests/acceptance: Test powernv machines
 2021-08-18  7:17 UTC  (3+ messages)

[PATCH 0/4] target/i386: V_IRQ masking and V_TPR fixes
 2021-08-18  7:08 UTC  (6+ messages)
` [PATCH] target/i386: Added vVMLOAD and vVMSAVE feature
` [PATCH 1/4] target/i386: Moved int_ctl into CPUX86State structure
` [PATCH 2/4] target/i386: Added VGIF V_IRQ masking capability
` [PATCH 3/4] target/i386: Added ignore TPR check in ctl_has_irq
` [PATCH 4/4] target/i386: Added changed priority check for VIRQ

[PATCH 00/19] PMU-EBB support for PPC64 TCG
 2021-08-18  5:48 UTC  (7+ messages)
` [PATCH 04/19] target/ppc: PMU Book3s basic insns count for pseries TCG

[RFC PATCH: v3 1/2] add mi device in qemu
 2021-08-18  6:01 UTC  (2+ messages)

[RFC] vfio/migration: reduce the msix virq setup cost in resume phase
 2021-08-18  5:02 UTC  (4+ messages)

[Bug 1858814] [NEW] 'make -C roms efi' does not update edk2 submodules
 2021-08-18  4:17 UTC  (2+ messages)
` [Bug 1858814] "

[PATCH 0/2] target/arm: Implement remaining HSTR functionality
 2021-08-17 22:17 UTC  (2+ messages)

[ANNOUNCE] QEMU 6.1.0-rc4 is now available
 2021-08-17 22:04 UTC 

[PULL 00/27] tcg patch queue for rc0
 2021-08-17 22:07 UTC  (5+ messages)
` [PULL 24/27] accel/tcg: Move breakpoint recognition outside translation


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).