qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-03 18:34:08 to 2021-08-04 14:16:04 UTC [more...]

[PATCH for-6.1? v2 0/7] mirror: Handle errors after READY cancel
 2021-08-04 14:15 UTC  (12+ messages)
` [PATCH for-6.1? v2 5/7] job: Add job_cancel_requested()
` [PATCH for-6.1? v2 6/7] mirror: Check job_is_cancelled() earlier

[PATCH] linux-user/elfload: byteswap i386 registers when dumping core
 2021-08-04 14:12 UTC  (4+ messages)

Failing iotest 206
 2021-08-04 14:10 UTC  (5+ messages)

[PATCH 0/2] Make timeouts more robust
 2021-08-04 13:56 UTC  (3+ messages)
` [PATCH 1/2] fuzz: use ITIMER_REAL for timeouts
` [PATCH 2/2] fuzz: unblock SIGALRM so the timeout works

[PATCH 0/2] Acceptance Tests: clean up of temporary dirs and MAINTAINERS entry
 2021-08-04 13:49 UTC  (7+ messages)
` [PATCH 1/2] Acceptance Tests: add standard clean up at test tearDown()
` [PATCH 2/2] Acceptance Tests: updates to the MAINTAINERS file

intermittent failure, s390 host, x86-64 guest, vhost-user-blk test
 2021-08-04 13:43 UTC  (2+ messages)

[PATCH v2 0/2] Makefile: A few fixes to tag generation
 2021-08-04 13:23 UTC  (3+ messages)
` [PATCH v2 1/2] Makefile: Fix gtags generation
` [PATCH v2 2/2] Makefile: Fix cscope issues on MacOS and soft links

Question about "QEMU Internals: Event loops"
 2021-08-04  7:14 UTC 

[PATCH RFC DRAFT 00/11] Make image fleecing more usable
 2021-08-04 13:17 UTC  (12+ messages)
` [PATCH 01/11] block/block-copy: move copy_bitmap initialization to block_copy_state_new()
` [PATCH 02/11] block/dirty-bitmap: bdrv_merge_dirty_bitmap(): add return value
` [PATCH 03/11] block/block-copy: block_copy_state_new(): add bitmap parameter
` [PATCH 04/11] block/copy-before-write: add bitmap open parameter
` [PATCH 05/11] block/block-copy: add block_copy_reset()
` [PATCH 06/11] block: intoduce reqlist
` [PATCH 07/11] block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()
` [PATCH 08/11] block/reqlist: add reqlist_wait_all()
` [PATCH 09/11] block/copy-before-write: add cbw_snapshot_read_{lock, unlock}()
` [PATCH 10/11] block/copy-before-write: add cbw_snapshot_discard()
` [PATCH 11/11] block: introduce fleecing block driver

[PATCH] hw/i386/ich9: add comment explaining an argument to acpi_pcihp_reset call
 2021-08-04 13:19 UTC  (3+ messages)

[PATCH v7 00/33] block: publish backup-top filter
 2021-08-04 13:18 UTC  (35+ messages)
` [PATCH v7 01/33] block: introduce bdrv_replace_child_bs()
` [PATCH v7 02/33] block: introduce blk_replace_bs
` [PATCH v7 03/33] qdev-properties: PropertyInfo: add realized_set_allowed field
` [PATCH v7 04/33] qdev: allow setting drive property for realized device
` [PATCH v7 05/33] block: rename backup-top to copy-before-write
` [PATCH v7 06/33] block-copy: move detecting fleecing scheme to block-copy
` [PATCH v7 07/33] block/block-copy: introduce block_copy_set_copy_opts()
` [PATCH v7 08/33] block/backup: set copy_range and compress after filter insertion
` [PATCH v7 09/33] block/backup: move cluster size calculation to block-copy
` [PATCH v7 10/33] block/copy-before-write: relax permission requirements when no parents
` [PATCH v7 11/33] block/copy-before-write: drop extra bdrv_unref on failure path
` [PATCH v7 12/33] block/copy-before-write: use file child instead of backing
` [PATCH v7 13/33] block/copy-before-write: bdrv_cbw_append(): replace child at last
` [PATCH v7 14/33] block/copy-before-write: introduce cbw_init()
` [PATCH v7 15/33] block/copy-before-write: cbw_init(): rename variables
` [PATCH v7 16/33] block/copy-before-write: cbw_init(): use file child after attaching
` [PATCH v7 17/33] block/copy-before-write: bdrv_cbw_append(): drop unused compress arg
` [PATCH v7 18/33] block/copy-before-write: cbw_init(): use options
` [PATCH v7 19/33] block/copy-before-write: initialize block-copy bitmap
` [PATCH v7 20/33] block/block-copy: make setting progress optional
` [PATCH v7 21/33] block/copy-before-write: make public block driver
` [PATCH v7 22/33] qapi: publish copy-before-write filter
` [PATCH v7 23/33] python/qemu/machine.py: refactor _qemu_args()
` [PATCH v7 24/33] python/qemu/machine: QEMUMachine: improve qmp() method
` [PATCH v7 25/33] iotests.py: VM: add own __enter__ method
` [PATCH v7 26/33] iotests/222: fix pylint and mypy complains
` [PATCH v7 27/33] iotests/222: constantly use single quotes for strings
` [PATCH v7 28/33] iotests: move 222 to tests/image-fleecing
` [PATCH v7 29/33] iotests.py: hmp_qemu_io: support qdev
` [PATCH v7 30/33] iotests/image-fleecing: proper source device
` [PATCH v7 31/33] iotests/image-fleecing: rename tgt_node
` [PATCH v7 32/33] iotests/image-fleecing: prepare for adding new test-case
` [PATCH v7 33/33] iotests/image-fleecing: add test-case for copy-before-write filter

