qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-17 00:34:49 to 2021-07-19 00:54:48 UTC [more...]

[PATCH 00/20] Hexagon HVX (target/hexagon) patch series
 2021-07-19  1:10 UTC  (5+ messages)
` [PATCH 01/20] Hexagon HVX (target/hexagon) README

[PATCH v3 00/10] Atomic cleanup + clang-12 build fix
 2021-07-18 22:33 UTC  (12+ messages)
` [PATCH v3 01/10] qemu/atomic: Use macros for CONFIG_ATOMIC64
` [PATCH v3 02/10] qemu/atomic: Remove pre-C11 atomic fallbacks
` [PATCH v3 03/10] qemu/atomic: Add aligned_{int64,uint64}_t types
` [PATCH v3 04/10] tcg: Rename helper_atomic_*_mmu and provide for user-only
` [PATCH v3 05/10] accel/tcg: Standardize atomic helpers on softmmu api
` [PATCH v3 06/10] accel/tcg: Fold EXTRA_ARGS into atomic_template.h
` [PATCH v3 07/10] accel/tcg: Remove ATOMIC_MMU_DECLS
` [PATCH v3 08/10] accel/tcg: Expand ATOMIC_MMU_LOOKUP_*
` [PATCH v3 09/10] trace: Fold mem-internal.h into mem.h
` [PATCH v3 10/10] accel/tcg: Push trace info building into atomic_common.c.inc

[PATCH 0/2] Misc pegasos2 fixes
 2021-07-18 20:39 UTC  (8+ messages)
` [PATCH 2/2] i2c/smbus_eeprom: Add feature bit to SPD data
` [PATCH 1/2] ppc/pegasos2: Fix spurious warning with -bios

[PATCH v3 00/13] tcg: breakpoint reorg
 2021-07-18 18:50 UTC  (23+ messages)
` [PATCH v3 01/13] accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS
` [PATCH v3 02/13] accel/tcg: Move curr_cflags into cpu-exec.c
` [PATCH v3 03/13] accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR
` [PATCH v3 04/13] accel/tcg: Drop CF_NO_GOTO_PTR from -d nochain
` [PATCH v3 05/13] accel/tcg: Handle -singlestep in curr_cflags
` [PATCH v3 06/13] accel/tcg: Use CF_NO_GOTO_{TB, PTR} in cpu_exec_step_atomic
` [PATCH v3 07/13] accel/tcg: Move cflags lookup into tb_find
` [PATCH v3 08/13] target/avr: Advance pc in avr_tr_breakpoint_check
` [PATCH v3 09/13] target/mips: Reduce mips_tr_breakpoint_check pc advance to 2
` [PATCH v3 10/13] target/riscv: Reduce riscv_tr_breakpoint_check "
` [PATCH v3 11/13] accel/tcg: Adjust interface of TranslatorOps.breakpoint_check
` [PATCH v3 12/13] accel/tcg: Hoist tb_cflags to a local in translator_loop
` [PATCH v3 13/13] accel/tcg: Encode breakpoint info into tb->cflags

[PATCH] hw/pci: remove all references to find_i440fx function
 2021-07-18 16:44 UTC  (4+ messages)

[PATCH v1 0/2] Update NVMM support to recent changes
 2021-07-18 16:38 UTC  (4+ messages)
` [PATCH v1 1/2] Only check CONFIG_NVMM when NEED_CPU_H is defined
` [PATCH v1 2/2] Fix nvmm_ram_block_added() function arguments

[PULL 00/12] target-arm queue
 2021-07-18 16:35 UTC  (14+ messages)
` [PULL 01/12] target/arm: Fix offsets for TTBCR
` [PULL 02/12] docs: Fix documentation Copyright date
` [PULL 03/12] docs: Stop calling the top level subsections of our manual 'manuals'
` [PULL 04/12] docs: Remove "Contents:" lines from top-level subsections
` [PULL 05/12] docs: Move deprecation, build and license info out of system/
` [PULL 06/12] docs: Add some actual About text to about/index.rst
` [PULL 07/12] docs: Add license note to the HTML page footer
` [PULL 08/12] docs: Add QEMU version information to HTML footer
` [PULL 09/12] docs: Add skeletal documentation of cubieboard
` [PULL 10/12] docs: Add skeletal documentation of the emcraft-sf2
` [PULL 11/12] docs: Add skeletal documentation of highbank and midway
` [PULL 12/12] target/arm: Remove duplicate 'plus1' function from Neon and SVE decode

[PATCH v6 0/4] replication: Bugfix and properly attach children
 2021-07-18 14:48 UTC  (5+ messages)
` [PATCH v6 1/4] replication: Remove s->active_disk
` [PATCH v6 2/4] replication: Reduce usage of s->hidden_disk and s->secondary_disk
` [PATCH v6 3/4] replication: Properly attach children
` [PATCH v6 4/4] replication: Remove workaround

