qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-11 16:53:57 to 2023-10-12 05:50:40 UTC [more...]

[PATCH v10 00/18] plugins: Allow to read registers
 2023-10-12  5:48 UTC  (5+ messages)
` [PATCH v10 02/18] gdbstub: Introduce gdb_find_static_feature()
` [PATCH v10 03/18] gdbstub: Introduce GDBFeatureBuilder
` [PATCH v10 05/18] target/ppc: Use GDBFeature for dynamic XML
` [PATCH v10 11/18] gdbstub: Infer number of core registers from XML

[PATCH 0/4] gdbstub and TCG plugin improvements
 2023-10-12  5:42 UTC  (5+ messages)
` [PATCH 1/4] target/riscv: Remove misa_mxl validation
` [PATCH 2/4] target/riscv: Move misa_mxl_max to class
` [PATCH 3/4] target/riscv: Validate misa_mxl_max only once
` [PATCH 4/4] plugins: Remove an extra parameter

[RFC/PATCH v0 00/12] Gunyah hypervisor support
 2023-10-12  5:02 UTC  (21+ messages)
` [RFC/PATCH v0 01/12] hw/arm/virt: Avoid NULL pointer de-reference
` [RFC/PATCH v0 02/12] update-linux-headers: Include gunyah.h
` [RFC/PATCH v0 03/12] gunyah: Basic support
` [RFC/PATCH v0 04/12] gunyah: Add VM properties
` [RFC/PATCH v0 05/12] gunyah: Support memory assignment
` [RFC/PATCH v0 06/12] gunyah: Add IRQFD and IOEVENTFD functions
` [RFC/PATCH v0 07/12] gunyah: Add gicv3 interrupt controller
` [RFC/PATCH v0 08/12] gunyah: Specific device-tree location
` [RFC/PATCH v0 09/12] gunyah: Customize device-tree
` [RFC/PATCH v0 10/12] gunyah: CPU execution loop
` [RFC/PATCH v0 11/12] gunyah: Workarounds (NOT FOR MERGE)
` [RFC/PATCH v0 12/12] gunyah: Documentation

[PATCH] hw/i386/cxl: ensure maxram is greater than ram size for calculating cxl range
 2023-10-12  4:40 UTC  (3+ messages)

[PATCH 0/3] hw/pci-host/sh_pcic: Style cleanup
 2023-10-12  4:12 UTC  (4+ messages)
