qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-27 12:44:11 to 2023-04-28 04:54:48 UTC [more...]

[PATCH] target: ppc: Correctly initialize HILE in HID-0 for book3s processors
 2023-04-28  4:53 UTC  (3+ messages)

[PATCH 0/5] virtio-gpu cleanups and obvious definitions
 2023-04-28  2:52 UTC  (6+ messages)
` [PATCH 1/5] hw/display/virtio-gpu-virgl: virtio_gpu_gl -> virtio_gpu_virgl
` [PATCH 2/5] hw/display/virtio-gpu-virgl: make GL device more library agnostic
` [PATCH 3/5] hw/display/virtio-gpu-virgl: define callbacks in realize function
` [PATCH 4/5] virtio: Add shared memory capability
` [PATCH 5/5] virtio-gpu: CONTEXT_INIT feature

[PATCH v2 00/21] Hexagon (target/hexagon) short-circuit and move to DisasContext
 2023-04-28  2:47 UTC  (23+ messages)
` [PATCH v2 01/21] meson.build Add CONFIG_HEXAGON_IDEF_PARSER
` [PATCH v2 02/21] Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_write
` [PATCH v2 03/21] Hexagon (target/hexagon) Add overrides for loop setup instructions
` [PATCH v2 04/21] Hexagon (target/hexagon) Add overrides for allocframe/deallocframe
` [PATCH v2 05/21] Hexagon (target/hexagon) Add overrides for clr[tf]new
` [PATCH v2 06/21] Hexagon (target/hexagon) Remove log_reg_write from op_helper.[ch]
` [PATCH v2 07/21] Hexagon (target/hexagon) Eliminate uses of log_pred_write function
` [PATCH v2 08/21] Hexagon (target/hexagon) Clean up pred_written usage
` [PATCH v2 09/21] Hexagon (target/hexagon) Don't overlap dest writes with source reads
` [PATCH v2 10/21] Hexagon (target/hexagon) Mark registers as read during packet analysis
` [PATCH v2 11/21] Hexagon (target/hexagon) Short-circuit packet register writes
` [PATCH v2 12/21] Hexagon (target/hexagon) Short-circuit packet predicate writes
` [PATCH v2 13/21] Hexagon (target/hexagon) Short-circuit packet HVX writes
` [PATCH v2 14/21] Hexagon (target/hexagon) Short-circuit more HVX single instruction packets
` [PATCH v2 15/21] Hexagon (target/hexagon) Add overrides for disabled idef-parser insns
` [PATCH v2 16/21] Hexagon (target/hexagon) Make special new_value for USR
` [PATCH v2 17/21] Hexagon (target/hexagon) Move new_value to DisasContext
` [PATCH v2 18/21] Hexagon (target/hexagon) Move new_pred_value "
` [PATCH v2 19/21] Hexagon (target/hexagon) Move pred_written "
` [PATCH v2 20/21] Hexagon (target/hexagon) Move pkt_has_store_s1 "
` [PATCH v2 21/21] Hexagon (target/hexagon) Move items "

[PATCH v4 0/7] target/riscv: Fix PMP related problem
 2023-04-28  2:30 UTC  (5+ messages)
` [PATCH v4 1/7] target/riscv: Update pmp_get_tlb_size()
` [PATCH v4 2/7] target/riscv: Move pmp_get_tlb_size apart from get_physical_address_pmp

[PATCH 0/2] target/riscv: RVV 1-fill tail element changes
 2023-04-28  1:22 UTC  (6+ messages)
` [PATCH 1/2] target/riscv/vector_helper.c: skip set tail when vta is zero
` [PATCH 2/2] target/riscv/vector_helper.c: make vext_set_tail_elems_1s() debug only

[PATCH] target/hexagon: fix = vs. == mishap
 2023-04-27 23:04 UTC  (5+ messages)

[PATCH v2 0/9] Hexagon (target/hexagon) New architecture support
 2023-04-27 22:40 UTC  (10+ messages)