[PATCH 0/2] ui/gtk: prevent QEMU lock up
 2021-07-18 13:00 UTC  (4+ messages)
` [PATCH for 6.1 1/2] ui/gtk: add a keyboard fifo to the VTE consoles
` [PATCH for 6.2 2/2] ui/gtk: drop chars if the chardev frontend makes no progress

[PATCH for-6.2 00/10] linux-user: split internals out of qemu.h
 2021-07-18  9:37 UTC  (20+ messages)
` [PATCH for-6.2 01/10] linux-user: Fix coding style nits in qemu.h
` [PATCH for-6.2 02/10] linux-user: Split strace prototypes into strace.h
` [PATCH for-6.2 03/10] linux-user: Split signal-related prototypes into sighandling.h
` [PATCH for-6.2 04/10] linux-user: Split loader-related prototypes into loader.h
` [PATCH for-6.2 05/10] linux-user: Split mmap prototypes into user-mmap.h
` [PATCH for-6.2 06/10] linux-user: Split safe-syscall macro into its own header
` [PATCH for-6.2 07/10] linux-user: Split linux-user internals out of qemu.h
` [PATCH for-6.2 08/10] linux-user: Don't include gdbstub.h in qemu.h
` [PATCH for-6.2 09/10] linux-user: Drop unneeded includes from qemu.h
` [PATCH for-6.2 10/10] linux-user: Move DEBUG_REMAP undef to uaccess.c

[PATCH] hw/intc/arm_gicv3: Fix GICv3 redistributor security checking
 2021-07-18  5:20 UTC  (3+ messages)

[PATCH] target/hexagon: Drop include of qemu.h
 2021-07-17 23:08 UTC  (4+ messages)

[PULL 00/48] Misc patches for QEMU 6.1 soft freeze
 2021-07-17 22:59 UTC  (3+ messages)
` [PULL 44/48] meson: Introduce target-specific Kconfig

[PULL 0/3] ppc-for-6.1 queue 20210713
 2021-07-17 22:23 UTC  (4+ messages)
` R: "
    ` R: "

[PATCH for-6.2 00/34] target/arm: Third slice of MVE implementation
 2021-07-17 22:18 UTC  (11+ messages)
` [PATCH for-6.2 17/34] target/arm: Implement MVE VMLAS
` [PATCH for-6.2 20/34] target/arm: Implement MVE integer min/max across vector
` [PATCH for-6.2 21/34] target/arm: Implement MVE VABAV

[PATCH v3 0/4] virtio: Add vhost-user based RNG
 2021-07-17 20:32 UTC  (2+ messages)

[PATCH v2 00/10] tcg: breakpoint reorg
 2021-07-17 19:51 UTC  (36+ messages)
` [PATCH v2 01/10] accel/tcg: Reduce CF_COUNT_MASK to match TCG_MAX_INSNS
` [PATCH v2 02/10] accel/tcg: Move curr_cflags into cpu-exec.c
` [PATCH v2 03/10] accel/tcg: Add CF_NO_GOTO_TB and CF_NO_GOTO_PTR
` [PATCH v2 04/10] accel/tcg: Drop CF_NO_GOTO_PTR from -d nochain
` [PATCH v2 05/10] accel/tcg: Handle -singlestep in curr_cflags
` [PATCH v2 06/10] accel/tcg: Use CF_NO_GOTO_{TB, PTR} in cpu_exec_step_atomic
  ` [PATCH v2 06/10] accel/tcg: Use CF_NO_GOTO_{TB,PTR} "
` [PATCH v2 07/10] accel/tcg: Move cflags lookup into tb_find
` [PATCH v2 08/10] accel/tcg: Adjust interface of TranslatorOps.breakpoint_check
` [PATCH v2 09/10] accel/tcg: Hoist tb_cflags to a local in translator_loop
` [PATCH v2 10/10] accel/tcg: Encode breakpoint info into tb->cflags

[PATCH 00/17] target/riscv: Use tcg_constant_*
 2021-07-17 15:41 UTC  (5+ messages)

[Bug 1924738] [NEW] Failed to restore domain - error load load virtio-balloon:virtio
 2021-07-17 14:37 UTC  (3+ messages)
` [Bug 1924738] "

[PATCH 00/13] new plugin argument passing scheme
 2021-07-17 13:48 UTC  (16+ messages)
