qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-12 05:03:45 to 2023-10-12 14:31:39 UTC [more...]

[PATCH v3 00/13] Removal of QEMUFileHooks
 2023-10-12 14:30 UTC  (5+ 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 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 v11 00/18] plugins: Allow to read registers
 2023-10-12 13:45 UTC  (22+ 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 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 v2] contrib/vhost-user-gpu: Fix compiler warning when compiling with -Wshadow
 2023-10-12 13:08 UTC  (3+ messages)

[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  (10+ messages)
` [PATCH v2 3/6] target/riscv: Use existing PMU counter mask in FDT generation
` [PATCH v2 4/6] qemu/bitops.h: Add MAKE_32BIT_MASK macro
` [PATCH v2 5/6] target/riscv: Add "pmu-mask" property to replace "pmu-num"
` [PATCH v2 6/6] docs/about/deprecated: Document RISC-V "pmu-num" deprecation

[RFC/PATCH v0 00/12] Gunyah hypervisor support
 2023-10-12 12:33 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

[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  (4+ messages)

QOM crash via soundhw_init()
 2023-10-12 10:53 UTC 

[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 "

[PATCH 1/1] LoongArch: step down as general arch maintainer
 2023-10-12  9:51 UTC 

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

[PATCH] targer/i386/cpu: Fix CPUID_HT exposure
 2023-10-12  9:39 UTC  (2+ messages)

[PATCH V5 0/9] Add architecture agnostic code to support vCPU Hotplug
 2023-10-12  9:22 UTC  (11+ messages)
` [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] hw/i386/cxl: ensure maxram is greater than ram size for calculating cxl range
 2023-10-12  9:09 UTC  (5+ messages)

[PATCH v2 0/3] acpi: report numa nodes for device memory using GI
 2023-10-12  8:59 UTC  (6+ messages)
` [PATCH v2 1/3] qom: new object to associate device to numa node

[PATCH 100742/100742] target/arm: Adding a check for the result of calling the CPU information check function
 2023-10-12  8:58 UTC  (3+ messages)

[PATCH 1/1] target/arm: Adding a check for the result of calling the CPU information check function
 2023-10-12  8:57 UTC 

[PATCH v2] tests/avocado: add test to exercize processor address space memory bound checks
 2023-10-12  8:26 UTC 

[PATCH 0/3] Support discontinuous PMU counters
 2023-10-12  8:25 UTC  (3+ messages)
` [PATCH 3/3] target/riscv: Don't assume PMU counters are continuous

[PATCH 1/1] hw/loongarch/virt: Remove unused 'loongarch_virt_pm' region
 2023-10-12  8:24 UTC  (2+ messages)

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

[PATCH RESEND 0/7] migration pending patches
 2023-10-12  7:42 UTC  (3+ messages)
` [PATCH RESEND 7/7] tests/qtest: Re-enable multifd cancel test

[Stable-8.1.2 00/61] Patch Round-up for stable 8.1.2, freeze on 2023-12-14
 2023-10-12  7:24 UTC  (6+ messages)
` [Stable-8.1.2 58/61] vfio/display: Fix missing update to set backing fields
` [Stable-8.1.2 59/61] util/log: re-allow switching away from stderr log file
` [Stable-8.1.2 60/61] migration/qmp: Fix crash on setting tls-authz with null
` [Stable-8.1.2 61/61] hw/audio/es1370: reset current sample counter
` [Stable-8.1.2 00/61] Patch Round-up for stable 8.1.2, freeze on 2023-10-14

[PULL 00/51] Build system, i386 changes for 2023-09-07
 2023-10-12  7:14 UTC  (6+ messages)
` [PULL 50/51] subprojects: add wrap file for libblkio

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

[PULL 0/2] hw/ufs: fixes
 2023-10-12  6:31 UTC  (3+ messages)
` [PULL 1/2] hw/ufs: Fix code coverity issues
` [PULL 2/2] hw/ufs: Fix incorrect register fields

[PATCH v2] hw/virtio/virtio-gpu: Fix compiler warning when compiling with -Wshadow
 2023-10-12  6:08 UTC  (2+ messages)

[PATCH] libvhost-user: Fix compiler warning with -Wshadow=local
 2023-10-12  6:08 UTC  (2+ messages)

[PATCH] libvduse: Fix compiler warning with -Wshadow=local
 2023-10-12  6:07 UTC  (2+ messages)

[PATCH v9 00/23] plugins: Allow to read registers
 2023-10-12  6:01 UTC  (4+ messages)
` [PATCH v9 01/23] target/riscv: Move MISA limits to class

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

[PATCH v24 00/21] s390x: CPU Topology
 2023-10-12  5:59 UTC  (3+ messages)
` [PATCH v24 01/21] qapi: machine.json: change docs regarding CpuInstanceProperties

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

[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


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