qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-16 05:26:10 to 2023-10-16 13:43:13 UTC [more...]

[PATCH v5 0/7] vhost-user: Back-end state migration
 2023-10-16 13:42 UTC  (3+ messages)
` [PATCH v5 1/7] vhost-user.rst: Improve [GS]ET_VRING_BASE doc
` [PATCH v5 2/7] vhost-user.rst: Clarify enabling/disabling vrings

[PATCH] tests/docker: avoid invalid escape in Python string
 2023-10-16 13:42 UTC  (3+ messages)

[PATCH] docs/sphinx: avoid invalid escape in Python string
 2023-10-16 13:41 UTC  (2+ messages)

[PATCH] tests/avocado: avoid invalid escape in Python string
 2023-10-16 13:41 UTC  (2+ messages)

[RFC PATCH v2 0/9] i386/sev: Use C API of Rust SEV library
 2023-10-16 13:38 UTC  (8+ messages)
` [RFC PATCH v2 1/9] Add Rust SEV library as subproject

[PATCH 00/17] More build system cleanups, optional non-relocatable installs
 2023-10-16 13:33 UTC  (27+ messages)
` [PATCH 01/17] meson: do not build shaders by default
` [PATCH 02/17] meson: do not use set10
` [PATCH 03/17] meson, cutils: allow non-relocatable installs
` [PATCH 04/17] configure: clean up handling of CFI option
` [PATCH 05/17] hw/xen: cleanup sourcesets
` [PATCH 06/17] hw/remote: move stub vfu_object_set_bus_irq out of stubs/
` [PATCH 07/17] tests/tcg/arm: move non-SVE tests out of conditional
` [PATCH 08/17] configure, tests/tcg: simplify GDB conditionals
` [PATCH 09/17] configure: clean up plugin option handling
` [PATCH 10/17] configure: clean up PIE "
` [PATCH 11/17] configure: remove some dead cruft
` [PATCH 12/17] configure: move target-specific defaults to an external machine file
` [PATCH 13/17] configure: move environment-specific defaults to config-meson.cross
` [PATCH 14/17] configure: unify handling of several Debian cross containers
` [PATCH 15/17] configure, meson: use command line options to configure qemu-ga
` [PATCH 16/17] meson-buildoptions: document the data at the top
` [PATCH 17/17] meson: add a note on why we use config_host for program paths

[PATCH v4 00/10] Migration deprecated parts
 2023-10-16 13:28 UTC  (6+ messages)
` [PATCH v4 03/10] migration: migrate 'inc' command option is deprecated

[PATCH 0/4] hw/pci: Have functions acess memory regions via pci_address_space()
 2023-10-16 10:27 UTC  (6+ messages)
` [PATCH 2/4] hw/isa/lpc_ich9: Access memory regions via pci_address_space[_io]()
` [PATCH 3/4] hw/pci-host/bonito: "

[PATCH 00/11] qdev: Make array properties user accessible again
 2023-10-16 12:34 UTC  (6+ messages)
` [PATCH 11/11] qdev: Rework array properties based on list visitor

[PATCH] ui/gtk: full-screening all detached windows
 2023-10-16 12:34 UTC  (2+ messages)

[PATCH v2] ui/gtk-egl: Check EGLSurface before doing scanout
 2023-10-16 12:32 UTC 

[PATCH 1/1] ui: Replacing pointer in function
 2023-10-16 12:23 UTC  (2+ messages)

[PATCH 00/52] migration/rdma: Error handling fixes
 2023-10-16 12:11 UTC  (8+ messages)