` [PATCH 01/13] plugins: allow plugin arguments to be passed directly
` [PATCH 02/13] plugins/api: added a boolean parsing plugin api
` [PATCH 03/13] plugins/hotpages: introduce sortby arg and parsed bool args correctly
` [PATCH 04/13] plugins/hotblocks: Added correct boolean argument parsing
` [PATCH 05/13] plugins/lockstep: make socket path not positional & parse bool arg
` [PATCH 06/13] plugins/hwprofile: adapt to the new plugin arguments scheme
` [PATCH 07/13] plugins/howvec: Adapting to the new argument passing scheme
` [PATCH 08/13] docs/tcg-plugins: new passing parameters scheme for cache docs
` [PATCH 09/13] tests/plugins/bb: adapt to the new arg passing scheme
` [PATCH 10/13] tests/plugins/insn: made arg inline not positional and parse it as bool
` [PATCH 11/13] tests/plugins/mem: introduce "track" arg and make args not positional
` [PATCH 12/13] tests/plugins/syscalls: adhere to new arg-passing scheme
` [PATCH 13/13] docs/deprecated: deprecate passing plugin args through `arg=`

[PATCH v2 00/11] Atomic cleanup + clang-12 build fix
 2021-07-17 10:14 UTC  (17+ messages)
` [PATCH v2 01/11] qemu/atomic: Use macros for CONFIG_ATOMIC64
` [PATCH v2 02/11] qemu/atomic: Simplify typeof_strip_qual
` [PATCH v2 03/11] qemu/atomic: Remove pre-C11 atomic fallbacks
` [PATCH v2 04/11] qemu/atomic: Add aligned_{int64,uint64}_t types
` [PATCH v2 05/11] tcg: Rename helper_atomic_*_mmu and provide for user-only
` [PATCH v2 06/11] accel/tcg: Standardize atomic helpers on softmmu api
` [PATCH v2 07/11] accel/tcg: Fold EXTRA_ARGS into atomic_template.h
` [PATCH v2 08/11] accel/tcg: Remove ATOMIC_MMU_DECLS
` [PATCH v2 09/11] accel/tcg: Expand ATOMIC_MMU_LOOKUP_*
` [PATCH v2 10/11] trace: Fold mem-internal.h into mem.h
` [PATCH v2 11/11] accel/tcg: Push trace info building into atomic_common.c.inc

QEMU System and User targets
 2021-07-17 10:04 UTC  (12+ messages)

[Bug 1885350] [NEW] RISCV dynamic rounding mode is not behaving correctly
 2021-07-17  4:17 UTC  (2+ messages)
` [Bug 1885350] "

[Bug 1886306] [NEW] qemu running slow when the window is in background
 2021-07-17  4:17 UTC  (2+ messages)
` [Bug 1886306] "

[PATCH v6 0/2] support dirtyrate measurement with dirty bitmap
 2021-07-17  2:57 UTC  (4+ messages)
` [PATCH v6 2/2] migration/dirtyrate: implement dirty-bitmap dirtyrate calculation

[PATCH 0/2] remove socket_scm_helper
 2021-07-17  2:38 UTC  (3+ messages)
` [PATCH 1/2] python/qmp: add send_fd_scm directly to QEMUMonitorProtocol
` [PATCH 2/2] python, iotests: remove socket_scm_helper

[PATCH v2 00/24] python: introduce Asynchronous QMP package
 2021-07-17  0:32 UTC  (24+ messages)
` [PATCH v2 01/24] python/aqmp: add asynchronous QMP (AQMP) subpackage
` [PATCH v2 03/24] python/pylint: Add exception for TypeVar names ('T')
` [PATCH v2 04/24] python/aqmp: add asyncio compatibility wrappers
` [PATCH v2 05/24] python/aqmp: add generic async message-based protocol support
` [PATCH v2 06/24] python/aqmp: add runstate state machine to AsyncProtocol
` [PATCH v2 07/24] python/aqmp: Add logging utility helpers
` [PATCH v2 08/24] python/aqmp: add logging to AsyncProtocol
` [PATCH v2 09/24] python/aqmp: add AsyncProtocol.accept() method
` [PATCH v2 10/24] python/aqmp: add configurable read buffer limit
` [PATCH v2 11/24] python/aqmp: add _cb_inbound and _cb_inbound logging hooks
` [PATCH v2 12/24] python/aqmp: add AsyncProtocol._readline() method
` [PATCH v2 13/24] python/aqmp: add QMP Message format
` [PATCH v2 14/24] python/aqmp: add well-known QMP object models
` [PATCH v2 15/24] python/aqmp: add QMP event support
` [PATCH v2 16/24] python/pylint: disable too-many-function-args
` [PATCH v2 17/24] python/aqmp: add QMP protocol support
` [PATCH v2 18/24] python/pylint: disable no-member check
` [PATCH v2 19/24] python/aqmp: Add message routing to QMP protocol
` [PATCH v2 20/24] python/aqmp: add execute() interfaces
` [PATCH v2 21/24] python/aqmp: add _raw() execution interface
` [PATCH v2 22/24] python/aqmp: add asyncio_run compatibility wrapper
` [PATCH v2 23/24] python/aqmp: add scary message
` [PATCH v2 24/24] python/aqmp: add AsyncProtocol unit tests


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