qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-12 10:02:01 to 2023-10-12 16:30:12 UTC [more...]

[PULL 00/26] Block layer patches
 2023-10-12 16:22 UTC  (14+ messages)
` [PULL 01/26] block: rename the bdrv_co_block_status static function
` [PULL 02/26] block: complete public block status API
` [PULL 05/26] test-bdrv-drain: Don't call bdrv_graph_wrlock() in coroutine context
` [PULL 08/26] block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK
` [PULL 10/26] block: Mark bdrv_parent_cb_resize() and callers GRAPH_RDLOCK
` [PULL 12/26] block: Take graph rdlock in parts of reopen
` [PULL 15/26] block: Mark bdrv_primary_child() and callers GRAPH_RDLOCK
` [PULL 16/26] block: Mark bdrv_get_parent_name() "
` [PULL 17/26] block: Mark bdrv_amend_options() "
` [PULL 20/26] qcow2: Mark check_constraints_on_bitmap() GRAPH_RDLOCK
` [PULL 21/26] block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCK
` [PULL 22/26] block: Mark bdrv_apply_auto_read_only() "
` [PULL 24/26] block: Protect bs->parents with graph_lock

QOM crash via soundhw_init()
 2023-10-12 16:26 UTC  (2+ messages)

[PATCH v2 0/3] pnv nest1 chiplet model
 2023-10-12 16:06 UTC  (4+ messages)
` [PATCH v2 1/3] hw/ppc: Add pnv pervasive common chiplet units
` [PATCH v2 2/3] hw/ppc: Add nest1 chiplet model
` [PATCH v2 3/3] hw/ppc: Nest1 chiplet wiring

[PATCH 0/6] target: Use env_archcpu() instead of ARCH_CPU(env_cpu(env))
 2023-10-12 16:06 UTC  (8+ messages)
` [PATCH 2/6] target/riscv: Use env_archcpu() in [check_]nanbox()

[PATCH v3 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
 2023-10-12 15:58 UTC  (10+ messages)
` [PATCH v3 3/4] migration/qapi: Replace @MigrateSetParameters with @MigrationParameters

[PATCH v11 00/18] plugins: Allow to read registers
 2023-10-12 15:53 UTC  (24+ messages)
` [PATCH v11 01/18] gdbstub: Add num_regs member to GDBFeature
` [PATCH v11 02/18] gdbstub: Introduce gdb_find_static_feature()
` [PATCH v11 03/18] gdbstub: Introduce GDBFeatureBuilder
` [PATCH v11 04/18] target/arm: Use GDBFeature for dynamic XML
` [PATCH v11 05/18] target/ppc: "
` [PATCH v11 06/18] target/riscv: "
` [PATCH v11 07/18] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH v11 08/18] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH v11 09/18] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb
` [PATCH v11 10/18] gdbstub: Simplify XML lookup
` [PATCH v11 11/18] gdbstub: Infer number of core registers from XML
` [PATCH v11 12/18] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH v11 13/18] gdbstub: Add members to identify registers to GDBFeature
` [PATCH v11 14/18] gdbstub: Expose functions to read registers
` [PATCH v11 15/18] cpu: Call plugin hooks only when ready
` [PATCH v11 16/18] plugins: Use different helpers when reading registers
` [PATCH v11 17/18] plugins: Allow to read registers
` [PATCH v11 18/18] contrib/plugins: Allow to log registers

[PATCH 1/1] target/arm: Adding a check for the result of calling the CPU information check function
 2023-10-12 15:16 UTC  (2+ messages)

[PATCH v2] contrib/vhost-user-gpu: Fix compiler warning when compiling with -Wshadow
 2023-10-12 15:17 UTC  (4+ messages)

[PATCH v13 00/10] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-10-12 15:10 UTC  (11+ messages)
` [PATCH v13 01/10] migration: New QAPI type 'MigrateAddress'
` [PATCH v13 02/10] migration: convert migration 'uri' into 'MigrateAddress'
` [PATCH v13 03/10] migration: convert socket backend to accept MigrateAddress
` [PATCH v13 04/10] migration: convert rdma "
` [PATCH v13 05/10] migration: convert exec "
` [PATCH v13 06/10] migration: New migrate and migrate-incoming argument 'channels'
` [PATCH v13 07/10] migration: modify migration_channels_and_uri_compatible() for new QAPI syntax
` [PATCH v13 08/10] migration: Implement MigrateChannelList to qmp migration flow
` [PATCH v13 09/10] migration: Implement MigrateChannelList to hmp "
` [PATCH v13 10/10] migration: modify test_multifd_tcp_none() to use new QAPI syntax

[RFC/PATCH v0 00/12] Gunyah hypervisor support
 2023-10-12 14:55 UTC  (15+ messages)
` [RFC/PATCH v0 01/12] hw/arm/virt: Avoid NULL pointer de-reference
` [RFC/PATCH v0 03/12] gunyah: Basic support
` [RFC/PATCH v0 10/12] gunyah: CPU execution loop
` [RFC/PATCH v0 12/12] gunyah: Documentation

[PULL 0/5] -Wshadow=local patches for 2023-10-12
 2023-10-12 14:57 UTC  (6+ messages)
` [PULL 1/5] libvduse: Fix compiler warning with -Wshadow=local
` [PULL 2/5] libvhost-user: "
` [PULL 3/5] hw/virtio/virtio-gpu: Fix compiler warning when compiling with -Wshadow
` [PULL 4/5] contrib/vhost-user-gpu: "
` [PULL 5/5] target/i386: fix shadowed variable pasto

