qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-18 23:28:08 to 2021-06-19 18:43:28 UTC [more...]

[PATCH 00/11] softfloat: Improve denormal handling
 2021-06-19 18:41 UTC  (11+ messages)
` [PATCH 01/11] softfloat: Rename float_flag_input_denormal to float_flag_iflush_denormal
` [PATCH 02/11] softfloat: Rename float_flag_output_denormal to float_flag_oflush_denormal
` [PATCH 04/11] softfloat: Introduce float_flag_result_denormal
` [PATCH 05/11] target/i386: Use float_flag_inorm_denormal
` [PATCH 10/11] target/mips: Do not check MSACSR_FS_MASK in update_msacsr

[PATCH v4 0/6] block-copy: protect block-copy internal structures
 2021-06-19 18:31 UTC  (10+ messages)
` [PATCH v4 1/6] block-copy: small refactor in block_copy_task_entry and block_copy_common
` [PATCH v4 2/6] block-copy: streamline choice of copy_range vs. read/write
` [PATCH v4 3/6] block-copy: improve comments of BlockCopyTask and BlockCopyState types and functions

[PULL 00/33] tcg patch queue
 2021-06-19 18:14 UTC  (34+ messages)
` [PULL 01/33] tcg: Combine dh_is_64bit and dh_is_signed to dh_typecode
` [PULL 02/33] tcg: Add tcg_call_flags
` [PULL 03/33] accel/tcg/plugin-gen: Drop inline markers
` [PULL 04/33] plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb
` [PULL 05/33] accel/tcg: Add tcg call flags to plugins helpers
` [PULL 06/33] tcg: Store the TCGHelperInfo in the TCGOp for call
` [PULL 07/33] tcg: Add tcg_call_func
` [PULL 08/33] tcg: Build ffi data structures for helpers
` [PULL 09/33] tcg/tci: Improve tcg_target_call_clobber_regs
` [PULL 10/33] tcg/tci: Move call-return regs to end of tcg_target_reg_alloc_order
` [PULL 11/33] tcg/tci: Use ffi for calls
` [PULL 12/33] tcg/tci: Reserve r13 for a temporary
` [PULL 13/33] tcg/tci: Emit setcond before brcond
` [PULL 14/33] tcg/tci: Remove tci_write_reg
` [PULL 15/33] tcg/tci: Change encoding to uint32_t units
` [PULL 16/33] tcg/tci: Implement goto_ptr
` [PULL 17/33] tcg/tci: Implement movcond
` [PULL 18/33] tcg/tci: Implement andc, orc, eqv, nand, nor
` [PULL 19/33] tcg/tci: Implement extract, sextract
` [PULL 20/33] tcg/tci: Implement clz, ctz, ctpop
` [PULL 21/33] tcg/tci: Implement mulu2, muls2
` [PULL 22/33] tcg/tci: Implement add2, sub2
` [PULL 23/33] tcg/tci: Split out tci_qemu_ld, tci_qemu_st
` [PULL 24/33] Revert "tcg/tci: Use exec/cpu_ldst.h interfaces"
` [PULL 25/33] tcg/tci: Remove the qemu_ld/st_type macros
` [PULL 26/33] tcg/tci: Use {set,clear}_helper_retaddr
` [PULL 27/33] tests/tcg: Increase timeout for TCI
` [PULL 28/33] accel/tcg: Probe the proper permissions for atomic ops
` [PULL 29/33] tcg/sparc: Fix temp_allocate_frame vs sparc stack bias
` [PULL 30/33] tcg: Allocate sufficient storage in temp_allocate_frame
` [PULL 31/33] tcg: Restart when exhausting the stack frame
` [PULL 32/33] tcg: expose TCGCond manipulation routines
` [PULL 33/33] util/oslib-win32: Fix fatal assertion in qemu_try_memalign

[PATCH 0/9] target/mips: Various fixes & cleanups
 2021-06-19 18:05 UTC  (5+ messages)
` [PATCH 5/9] target/mips: Restrict some system specific declarations to sysemu

[PATCH v7 00/27] TCI fixes and cleanups
 2021-06-19 18:05 UTC  (9+ messages)