` [PATCH 1/3] hw/pci-host/sh_pcic: Declare CPU QOM types using DEFINE_TYPES() macro
` [PATCH 2/3] hw/pci-host/sh_pcic: Correct PCI host / devfn#0 function names
` [PATCH 3/3] hw/pci-host/sh_pcic: Replace magic value by proper definition

[PULL 00/54] riscv-to-apply queue
 2023-10-12  4:10 UTC  (55+ messages)
` [PULL 01/54] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PULL 02/54] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PULL 03/54] target/riscv/cpu.c: split kvm prop handling to its own helper
` [PULL 04/54] target/riscv: add DEFINE_PROP_END_OF_LIST() to riscv_cpu_options[]
` [PULL 05/54] target/riscv/cpu.c: split non-ratified exts from riscv_cpu_extensions[]
` [PULL 06/54] target/riscv/cpu.c: split vendor "
` [PULL 07/54] target/riscv/cpu.c: add riscv_cpu_add_qdev_prop_array()
` [PULL 08/54] target/riscv/cpu.c: add riscv_cpu_add_kvm_unavail_prop_array()
` [PULL 09/54] target/riscv/cpu.c: limit cfg->vext_spec log message
` [PULL 10/54] target/riscv: add 'max' CPU type
` [PULL 11/54] avocado, risc-v: add tuxboot tests for 'max' CPU
` [PULL 12/54] target/riscv: deprecate the 'any' CPU type
` [PULL 13/54] target/riscv/cpu.c: use offset in isa_ext_is_enabled/update_enabled
` [PULL 14/54] target/riscv: make CPUCFG() macro public
` [PULL 15/54] target/riscv/cpu.c: introduce cpu_cfg_ext_auto_update()
` [PULL 16/54] target/riscv/cpu.c: use cpu_cfg_ext_auto_update() during realize()
` [PULL 17/54] target/riscv/cpu.c: introduce RISCVCPUMultiExtConfig
` [PULL 18/54] target/riscv: use isa_ext_update_enabled() in init_max_cpu_extensions()
` [PULL 19/54] target/riscv/cpu.c: honor user choice in cpu_cfg_ext_auto_update()
` [PULL 20/54] target/riscv/cpu.c: consider user option with RVG
` [PULL 21/54] target/riscv: Clear CSR values at reset and sync MPSTATE with host
` [PULL 22/54] disas/riscv: Fix the typo of inverted order of pmpaddr13 and pmpaddr14
` [PULL 23/54] target/riscv: introduce TCG AccelCPUClass
` [PULL 24/54] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()
` [PULL 25/54] target/riscv: move riscv_cpu_validate_set_extensions() to tcg-cpu.c
` [PULL 26/54] target/riscv: move riscv_tcg_ops "
` [PULL 27/54] target/riscv/cpu.c: add .instance_post_init()
` [PULL 28/54] target/riscv: move 'host' CPU declaration to kvm.c
` [PULL 29/54] target/riscv/cpu.c: mark extensions arrays as 'const'
` [PULL 30/54] target/riscv: move riscv_cpu_add_kvm_properties() to kvm.c
` [PULL 31/54] target/riscv: make riscv_add_satp_mode_properties() public
` [PULL 32/54] target/riscv: remove kvm-stub.c
` [PULL 33/54] target/riscv: introduce KVM AccelCPUClass
` [PULL 34/54] target/riscv: move KVM only files to kvm subdir
` [PULL 35/54] target/riscv/kvm: do not use riscv_cpu_add_misa_properties()
` [PULL 36/54] target/riscv/cpu.c: export set_misa()
` [PULL 37/54] target/riscv/tcg: introduce tcg_cpu_instance_init()
` [PULL 38/54] target/riscv/cpu.c: make misa_ext_cfgs[] 'const'
` [PULL 39/54] target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.c
` [PULL 40/54] target/riscv/cpu.c: export isa_edata_arr[]
` [PULL 41/54] target/riscv/cpu: move priv spec functions to tcg-cpu.c
` [PULL 42/54] target/riscv: add riscv_cpu_get_name()
` [PULL 43/54] target/riscv/tcg-cpu.c: add extension properties for all cpus
` [PULL 44/54] softmmu: add means to pass an exit code when requesting a shutdown
` [PULL 45/54] softmmu: pass the main loop status to gdb "Wxx" packet
` [PULL 46/54] hw/misc/sifive_test.c: replace exit calls with proper shutdown
` [PULL 47/54] hw/char: riscv_htif: "
` [PULL 48/54] gdbstub: replace exit calls with proper shutdown for softmmu
` [PULL 49/54] target/riscv/kvm: improve 'init_multiext_cfg' error msg
` [PULL 50/54] target/riscv/kvm: support KVM_GET_REG_LIST
` [PULL 51/54] target/riscv/tcg: remove RVG warning
` [PULL 52/54] target/riscv: Use env_archcpu for better performance
` [PULL 53/54] target/riscv: deprecate capital 'Z' CPU properties
` [PULL 54/54] target/riscv: Fix vfwmaccbf16.vf

[PATCH RFC v4 0/9] Add loongarch kvm accel support
 2023-10-12  3:38 UTC  (3+ messages)

[PATCH v2 0/6] Support discontinuous PMU counters
 2023-10-12  3:18 UTC  (3+ messages)
` [PATCH v2 1/6] target/riscv: Propagate error from PMU setup

[PATCH] vfio/pci: Remove vfio_detach_device from vfio_realize error path
 2023-10-12  2:34 UTC  (2+ messages)

[PATCH 0/1] migration: Fix non-multifd migration
 2023-10-12  1:14 UTC  (3+ messages)