` [PATCH 39/52] migration/rdma: Convert qemu_rdma_write_one() to Error

[PATCH] vhost-user: Fix protocol feature bit conflict
 2023-10-16 12:01 UTC  (7+ messages)

-drive if=none: can't we make this the default?
 2023-10-16 11:58 UTC  (4+ messages)

[PATCH] qapi: Belatedly update CompatPolicy documentation for unstable
 2023-10-16 10:52 UTC  (2+ messages)

[PATCH v2 00/27] vfio: Adopt iommufd
 2023-10-16 10:00 UTC  (29+ messages)
` [PATCH v2 01/27] vfio: Rename VFIOContainer into VFIOLegacyContainer
` [PATCH v2 02/27] vfio: Introduce base object for VFIOContainer and targetted interface
` [PATCH v2 03/27] VFIO/container: Introduce dummy VFIOContainerClass implementation
` [PATCH v2 04/27] vfio/container: Switch to dma_map|unmap API
` [PATCH v2 05/27] vfio/common: Move giommu_list in base container
` [PATCH v2 06/27] vfio/container: Move space field to "
` [PATCH v2 07/27] vfio/container: switch to IOMMU BE add/del_section_window
` [PATCH v2 08/27] vfio/container: Move hostwin_list in base container
` [PATCH v2 09/27] vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap API
` [PATCH v2 10/27] vfio/container: Move per container device list in base container
` [PATCH v2 11/27] vfio/container: Convert functions to "
` [PATCH v2 12/27] vfio/container: Move vrdl_list, pgsizes and dma_max_mappings "
` [PATCH v2 13/27] vfio/container: Move listener "
` [PATCH v2 14/27] vfio/container: Move dirty_pgsizes and max_dirty_bitmap_size "
` [PATCH v2 15/27] vfio/container: Implement attach/detach_device
` [PATCH v2 16/27] Add iommufd configure option
` [PATCH v2 17/27] backends/iommufd: Introduce the iommufd object
` [PATCH v2 18/27] util/char_dev: Add open_cdev()
` [PATCH v2 19/27] vfio/iommufd: Implement the iommufd backend
` [PATCH v2 20/27] vfio/container: Bypass EEH if "
` [PATCH v2 21/27] vfio/pci: Adapt vfio pci hot reset support with iommufd BE
` [PATCH v2 22/27] vfio/pci: Allow the selection of a given iommu backend
` [PATCH v2 23/27] vfio/pci: Make vfio cdev pre-openable by passing a file handle
` [PATCH v2 24/27] vfio: Allow the selection of a given iommu backend for platform ap and ccw
` [PATCH v2 25/27] vfio/platform: Make vfio cdev pre-openable by passing a file handle
` [PATCH v2 26/27] vfio/ap: "
` [PATCH v2 27/27] vfio/ccw: "

