qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-16 10:36:58 to 2021-07-17 15:47:05 UTC [more...]

[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

[PATCH for-6.2 00/34] target/arm: Third slice of MVE implementation
 2021-07-17 10:06 UTC  (36+ 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

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  (5+ messages)
` [PATCH v6 1/2] memory: introduce total_dirty_pages to stat dirty pages
` [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  (21+ messages)
` [PULL v3 01/19] hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35
` [PULL v3 02/19] hw/acpi/ich9: Enable ACPI PCI hot-plug
` [PULL v3 03/19] hw/pci/pcie: Do not set HPC flag if acpihp is used
` [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 08/19] hw/virtio: add vhost-user-i2c-pci boilerplate
` [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  (9+ 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)

[PULL 00/23] pc,pci,virtio: lots of new features
 2021-07-16 15:13 UTC  (8+ messages)

[PATCH 00/14] iotests: support zstd
 2021-07-16 14:46 UTC  (33+ messages)
` [PATCH 02/14] iotests.py: qemu_img*("create"): support IMGOPTS='compression_type=zstd'
` [PATCH 03/14] iotest 303: explicit compression type
` [PATCH 04/14] iotest 065: "
` [PATCH 05/14] iotests.py: filter compression type out
` [PATCH 06/14] iotest 302: use img_info_log() helper
` [PATCH 07/14] qcow2: simple case support for downgrading of qcow2 images with zstd
` [PATCH 08/14] iotests/common.rc: _make_test_img(): smarter compressiont_type handling
` [PATCH 09/14] iotests/common.rc: introduce _qcow2_dump_header helper
` [PATCH 10/14] iotests: massive use _qcow2_dump_header
` [PATCH 11/14] iotests: bash tests: filter compression type
` [PATCH 12/14] iotests 60: more accurate set dirty bit in qcow2 header
` [PATCH 13/14] iotest 39: use _qcow2_dump_header
` [PATCH 14/14] iotest 214: explicit compression type

intermittent hang in qos-test for qemu-system-i386 on 32-bit arm host
 2021-07-16 14:31 UTC  (7+ messages)

Question on memory commit during MR finalize()
 2021-07-16 14:18 UTC  (9+ messages)

[PATCH v5 0/7] DEVICE_UNPLUG_ERROR QAPI event
 2021-07-16 13:14 UTC  (15+ messages)
` [PATCH v5 1/7] hw/acpi/memory_hotplug.c: avoid sending MEM_UNPLUG_ERROR if dev->id is NULL
` [PATCH v5 2/7] spapr.c: "
` [PATCH v5 3/7] spapr_drc.c: do not error_report() when drc->dev->id == NULL
` [PATCH v5 4/7] qapi/qdev.json: fix DEVICE_DELETED parameters doc
` [PATCH v5 5/7] qapi/qdev.json: add DEVICE_UNPLUG_ERROR QAPI event
` [PATCH v5 6/7] spapr: use DEVICE_UNPLUG_ERROR to report unplug errors
` [PATCH v5 7/7] memory_hotplug.c: send DEVICE_UNPLUG_ERROR in acpi_memory_hotplug_write()

[PATCH v8 0/9] i386: KVM: expand Hyper-V features early
 2021-07-16 12:12 UTC  (5+ messages)
` [PATCH v8 9/9] qtest/hyperv: Introduce a simple hyper-v test

[PULL 0/1] QAPI patches patches for 2021-07-15
 2021-07-16 12:01 UTC  (2+ messages)

[PATCH 1/2] i386: assert 'cs->kvm_state' is not null
 2021-07-16 11:58 UTC  (2+ messages)
` [PATCH 2/2] i386: Fix coding style in kvm_hyperv_expand_features()

[PATCH v1 0/9] s390x: CPU Topology
 2021-07-16 11:56 UTC  (23+ messages)
` [PATCH v1 1/9] s390x: smp: s390x dedicated smp parsing
` [PATCH v1 2/9] s390x: toplogy: adding drawers and books to "
` [PATCH v1 6/9] s390x: kvm: topology: interception of PTF instruction
` [PATCH v1 7/9] s390x: SCLP: reporting the maximum nested topology entries

[PATCH v5 0/2] support dirtyrate measurement with dirty bitmap
 2021-07-16 10:39 UTC  (3+ messages)
` [PATCH v5 1/2] memory: introduce total_dirty_pages to stat dirty pages
` [PATCH v5 2/2] migration/dirtyrate: implement dirty-bitmap dirtyrate calculation


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