qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-26 11:40:18 to 2023-04-27 08:20:17 UTC [more...]

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

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

[PATCH v11 00/13] target/arm: Allow CONFIG_TCG=n builds
 2023-04-27  8:08 UTC  (16+ messages)
` [PATCH v11 01/13] target/arm: Move cortex sysregs into a separate file
` [PATCH v11 02/13] target/arm: Remove dead code from cpu_max_set_sve_max_vq
` [PATCH v11 03/13] target/arm: Extract TCG -cpu max code into a function
` [PATCH v11 04/13] target/arm: Do not expose all -cpu max features to qtests
` [PATCH v11 05/13] target/arm: Move 64-bit TCG CPUs into tcg/
` [PATCH v11 06/13] tests/qtest: Adjust and document query-cpu-model-expansion test for arm
` [PATCH v11 07/13] target/arm: move cpu_tcg to tcg/cpu32.c
` [PATCH v11 08/13] tests/qtest: Fix tests when no KVM or TCG are present
` [PATCH v11 09/13] tests/avocado: Pass parameters to migration test
` [PATCH v11 10/13] arm/Kconfig: Always select SEMIHOSTING when TCG is present
` [PATCH v11 11/13] arm/Kconfig: Do not build TCG-only boards on a KVM-only build
` [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] cryptodev: Handle unexpected request to avoid crash
 2023-04-27  8:05 UTC 

[PATCH 10/21] Hexagon (target/hexagon) Mark registers as read during packet analysis
 2023-04-27  8:04 UTC  (2+ messages)

[PATCH v20 00/21] s390x: CPU Topology
 2023-04-27  8:04 UTC  (3+ messages)
` [PATCH v20 01/21] s390x/cpu topology: add s390 specifics to CPU topology

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

[PATCH v3 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
 2023-04-27  7:58 UTC  (37+ messages)
` [PATCH v3 02/18] hw/ide/piix: Allow using PIIX3-IDE as standalone PCI function
` [PATCH v3 03/18] hw/i386/pc_piix: Wire PIIX3 IDE ouput IRQs to ISA bus IRQs 14/15
` [PATCH v3 04/18] hw/isa/piix4: Wire PIIX4 "
` [PATCH v3 05/18] hw/ide: Rename ISA specific ide_init_ioport -> ide_bus_init_ioport_isa
` [PATCH v3 06/18] hw/ide/piix: Ensure IDE output IRQs are wired at realization
` [PATCH v3 07/18] hw/isa: Deprecate isa_get_irq() in favor of isa_bus_get_irq()
` [PATCH v3 08/18] hw/ide: Introduce generic ide_init_ioport()
` [PATCH v3 10/18] hw/isa: Ensure isa_register_portio_list() do not get NULL ISA device
` [PATCH v3 11/18] hw/isa: Simplify isa_address_space[_io]()
` [PATCH v3 12/18] hw/isa: Reduce 'isabus' singleton scope to isa_bus_new()
` [PATCH v3 13/18] exec/ioport: Factor portio_list_register_flush_coalesced() out
` [PATCH v3 14/18] exec/ioport: Factor portio_list_register() out
` [PATCH v3 15/18] hw/southbridge/piix: Use OBJECT_DECLARE_SIMPLE_TYPE() macro
` [PATCH v3 16/18] hw/isa/piix: Batch register QOM types using DEFINE_TYPES() macro
` [PATCH v3 17/18] hw/isa/piix: Unify QOM type name of PIIX ISA function
` [PATCH v3 18/18] hw/isa/piix: Unify PIIX-ISA QOM type names using qdev aliases

[PULL 0/7] Migration 20230426 patches
 2023-04-27  7:51 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 v2 1/2] igb: RX descriptors handling cleanup
 2023-04-27  7:48 UTC  (4+ messages)
    ` [PATCH v2 2/2] igb: packet-split descriptors support

[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 v9 0/8] memory: prevent dma-reentracy issues
 2023-04-27  6:36 UTC  (10+ messages)
` [PATCH v9 1/8] "
` [PATCH v9 2/8] async: Add an optional reentrancy guard to the BH API
` [PATCH v9 3/8] checkpatch: add qemu_bh_new/aio_bh_new checks
` [PATCH v9 4/8] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
` [PATCH v9 5/8] lsi53c895a: disable reentrancy detection for script RAM
` [PATCH v9 6/8] bcm2835_property: disable reentrancy detection for iomem
` [PATCH v9 7/8] memory: abort on re-entrancy in debug builds
` [PATCH v9 8/8] raven: disable reentrancy detection for iomem

[PATCH] target/riscv: Fix PMU node property for virt machine
 2023-04-27  5:28 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  (11+ messages)
` [RFC PATCH v2 1/4] target/riscv: smstateen check for fcsr
` [RFC PATCH v2 2/4] target/riscv: Reuse TB_FLAGS.MSTATUS_HFS_FS
` [RFC PATCH v2 3/4] target/riscv: check smstateen fcsr flag

[PATCH 0/2] target/s390x: Fix EXECUTE of relative branches
 2023-04-26 23:58 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg/s390x: Test "

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

[PATCH 00/13] Clean up PCI IDE device models
 2023-04-26 23:24 UTC  (26+ 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 13/13] hw/ide: Extract bmdma_clear_status()

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

[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 0/9] Hexagon (target/hexagon) New architecture support
 2023-04-26 20:27 UTC  (4+ messages)
` [PATCH 1/9] Hexagon (target/hexagon) Add support for v68/v69/v71/v73

