qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-30 13:32:45 to 2022-03-30 23:31:25 UTC [more...]

[PATCH v5 00/45] Transactional block-graph modifying API
 2022-03-30 21:28 UTC  (16+ messages)
` [PATCH v5 01/45] block: BlockDriver: add .filtered_child_is_backing field
` [PATCH v5 02/45] block: introduce bdrv_open_file_child() helper
` [PATCH v5 03/45] block/blklogwrites: don't care to remove bs->file child on failure
` [PATCH v5 04/45] test-bdrv-graph-mod: update test_parallel_perm_update test case
` [PATCH v5 05/45] tests-bdrv-drain: bdrv_replace_test driver: declare supports_backing
` [PATCH v5 06/45] test-bdrv-graph-mod: fix filters to be filters
` [PATCH v5 07/45] block: document connection between child roles and bs->backing/bs->file
` [PATCH v5 09/45] Revert "block: Let replace_child_noperm free children"
` [PATCH v5 10/45] Revert "block: Let replace_child_tran keep indirect pointer"
` [PATCH v5 11/45] Revert "block: Restructure remove_file_or_backing_child()"
` [PATCH v5 12/45] Revert "block: Pass BdrvChild ** to replace_child_noperm"
` [PATCH v5 13/45] block: Manipulate bs->file / bs->backing pointers in .attach/.detach
` [PATCH v5 14/45] block/snapshot: drop indirection around bdrv_snapshot_fallback_ptr
` [PATCH v5 18/45] block: bdrv_refresh_perms(): allow external tran
` [PATCH v5 19/45] block: refactor bdrv_list_refresh_perms to allow any list of nodes

[PATCH 0/7] vhost-vdpa multiqueue fixes
 2022-03-30 23:03 UTC  (15+ messages)
` [PATCH 1/7] virtio-net: align ctrl_vq index for non-mq guest for vhost_vdpa
` [PATCH 4/7] virtio: don't read pending event on host notifier if disabled
` [PATCH 7/7] vhost-vdpa: backend feature should set only once

[PATCH] 9p: move limits.h include from 9p.c to 9p.h
 2022-03-30 21:55 UTC  (5+ messages)

[PATCH 0/4] ppc: valgrind "uninitialized values" fixes
 2022-03-30 21:46 UTC  (10+ messages)
` [PATCH 1/4] target/ppc: initialize 'reg_val' in kvm_get_one_spr()
` [PATCH 2/4] target/ppc: init 'lpcr' in kvmppc_enable_cap_large_decr()
` [PATCH 3/4] target/ppc: init 'sregs' in kvmppc_put_books_sregs()
` [PATCH 4/4] target/ppc: init 'rmmu_info' in kvm_get_radix_page_info()

[PATCH v3 00/19] migration: Postcopy Preemption
 2022-03-30 21:39 UTC  (20+ messages)