` [PATCH v2 1/9] Hexagon (target/hexagon) Add support for v68/v69/v71/v73
` [PATCH v2 2/9] Hexagon (target/hexagon) Add v68 scalar instructions
` [PATCH v2 3/9] Hexagon (tests/tcg/hexagon) Add v68 scalar tests
` [PATCH v2 4/9] Hexagon (target/hexagon) Add v68 HVX instructions
` [PATCH v2 5/9] Hexagon (tests/tcg/hexagon) Add v68 HVX tests
` [PATCH v2 6/9] Hexagon (target/hexagon) Add v69 HVX instructions
` [PATCH v2 7/9] Hexagon (tests/tcg/hexagon) Add v69 HVX tests
` [PATCH v2 8/9] Hexagon (target/hexagon) Add v73 scalar instructions
` [PATCH v2 9/9] Hexagon (tests/tcg/hexagon) Add v73 scalar tests

[PATCH v3 0/4] COLO: improve build options
 2023-04-27 21:30 UTC  (9+ messages)
` [PATCH v3 1/4] block/meson.build: prefer positive condition for replication
` [PATCH v3 2/4] scripts/qapi: allow optional experimental enum values
` [PATCH v3 3/4] build: move COLO under CONFIG_REPLICATION
` [PATCH v3 4/4] configure: add --disable-colo-proxy option

[PATCH v10 0/8] memory: prevent dma-reentracy issues
 2023-04-27 21:10 UTC  (9+ messages)
` [PATCH v10 1/8] "
` [PATCH v10 2/8] async: Add an optional reentrancy guard to the BH API
` [PATCH v10 3/8] checkpatch: add qemu_bh_new/aio_bh_new checks
` [PATCH v10 4/8] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
` [PATCH v10 5/8] lsi53c895a: disable reentrancy detection for script RAM
` [PATCH v10 6/8] bcm2835_property: disable reentrancy detection for iomem
` [PATCH v10 7/8] raven: "
` [PATCH v10 8/8] apic: disable reentrancy detection for apic-msi

[PATCH 00/20] Graph locking, part 3 (more block drivers)
 2023-04-27 20:49 UTC  (17+ messages)
` [PATCH 01/20] qcow2: Don't call bdrv_getlength() in coroutine_fns
` [PATCH 03/20] block: bdrv/blk_co_unref() for calls in coroutine context
` [PATCH 04/20] block: Don't call no_coroutine_fns in qmp_block_resize()
` [PATCH 07/20] graph-lock: Fix GRAPH_RDLOCK_GUARD*() to be reader lock

[PATCH 0/6] Add RISC-V KVM AIA Support
 2023-04-27 20:23 UTC  (2+ messages)

[PATCH v2 0/4] COLO: improve build options
 2023-04-27 19:31 UTC  (6+ messages)
` [PATCH v2 3/4] build: move COLO under CONFIG_REPLICATION

[PATCH 00/19] migration: Remove QEMUFileHooks
 2023-04-27 19:01 UTC  (26+ messages)
` [PATCH 01/19] multifd: We already account for this packet on the multifd thread
` [PATCH 02/19] migration: Move ram_stats to its own file migration-stats.[ch]
` [PATCH 03/19] migration: Rename ram_counters to mig_stats
` [PATCH 04/19] migration: Rename RAMStats to MigrationAtomicStats
` [PATCH 05/19] migration/rdma: Split the zero page case from acct_update_position
` [PATCH 06/19] migration/rdma: Unfold last user of acct_update_position()
` [PATCH 07/19] migration/rdma: Unflod ram_control_before_iterate()
` [PATCH 08/19] migration/rdma: Unflod ram_control_after_iterate()
` [PATCH 09/19] migration/rdma: simplify ram_control_load_hook()
` [PATCH 10/19] migration/rdma: Don't pass the QIOChannelRDMA as an opaque
` [PATCH 11/19] migration/rdma: We can calculate the rioc from the QEMUFile
` [PATCH 12/19] migration/rdma: It makes no sense to recive that flag without RDMA
` [PATCH 13/19] migration: Make RAM_SAVE_FLAG_HOOK a normal case entry
` [PATCH 14/19] migration/rdma: Remove all uses of RAM_CONTROL_HOOK
` [PATCH 15/19] migration/rdma: Unfold hook_ram_load()
` [PATCH 16/19] migration/rdma: Make ram_control_save_page() use exported interfaces
` [PATCH 17/19] migration/rdma: Create rdma_control_save_page()
` [PATCH 18/19] qemu-file: Remove QEMUFileHooks
` [PATCH 19/19] migration/rdma: Move rdma constants from qemu-file.h to rdma.h

[PATCH v11 00/13] target/arm: Allow CONFIG_TCG=n builds
 2023-04-27 18:41 UTC  (6+ messages)
` [PATCH v11 06/13] tests/qtest: Adjust and document query-cpu-model-expansion test for arm
` [PATCH v11 08/13] tests/qtest: Fix tests when no KVM or TCG are present

[PATCH 00/13] Clean up PCI IDE device models
 2023-04-27 18:15 UTC  (13+ messages)
` [PATCH 10/13] hw/ide/piix: Reuse PCIIDEState::{cmd,data}_ops
` [PATCH 11/13] hw/ide/sii3112: "

[PATCH v2] meson: Pass -j option to sphinx
 2023-04-27 18:01 UTC  (3+ messages)

[PATCH v10 0/4] Add zone append write for zoned device
 2023-04-27 17:23 UTC  (5+ messages)
` [PATCH v10 1/4] file-posix: add tracking of the zone write pointers
` [PATCH v10 2/4] block: introduce zone append write for zoned devices
` [PATCH v10 3/4] qemu-iotests: test zone append operation
` [PATCH v10 4/4] block: add some trace events for zone append

[PATCH v19 0/8] Add support for zoned device
 2023-04-27 17:20 UTC  (9+ messages)
` [PATCH v19 1/8] block/block-common: add zoned device structs
` [PATCH v19 2/8] block/file-posix: introduce helper functions for sysfs attributes
` [PATCH v19 3/8] block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PATCH v19 4/8] block/raw-format: add zone operations to pass through requests
` [PATCH v19 5/8] block: add zoned BlockDriver check to block layer
` [PATCH v19 6/8] iotests: test new zone operations
` [PATCH v19 7/8] block: add some trace events for new block layer APIs
` [PATCH v19 8/8] docs/zoned-storage: add zoned device documentation

