qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-25 10:36:20 to 2024-01-26 04:19:39 UTC [more...]

[PULL 00/15] Migration 20240126 patches
 2024-01-26  4:17 UTC  (13+ messages)
` [PULL 02/15] migration: Plug memory leak on HMP migrate error path
` [PULL 04/15] migration: Drop unnecessary check in ram's pending_exact()
` [PULL 05/15] analyze-migration.py: Remove trick on parsing ramblocks
` [PULL 06/15] tests/qtest/migration: Don't use -cpu max for aarch64
` [PULL 07/15] ci: Add a migration compatibility test job
` [PULL 08/15] ci: Disable migration compatibility tests for aarch64
` [PULL 09/15] migration/yank: Use channel features
` [PULL 10/15] migration: Fix use-after-free of migration state object
` [PULL 11/15] migration: Take reference to migration state around bg_migration_vm_start_bh
` [PULL 13/15] migration: Add a wrapper to qemu_bh_schedule
` [PULL 14/15] migration: Centralize BH creation and dispatch
` [PULL 15/15] Make 'uri' optional for migrate QAPI

[PATCH v11 00/11] Introduce model for IBM's FSI
 2024-01-26  3:40 UTC  (12+ messages)
` [PATCH v11 01/11] hw/fsi: Introduce IBM's Local bus
` [PATCH v11 02/11] hw/fsi: Introduce IBM's scratchpad device
` [PATCH v11 03/11] hw/fsi: Introduce IBM's FSI Bus
` [PATCH v11 04/11] hw/fsi: Introduce IBM's fsi-slave model
` [PATCH v11 05/11] hw/fsi: Introduce IBM's cfam
` [PATCH v11 06/11] hw/fsi: Introduce IBM's FSI master
` [PATCH v11 07/11] hw/fsi: Aspeed APB2OPB & On-chip peripheral bus
` [PATCH v11 08/11] hw/arm: Hook up FSI module in AST2600
` [PATCH v11 09/11] hw/fsi: Added qtest
` [PATCH v11 10/11] hw/fsi: Added FSI documentation
` [PATCH v11 11/11] hw/fsi: Update MAINTAINER list

[PATCH v7 10/16] i386/cpu: Introduce cluster-id to X86CPU
 2024-01-26  3:37 UTC  (6+ messages)

[PATCH 00/17] migration: Add new migration channel connect and TLS upgrade APIs
 2024-01-26  3:11 UTC  (22+ messages)
` [PATCH 01/17] migration: Fix logic of channels and transport compatibility check
` [PATCH 02/17] migration: Move local_err check in migration_ioc_process_incoming()
` [PATCH 03/17] migration: Rename default_channel to main_channel
` [PATCH 04/17] migration/multifd: Set p->running = true in the right place
` [PATCH 05/17] migration/multifd: Wait for multifd channels creation before proceeding
` [PATCH 06/17] migration/tls: Rename main migration channel TLS functions
` [PATCH 07/17] migration/tls: Add new migration channel TLS upgrade API
` [PATCH 08/17] migration: Use the new TLS upgrade API for main channel
` [PATCH 09/17] migration/multifd: Use the new TLS upgrade API for multifd channels
` [PATCH 10/17] migration/postcopy: Use the new TLS upgrade API for preempt channel
` [PATCH 11/17] migration/tls: Make migration_tls_client_create() static
` [PATCH 12/17] migration/multifd: Consolidate TLS/non-TLS multifd channel error flow
` [PATCH 13/17] migration: Store MigrationAddress in MigrationState
` [PATCH 14/17] migration: Rename migration_channel_connect()
` [PATCH 15/17] migration: Add new migration channel connect API
` [PATCH 16/17] migration/multifd: Use the new migration channel connect API for multifd
` [PATCH 17/17] migration/postcopy: Use the new migration channel connect API for postcopy preempt

[PATCH v10 0/9] Introduce model for IBM's FSI
 2024-01-26  2:23 UTC  (13+ messages)
` [PATCH v10 1/9] hw/fsi: Introduce IBM's Local bus and scratchpad
` [PATCH v10 2/9] hw/fsi: Introduce IBM's FSI Bus and FSI slave
` [PATCH v10 3/9] hw/fsi: Introduce IBM's cfam
` [PATCH v10 5/9] hw/fsi: Aspeed APB2OPB interface, Onchip perif bus