[PULL 0/2] SD/MMC patches for 2021-08-03
 2021-08-04 12:52 UTC  (2+ messages)

[PATCH v4 00/14] Add SEV guest live migration support
 2021-08-04 12:00 UTC  (15+ messages)
` [PATCH v4 01/14] doc: update AMD SEV API spec web link
` [PATCH v4 02/14] doc: update AMD SEV to include Live migration flow
` [PATCH v4 03/14] migration.json: add AMD SEV specific migration parameters
` [PATCH v4 04/14] confidential guest support: introduce ConfidentialGuestMemoryEncryptionOps for encrypted VMs
` [PATCH v4 05/14] target/i386: sev: provide callback to setup outgoing context
` [PATCH v4 06/14] target/i386: sev: do not create launch context for an incoming guest
` [PATCH v4 07/14] target/i386: sev: add support to encrypt the outgoing page
` [PATCH v4 08/14] target/i386: sev: add support to load incoming encrypted page
` [PATCH v4 09/14] kvm: Add support for SEV shared regions list and KVM_EXIT_HYPERCALL
` [PATCH v4 10/14] migration: add support to migrate shared regions list
` [PATCH v4 11/14] migration/ram: add support to send encrypted pages
` [PATCH v4 12/14] migration/ram: Force encrypted status for flash0 & flash1 devices
` [PATCH v4 13/14] migration: for SEV live migration bump downtime limit to 1s
` [PATCH v4 14/14] kvm: Add support for userspace MSR filtering and handling of MSR_KVM_MIGRATION_CONTROL

[PATCH v5 0/2] plugins/cache: multicore cache modelling
 2021-08-04 11:54 UTC  (3+ messages)

[PATCH] target/i386: VMRUN and VMLOAD canonicalizations
 2021-08-04 11:30 UTC 

[PATCH 0/4] chardev fixes
 2021-08-04 11:11 UTC  (4+ messages)
` [PATCH 1/4] chardev: fix qemu_chr_open_fd() being called with fd=-1

[qemu-web PATCH] Update broken links to point to the new page with deprecated features
 2021-08-04 11:00 UTC 

[PULL 0/1] Block layer patches
 2021-08-04 10:39 UTC  (2+ messages)

[PATCH v2 for-6.2 0/6] push backup with fleecing
 2021-08-04 10:03 UTC  (2+ messages)

[PATCH V5 00/25] Live Update [restart] : fork mode?
 2021-08-04  9:30 UTC  (2+ messages)

[PATCH v2 00/55] Unaligned access for user-only
 2021-08-04  9:25 UTC  (3+ messages)
` [PATCH v2 06/55] target/microblaze: Do not set MO_ALIGN "

[PATCH] docs: convert writing-qmp-commands.txt to writing-qmp-commands.rst
 2021-08-04  9:17 UTC  (2+ messages)

[RESEND RFC] hw/arm/smmuv3: add device properties to disable cached iotlb
 2021-08-04  8:49 UTC 