` [PATCH v3 01/19] migration: Postpone releasing MigrationState.hostname
` [PATCH v3 02/19] migration: Drop multifd tls_hostname cache
` [PATCH v3 03/19] migration: Add pss.postcopy_requested status
` [PATCH v3 04/19] migration: Move migrate_allow_multifd and helpers into migration.c
` [PATCH v3 05/19] migration: Export ram_load_postcopy()
` [PATCH v3 06/19] migration: Move channel setup out of postcopy_try_recover()
` [PATCH v3 07/19] migration: Allow migrate-recover to run multiple times
` [PATCH v3 08/19] migration: Add postcopy-preempt capability
` [PATCH v3 09/19] migration: Postcopy preemption preparation on channel creation
` [PATCH v3 10/19] migration: Postcopy preemption enablement
` [PATCH v3 11/19] migration: Postcopy recover with preempt enabled
` [PATCH v3 12/19] migration: Create the postcopy preempt channel asynchronously
` [PATCH v3 13/19] migration: Enable TLS for preempt channel
` [PATCH v3 14/19] migration: Parameter x-postcopy-preempt-break-huge
` [PATCH v3 15/19] migration: Add helpers to detect TLS capability
` [PATCH v3 16/19] migration: Export tls-[creds|hostname|authz] params to cmdline too
` [PATCH v3 17/19] tests: Add postcopy tls migration test
` [PATCH v3 18/19] tests: Add postcopy tls recovery "
` [PATCH v3 19/19] tests: Add postcopy preempt tests

[PATCH 00/10] VDIV/VMOD Implementation
 2022-03-30 21:45 UTC  (15+ messages)
` [PATCH 01/10] qemu/int128: avoid undefined behavior in int128_lshift
` [PATCH 02/10] qemu/int128: add int128_urshift
` [PATCH 03/10] target/ppc: Implemented vector divide instructions
` [PATCH 04/10] target/ppc: Implemented vector divide quadword
` [PATCH 05/10] target/ppc: Implemented vector divide extended word
` [PATCH 06/10] Implemented unsigned 256-by-128 division
` [PATCH 07/10] Implemented signed "
` [PATCH 08/10] target/ppc: Implemented remaining vector divide extended
` [PATCH 09/10] target/ppc: Implemented vector module word/doubleword
` [PATCH 10/10] target/ppc: Implemented vector module quadword

[PATCH v2 0/9] Python: Remove synchronous QMP library
 2022-03-30 20:54 UTC  (14+ messages)
` [PATCH v2 1/9] python: temporarily silence pylint duplicate-code warnings
` [PATCH v2 2/9] python/aqmp: take QMPBadPortError and parse_address from qemu.qmp
` [PATCH v2 3/9] python/aqmp: fully separate from qmp.QEMUMonitorProtocol
` [PATCH v2 4/9] python/aqmp: copy qmp docstrings to qemu.aqmp.legacy
` [PATCH v2 5/9] python: remove the old QMP package
` [PATCH v2 6/9] python: re-enable pylint duplicate-code warnings
` [PATCH v2 7/9] python: rename qemu.aqmp to qemu.qmp
` [PATCH v2 8/9] python: rename 'aqmp-tui' to 'qmp-tui'
` [PATCH v2 9/9] python/qmp: remove pylint workaround from legacy.py

[PATCH v6 00/12] Improve PMU support
 2022-03-30 19:42 UTC  (10+ messages)
` [PATCH v6 06/12] target/riscv: Add support for hpmcounters/hpmevents
` [PATCH v6 08/12] target/riscv: Add sscofpmf extension support
` [PATCH v6 10/12] target/riscv: Add few cache related PMU events

[PATCH v2 00/18] tests: introduce testing coverage for TLS with migration
 2022-03-30 19:40 UTC  (4+ messages)

[PATCH 1/2] softmmu/physmem: move last_ram_page() call under qemu_mutex_lock_ramlist()
 2022-03-30 19:25 UTC  (4+ messages)
` [PATCH 2/2] softmmu/physmem: fix dirty memory bitmap memleak

[RFC PATCH v3 00/19] Net Control VQ support with asid in vDPA SVQ
 2022-03-30 18:31 UTC  (20+ messages)