[PATCH v15 0/9] rutabaga_gfx + gfxstream
 2024-01-26  2:15 UTC  (7+ messages)

[PATCH v2 0/3] hw/i2c: smbus: Reset fixes
 2024-01-26  0:55 UTC  (4+ messages)
` [PATCH v2 1/3] hw/i2c: core: Add reset
` [PATCH v2 2/3] hw/i2c/smbus_slave: Add object path on error prints
` [PATCH v2 3/3] hw/i2c: smbus_slave: Reset state on reset

[PATCH v2 00/20] Use Intel DSA accelerator to offload zero page checking in multifd live migration
 2024-01-25 23:46 UTC  (7+ messages)
` [PATCH v2 04/20] So we use multifd to transmit zero pages
    ` [External] "

[PATCH v7 0/9] Add powernv10 I2C devices and tests
 2024-01-25 22:48 UTC  (10+ messages)
` [PATCH v7 1/9] misc/pca9552: Fix inverted input status
` [PATCH v7 2/9] misc/pca9552: Let external devices set pca9552 inputs
` [PATCH v7 3/9] ppc/pnv: New powernv10-rainier machine type
` [PATCH v7 4/9] ppc/pnv: Add pca9552 to powernv10-rainier for PCIe hotplug power control
` [PATCH v7 5/9] ppc/pnv: Wire up pca9552 GPIO pins "
` [PATCH v7 6/9] ppc/pnv: Use resettable interface to reset child I2C buses
` [PATCH v7 7/9] misc: Add a pca9554 GPIO device model
` [PATCH v7 8/9] ppc/pnv: Add a pca9554 I2C device to powernv10-rainier
` [PATCH v7 9/9] ppc/pnv: Test pnv i2c master and connected devices

[PATCH trivial 0/2] split out os_close_all_open_fd and use it in net/tap.c too
 2024-01-25 22:29 UTC  (3+ messages)
` [PATCH trivial 1/2] close_all_open_fd(): move to oslib-posix.c
` [PATCH trivial 2/2] net/tap: use os_close_all_open_fd() instead of open-coding it

[PATCH v2] target/i386/host-cpu: Use iommu phys_bits with VFIO assigned devices on Intel h/w
 2024-01-25 21:20 UTC  (3+ messages)

[PATCH] iotests: don't run tests requiring cached writes in '-nocache' mode
 2024-01-25 20:43 UTC  (4+ messages)

[PATCH] iotests/264: Use iotests.sock_dir for socket creation
 2024-01-25 20:35 UTC  (2+ messages)

[PATCH] vfio/pci: Clear MSI-X IRQ index always
 2024-01-25 20:19 UTC  (2+ messages)

[PATCH v2] hw/arm: add PCIe to Freescale i.MX6
 2024-01-25 20:11 UTC  (2+ messages)

[PATCH] {linux, bsd}-user: Fail mmap() if size doesn't fit into host's size_t
 2024-01-25 20:07 UTC 

[PATCH v3] hw/usb: fix xhci port notify
 2024-01-25 20:06 UTC  (3+ messages)

[PATCH 0/6] riscv: named features riscv,isa, 'svade' rework
 2024-01-25 19:53 UTC  (7+ messages)
` [PATCH 1/6] target/riscv/tcg: set 'mmu' with 'satp' in cpu_set_profile()
` [PATCH 2/6] target/riscv: add riscv,isa to named features
` [PATCH 3/6] target/riscv: add remaining "
` [PATCH 4/6] target/riscv: Reset henvcfg to zero
` [PATCH 5/6] target/riscv: Gate hardware A/D PTE bit updating
` [PATCH 6/6] target/riscv: Promote svade to a normal extension

[PATCH 0/3] make vm-build-freebsd fixes
 2024-01-25 19:48 UTC  (4+ messages)
