qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-26 18:40:48 to 2023-04-27 14:49:27 UTC [more...]

[PATCH 0/9] Hexagon (target/hexagon) New architecture support
 2023-04-27 14:48 UTC  (18+ messages)
` [PATCH 1/9] Hexagon (target/hexagon) Add support for v68/v69/v71/v73
` [PATCH 2/9] Hexagon (target/hexagon) Add v68 scalar instructions
` [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 v9 0/8] memory: prevent dma-reentracy issues
 2023-04-27 14:44 UTC  (7+ messages)
` [PATCH v9 7/8] memory: abort on re-entrancy in debug builds
` [PATCH v9 8/8] raven: disable reentrancy detection for iomem

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

[PATCH 00/20] Graph locking, part 3 (more block drivers)
 2023-04-27 14:30 UTC  (12+ 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] 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 v2 00/16] qapi qga/qapi-schema: Doc fixes
 2023-04-27 13:47 UTC  (7+ messages)
` [PATCH 17/16] docs/devel/qapi-code-gen: Describe some doc markup pitfalls

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

[PATCH v20 00/21] s390x: CPU Topology
 2023-04-27 13:38 UTC  (5+ messages)
` [PATCH v20 01/21] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v20 02/21] s390x/cpu topology: add topology entries on CPU hotplug

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

[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  (9+ messages)
` [PULL 1/7] migration: Disable postcopy + multifd migration
` [PULL 2/7] MAINTAINERS: Add Leonardo and Peter as reviewers
` [PULL 3/7] migration: Move migrate_use_tls() to options.c
` [PULL 4/7] migration: Move qmp_migrate_set_parameters() "
` [PULL 5/7] migration: Allow postcopy_ram_supported_by_host() to report err
` [PULL 6/7] migration/vmstate-dump: Dump array size too as "num"
` [PULL 7/7] vmstate-static-checker: Recognize "num" field

[PATCH v11 00/13] target/arm: Allow CONFIG_TCG=n builds
 2023-04-27 13:16 UTC  (14+ messages)
` [PATCH v11 04/13] target/arm: Do not expose all -cpu max features to qtests
` [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 v11 12/13] tests/qtest: Restrict tpm-tis-i2c-test to CONFIG_TCG
` [PATCH v11 13/13] gitlab-ci: Check building KVM-only aarch64 target

[PATCH] meson: Pass -j option to sphinx
 2023-04-27 13:12 UTC  (5+ 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  (7+ messages)
` [PATCH v3 03/18] hw/i386/pc_piix: Wire PIIX3 IDE ouput IRQs to ISA bus IRQs 14/15

[PATCH 00/13] Clean up PCI IDE device models
 2023-04-27 12:55 UTC  (29+ messages)
` [PATCH 01/13] hw/ide/pci: Expose legacy interrupts as GPIOs
` [PATCH 05/13] hw/ide: Extract pci_ide_class_init()
` [PATCH 08/13] hw/ide: Rename PCIIDEState::*_bar attributes
` [PATCH 09/13] hw/ide/piix: Disuse isa_get_irq()
` [PATCH 10/13] hw/ide/piix: Reuse PCIIDEState::{cmd,data}_ops
` [PATCH 11/13] hw/ide/sii3112: "
` [PATCH 12/13] hw/ide/sii3112: Reuse PCIIDEState::bmdma_ops

[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

[PATCH 0/2] target/s390x: Fix EXECUTE of relative branches
 2023-04-27 12:40 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg/s390x: Test "

[PATCH] aio-wait: avoid AioContext lock in aio_wait_bh_oneshot()
 2023-04-27 12:39 UTC  (2+ messages)

[PATCH] block: add missing coroutine_fn annotations
 2023-04-27 12:26 UTC  (2+ messages)

[RFC PATCH 0/3] Deprecate the qemu-system-i386 binary
 2023-04-27 12:22 UTC  (10+ messages)

[PATCH v2] block: add configure options for excluding vmdk, vhdx and vpc
 2023-04-27 12:19 UTC  (2+ messages)

[PATCH 20/21] Hexagon (target/hexagon) Move pkt_has_store_s1 to DisasContext
 2023-04-27 11:15 UTC  (4+ messages)
` [PATCH 21/21] Hexagon (target/hexagon) Move items "

