qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-30 17:39:29 to 2022-03-31 01:30:57 UTC [more...]

[PATCH v2 0/4] ppc: valgrind "uninitialized values" fixes
 2022-03-31  1:20 UTC  (6+ messages)
` [PATCH v2 1/4] target/ppc: initialize 'val' union in kvm_get_one_spr()
` [PATCH v2 2/4] target/ppc: init 'lpcr' in kvmppc_enable_cap_large_decr()
` [PATCH v2 3/4] target/ppc: init 'sregs' in kvmppc_put_books_sregs()
` [PATCH v2 4/4] target/ppc: init 'rmmu_info' in kvm_get_radix_page_info()

[RFC PATCH v7 00/29] Add LoongArch softmmu support
 2022-03-31  1:25 UTC  (16+ messages)
` [RFC PATCH v7 05/29] target/loongarch: Add constant timer support
` [RFC PATCH v7 09/29] target/loongarch: Add TLB instruction support
` [RFC PATCH v7 10/29] target/loongarch: Add other core instructions support
` [RFC PATCH v7 16/29] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [RFC PATCH v7 17/29] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)

[PATCH qemu v7 00/14] Add tail agnostic behavior for rvv instructions
 2022-03-31  1:24 UTC  (4+ messages)

[PATCH 0/4] COLO net and runstate bugfix/optimization
 2022-03-31  1:14 UTC  (5+ messages)
` [PATCH 2/4] net/colo: Fix a "double free" crash to clear the conn_list

[PATCH 0/4] virtio-ccw: remove device declarations from virtio-ccw.h
 2022-03-31  0:21 UTC  (3+ messages)
` [PATCH 1/4] s390x: follow qdev tree to detect SCSI device on a CCW bus

[PATCH] hw/riscv: virt: Warn the user if -bios is provided when using KVM
 2022-03-31  0:11 UTC  (3+ messages)

[PATCH v7] target/riscv: Add isa extenstion strings to the device tree
 2022-03-31  0:07 UTC  (2+ messages)

[PATCH v7 00/12] Improve PMU support
 2022-03-31  0:01 UTC  (13+ messages)
` [PATCH v7 01/12] target/riscv: Fix PMU CSR predicate function
` [PATCH v7 02/12] target/riscv: Implement PMU CSR predicate function for S-mode
` [PATCH v7 03/12] target/riscv: pmu: Rename the counters extension to pmu
` [PATCH v7 04/12] target/riscv: pmu: Make number of counters configurable
` [PATCH v7 05/12] target/riscv: Implement mcountinhibit CSR
` [PATCH v7 06/12] target/riscv: Add support for hpmcounters/hpmevents
` [PATCH v7 07/12] target/riscv: Support mcycle/minstret write operation
` [PATCH v7 08/12] target/riscv: Add sscofpmf extension support
` [PATCH v7 09/12] target/riscv: Simplify counter predicate function
` [PATCH v7 10/12] target/riscv: Add few cache related PMU events
` [PATCH v7 11/12] hw/riscv: virt: Add PMU DT node to the device tree
` [PATCH v7 12/12] target/riscv: Update the privilege field for sscofpmf CSRs

[PATCH] vdpa: Avoid reset when stop device
 2022-03-31  0:15 UTC  (3+ messages)
` [PATCH v2] vdpa: reset the backend device in stage of stop last vhost device

[RESEND PATCH] target/riscv: fix start byte for vmv<nf>r.v when vstart != 0
 2022-03-31  0:15 UTC  (2+ messages)

[PATCH-for-7.1] hw/tpm/tpm_tis: Avoid eventual read overrun
 2022-03-30 23:57 UTC 

[PATCH v5 00/45] Transactional block-graph modifying API
 2022-03-30 21:29 UTC  (46+ 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 08/45] block/snapshot: stress that we fallback to primary child
` [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 15/45] block: refactor bdrv_remove_file_or_backing_child to bdrv_remove_child
` [PATCH v5 16/45] block: drop bdrv_detach_child()
` [PATCH v5 17/45] block: drop bdrv_remove_filter_or_cow_child
` [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 v5 20/45] block: make permission update functions public
` [PATCH v5 21/45] block: add bdrv_try_set_aio_context_tran transaction action
` [PATCH v5 22/45] block: implemet bdrv_unref_tran()
` [PATCH v5 23/45] blockdev: refactor transaction to use Transaction API
` [PATCH v5 24/45] blockdev: transactions: rename some things
` [PATCH v5 25/45] blockdev: qmp_transaction: refactor loop to classic for
` [PATCH v5 26/45] blockdev: transaction: refactor handling transaction properties
` [PATCH v5 27/45] blockdev: qmp_transaction: drop extra generic layer
` [PATCH v5 28/45] qapi: block: add blockdev-del transaction action
` [PATCH v5 29/45] block: introduce BDRV_O_NOPERM flag
` [PATCH v5 30/45] block: bdrv_insert_node(): use BDRV_O_NOPERM
` [PATCH v5 31/45] qapi: block: add blockdev-add transaction action
` [PATCH v5 32/45] iotests: add blockdev-add-transaction
` [PATCH v5 33/45] block-backend: blk_root(): drop const specifier on return type
` [PATCH v5 34/45] block/export: add blk_by_export_id()
` [PATCH v5 35/45] block: make bdrv_find_child() function public
` [PATCH v5 36/45] block: bdrv_replace_child_bs(): move to external transaction
` [PATCH v5 37/45] qapi: add x-blockdev-replace command
` [PATCH v5 38/45] qapi: add x-blockdev-replace transaction action
` [PATCH v5 39/45] block: bdrv_get_xdbg_block_graph(): report export ids
` [PATCH v5 40/45] iotests.py: qemu_img_create: use imgfmt by default
` [PATCH v5 41/45] iotests.py: introduce VM.assert_edges_list() method
` [PATCH v5 42/45] iotests.py: add VM.qmp_check() helper
` [PATCH v5 43/45] iotests: add filter-insertion
` [PATCH v5 44/45] block: bdrv_open_inherit: create BlockBackend only when necessary
` [PATCH v5 45/45] block/copy-before-write: correct permission scheme

[PATCH 0/7] vhost-vdpa multiqueue fixes
 2022-03-30 23:03 UTC  (9+ messages)
` [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  (9+ messages)
` [PATCH v2 5/9] python: remove the old QMP package
` [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  (9+ messages)

[PATCH v8 00/46] CXl 2.0 emulation Support
 2022-03-30 17:48 UTC  (4+ messages)
` [PATCH v8 04/46] hw/cxl/device: Introduce a CXL device (8.2.8)


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