` [PATCH 1/3] tests/vm: Set UseDNS=no in the sshd configuration
` [PATCH 2/3] tests/vm/freebsd: Reload "
` [PATCH 3/3] meson: Disable CONFIG_NOTIFY1 on FreeBSD

[PATCH 0/7] qapi qmp: Documentation fixes
 2024-01-25 19:48 UTC  (2+ messages)

[PATCH v15 0/9] Implementation of NPI Mailbox and GMAC Networking Module
 2024-01-25 19:42 UTC  (10+ messages)
` [PATCH v15 1/9] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH v15 2/9] hw/arm: Add PCI mailbox module to Nuvoton SoC
` [PATCH v15 3/9] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [PATCH v15 4/9] hw/net: Add NPCMXXX GMAC device
` [PATCH v15 5/9] hw/arm: Add GMAC devices to NPCM7XX SoC
` [PATCH v15 6/9] tests/qtest: Creating qtest for GMAC Module
` [PATCH v15 7/9] hw/net: GMAC Rx Implementation
` [PATCH v15 8/9] hw/net: GMAC Tx Implementation
` [PATCH v15 9/9] tests/qtest: Adding PCS Module test to GMAC Qtest

[PATCH 0/2] Enable -Wvla, forbidding use of variable length arrays
 2024-01-25 19:00 UTC  (5+ messages)
` [PATCH 1/2] tests/qtest/xlnx-versal-trng-test.c: Drop use of variable length array
` [PATCH 2/2] meson: Enable -Wvla

[RFC 0/7] VIRTIO-IOMMU/VFIO: Fix host iommu geometry handling for hotplugged devices
 2024-01-25 18:48 UTC  (4+ messages)

[PATCH v4 00/66] QEMU Guest memfd + QEMU TDX support
 2024-01-25 18:45 UTC  (3+ messages)
` [PATCH v4 07/66] physmem: Introduce ram_block_discard_guest_memfd_range()

[PATCH 0/2] virtio: Keep notifications disabled during drain
 2024-01-25 18:32 UTC  (6+ messages)
` [PATCH 2/2] "

[PULL 00/33] Block layer patches
 2024-01-25 17:32 UTC  (9+ messages)
` [PULL 11/33] scsi: only access SCSIDevice->requests from one thread

[PATCH v2 0/4] backup: discard-source parameter
 2024-01-25 17:28 UTC  (7+ messages)
` [PATCH v2 3/4] qapi: blockdev-backup: add "

[PATCH] tests/unit: Bump test-replication timeout to 45 seconds
 2024-01-25 17:15 UTC  (3+ messages)

[PATCH 00/10] Clean up includes
 2024-01-25 17:01 UTC  (17+ messages)
` [PATCH 01/10] scripts/clean-includes: Update exclude list
` [PATCH 02/10] hyperv: Clean up includes
` [PATCH 03/10] disas/riscv: "
` [PATCH 04/10] aspeed: "
` [PATCH 05/10] acpi: "
` [PATCH 06/10] m68k: "
` [PATCH 07/10] include: "
` [PATCH 08/10] cxl: "
` [PATCH 09/10] riscv: "
` [PATCH 10/10] misc: "

[PATCH 0/2] hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro
 2024-01-25 16:56 UTC  (3+ messages)
` [PATCH 1/2] scripts/coccinelle: Add cpu_env.cocci_template script
` [PATCH 2/2] bulk: Prefer fast cpu_env() over slower CPU QOM cast macro

[PATCH] tests/qemu-iotests: Bump timeout of iothreads-stream test
 2024-01-25 16:49 UTC  (2+ messages)

[PATCH] block: allocate aligned write buffer for 'truncate -m full'
 2024-01-25 16:46 UTC  (5+ messages)

[PATCH v3 0/3] Add support for the RAPL MSRs series
 2024-01-25 16:37 UTC  (3+ messages)