[PATCH 10/21] Hexagon (target/hexagon) Mark registers as read during packet analysis
 2023-04-27 11:05 UTC  (21+ messages)
` [PATCH 11/21] Hexagon (target/hexagon) Short-circuit packet register writes
` [PATCH 12/21] Hexagon (target/hexagon) Short-circuit packet predicate writes
` [PATCH 13/21] Hexagon (target/hexagon) Short-circuit packet HVX writes
` [PATCH 14/21] Hexagon (target/hexagon) Short-circuit more HVX single instruction packets
` [PATCH 15/21] Hexagon (target/hexagon) Add overrides for disabled idef-parser insns
` [PATCH 16/21] Hexagon (target/hexagon) Make special new_value for USR
` [PATCH 17/21] Hexagon (target/hexagon) Move new_value to DisasContext
` [PATCH 18/21] Hexagon (target/hexagon) Move new_pred_value "
` [PATCH 19/21] Hexagon (target/hexagon) Move pred_written "

[PATCH v3 0/2] igb: packet-split descriptors support
 2023-04-27 10:47 UTC  (3+ messages)
    ` [PATCH v3 1/2] igb: RX descriptors handling cleanup
    ` [PATCH v3 2/2] igb: packet-split descriptors support

[PULL 00/15] Kraxel 20220614 patches
 2023-04-27 10:11 UTC  (3+ messages)
` [PULL 04/15] hw/usb: Add CanoKey Implementation
  ` Apache license usage (was Re: [PULL 04/15] hw/usb: Add CanoKey Implementation)

[PATCH v6 0/3] Migration: Make more ram_counters atomic
 2023-04-27 10:09 UTC  (7+ messages)
` [PATCH v6 1/3] stat64: Add stat64_set() operation
` [PATCH v6 2/3] migration: Make dirty_pages_rate atomic
` [PATCH v6 3/3] migration: Make dirty_bytes_last_sync atomic

[PATCH] target/riscv: Fix PMU node property for virt machine
 2023-04-27 10:04 UTC  (4+ messages)

cal for agenda for QEMU developers fortnightly conference (20230502)
 2023-04-27  9:15 UTC 

[PATCH v4 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈️)
 2023-04-27  9:08 UTC  (4+ messages)
` [PATCH v4 1/3] error: define g_autoptr() cleanup function for the Error type
` [PATCH v4 2/3] Add Hyper-V Dynamic Memory Protocol definitions
` [PATCH v4 3/3] Add a Hyper-V Dynamic Memory Protocol driver (hv-balloon)

[PATCH v5 0/2] Migration: Make more ram_counters atomic
 2023-04-27  8:41 UTC  (7+ messages)
` [PATCH v5 1/2] migration: Make dirty_pages_rate atomic
` [PATCH v5 2/2] migration: Make dirty_bytes_last_sync atomic

[RFC PATCH v2] hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIBridge
 2023-04-27  8:22 UTC  (2+ messages)

[PULL 0/7] Migration 20230426 patches
 2023-04-27  8:19 UTC  (3+ messages)

[PATCH] cryptodev: Handle unexpected request to avoid crash
 2023-04-27  8:05 UTC 

[PATCH 09/21] Hexagon (target/hexagon) Don't overlap dest writes with source reads
 2023-04-27  8:03 UTC  (2+ messages)

[PATCH v2 1/2] igb: RX descriptors handling cleanup
 2023-04-27  7:48 UTC  (3+ messages)

[PATCH v3 0/2] accel/tcg/tcg-accel-ops-rr: ensure fairness with icount
 2023-04-27  7:46 UTC  (5+ messages)
` [PATCH v3 1/2] cpu: expose qemu_cpu_list_lock for lock-guard use
` [PATCH v3 2/2] accel/tcg/tcg-accel-ops-rr: ensure fairness with icount

[PATCH 08/21] Hexagon (target/hexagon) Clean up pred_written usage
 2023-04-27  7:37 UTC  (4+ messages)

[PATCH RFC v2 0/9] Add loongarch kvm accel support
 2023-04-27  7:26 UTC  (10+ messages)
` [PATCH RFC v2 1/9] linux-headers: Add KVM headers for loongarch
` [PATCH RFC v2 2/9] target/loongarch: Define some kvm_arch interfaces
` [PATCH RFC v2 3/9] target/loongarch: Supplement vcpu env initial when vcpu reset
` [PATCH RFC v2 4/9] target/loongarch: Implement kvm get/set registers
` [PATCH RFC v2 5/9] target/loongarch: Implement kvm_arch_init function
` [PATCH RFC v2 6/9] target/loongarch: Implement kvm_arch_init_vcpu
` [PATCH RFC v2 7/9] target/loongarch: Implement kvm_arch_handle_exit
` [PATCH RFC v2 8/9] target/loongarch: Implement set vcpu intr for kvm
` [PATCH RFC v2 9/9] target/loongarch: Add loongarch kvm into meson build