` [PATCH 1/1] migration: Non multifd migration don't care about multifd flushes

[PATCH V5 0/9] Add architecture agnostic code to support vCPU Hotplug
 2023-10-12  0:18 UTC  (24+ messages)
` [PATCH V5 1/9] accel/kvm: Extract common KVM vCPU {creation, parking} code
` [PATCH V5 2/9] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
` [PATCH V5 3/9] hw/acpi: Add ACPI CPU hotplug init stub
` [PATCH V5 4/9] hw/acpi: Init GED framework with CPU hotplug events
` [PATCH V5 5/9] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
` [PATCH V5 6/9] hw/acpi: Update GED _EVT method AML with CPU scan
` [PATCH V5 7/9] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
` [PATCH V5 8/9] physmem: Add helper function to destroy CPU AddressSpace
` [PATCH V5 9/9] gdbstub: Add helper function to unregister GDB register space

[PATCH] riscv, qemu_fw_cfg: Add support for RISC-V architecture
 2023-10-12  0:08 UTC  (2+ messages)

[PATCH v7 00/15] iotests: use vm.cmd()
 2023-10-11 22:04 UTC  (2+ messages)

[PULL v2 00/12] Trivial patches for 2023-10-11
 2023-10-11 21:40 UTC 

[PATCH v3 0/4] Migration deprecated parts
 2023-10-11 21:02 UTC  (6+ messages)
` [PATCH v3 1/4] migration: migrate 'inc' command option is deprecated
` [PATCH v3 2/4] migration: migrate 'blk' "
` [PATCH v3 3/4] migration: Deprecate block migration
` [PATCH v3 4/4] migration: Deprecate old compression method

[PATCH] memory: initialize 'fv' in MemoryRegionCache to make Coverity happy
 2023-10-11 20:59 UTC  (2+ messages)

[PULL 00/51] Build system, i386 changes for 2023-09-07
 2023-10-11 20:58 UTC  (5+ messages)
` [PULL 50/51] subprojects: add wrap file for libblkio

[PATCH v3 00/13] Removal of QEMUFileHooks
 2023-10-11 20:35 UTC  (14+ messages)
` [PATCH v3 01/13] migration: Create migrate_rdma()
` [PATCH v3 02/13] migration/rdma: Unfold ram_control_before_iterate()
` [PATCH v3 03/13] migration/rdma: Unfold ram_control_after_iterate()
` [PATCH v3 04/13] migration/rdma: Remove all uses of RAM_CONTROL_HOOK
` [PATCH v3 05/13] migration/rdma: Unfold hook_ram_load()
` [PATCH v3 06/13] migration/rdma: Create rdma_control_save_page()
` [PATCH v3 07/13] qemu-file: Remove QEMUFileHooks
` [PATCH v3 08/13] migration/rdma: Move rdma constants from qemu-file.h to rdma.h
` [PATCH v3 09/13] migration/rdma: Remove qemu_ prefix from exported functions
` [PATCH v3 10/13] migration/rdma: Check sooner if we are in postcopy for save_page()
` [PATCH v3 11/13] migration/rdma: Use i as for index instead of idx
` [PATCH v3 12/13] migration/rdma: Declare for index variables local
` [PATCH v3 13/13] migration/rdma: Remove all "ret" variables that are used only once

[PATCH v2] migration: refactor migration_completion
 2023-10-11 20:31 UTC  (4+ messages)

[PULL 00/65] Migration 20231011 patches
 2023-10-11 20:30 UTC  (5+ messages)
` [PULL 06/65] tests/qtest: migration: Add support for negative testing of qmp_migrate

[PATCH v8 00/29] Consolidate PIIX south bridges
 2023-10-11 20:18 UTC  (4+ messages)

[PATCH RFC V2 00/37] Support of Virtual CPU Hotplug for ARMv8 Arch
 2023-10-11 20:15 UTC  (5+ messages)

[PATCH v5 00/15] Prerequisite changes for IOMMUFD support
 2023-10-11 20:11 UTC  (4+ messages)
` [PATCH v5 07/15] vfio/pci: Introduce vfio_[attach/detach]_device

[PATCH] misc/pca9552: Fix inverted input status
 2023-10-11 19:26 UTC  (3+ messages)

[QEMU][PATCH v4 0/2] Add Virtio support to Xenpvh machine for arm
 2023-10-11 19:22 UTC  (4+ messages)