[PATCH 0/3] docs: convert qapi-code-gen.txt to qapi-code-gen.rst
 2021-08-04  8:48 UTC  (3+ messages)

[PATCH 0/6] Updates for Coverity modeling file
 2021-08-04  8:43 UTC  (6+ messages)
` [PATCH 4/6] coverity-model: clean up the models for array allocation functions

[PATCH] util: fix abstract socket path copy
 2021-08-04  8:41 UTC  (3+ messages)

[PATCH v7 00/10] qapi: untie 'if' conditions from C preprocessor
 2021-08-04  8:31 UTC  (11+ messages)
` [PATCH v7 01/10] docs: update the documentation upfront about schema configuration
` [PATCH v7 02/10] qapi: wrap Sequence[str] in an object
` [PATCH v7 03/10] qapi: add QAPISchemaIfCond.is_present()
` [PATCH v7 04/10] qapi: introduce QAPISchemaIfCond.cgen()
` [PATCH v7 05/10] qapidoc: introduce QAPISchemaIfCond.docgen()
` [PATCH v7 06/10] qapi: replace if condition list with dict {'all': [...]}
` [PATCH v7 07/10] qapi: add 'any' condition
` [PATCH v7 08/10] qapi: Use 'if': { 'any': ... } where appropriate
` [PATCH v7 09/10] qapi: add 'not' condition operation
` [PATCH v7 10/10] qapi: make 'if' condition strings simple identifiers

[PATCH] hw/char/virtio-serial-bus: fix: Unpop throttled VirtQueueElement to queue before discard vq data
 2021-08-04  8:34 UTC  (5+ messages)

[PULL 0/3] s390x fixes
 2021-08-04  8:26 UTC  (2+ messages)

[PATCH v6 00/11] qapi: untie 'if' conditions from C preprocessor
 2021-08-04  8:25 UTC  (24+ messages)
` [PATCH v6 02/11] qapi: wrap Sequence[str] in an object
` [PATCH v6 03/11] qapi: add QAPISchemaIfCond.is_present()
` [PATCH v6 04/11] qapi: _make_enum_members() to work with pre-built QAPISchemaIfCond
` [PATCH v6 05/11] qapi: introduce QAPISchemaIfCond.cgen()
` [PATCH v6 06/11] qapidoc: introduce QAPISchemaIfCond.docgen()
` [PATCH v6 07/11] qapi: replace if condition list with dict {'all': [...]}
` [PATCH v6 11/11] qapi: make 'if' condition strings simple identifiers

[PATCH] Makefile: Fix cscope issues on MacOS and soft links
 2021-08-04  8:14 UTC  (4+ messages)

[PATCH v4] virtio/vsock: add two more queues for datagram types
 2021-08-04  8:13 UTC  (2+ messages)

[PATCH 0/5] seccomp: fix hole in blocking forks
 2021-08-04  8:05 UTC  (2+ messages)

[PATCH v2 00/22] Add LoongArch linux-user emulation support
 2021-08-04  7:51 UTC  (5+ messages)
` [PATCH v2 12/22] target/loongarch: Add fixed point extra instruction translation

[PATCH v2] hw/display/xlnx_dp: fix an out-of-bounds read in xlnx_dp_read
 2021-08-04  7:43 UTC  (2+ messages)

[Question] qemu-img convert block alignment
 2021-08-04  7:18 UTC  (3+ messages)

[Bug 1908626] [NEW] Atomic test-and-set instruction does not work on qemu-user
 2021-08-04  6:41 UTC  (2+ messages)
` [Bug 1908626] "

[RFC v3] virtio/vsock: add two more queues for datagram types
 2021-08-04  6:49 UTC  (7+ messages)
  `  "

[PATCH 0/3] Disable vhost device IOTLB is IOMMU is not enabled
 2021-08-04  5:57 UTC  (5+ messages)
` [PATCH 1/3] virtio-bus: introduce iommu_enabled()
` [PATCH 2/3] virtio-pci: implement iommu_enabled()
` [PATCH 3/3] vhost: correctly detect the enabling IOMMU

[Question] Reduce the msix_load cost for VFIO device
 2021-08-04  4:28 UTC  (3+ messages)

[PATCH] vhost: use large iotlb entry if no IOMMU translation is needed
 2021-08-04  3:19 UTC  (7+ messages)

Question about delaying dirty log stop to next vm_start
 2021-08-04  1:44 UTC  (2+ messages)