[PATCH v4] acpi: pcihp: allow repeating hot-unplug requests
 2023-04-27  7:04 UTC  (5+ messages)

[PATCH] hw/nvram: Avoid unnecessary Xilinx eFuse backstore write
 2023-04-27  6:38 UTC  (3+ messages)

[PATCH v2 0/6] target/i386: Support new Intel platform Instructions in CPUID enumeration
 2023-04-27  1:39 UTC  (3+ messages)

[RFC PATCH v2 0/4] Smstateen FCSR
 2023-04-27  1:04 UTC  (5+ messages)
` [RFC PATCH v2 3/4] target/riscv: check smstateen fcsr flag

[PATCH v2 1/1] ui/gtk: Added an input mode
 2023-04-26 23:53 UTC 

[PATCH] aio-posix: zero out io_uring sqe user_data
 2023-04-26 21:26 UTC 

[PATCH 07/21] Hexagon (target/hexagon) Eliminate uses of log_pred_write function
 2023-04-26 21:18 UTC  (2+ messages)

[PATCH 06/21] Hexagon (target/hexagon) Remove log_reg_write from op_helper.[ch]
 2023-04-26 21:16 UTC  (2+ messages)

[PATCH 05/21] Hexagon (target/hexagon) Add overrides for clr[tf]new
 2023-04-26 21:15 UTC  (2+ messages)

[PATCH v2 0/3] ROM migration
 2023-04-26 20:00 UTC  (4+ messages)
` [PATCH v2 3/3] pci: ROM preallocation for incoming migration

[PATCH v4 0/2] Migration: Make more ram_counters atomic
 2023-04-26 19:57 UTC  (2+ messages)

[PATCH v9 0/3] Eliminate multifd flush
 2023-04-26 19:49 UTC  (2+ messages)

[PATCH v3 00/13] Migration: Create options.c for capabilities/params/properties
 2023-04-26 19:40 UTC  (25+ messages)
` [PATCH v3 04/13] migration: Make all functions check have the same format
` [PATCH v3 05/13] migration: Create migrate_downtime_limit() function
` [PATCH v3 06/13] migration: Move migrate_set_block_incremental() to options.c
` [PATCH v3 07/13] migration: Move block_cleanup_parameters() "
` [PATCH v3 08/13] migration: Remove MigrationState from block_cleanup_parameters()
` [PATCH v3 09/13] migration: Create migrate_tls_creds() function
` [PATCH v3 10/13] migration: Create migrate_tls_authz() function
` [PATCH v3 11/13] migration: Create migrate_tls_hostname() function
` [PATCH v3 12/13] migration: Create migrate_block_bitmap_mapping() function
` [PATCH v3 13/13] migration: Move migration_properties to options.c

[RFC PATCH v3 00/20] configure: create a python venv and ensure meson, sphinx
 2023-04-26 19:23 UTC  (9+ messages)

[PATCH v11 00/12] parallels: Refactor the code of images checks and fix a bug
 2023-04-26 19:22 UTC  (3+ messages)

[PATCH 0/2] Fix QEMU compilation on Debian 10
 2023-04-26 19:13 UTC  (5+ messages)
` [PATCH 1/2] Fix libvhost-user.c compilation

[PATCH 0/2] vmstate-static-checker: Fix VMS_ARRAY comparisons
 2023-04-26 19:12 UTC  (5+ messages)


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