[PATCH v3 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
 2023-10-16  7:08 UTC  (8+ messages)
` [PATCH v3 1/4] migration/qmp: Fix crash on setting tls-authz with null
` [PATCH v3 4/4] migration/qapi: Drop @MigrationParameter enum

[PATCH] ui/gtk-egl: Check EGLSurface before doing scanout
 2023-10-16 11:54 UTC  (2+ messages)

[PATCH v5 0/6] target/riscv: Add RISC-V Virtual IRQs and IRQ filtering support
 2023-10-16 11:17 UTC  (7+ messages)
` [PATCH v5 1/6] target/riscv: Without H-mode mask all HS mode inturrupts in mie
` [PATCH v5 2/6] target/riscv: Check for async flag in case of RISCV_EXCP_SEMIHOST
` [PATCH v5 3/6] target/riscv: Set VS* bits to one in mideleg when H-Ext is enabled
` [PATCH v5 4/6] target/riscv: Split interrupt logic from riscv_cpu_update_mip
` [PATCH v5 5/6] target/riscv: Add M-mode virtual interrupt and IRQ filtering support
` [PATCH v5 6/6] target/riscv: Add HS-mode "

[RFC PATCH v3 00/78] Strict disable implicit fallthrough
 2023-10-16 10:31 UTC  (4+ messages)
` [RFC PATCH v3 74/78] hw/cxl/cxl-device-utils.c: add fallthrough pseudo-keyword

[PATCH] scripts: Mark feature_to_c.py as non-executable to fix a build issue
 2023-10-16 10:25 UTC  (2+ messages)

[PULL 00/38] Migration 20231016 patches
 2023-10-16 10:07 UTC  (39+ messages)
` [PULL 01/38] migration: refactor migration_completion
` [PULL 02/38] migration: Use g_autofree to simplify ram_dirty_bitmap_reload()
` [PULL 03/38] migration: Allow user to specify available switchover bandwidth
` [PULL 04/38] migration: fix RAMBlock add NULL check
` [PULL 05/38] migration: Add the configuration vmstate to the json writer
` [PULL 06/38] migration: Fix analyze-migration.py 'configuration' parsing
` [PULL 07/38] migration: Add capability parsing to analyze-migration.py
` [PULL 08/38] migration: Fix analyze-migration.py when ignore-shared is used
` [PULL 09/38] migration: Fix analyze-migration read operation signedness
` [PULL 10/38] tests/qtest/migration: Add a test for the analyze-migration script
` [PULL 11/38] tests/qtest: migration-test: Add tests for file-based migration
` [PULL 12/38] migration: hold the BQL during setup
` [PULL 13/38] migration: Non multifd migration don't care about multifd flushes
` [PULL 14/38] migration: Create migrate_rdma()
` [PULL 15/38] migration/rdma: Unfold ram_control_before_iterate()
` [PULL 16/38] migration/rdma: Unfold ram_control_after_iterate()
` [PULL 17/38] migration/rdma: Remove all uses of RAM_CONTROL_HOOK
` [PULL 18/38] migration/rdma: Unfold hook_ram_load()
` [PULL 19/38] migration/rdma: Create rdma_control_save_page()
` [PULL 20/38] qemu-file: Remove QEMUFileHooks
` [PULL 21/38] migration/rdma: Move rdma constants from qemu-file.h to rdma.h
` [PULL 22/38] migration/rdma: Remove qemu_ prefix from exported functions
` [PULL 23/38] migration/rdma: Check sooner if we are in postcopy for save_page()
` [PULL 24/38] migration/rdma: Use i as for index instead of idx
` [PULL 25/38] migration/rdma: Declare for index variables local
` [PULL 26/38] migration/rdma: Remove all "ret" variables that are used only once
` [PULL 27/38] migration: Improve json and formatting
` [PULL 28/38] migration: check for rate_limit_max for RATE_LIMIT_DISABLED
` [PULL 29/38] multifd: fix counters in multifd_send_thread
` [PULL 30/38] multifd: reset next_packet_len after sending pages
` [PULL 31/38] migration/ram: Refactor precopy ram loading code
` [PULL 32/38] migration/ram: Remove RAMState from xbzrle_cache_zero_page
` [PULL 33/38] migration/ram: Stop passing QEMUFile around in save_zero_page
` [PULL 34/38] migration/ram: Move xbzrle zero page handling into save_zero_page
` [PULL 35/38] migration/ram: Merge save_zero_page functions
` [PULL 36/38] migration/multifd: Remove direct "socket" references
` [PULL 37/38] migration/multifd: Unify multifd_send_thread error paths
` [PULL 38/38] migration/multifd: Clarify Error usage in multifd_channel_connect

[PATCH V6 0/9] Add architecture agnostic code to support vCPU Hotplug
 2023-10-16 10:09 UTC  (7+ messages)

[PATCH V5 0/9] Add architecture agnostic code to support vCPU Hotplug
 2023-10-16 10:01 UTC  (5+ messages)
` [PATCH V5 4/9] hw/acpi: Init GED framework with CPU hotplug events

Performance Issue with CXL-emulation
 2023-10-16  9:55 UTC  (2+ messages)

[PATCH 0/3] hw/pci-host/sh_pcic: Style cleanup
 2023-10-16  9:44 UTC  (2+ messages)

[PATCH] target/hexagon: avoid invalid escape in Python string
 2023-10-16  9:40 UTC 

[PATCH] tracetool: avoid invalid escape in Python string
 2023-10-16  9:40 UTC 

[PATCH] tests/vm: avoid invalid escape in Python string
 2023-10-16  9:40 UTC 

[PATCH] tests/vm: netbsd: install dtc
 2023-10-16  9:39 UTC  (6+ messages)

[PATCH v2 00/16] target: Make 'cpu-qom.h' really target agnostic
 2023-10-16  9:39 UTC  (4+ messages)
` [PATCH v2 03/16] target/arm: Move internal declarations from 'cpu-qom.h' to 'cpu.h'

[PATCH] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
 2023-10-16  9:33 UTC  (3+ messages)

[PATCH] contrib/plugins: Close file descriptor on connect failure
 2023-10-16  9:31 UTC 

[PATCH v2] MAINTANERS: Split vt82c686 out of fuloong2e
 2023-10-16  9:17 UTC  (2+ messages)

[PATCH] hw/mips/malta: Use sdram_type enum from 'hw/i2c/smbus_eeprom.h'
 2023-10-16  9:06 UTC  (2+ messages)

[PATCH 0/3] hw/mips: Cleanup in preparation of heterogenous prototype
 2023-10-16  9:05 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add a general architecture section for x86
 2023-10-16  9:05 UTC  (2+ messages)

[PATCH 0/2] Move Fuloong2e PCI IRQ mapping to board code
 2023-10-16  9:05 UTC  (2+ messages)

[PATCH v2 00/10] riscv: RVA22U64 profile support
 2023-10-16  9:03 UTC  (4+ messages)

[PATCH 0/3] migration/multifd: General cleanups
 2023-10-16  8:50 UTC  (7+ messages)
` [PATCH 1/3] migration/multifd: Remove direct "socket" references
` [PATCH 2/3] migration/multifd: Unify multifd_send_thread error paths
` [PATCH 3/3] migration/multifd: Clarify Error usage in multifd_channel_connect

[RFC PATCH 00/11] ppc: avocado test additions and new defaults
 2023-10-16  8:40 UTC  (14+ messages)
` [RFC PATCH 02/11] tests/avocado: Add ppc pseries and powernv Hash MMU tests
` [RFC PATCH 04/11] tests/avocado: ppc add hypervisor tests
` [RFC PATCH 05/11] testing/avocado: ppc add new BookE boot_linux_console.py tests
` [RFC PATCH 10/11] ppc/spapr: change pseries machine default to POWER10 CPU
` [RFC PATCH 11/11] ppc/pnv: Change powernv default to powernv10

[PATCH v3 0/8] qemu-img: rebase: add compression support
 2023-10-16  8:34 UTC  (3+ messages)

[PATCH RESEND 0/7] migration pending patches
 2023-10-16  7:46 UTC  (9+ messages)
` [PATCH RESEND 2/7] migration/ram: Refactor precopy ram loading code
` [PATCH RESEND 3/7] migration/ram: Remove RAMState from xbzrle_cache_zero_page
` [PATCH RESEND 4/7] migration/ram: Stop passing QEMUFile around in save_zero_page
` [PATCH RESEND 7/7] tests/qtest: Re-enable multifd cancel test

[PATCH 1/2] riscv: zicond: make non-experimental
 2023-10-16  7:43 UTC  (8+ messages)
` [PATCH 2/2] riscv: zicond: make default

[PATCH v2 0/4] multifd: various fixes
 2023-10-16  7:26 UTC  (7+ messages)
` [PATCH v2 1/4] migration: check for rate_limit_max for RATE_LIMIT_DISABLED
` [PATCH v2 3/4] multifd: fix counters in multifd_send_thread
` [PATCH v2 4/4] multifd: reset next_packet_len after sending pages

[PATCH 00/85] target/sparc: Convert to decodetree
 2023-10-16  6:52 UTC  (7+ messages)
` [PATCH 01/85] target/sparc: Set TCG_GUEST_DEFAULT_MO
` [PATCH 10/85] target/sparc: Merge gen_cond with only caller
` [PATCH 11/85] target/sparc: Merge gen_fcond "

[PATCH v3 00/13] Removal of QEMUFileHooks
 2023-10-16  6:36 UTC  (4+ messages)
` [PATCH v3 13/13] migration/rdma: Remove all "ret" variables that are used only once

[PATCH v5] migration: hold the BQL during setup
 2023-10-16  6:16 UTC  (2+ messages)

[PATCH] qemu-ui-gtk clipboard: fix for freeze-crashes v2
 2023-10-16  5:44 UTC  (2+ messages)

[PATCH v3 00/11] virtio-net RSS/hash report fixes
 2023-10-16  5:30 UTC  (8+ messages)
` [PATCH v3 01/11] tap: Remove tap_probe_vnet_hdr_len()

[PATCH v2 0/6] riscv: query-cpu-model-expansion API
 2023-10-16  5:29 UTC  (7+ messages)
` [PATCH v2 4/6] target/riscv: handle custom props in qmp_query_cpu_model_expansion
` [PATCH v2 5/6] target/riscv: add riscv_cpu_accelerator_compatible()
` [PATCH v2 6/6] target/riscv/riscv-qmp-cmds.c: check CPU accel in query-cpu-model-expansion


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