[PATCH v2 0/9] tests/migration-test: Allow testing older machine types
 2023-10-12 14:53 UTC  (4+ messages)
` [PATCH v2 3/9] tests/qtest: Allow qtest_get_machines to use an alternate QEMU binary

[PATCH V5 0/9] Add architecture agnostic code to support vCPU Hotplug
 2023-10-12 14:49 UTC  (9+ messages)
` [PATCH V5 1/9] accel/kvm: Extract common KVM vCPU {creation, parking} code
  ` [PATCH V5 1/9] accel/kvm: Extract common KVM vCPU {creation,parking} code
` [PATCH V5 5/9] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change

[PATCH v3 00/13] Removal of QEMUFileHooks
 2023-10-12 14:44 UTC  (9+ messages)
` [PATCH v3 02/13] migration/rdma: Unfold ram_control_before_iterate()
` [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-12 14:43 UTC  (6+ messages)

[GIT PULL 00/18] Host Memory Backends and Memory devices queue 2023-10-12
 2023-10-12 14:36 UTC  (19+ messages)
` [GIT PULL 01/18] vhost: Rework memslot filtering and fix "used_memslot" tracking
` [GIT PULL 02/18] vhost: Remove vhost_backend_can_merge() callback
` [GIT PULL 03/18] softmmu/physmem: Fixup qemu_ram_block_from_host() documentation
` [GIT PULL 04/18] kvm: Return number of free memslots
` [GIT PULL 05/18] vhost: "
` [GIT PULL 06/18] memory-device: Support memory devices with multiple memslots
` [GIT PULL 07/18] stubs: Rename qmp_memory_device.c to memory_device.c
` [GIT PULL 08/18] memory-device: Track required and actually used memslots in DeviceMemoryState
` [GIT PULL 09/18] memory-device, vhost: Support memory devices that dynamically consume memslots
` [GIT PULL 10/18] kvm: Add stub for kvm_get_max_memslots()
` [GIT PULL 11/18] vhost: Add vhost_get_max_memslots()
` [GIT PULL 12/18] memory-device, vhost: Support automatic decision on the number of memslots
` [GIT PULL 13/18] memory: Clarify mapping requirements for RamDiscardManager
` [GIT PULL 14/18] virtio-mem: Pass non-const VirtIOMEM via virtio_mem_range_cb
` [GIT PULL 15/18] virtio-mem: Update state to match bitmap as soon as it's been migrated
` [GIT PULL 16/18] virtio-mem: Expose device memory dynamically via multiple memslots if enabled
` [GIT PULL 17/18] memory, vhost: Allow for marking memory device memory regions unmergeable
` [GIT PULL 18/18] virtio-mem: Mark memslot alias "

[PATCH v2 00/11] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2023-10-12 14:25 UTC  (5+ messages)
` [PATCH v2 06/11] hw/char/pl011: Extract pl011_write_txdata() from pl011_write()

[PATCH v2 00/10] mirror: allow switching from background to active mode
 2023-10-12 14:10 UTC  (8+ messages)
` [PATCH v2 05/10] mirror: implement mirror_change method

[RFC PATCH v2 0/6] migration/multifd: Locking changes
 2023-10-12 14:06 UTC  (7+ messages)
` [RFC PATCH v2 1/6] migration/multifd: Remove channels_ready semaphore
` [RFC PATCH v2 2/6] migration/multifd: Stop checking p->quit in multifd_send_thread
` [RFC PATCH v2 3/6] migration/multifd: Decouple control flow from the SYNC packet
` [RFC PATCH v2 4/6] migration/multifd: Extract sem_done waiting into a function
` [RFC PATCH v2 5/6] migration/multifd: Stop setting 'quit' outside of channels
` [RFC PATCH v2 6/6] migration/multifd: Bring back the 'ready' semaphore

[PATCH v4 0/4] hw/cxl: Line length reduction and related
 2023-10-12 14:05 UTC  (10+ messages)
` [PATCH v4 1/4] hw/cxl: Use a switch to explicitly check size in caps_reg_read()
` [PATCH v4 2/4] hw/cxl: Use switch statements for read and write of cachemem registers
` [PATCH v4 3/4] hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExt
` [PATCH v4 4/4] hw/cxl: Line length reductions

[PATCH 0/3] migration/multifd: General cleanups
 2023-10-12 13:53 UTC  (6+ 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

[PATCH v2 00/12] Introduce new vmapple machine type
 2023-10-12 11:46 UTC  (3+ messages)
` [PATCH v2 12/12] hw/vmapple/vmapple: Add "

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

[PATCH v5 0/3] hw/cxl: Add dummy ACPI QTG DSM
 2023-10-12 12:56 UTC  (8+ messages)
` [PATCH v5 1/3] tests/acpi: Allow update of DSDT.cxl
` [PATCH v5 2/3] hw/cxl: Add QTG _DSM support for ACPI0017 device
` [PATCH v5 3/3] tests/acpi: Update DSDT.cxl with QTG DSM

[PATCH] hw/pci-host: Update PHB5 XSCOM registers
 2023-10-12 12:47 UTC  (2+ messages)

[PATCH v2 0/6] Support discontinuous PMU counters
 2023-10-12 12:38 UTC  (4+ messages)
` [PATCH v2 5/6] target/riscv: Add "pmu-mask" property to replace "pmu-num"

[PATCH 0/8] hw/pci-host/designware: QOM shuffling (Host bridge <-> Root function)
 2023-10-12 12:18 UTC  (9+ messages)
` [PATCH 1/8] hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro
` [PATCH 2/8] hw/pci-host/designware: Initialize root function in host bridge realize
` [PATCH 3/8] hw/pci-host/designware: Add 'host_mem' variable for clarity
` [PATCH 4/8] hw/pci-host/designware: Hoist host controller in root function #0
` [PATCH 5/8] hw/pci-host/designware: Keep host reference in DesignwarePCIEViewport
` [PATCH 6/8] hw/pci-host/designware: Move viewports from root func to host bridge
` [PATCH 7/8] hw/pci-host/designware: Move MSI registers "
` [PATCH 8/8] hw/pci-host/designware: Create ViewPorts during host bridge realization

[PATCH] gitlab-ci: Disable the riscv64-debian-cross-container by default
 2023-10-12 12:16 UTC 

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

[PATCH v3 0/4] hw/cxl: Line length reduction and related
 2023-10-12 12:09 UTC  (5+ messages)
` [PATCH v3 2/4] hw/cxl: Use switch statements for read and write of cachemem registers

[PATCH v25 00/21] s390x: CPU Topology
 2023-10-12 11:41 UTC  (13+ messages)
` [PATCH v25 02/21] CPU topology: extend with s390 specifics
` [PATCH v25 04/21] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v25 09/21] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v25 10/21] machine: adding s390 topology to query-cpu-fast
` [PATCH v25 12/21] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v25 13/21] qapi/s390x/cpu topology: add query-s390x-cpu-polarization command

[PATCH] MAINTAINERS: Add include/sysemu/qtest.h to the qtest section
 2023-10-12 11:25 UTC  (2+ messages)

[PATCH] hw/arm: Move raspberrypi-fw-defs.h to the include/hw/arm/ folder
 2023-10-12 10:55 UTC  (3+ messages)

[PATCH v2 00/14] Nested PAPR API (KVM on PowerVM)
 2023-10-12 10:49 UTC  (15+ messages)
` [PATCH v2 01/14] spapr: nested: move nested part of spapr_get_pate into spapr_nested.c
` [PATCH v2 02/14] spapr: nested: Introduce SpaprMachineStateNested to store related info
` [PATCH v2 03/14] spapr: nested: Document Nested PAPR API
` [PATCH v2 04/14] spapr: nested: Introduce cap-nested-papr for "
` [PATCH v2 05/14] spapr: nested: register nested-hv api hcalls only for cap-nested-hv
` [PATCH v2 06/14] spapr: nested: Introduce H_GUEST_[GET|SET]_CAPABILITIES hcalls
` [PATCH v2 07/14] spapr: nested: Introduce H_GUEST_[CREATE|DELETE] hcalls
` [PATCH v2 08/14] spapr: nested: Introduce H_GUEST_CREATE_VPCU hcall
` [PATCH v2 09/14] spapr: nested: Initialize the GSB elements lookup table
` [PATCH v2 10/14] spapr: nested: Introduce H_GUEST_[GET|SET]_STATE hcalls
` [PATCH v2 11/14] spapr: nested: Use correct source for parttbl info for nested PAPR API
` [PATCH v2 12/14] spapr: nested: rename nested_host_state to nested_hv_host
` [PATCH v2 13/14] spapr: nested: keep nested-hv exit code restricted to its API
` [PATCH v2 14/14] spapr: nested: Introduce H_GUEST_RUN_VCPU hcall

[PATCH 1/1] ui: Replacing pointer in function
 2023-10-12 10:44 UTC 

[PATCH v4] migration: hold the BQL during setup
 2023-10-12 10:33 UTC 

[PATCH v2] riscv, qemu_fw_cfg: Add support for RISC-V architecture
 2023-10-12 10:28 UTC 

[PATCH 00/15] Nested PAPR API (KVM on PowerVM)
 2023-10-12 10:25 UTC  (7+ messages)
` [PATCH RESEND 13/15] ppc: spapr: Implement nested PAPR hcall - H_GUEST_RUN_VCPU
` [PATCH RESEND 15/15] ppc: spapr: Document Nested PAPR API

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

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


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