` [RFC PATCH v3 01/19] util: Return void on iova_tree_remove
` [RFC PATCH v3 02/19] vdpa: Add x-svq to NetdevVhostVDPAOptions
` [RFC PATCH v3 03/19] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [RFC PATCH v3 04/19] vdpa: Fix index calculus at vhost_vdpa_svqs_start
` [RFC PATCH v3 05/19] virtio-net: use g_memdup2() instead of unsafe g_memdup()
` [RFC PATCH v3 06/19] virtio-net: Expose ctrl virtqueue logic
` [RFC PATCH v3 07/19] vdpa: Extract get geatures part from vhost_vdpa_get_max_queue_pairs
` [RFC PATCH v3 08/19] virtio: Make virtqueue_alloc_element non-static
` [RFC PATCH v3 09/19] vhost: Add SVQElement
` [RFC PATCH v3 10/19] vhost: Add custom used buffer callback
` [RFC PATCH v3 11/19] vdpa: control virtqueue support on shadow virtqueue
` [RFC PATCH v3 12/19] vhost: Add vhost_iova_tree_find
` [RFC PATCH v3 13/19] vdpa: Add map/unmap operation callback to SVQ
` [RFC PATCH v3 14/19] vhost: Add vhost_svq_inject
` [RFC PATCH v3 15/19] vdpa: add NetClientState->start() callback
` [RFC PATCH v3 16/19] vdpa: Add vhost_vdpa_start_control_svq
` [RFC PATCH v3 17/19] vhost: Update kernel headers
` [RFC PATCH v3 18/19] vdpa: Add asid attribute to vdpa device
` [RFC PATCH v3 19/19] vdpa: Add x-cvq-svq

[PATCH v4 00/45] Transactional block-graph modifying API
 2022-03-30 19:03 UTC  (2+ messages)

[qemu.qmp PATCH 00/13] python: fork qemu.qmp python lib into independent repo
 2022-03-30 18:24 UTC  (14+ messages)
` [qemu.qmp PATCH 01/13] pylint hotfix
` [qemu.qmp PATCH 02/13] fork qemu.qmp from qemu.git
` [qemu.qmp PATCH 03/13] update VERSION to 0.0.0a1
` [qemu.qmp PATCH 04/13] update maintainer metadata
` [qemu.qmp PATCH 05/13] update project description
` [qemu.qmp PATCH 06/13] [FIXME] update project URLs
` [qemu.qmp PATCH 07/13] add a couple new trove classifiers
` [qemu.qmp PATCH 08/13] move README.rst to FILES.rst and update
` [qemu.qmp PATCH 09/13] [FIXME] move PACKAGE.rst to README.rst "
` [qemu.qmp PATCH 10/13] docs: add versioning policy to README
` [qemu.qmp PATCH 11/13] add LGPLv2+ and GPLv2 LICENSE files
` [qemu.qmp PATCH 12/13] update Pipfile
` [qemu.qmp PATCH 13/13] remove sub-dependency pins from Pipfile

[RFC PATCH 0/8] Alternative softfloat 128-bit integer support
 2022-03-30 18:16 UTC  (17+ messages)
` [RFC PATCH 1/8] qemu/int128: avoid undefined behavior in int128_lshift
` [RFC PATCH 2/8] qemu/int128: add int128_urshift
` [RFC PATCH 3/8] softfloat: add uint128_to_float128
` [RFC PATCH 4/8] softfloat: add int128_to_float128
` [RFC PATCH 5/8] softfloat: add float128_to_uint128
` [RFC PATCH 6/8] softfloat: add float128_to_int128
` [RFC PATCH 7/8] target/ppc: implement xscv[su]qqp
` [RFC PATCH 8/8] target/ppc: implement xscvqp[su]qz

[RFC PATCH 0/6] softfloat 128-bit integer support
 2022-03-30 17:59 UTC  (3+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-30 17:58 UTC  (10+ messages)

[PATCH v8 00/46] CXl 2.0 emulation Support
 2022-03-30 17:48 UTC  (7+ messages)
` [PATCH v8 02/46] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PATCH v8 04/46] hw/cxl/device: Introduce a CXL device (8.2.8)

[PATCH v7 00/17] vfio-user server in QEMU
 2022-03-30 17:13 UTC  (16+ messages)
` [PATCH v7 12/17] vfio-user: IOMMU support for remote device
` [PATCH v7 14/17] vfio-user: handle PCI BAR accesses

[PATCH] target/riscv: Avoid leaking "no translation" TLB entries
 2022-03-30 16:59 UTC 

