qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-16 15:19:22 to 2021-07-17 23:00:43 UTC [more...]

[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

[PATCH v3 00/13] tcg: breakpoint reorg
 2021-07-17 22:18 UTC  (14+ 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

[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  (43+ messages)
` [PATCH for-6.2 03/34] target/arm: Fix MVE VSLI by 0 and VSRI by <dt>
` [PATCH for-6.2 05/34] target/arm: Fix mask handling for MVE narrowing operations
` [PATCH for-6.2 06/34] target/arm: Fix 48-bit saturating shifts
` [PATCH for-6.2 07/34] target/arm: Fix calculation of LTP mask when LR is 0
` [PATCH for-6.2 08/34] target/arm: Fix VPT advance when ECI is non-zero
` [PATCH for-6.2 09/34] target/arm: Factor out mve_eci_mask()
` [PATCH for-6.2 10/34] target/arm: Fix VLDRB/H/W for predicated elements
` [PATCH for-6.2 11/34] target/arm: Implement MVE VMULL (polynomial)
` [PATCH for-6.2 12/34] target/arm: Implement MVE incrementing/decrementing dup insns
` [PATCH for-6.2 13/34] target/arm: Factor out gen_vpst()
` [PATCH for-6.2 14/34] target/arm: Implement MVE integer vector comparisons
` [PATCH for-6.2 15/34] target/arm: Implement MVE integer vector-vs-scalar comparisons
` [PATCH for-6.2 16/34] target/arm: Implement MVE VPSEL
` [PATCH for-6.2 17/34] target/arm: Implement MVE VMLAS
` [PATCH for-6.2 18/34] target/arm: Implement MVE shift-by-scalar
` [PATCH for-6.2 19/34] target/arm: Move 'x' and 'a' bit definitions into vmlaldav formats
` [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 v3 00/10] Atomic cleanup + clang-12 build fix
 2021-07-17 19:24 UTC  (11+ 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] target/hexagon: Drop include of qemu.h
 2021-07-17 15:46 UTC  (3+ messages)

[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  (25+ messages)
` [PATCH v2 01/24] python/aqmp: add asynchronous QMP (AQMP) subpackage
` [PATCH v2 02/24] python/aqmp: add error classes
` [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

[PATCH 1/2 v4] Configure script for Haiku
 2021-07-17  0:16 UTC 

Uninitialized variables err during dev
 2021-07-16 22:26 UTC 

[PATCH 1/3] ui/gtk-egl: un-tab and re-tab should destroy egl surface and context
 2021-07-16 22:23 UTC  (8+ messages)
` [PATCH 2/3] ui/gtk-egl: make sure the right context is set as the current
` [PATCH 3/3] ui/gtk: gd_draw_event returns FALSE when no cairo surface is bound
  ` [PATCH 4/4] ui/gtk-egl: guest fb texture needs to be regenerated when reinitializing egl

[PATCH v5 0/5] block/nbd: drop connection_co
 2021-07-16 21:25 UTC  (7+ messages)
` [PATCH v5 1/5] block/nbd: nbd_channel_error() shutdown channel unconditionally
` [PATCH v5 2/5] block/nbd: move nbd_recv_coroutines_wake_all() up
` [PATCH v5 3/5] block/nbd: refactor nbd_recv_coroutines_wake_all()

[PATCH V5 00/25] Live Update
 2021-07-16 20:51 UTC  (5+ messages)
` [PATCH V5 16/25] vfio-pci: cpr part 1
` [PATCH V5 17/25] vfio-pci: cpr part 2

[PATCH v2] docs: document file-posix locking protocol
 2021-07-16 20:35 UTC  (5+ messages)

[Bug 1889621] [NEW] ARM Highbank Crashes Realted to GIC
 2021-07-16 20:00 UTC  (4+ messages)
` [Bug 1889621] "

[PULL v3 00/19] pc,pci,virtio: lots of new features
 2021-07-16 17:49 UTC  (17+ messages)
` [PULL v3 04/19] bios-tables-test: Allow changes in DSDT ACPI tables
` [PULL v3 05/19] hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35
` [PULL v3 06/19] bios-tables-test: Update golden binaries
` [PULL v3 07/19] hw/virtio: add boilerplate for vhost-user-i2c device
` [PULL v3 09/19] docs: Add '-device intel-iommu' entry
` [PULL v3 10/19] hw/pci/pci_host: Allow PCI host to bypass iommu
` [PULL v3 11/19] hw/pxb: Add a bypass iommu property
` [PULL v3 12/19] hw/arm/virt: Add default_bus_bypass_iommu machine option
` [PULL v3 13/19] hw/i386: Add a default_bus_bypass_iommu pc "
` [PULL v3 14/19] hw/pci: Add pci_bus_range() to get PCI bus number range
` [PULL v3 15/19] hw/arm/virt-acpi-build: Add IORT support to bypass SMMUv3
` [PULL v3 16/19] hw/i386/acpi-build: Add DMAR support to bypass iommu
` [PULL v3 17/19] hw/i386/acpi-build: Add IVRS "
` [PULL v3 18/19] docs: Add documentation for iommu bypass
` [PULL v3 19/19] vhost-vsock: SOCK_SEQPACKET feature bit support

[Bug 1892761] [NEW] Heap-use-after-free through double-fetch in ehci
 2021-07-16 17:22 UTC  (2+ messages)
` [Bug 1892761] "

[Bug 1918975] [NEW] [Feature request] Propagate interpreter to spawned processes
 2021-07-16 17:12 UTC  (2+ messages)
` [Bug 1918975] "

[PATCH v2 00/21] documentation and metadata updates
 2021-07-16 16:09 UTC  (5+ messages)
` [PATCH v2 04/21] configure: remove needless if leg
` [PATCH v2 05/21] contrib/gitdm: add some new aliases to fix up commits

[PATCH v3 0/2] SIGSEGV fixes
 2021-07-16 16:05 UTC  (3+ messages)
` [PATCH v3 1/2] Hexagon (target/hexagon) remove put_user_*/get_user_*

[PULL for 6.1 00/40] testing and plugin updates
 2021-07-16 16:02 UTC  (8+ messages)
` [PULL 32/40] tcg/plugins: enable by default for most TCG builds

[PATCH] qtest/hyperv: Introduce a simple hyper-v test
 2021-07-16 15:46 UTC  (2+ messages)

[RFC PATCH 0/6] job: replace AioContext lock with job_mutex
 2021-07-16 15:23 UTC  (7+ messages)


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