` [PATCH v7 12/27] tcg/tci: Reserve r13 for a temporary
` [PATCH v7 13/27] tcg/tci: Emit setcond before brcond
` [PATCH v7 15/27] tcg/tci: Change encoding to uint32_t units

[PATCH 0/2] target/mips: Simplify MSA decodetree
 2021-06-19 18:02 UTC  (2+ messages)

[PATCH] target/mips: Raise exception when DINSV opcode used with DSP disabled
 2021-06-19 18:01 UTC  (2+ messages)

[PATCH] target/mips: Fix TCG temporary leaks in gen_pool32a5_nanomips_insn()
 2021-06-19 18:02 UTC  (2+ messages)

[PATCH] target/mips: fix emulation of nanoMIPS BPOSGE32 instruction
 2021-06-19 18:00 UTC  (2+ messages)

[PATCH 00/15] accel/tcg: Fix for #360 and other i/o alignment issues
 2021-06-19 17:26 UTC  (16+ messages)
` [PATCH 01/15] NOTFORMERGE q800: test case for do_unaligned_access issue
` [PATCH 02/15] accel/tcg: Extract load_helper_unaligned from load_helper
` [PATCH 03/15] accel/tcg: Use byte ops for unaligned loads
` [PATCH 04/15] accel/tcg: Don't test for watchpoints for code read
` [PATCH 05/15] accel/tcg: Handle page span access before i/o access
` [PATCH 06/15] softmmu/memory: Inline memory_region_dispatch_read1
` [PATCH 07/15] softmmu/memory: Simplify access_with_adjusted_size interface
` [PATCH 08/15] hw/net/e1000e: Fix size of io operations
` [PATCH 09/15] hw/net/e1000e: Fix impl.min_access_size
` [PATCH 10/15] hw/pci-host/q35: Improve blackhole_ops
` [PATCH 11/15] hw/scsi/megasas: Fix megasas_mmio_ops sizes
` [PATCH 12/15] hw/scsi/megasas: Improve megasas_queue_ops min_access_size
` [PATCH 13/15] softmmu/memory: Disallow short writes
` [PATCH 14/15] softmmu/memory: Support some unaligned access
` [PATCH 15/15] RFC accel/tcg: Defer some unaligned accesses to memory subsystem

[PATCH] Update documentation to refer to new location for issues
 2021-06-19 17:05 UTC  (3+ messages)

[RFC v3 0/1] Implement AVR WDT (watchdog timer)
 2021-06-19 16:52 UTC  (3+ messages)
` [RFC v3 1/1] Implement AVR watchdog timer

[PATCH 0/4] Emulator fixes to enable running NetBSD/alpha
 2021-06-19 16:25 UTC  (6+ messages)
` [PATCH 1/4] mc146818rtc: Make PF independent of PIE

[PATCH v3 0/4] STM32VLDISCOVERY Machine Model
 2021-06-19 15:53 UTC  (2+ messages)

[PATCH] util/oslib-win32: Fix fatal assertion in qemu_try_memalign
 2021-06-19 15:48 UTC  (2+ messages)
`  "

[PATCH v2 0/3] tcg: Fixes for temp_allocate_frame
 2021-06-19 14:41 UTC  (6+ messages)
` [PATCH v2 1/3] tcg/sparc: Fix temp_allocate_frame vs sparc stack bias
` [PATCH v2 2/3] tcg: Allocate sufficient storage in temp_allocate_frame
` [PATCH v2 3/3] tcg: Restart when exhausting the stack frame

[PATCH 0/2] introduce QEMU_AUTO_VFREE
 2021-06-19 14:21 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] block/commit: use QEMU_AUTO_VFREE

[PATCH v2 00/23] linux-user: Move signal trampolines to new page
 2021-06-19 14:17 UTC  (13+ messages)