[PATCH] hw/net: Discard overly fragmented packets
 2021-08-04  1:43 UTC  (4+ messages)

[PATCH 0/6] docs/devel: Organize devel manual into further subsections
 2021-08-04  0:56 UTC  (7+ messages)
` [PATCH 1/6] docs/devel: create "Community & Governance" subsection
` [PATCH 2/6] docs/devel: create "Developing QEMU" subsection
` [PATCH 3/6] docs/devel: create "Testing & Debugging" subsection
` [PATCH 4/6] docs/devel: create TCG subsection
` [PATCH 5/6] docs/devel: create "Subsystem APIs" subsection
` [PATCH 6/6] docs/devel: create "Miscellaneous Topics" subsection

[PATCH v2 0/4] QEMU RISC-V ACLINT Support
 2021-08-04  0:59 UTC  (3+ messages)
` [PATCH v2 1/4] hw/intc: Rename sifive_clint sources to riscv_aclint sources

[PATCH v2] accel/tcg/user-exec: Fix read-modify-write of code on s390 hosts
 2021-08-03 23:54 UTC  (2+ messages)

[PATCH 0/3] Gitlab-CI improvements
 2021-08-03 22:08 UTC  (2+ messages)

[PATCH for-6.1?] util: Suppress -Wstringop-overflow in qemu_thread_start
 2021-08-03 21:19 UTC 

[PATCH] accel/tcg/user-exec: Fix read-modify-write of code on s390 hosts
 2021-08-03 21:14 UTC  (2+ messages)

[PATCH v1] softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()
 2021-08-03 21:14 UTC  (2+ messages)

[PATCH] linux-user: fix guest/host address mixup in i386 setup_rt_frame()
 2021-08-03 21:03 UTC  (2+ messages)

[PULL 0/5] pc,pci: bugfixes
 2021-08-03 20:52 UTC  (6+ messages)
` [PULL 1/5] hw/pcie-root-port: Fix hotplug for PCI devices requiring IO
` [PULL 2/5] acpi: x86: pcihp: add support hotplug on multifunction bridges
` [PULL 3/5] arm/acpi: allow DSDT changes
` [PULL 4/5] Revert "acpi/gpex: Inform os to keep firmware resource map"
` [PULL 5/5] Drop _DSM 5 from expected DSDTs on ARM

migration-test hang, s390x host, aarch64 guest
 2021-08-03 20:53 UTC  (3+ messages)

[PATCH v7] tests/tcg/s390x: Test SIGILL and SIGSEGV handling
 2021-08-03 19:48 UTC 

[PATCH v2 0/1] Add remote I2C device to support external I2C device
 2021-08-03 19:29 UTC  (3+ messages)

[PULL v4 0/1] Libslirp patches
 2021-08-03 18:49 UTC  (2+ messages)

[PATCH v3 00/25] python: introduce Asynchronous QMP package
 2021-08-03 18:29 UTC  (21+ messages)
` [PATCH v3 04/25] python/aqmp: add asyncio compatibility wrappers
` [PATCH v3 05/25] python/aqmp: add generic async message-based protocol support
` [PATCH v3 06/25] python/aqmp: add runstate state machine to AsyncProtocol
` [PATCH v3 07/25] python/aqmp: Add logging utility helpers
` [PATCH v3 09/25] python/aqmp: add AsyncProtocol.accept() method
` [PATCH v3 10/25] python/aqmp: add configurable read buffer limit
` [PATCH v3 11/25] python/aqmp: add _cb_inbound and _cb_outbound logging hooks
` [PATCH v3 12/25] python/aqmp: add AsyncProtocol._readline() method
` [PATCH v3 13/25] python/aqmp: add QMP Message format
` [PATCH v3 14/25] python/aqmp: add well-known QMP object models
` [PATCH v3 15/25] python/aqmp: add QMP event support
` [PATCH v3 16/25] python/pylint: disable too-many-function-args
` [PATCH v3 17/25] python/aqmp: add QMP protocol support
` [PATCH v3 19/25] python/aqmp: Add message routing to QMP protocol
` [PATCH v3 20/25] python/aqmp: add execute() interfaces
` [PATCH v3 21/25] python/aqmp: add _raw() execution interface
` [PATCH v3 22/25] python/aqmp: add asyncio_run compatibility wrapper
` [PATCH v3 23/25] python/aqmp: add scary message
` [PATCH v3 24/25] python: bump avocado to v90.0
` [PATCH v3 25/25] 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).