[PATCH v20 00/21] s390x: CPU Topology
 2023-04-27 17:01 UTC  (5+ messages)
` [PATCH v20 02/21] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v20 03/21] target/s390x/cpu topology: handle STSI(15) and build the SYSIB

[PATCH v9 0/8] memory: prevent dma-reentracy issues
 2023-04-27 16:05 UTC  (6+ messages)
` [PATCH v9 7/8] memory: abort on re-entrancy in debug builds

[PULL 00/18] testing and doc updates
 2023-04-27 15:45 UTC  (19+ messages)
` [PULL 01/18] tests/requirements.txt: bump up avocado-framework version to 101.0
` [PULL 02/18] tests/avocado: use the new snapshots for testing
` [PULL 03/18] tests/avocado: Add set of boot tests on SBSA-ref
` [PULL 04/18] gitlab-ci: Avoid to re-run "configure" in the device-crash-test jobs
` [PULL 05/18] scripts/device-crash-test: Add a parameter to run with TCG only
` [PULL 06/18] qemu-options: finesse the recommendations around -blockdev
` [PULL 07/18] .gitlab-ci.d/cirrus: Drop the CI job for compiling with FreeBSD 12
` [PULL 08/18] tests/avocado: Make ssh_command_output_contains() globally available
` [PULL 09/18] tests/avocado/machine_aspeed: Fix the broken ast2[56]00_evb_sdk tests
` [PULL 10/18] MAINTAINERS: Cover tests/avocado/machine_aspeed.py
` [PULL 11/18] avocado_qemu/__init__.py: factor out the qemu-img finding
` [PULL 12/18] tests/avocado/tuxrun_baselines.py: improve code coverage for ppc64
` [PULL 13/18] tests/tcg: limit the scope of the plugin tests
` [PULL 14/18] qemu-options.hx: Update descriptions of memory options for NUMA node
` [PULL 15/18] docs/system: remove excessive punctuation from guest-loader docs
` [PULL 16/18] docs/devel: make a statement about includes
` [PULL 17/18] docs/devel: mention the spacing requirement for QOM
` [PULL 18/18] docs/style: call out the use of GUARD macros

[PULL 00/18] Migration 20230427 patches
 2023-04-27 15:22 UTC  (19+ messages)