` [PATCH v2 01/23] linux-user: Add infrastructure for a signal trampoline page
` [PATCH v2 07/23] linux-user/cris: Implement setup_sigtramp
` [PATCH v2 08/23] linux-user/hexagon: "
` [PATCH v2 13/23] linux-user/mips: Tidy install_sigtramp
` [PATCH v2 15/23] linux-user/nios2: Document non-use of setup_sigtramp

[PATCH RFC] meson: add option to use zstd for qcow2 compression by default
 2021-06-19 14:13 UTC  (2+ messages)

[PATCH v5 00/14] target/hexagon: introduce idef-parser
 2021-06-19 13:51 UTC  (16+ messages)
` [PATCH v5 01/14] tcg: expose TCGCond manipulation routines
` [PATCH v5 02/14] target/hexagon: update MAINTAINERS for idef-parser
` [PATCH v5 03/14] target/hexagon: import README "
` [PATCH v5 04/14] target/hexagon: make slot number an unsigned
` [PATCH v5 05/14] target/hexagon: make helper functions non-static
` [PATCH v5 06/14] target/hexagon: introduce new helper functions
` [PATCH v5 07/14] target/hexagon: expose next PC in DisasContext
` [PATCH v5 08/14] target/hexagon: prepare input for the idef-parser
` [PATCH v5 09/14] target/hexagon: import lexer for idef-parser
` [PATCH v5 10/14] target/hexagon: import parser "
` [PATCH v5 11/14] target/hexagon: call idef-parser functions
` [PATCH v5 12/14] target/hexagon: remove unused macros and functions
` [PATCH v5 13/14] target/hexagon: import additional tests
` [PATCH v5 14/14] gitlab-ci: do not use qemu-project Docker registry

[PATCH v5 0/6] blkdebug: fix racing condition when iterating on
 2021-06-19 12:42 UTC  (5+ messages)
` [PATCH v5 5/6] block/blkdebug: remove new_state field and instead use a local variable
` [PATCH v5 6/6] blkdebug: protect rules and suspended_reqs with a lock

[PATCH 0/4] target/mips: Extract microMIPS ISA and Code Compaction ASE apart
 2021-06-19 12:41 UTC  (5+ messages)
` [PATCH 1/4] target/mips: Add declarations for generic TCG helpers

[PATCH v3 0/5] block-copy: make helper APIs thread safe
 2021-06-19 12:21 UTC  (7+ messages)
` [PATCH v3 2/5] block-copy: let ratelimit handle a speed of 0
` [PATCH v3 4/5] progressmeter: protect with a mutex

[PATCH] docs/system: arm: Add nRF boards description
 2021-06-19 11:50 UTC  (3+ messages)

[PATCH 0/6] block: block-status cache for data regions
 2021-06-19 11:13 UTC  (15+ messages)
` [PATCH 1/6] block: Drop BDS comment regarding bdrv_append()
` [PATCH 2/6] block: block-status cache for data regions
` [PATCH 3/6] block/file-posix: Do not force-cap *pnum
` [PATCH 4/6] block/gluster: "
` [PATCH 5/6] block/nbd: "
` [PATCH 6/6] block/iscsi: "

Shortcoming (oversight) in Windows installer
 2021-06-19 10:34 UTC  (3+ messages)

[PATCH v3] target/ppc: fix address translation bug for radix mmus
 2021-06-19  9:47 UTC  (2+ messages)

[PATCH 00/12] linux-user: Load a vdso for x86_64 and hppa
 2021-06-19  9:54 UTC  (17+ messages)
` [PATCH 01/12] linux-user: Fix style problems in linuxload.c
` [PATCH 02/12] linux-user: Introduce imgsrc_read, imgsrc_read_alloc
` [PATCH 03/12] linux-user: Tidy loader_exec
` [PATCH 04/12] linux-user: Do not clobber bprm_buf swapping ehdr
` [PATCH 05/12] linux-user: Use ImageSource in load_elf_image
` [PATCH 06/12] linux-user: Use ImageSource in load_symbols
` [PATCH 07/12] linux-user: Replace bprm->fd with bprm->src.fd
` [PATCH 08/12] linux-user: Introduce imgsrc_mmap
` [PATCH 09/12] linux-user: Load vdso image if available
` [PATCH 10/12] linux-user: Add gen-vdso tool
` [PATCH 11/12] linux-user/x86_64: Add vdso
` [PATCH 12/12] linux-user/hppa: Add vdso and use it for rt_sigreturn

[PATCH 0/2] tcg: Fixes for temp_allocate_frame
 2021-06-19  9:41 UTC  (5+ messages)