` [QEMU][PATCH v4 1/2] xen_arm: Create virtio-mmio devices during initialization

[PATCH v2] misc/pca9552: Let external devices set pca9552 inputs
 2023-10-11 19:16 UTC  (3+ messages)

[PATCH v2 0/4] multifd: various fixes
 2023-10-11 19:04 UTC  (6+ messages)
` [PATCH v2 1/4] migration: check for rate_limit_max for RATE_LIMIT_DISABLED
` [PATCH v2 2/4] multifd: document packet_len, next_packet_size
` [PATCH v2 3/4] multifd: fix counters in multifd_send_thread
` [PATCH v2 4/4] multifd: reset next_packet_len after sending pages

[PATCH 0/4] hw/pci: Have functions acess memory regions via pci_address_space()
 2023-10-11 18:59 UTC  (5+ messages)
` [PATCH 1/4] hw/isa/i82378: Access "
` [PATCH 2/4] hw/isa/lpc_ich9: Access memory regions via pci_address_space[_io]()
` [PATCH 3/4] hw/pci-host/bonito: "
` [PATCH 4/4] hw/sparc64/ebus: Access memory regions via pci_address_space_io()

[PATCH RESEND 0/7] migration pending patches
 2023-10-11 18:46 UTC  (8+ messages)
` [PATCH RESEND 1/7] tests/qtest: migration-test: Add tests for file-based migration
` [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 5/7] migration/ram: Move xbzrle zero page handling into save_zero_page
` [PATCH RESEND 6/7] migration/ram: Merge save_zero_page functions
` [PATCH RESEND 7/7] tests/qtest: Re-enable multifd cancel test

[PATCH v3 00/13] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
 2023-10-11 17:52 UTC  (14+ messages)
` [PATCH v3 01/13] memory: Let ReservedRegion use Range
` [PATCH v3 02/13] memory: Introduce memory_region_iommu_set_iova_ranges
` [PATCH v3 03/13] vfio: Collect container iova range info
` [PATCH v3 04/13] virtio-iommu: Rename reserved_regions into prop_resv_regions
` [PATCH v3 05/13] range: Make range_compare() public
` [PATCH v3 06/13] util/reserved-region: Add new ReservedRegion helpers
` [PATCH v3 07/13] virtio-iommu: Introduce per IOMMUDevice reserved regions
` [PATCH v3 08/13] range: Introduce range_inverse_array()
` [PATCH v3 09/13] virtio-iommu: Record whether a probe request has been issued
` [PATCH v3 10/13] virtio-iommu: Implement set_iova_ranges() callback
` [PATCH v3 11/13] virtio-iommu: Consolidate host reserved regions and property set ones
` [PATCH v3 12/13] test: Add some tests for range and resv-mem helpers
` [PATCH v3 13/13] vfio: Remove 64-bit IOVA address space assumption

[PATCH] target/riscv: pmp: Clear pmp/smepmp bits on reset
 2023-10-11 17:47 UTC  (3+ messages)

[PATCH v2 0/3] acpi: report numa nodes for device memory using GI
 2023-10-11 17:37 UTC  (9+ messages)
` [PATCH v2 1/3] qom: new object to associate device to numa node
` [PATCH v2 2/3] hw/acpi: Implement the SRAT GI affinity structure
` [PATCH v2 3/3] qom: Link multiple numa nodes to device using a new object

[PULL 00/25] testing, gdbstub and plugin updates
 2023-10-11 17:04 UTC  (2+ messages)

[PULL 0/8] Audio patches
 2023-10-11 17:04 UTC  (2+ messages)

[PATCH v2 00/12] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
 2023-10-11 17:32 UTC  (4+ messages)
` [PATCH v2 12/12] vfio: Remove 64-bit IOVA address space assumption

[PATCH v5 0/3] ramfb: migration support
 2023-10-11 17:09 UTC  (4+ messages)

[PATCH v5 00/10] Introduce model for IBM's FSI
 2023-10-11 16:54 UTC  (4+ messages)
` [PATCH v5 08/10] hw/fsi: Added qtest

[PATCH v9 00/23] plugins: Allow to read registers
 2023-10-11 16:53 UTC  (7+ messages)
` [PATCH v9 23/23] plugins: Support C++


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