` [PATCH v3 1/3] qio: add support for SO_PEERCRED for socket channel

[PATCH] kvm: emit GUEST_PANICKED event in case of abnormal KVM exit
 2024-01-25 16:36 UTC  (4+ messages)

hexagon: modeling a shared lock state
 2024-01-25 16:28 UTC  (3+ messages)

[PATCH] vmbus: Print a warning when enabled without the recommended set of features
 2024-01-25 16:19 UTC 

[PATCH v2 0/4] replay: minor fixes and tests
 2024-01-25 16:08 UTC  (5+ messages)
` [PATCH v2 1/4] replay: allow runstate shutdown->running when replaying trace
` [PATCH v2 2/4] scripts/replay-dump.py: Update to current rr record format
` [PATCH v2 3/4] scripts/replay-dump.py: rejig decoders in event number order
` [PATCH v2 4/4] tests/avocado: excercise scripts/replay-dump.py in replay tests

[PULL 0/2] Block patches
 2024-01-25 15:47 UTC  (3+ messages)

[PATCH v4] hw/char/imx_serial: Implement receive FIFO and ageing timer for imx serial
 2024-01-25 15:19 UTC 

[PATCH] iotests/iothreads-stream: Use the right TimeoutError
 2024-01-25 15:21 UTC 

[PULL v2 0/8] tcg pach queue
 2024-01-25 15:11 UTC  (2+ messages)

[PULL 0/7] Test timeout fixes and URI code clean up
 2024-01-25 15:11 UTC  (2+ messages)

Do we still need pre-meson compatibility hacks?
 2024-01-25 14:55 UTC  (8+ messages)

[PATCH] iotests/277: Use iotests.sock_dir for socket creation
 2024-01-25 13:54 UTC  (4+ messages)

[PATCH] target/arm: Add ID_AA64ZFR0_EL1.B16B16 to the exposed-to-userspace set
 2024-01-25 13:43 UTC 

[PATCH v8 0/5] eBPF RSS through QMP support
 2024-01-25 13:06 UTC  (6+ messages)
` [PATCH v8 1/5] ebpf: Added eBPF map update through mmap
` [PATCH v8 2/5] ebpf: Added eBPF initialization by fds
` [PATCH v8 3/5] virtio-net: Added property to load eBPF RSS with fds
` [PATCH v8 4/5] qmp: Added new command to retrieve eBPF blob
` [PATCH v8 5/5] ebpf: Updated eBPF program and skeleton

[PATCH 0/2] target/s390x: Emulate CVDG
 2024-01-25 13:02 UTC  (4+ messages)

[PATCH v2] docs/system/arm/virt.rst: Add note on CPU features off by default
 2024-01-25 12:49 UTC  (2+ messages)

[PATCH v14 0/9] Implementation of NPI Mailbox and GMAC Networking Module
 2024-01-25 12:42 UTC  (3+ messages)
` [PATCH v14 1/9] hw/misc: Add Nuvoton's PCI Mailbox Module

[PULL v2 00/14] Block layer patches
 2024-01-25 12:32 UTC  (2+ messages)

[PATCH v2 0/2] target/s390x: Emulate CVDG
 2024-01-25 12:29 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tests/tcg/s390x: Test CONVERT TO DECIMAL

[PATCH] ppc/pnv: Improve pervasive topology calculation for big-core
 2024-01-25 12:04 UTC  (2+ messages)

[PATCH v8 0/4] compare machine type compat_props
 2024-01-25 11:56 UTC  (5+ messages)
` [PATCH v8 1/4] qom: qom-list-properties: add default value
` [PATCH v8 2/4] qmp: add dump machine type compatibility properties
` [PATCH v8 3/4] python/qemu/machine: add method to retrieve QEMUMachine::binary field
` [PATCH v8 4/4] scripts: add script to compare compatibility properties

[PATCH v3 00/21] plugin updates (register access) for 9.0 (pre-PR?)
 2024-01-25 11:41 UTC  (7+ messages)
` [PATCH v3 01/21] hw/riscv: Use misa_mxl instead of misa_mxl_max
      `  "

[PATCH 1/6] target/ppc: Fix 440 tlbwe TLB invalidation gaps
 2024-01-25 10:45 UTC  (12+ messages)
` [PATCH 2/6] target/ppc: Factor out 4xx ppcemb_tlb_t flushing
` [PATCH 3/6] target/ppc: 4xx don't flush TLB for a newly written software TLB entry
` [PATCH 4/6] target/ppc: 4xx optimise tlbwe_lo TLB flushing
` [PATCH 5/6] target/ppc: 440 optimise tlbwe "
` [PATCH 6/6] target/ppc: optimise ppcemb_tlb_t flushing

[PATCH] i386/pc: Drop pc_machine_kvm_type()
 2024-01-25 10:35 UTC  (2+ messages)

[PATCH] physmem: replace function name with __func__ in ram_block_discard_range()
 2024-01-25 10:35 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).