[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  (5+ messages)
` [PATCH v9 1/3] multifd: Create property multifd-flush-after-each-section
` [PATCH v9 2/3] multifd: Protect multifd_send_sync_main() calls
` [PATCH v9 3/3] multifd: Only flush once each full round of memory

[PATCH v3 00/13] Migration: Create options.c for capabilities/params/properties
 2023-04-26 19:40 UTC  (27+ messages)
` [PATCH v3 03/13] migration: Create migrate_params_init() function
` [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  (9+ messages)
` [PATCH 1/2] migration/vmstate-dump: Dump array size too as "num"
` [PATCH 2/2] vmstate-static-checker: Recognize "num" field

[PATCH] multifd: Fix the number of channels ready
 2023-04-26 17:58 UTC  (5+ messages)

[PATCH 04/21] Hexagon (target/hexagon) Add overrides for allocframe/deallocframe
 2023-04-26 17:39 UTC  (2+ messages)

[PATCH 03/21] Hexagon (target/hexagon) Add overrides for loop setup instructions
 2023-04-26 17:34 UTC  (2+ messages)

[PATCH 01/21] meson.build Add CONFIG_HEXAGON_IDEF_PARSER
 2023-04-26 17:34 UTC  (3+ messages)

[PATCH 02/21] Hexagon (target/hexagon) Add DisasContext arg to gen_log_reg_write
 2023-04-26 17:33 UTC  (2+ messages)

[PATCH v2] Hexagon (target/hexagon) Additional instructions handled by idef-parser
 2023-04-26 17:32 UTC 

[PATCH] scsi: check inquiry buffer length to prevent crash
 2023-04-26 17:13 UTC  (2+ messages)

[RFC] hw/arm/virt: Provide DT binding generation for PCI eXpander Bridges
 2023-04-26 16:57 UTC  (9+ messages)

[PATCH v8 0/3] Eliminate multifd flush
 2023-04-26 16:55 UTC  (4+ messages)
` [PATCH v8 1/3] multifd: Create property multifd-flush-after-each-section

[PULL 00/31] virtio,pc,pci: fixes, features, cleanups
 2023-04-26 16:32 UTC  (3+ messages)
` [PULL 01/31] virtio: refresh vring region cache after updating a virtqueue size

[PATCH v3] migration: Allow postcopy_ram_supported_by_host() to report err
 2023-04-26 16:26 UTC  (2+ messages)

[PATCH v8 0/8] memory: prevent dma-reentracy issues
 2023-04-26 16:03 UTC  (6+ messages)
` [PATCH v8 5/8] memory: Allow disabling re-entrancy checking per-MR

[PATCH] meson: Pass -j option to sphinx
 2023-04-26 16:03 UTC 

[PATCH v3 0/2] tests/tcg/s390x: Enable the multiarch system tests
 2023-04-26 15:18 UTC  (3+ messages)
` [PATCH v3 2/2] "

[PATCH] hw/riscv: virt: Enable booting M-mode or S-mode FW from pflash0
 2023-04-26 15:08 UTC  (5+ messages)

[PATCH] softmmu: Move dirtylimit.c into the target independent source set
 2023-04-26 15:05 UTC  (3+ messages)

[PATCH v5] qapi/qmp: Add timestamps to qmp command responses
 2023-04-26 14:57 UTC  (2+ messages)

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

[RFC PATCH 0/4] vhost: register and change IOMMU flag depending on ATS state
 2023-04-26 14:20 UTC  (3+ messages)
` [RFC PATCH 3/4] memory: add interface for triggering IOMMU notify_flag_changed handler

[PATCH] hw/remote: Fix vfu_cfg trace offset format
 2023-04-26 13:41 UTC  (2+ messages)

[PATCH v3 00/57] tcg: Simplify calls to load/store helpers
 2023-04-26 13:18 UTC  (5+ messages)
` [PATCH v3 21/57] tcg/mips: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v3 34/57] tcg: Move TCGLabelQemuLdst to tcg.c

[PATCH v4 00/48] igb: Fix for DPDK
 2023-04-26 12:39 UTC  (7+ messages)
` [PATCH v4 27/48] igb: Clear EICR bits for delayed MSI-X interrupts
` [PATCH v4 44/48] igb: Notify only new interrupts
` [PATCH v4 45/48] igb: Clear-on-read ICR when ICR.INTA is set

[PATCH] multifd: Avoid busy-wait in multifd_send_pages()
 2023-04-26 12:38 UTC  (7+ messages)

[PATCH v2 0/3] hw/{i2c, nvme}: mctp endpoint, nvme management interface model
 2023-04-26 11:52 UTC  (5+ messages)
` [PATCH v2 1/3] hw/i2c: add mctp core

[PATCH 00/21] Hexagon (target/hexagon) short-circuit and move to DisasContext
 2023-04-26 11:44 UTC  (2+ messages)

Test-qga:Qga write is blocked when the client is no connected, virtio-serial port is throttled
 2023-04-26  8:51 UTC 

Test-qga:Qga write is blocked when the client is no connected, virtio-serial port is throttled
 2023-04-26  8:36 UTC 

[PATCH v2] tests/unit/test-blockjob: Re-enable complete_in_standby test
 2023-04-26 11:39 UTC  (2+ 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).