` [PATCH 1/2] tcg/sparc: Fix temp_allocate_frame vs sparc stack bias
` [PATCH 2/2] tcg: Allocate sufficient storage in temp_allocate_frame

[PATCH] target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bits
 2021-06-19  9:26 UTC  (2+ messages)

[PATCH qemu v21] spapr: Implement Open Firmware client interface
 2021-06-19  9:28 UTC  (7+ messages)

[PATCH 0/2] coverity-scan: Remove lm32/unicore32 and add sysemu component
 2021-06-19  9:13 UTC  (3+ messages)
` [PATCH 1/2] coverity-scan: Remove lm32 / unicore32 targets
` [PATCH 2/2] coverity-scan: Add 'sysemu' component

[PATCH v2 00/23] target/i386/sev: Housekeeping (OVMF + SEV-disabled binaries)
 2021-06-19  8:45 UTC  (4+ messages)
` [PATCH v2 19/23] hw/i386: Move pc_madt_cpu_entry() to acpi-pc.c

[RFC PATCH] tests/tcg: skip the signals test for hppa for now
 2021-06-19  8:31 UTC  (3+ messages)

[Qemu-devel] [Bug 1825452] [NEW] Pulse audio backend doesn't work in v4.0.0-rc4 release
 2021-06-19  4:17 UTC  (2+ messages)
` [Bug 1825452] "

[qemu-web PATCH] (typo)
 2021-06-18 22:54 UTC 

[PULL 00/72] Python patches
 2021-06-18 23:04 UTC  (35+ messages)
` [PULL 30/72] scripts/qemu-ga-client: Add forwarder shim
` [PULL 34/72] scripts/qmp-shell: fix exception handling
` [PULL 37/72] scripts/qmp-shell: use @classmethod where appropriate
` [PULL 40/72] scripts/qmp-shell: use triple-double-quote docstring style
` [PULL 41/72] scripts/qmp-shell: ignore visit_Name name
` [PULL 43/72] scripts/qmp-shell: rename one and two-letter variables
` [PULL 44/72] scripts/qmp-shell: fix shell history exception handling
` [PULL 45/72] scripts/qmp-shell: remove if-raise-else patterns
` [PULL 47/72] scripts/qmp-shell: use argparse
` [PULL 48/72] scripts/qmp-shell: Add pretty attribute to HMP shell
` [PULL 49/72] scripts/qmp-shell: Make verbose a public attribute
` [PULL 50/72] scripts/qmp-shell: move get_prompt() to prompt property
` [PULL 51/72] scripts/qmp-shell: remove prompt argument from read_exec_command
` [PULL 52/72] scripts/qmp-shell: move the REPL functionality into QMPShell
` [PULL 53/72] scripts/qmp-shell: Fix "FuzzyJSON" parser
` [PULL 54/72] scripts/qmp-shell: refactor QMPCompleter
` [PULL 55/72] scripts/qmp-shell: initialize completer early
` [PULL 56/72] python/qmp: add QMPObject type alias
` [PULL 57/72] scripts/qmp-shell: add mypy types
` [PULL 58/72] scripts/qmp-shell: Accept SocketAddrT instead of string
` [PULL 59/72] scripts/qmp-shell: unprivatize 'pretty' property
` [PULL 60/72] python/qmp: return generic type from context manager
` [PULL 61/72] scripts/qmp-shell: Use context manager instead of atexit
` [PULL 62/72] scripts/qmp-shell: use logging to show warnings
` [PULL 63/72] scripts/qmp-shell: remove TODO
` [PULL 64/72] scripts/qmp-shell: Fix empty-transaction invocation
` [PULL 65/72] scripts/qmp-shell: Remove too-broad-exception
` [PULL 66/72] scripts/qmp-shell: convert usage comment to docstring
` [PULL 67/72] scripts/qmp-shell: remove double-underscores
` [PULL 68/72] scripts/qmp-shell: make QMPShellError inherit QMPError
` [PULL 69/72] scripts/qmp-shell: add docstrings
` [PULL 70/72] scripts/qmp-shell: move to python/qemu/qmp/qmp_shell.py
` [PULL 71/72] python: add qmp-shell entry point
` [PULL 72/72] scripts/qmp-shell: add redirection shim


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