` [PULL 01/18] multifd: Fix the number of channels ready
` [PULL 02/18] migration: Create migrate_params_init() function
` [PULL 03/18] migration: Make all functions check have the same format
` [PULL 04/18] migration: Create migrate_downtime_limit() function
` [PULL 05/18] migration: Move migrate_set_block_incremental() to options.c
` [PULL 06/18] migration: Move block_cleanup_parameters() "
` [PULL 07/18] migration: Remove MigrationState from block_cleanup_parameters()
` [PULL 08/18] migration: Create migrate_tls_creds() function
` [PULL 09/18] migration: Create migrate_tls_authz() function
` [PULL 10/18] migration: Create migrate_tls_hostname() function
` [PULL 11/18] migration: Create migrate_block_bitmap_mapping() function
` [PULL 12/18] migration: Move migration_properties to options.c
` [PULL 13/18] multifd: Create property multifd-flush-after-each-section
` [PULL 14/18] multifd: Protect multifd_send_sync_main() calls
` [PULL 15/18] multifd: Only flush once each full round of memory
` [PULL 16/18] stat64: Add stat64_set() operation
` [PULL 17/18] migration: Make dirty_pages_rate atomic
` [PULL 18/18] migration: Make dirty_bytes_last_sync atomic

[PATCH v2 00/16] qapi qga/qapi-schema: Doc fixes
 2023-04-27 15:44 UTC  (7+ messages)
` [PATCH v2 09/16] qapi: Fix bullet list markup in documentation
` [PATCH 17/16] docs/devel/qapi-code-gen: Describe some doc markup pitfalls

[PATCH 0/9] Hexagon (target/hexagon) New architecture support
 2023-04-27 15:02 UTC  (15+ messages)
` [PATCH 3/9] Hexagon (tests/tcg/hexagon) Add v68 scalar tests
` [PATCH 4/9] Hexagon (target/hexagon) Add v68 HVX instructions
` [PATCH 5/9] Hexagon (tests/tcg/hexagon) Add v68 HVX tests
` [PATCH 6/9] Hexagon (target/hexagon) Add v69 HVX instructions
` [PATCH 7/9] Hexagon (tests/tcg/hexagon) Add v69 HVX tests
` [PATCH 8/9] Hexagon (target/hexagon) Add v73 scalar instructions
` [PATCH 9/9] Hexagon (tests/tcg/hexagon) Add v73 scalar tests

QMP (without OOB) function running in thread different from the main thread as part of aio_poll
 2023-04-27 14:56 UTC  (8+ messages)

[PATCH] apic: disable reentrancy detection for apic-msi
 2023-04-27 14:05 UTC  (2+ messages)

[PATCH 0/2] Migration time prediction using calc-dirty-rate
 2023-04-27 13:51 UTC  (3+ messages)

[PATCH v4 0/5] parallels: Add duplication check, repair at open, fix bugs
 2023-04-27 13:46 UTC  (3+ messages)
` [PATCH v4 3/5] parallels: Add checking and repairing duplicate offsets in BAT

[PATCH v2 RESEND 0/7] Hexagon: add lldb support
 2023-04-27 13:31 UTC  (3+ messages)
` [PATCH v2 RESEND 7/7] Hexagon (linux-user/hexagon): handle breakpoints

[PULL 0/7] Migration 20230426 patches
 2023-04-27 13:26 UTC  (2+ messages)

[PATCH] meson: Pass -j option to sphinx
 2023-04-27 13:12 UTC  (3+ messages)

[PATCH] tests: virtio-9p-client: Rreaddir fields are all mandatory
 2023-04-27 13:10 UTC 

[PATCH v3 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
 2023-04-27 13:04 UTC  (6+ messages)
` [PATCH v3 03/18] hw/i386/pc_piix: Wire PIIX3 IDE ouput IRQs to ISA bus IRQs 14/15

[PATCH] tests: vhost-user-test: release mutex on protocol violation
 2023-04-27 12:56 UTC  (2+ messages)

[PATCH] block/nfs: avoid BDRV_POLL_WHILE() in nfs_co_get_allocated_file_size()
 2023-04-27 12:54 UTC  (2+ messages)

[PATCH] block/nvme: use AIO_WAIT_WHILE_UNLOCKED()
 2023-04-27 12:49 UTC  (2+ messages)

[PATCH v2 0/4] Migration time prediction using calc-dirty-rate
 2023-04-27 12:43 UTC  (5+ messages)
` [PATCH v2 1/4] migration/calc-dirty-rate: replaced CRC32 with xxHash
` [PATCH v2 2/4] migration/calc-dirty-rate: detailed stats in sampling mode
` [PATCH v2 3/4] migration/calc-dirty-rate: added n-zero-pages metric
` [PATCH v2 4/4] migration/calc-dirty-rate: tool to predict migration time


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