Re: [PATCH] target/riscv: Exit current TB after an sfence.vma
 2022-03-30 17:10 UTC  (4+ messages)

[PATCH 0/4] Python: relicense async qmp as LGPLv2+
 2022-03-30 17:04 UTC  (6+ messages)
` [PATCH 3/4] python/qmp-shell: relicense "

[PATCH 00/15] tests/docker and tests/tcg cleanup and diet
 2022-03-30 16:32 UTC  (3+ messages)
` [PATCH 04/15] tests/docker: remove unnecessary default definitions

[PATCH 0/5] Generalize the sysbus device machine allowance
 2022-03-30 16:12 UTC  (6+ messages)
` [PATCH 1/5] qdev: add uc_requires_machine_allowance flag
` [PATCH 2/5] machine: update machine allowed list related functions/fields
` [PATCH 3/5] qdev-monitor: use the newly uc_requires_machine_allowance
` [PATCH 4/5] rename machine_class_allow_dynamic_sysbus_dev
` [PATCH 5/5] machine: remove temporary inline functions

[RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
 2022-03-30 16:02 UTC  (8+ messages)

[PATCH v1 0/9] Machine type compatible properties
 2022-03-30 15:55 UTC  (7+ messages)
` [PATCH v1 7/9] colo-compare: safe finalization
` [PATCH v1 8/9] qom: add command to print initial properties
` [PATCH v1 9/9] scripts: printing machine type compat properties

[PATCH qemu v5 05/14] target/riscv: rvv: Add tail agnostic for vector load / store instructions
 2022-03-30 15:13 UTC  (6+ messages)

[PATCH v2 0/2] qcow2: Improve refcount structure rebuilding
 2022-03-30 15:07 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] iotests/108: Test new refcount rebuild algorithm

[PATCH for-7.0] meson.build: Fix dependency of page-vary-common.c to config-poison.h
 2022-03-30 15:03 UTC  (4+ messages)

[PATCH] linux-user/sh4/termbits: Silence warning about TIOCSER_TEMT double definition
 2022-03-30 14:37 UTC  (4+ messages)

[PATCH] multifd: Copy pages before compressing them with zlib
 2022-03-30 14:35 UTC  (2+ messages)

[PATCH v3 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
 2022-03-30 14:10 UTC  (5+ messages)
` [PATCH v3 1/4] hw/arm/virt: Consider SMP configuration in CPU topology
` [PATCH v3 3/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table

[PATCH 0/2] target/s390x: Fix determination of overflow condition code
 2022-03-30 14:04 UTC  (7+ messages)
` [PATCH 1/2] target/s390x: Fix determination of overflow condition code after addition
` [PATCH 2/2] target/s390x: Fix determination of overflow condition code after subtraction

[PATCH] MAINTAINERS: change Fred Konrad's email address
 2022-03-30 13:19 UTC  (3+ messages)

[RFC PATCH 00/18] user-creatable cpu clusters
 2022-03-30 12:56 UTC  (8+ messages)
` [RFC PATCH 09/18] hw/arm/xlnx-zynqmp: convert cpu clusters to arm_cpus
` [RFC PATCH 12/18] hw/riscv/virt: prepare riscv_hart transition to cpus
` [RFC PATCH 14/18] hw/riscv/riscv_hart: use cpus as base class
` [RFC PATCH 15/18] hw/riscv/sifive_u&microchip_pfsoc: apply riscv_hart_array update
` [RFC PATCH 16/18] hw/riscv: update remaining machines due to "
` [RFC PATCH 17/18] hw/riscv/riscv_hart: remove temporary features
` [RFC PATCH 18/18] add myself as reviewer of the newly added _cpus_

[RFC PATCH v7 00/29] Add LoongArch softmmu support
 2022-03-30 13:46 UTC  (5+ messages)
` [RFC PATCH v7 07/29] target/loongarch: Add LoongArch CSR instruction


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