qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-26 01:38:14 to 2023-09-26 12:20:08 UTC [more...]

[PATCH v24 00/21] s390x: CPU Topology
 2023-09-26 12:15 UTC  (14+ messages)
` [PATCH v24 02/21] CPU topology: extend with s390 specifics
` [PATCH v24 04/21] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v24 05/21] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v24 08/21] target/s390x/cpu topology: activate CPU topology
` [PATCH v24 09/21] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v24 12/21] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v24 13/21] qapi/s390x/cpu topology: add query-s390x-cpu-polarization command
` [PATCH v24 14/21] docs/s390x/cpu topology: document s390x cpu topology
` [PATCH v24 15/21] tests/avocado: s390x cpu topology core
` [PATCH v24 16/21] tests/avocado: s390x cpu topology polarization
` [PATCH v24 17/21] tests/avocado: s390x cpu topology entitlement tests
` [PATCH v24 18/21] tests/avocado: s390x cpu topology test dedicated CPU
` [PATCH v24 19/21] tests/avocado: s390x cpu topology test socket full

[PATCH v3 0/7] *** Adds CPU hot-plug support to Loongarch ***
 2023-09-26 12:08 UTC  (20+ messages)
` [PATCH v3 1/7] Update ACPI GED framework to support vcpu hot-(un)plug
` [PATCH v3 2/7] Update CPUs AML with cpu-(ctrl)dev change
` [PATCH v3 3/7] Added CPU topology support for Loongarch
` [PATCH v3 4/7] Optimize loongarch_irq_init function implementation
` [PATCH v3 5/7] Add basic CPU hot-(un)plug support for Loongarch
` [PATCH v3 6/7] Add support of *unrealize* for Loongarch cpu
` [PATCH v3 7/7] Update the ACPI table for the Loongarch CPU

FreeBSD 13.2 installer does not see AHCI devices on aarch64/sbsa-ref and x86-64/q35
 2023-09-26 12:05 UTC  (2+ messages)

[PATCH RFC V2 00/37] Support of Virtual CPU Hotplug for ARMv8 Arch
 2023-09-26 12:00 UTC  (41+ messages)
` [PATCH RFC V2 01/37] arm/virt, target/arm: Add new ARMCPU {socket, cluster, core, thread}-id property
` [PATCH RFC V2 02/37] cpus-common: Add common CPU utility for possible vCPUs
` [PATCH RFC V2 03/37] hw/arm/virt: Move setting of common CPU properties in a function
` [PATCH RFC V2 04/37] arm/virt, target/arm: Machine init time change common to vCPU {cold|hot}-plug
` [PATCH RFC V2 05/37] accel/kvm: Extract common KVM vCPU {creation, parking} code
` [PATCH RFC V2 06/37] arm/virt, kvm: Pre-create disabled possible vCPUs @machine init
` [PATCH RFC V2 07/37] arm/virt, gicv3: Changes to pre-size GIC with possible vcpus "
` [PATCH RFC V2 08/37] arm/virt: Init PMU at host for all possible vcpus
` [PATCH RFC V2 09/37] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
` [PATCH RFC V2 10/37] arm/acpi: Enable ACPI support for vcpu hotplug
` [PATCH RFC V2 11/37] hw/acpi: Add ACPI CPU hotplug init stub
` [PATCH RFC V2 12/37] hw/acpi: Use qemu_present_cpu() API in ACPI CPU hotplug init
` [PATCH RFC V2 13/37] hw/acpi: Init GED framework with cpu hotplug events
` [PATCH RFC V2 14/37] arm/virt: Add cpu hotplug events to GED during creation
` [PATCH RFC V2 15/37] arm/virt: Create GED dev before *disabled* CPU Objs are destroyed
` [PATCH RFC V2 16/37] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
` [PATCH RFC V2 17/37] arm/virt/acpi: Build CPUs AML with CPU Hotplug support
` [PATCH RFC V2 18/37] arm/virt: Make ARM vCPU *present* status ACPI *persistent*
` [PATCH RFC V2 19/37] hw/acpi: ACPI/AML Changes to reflect the correct _STA.{PRES, ENA} Bits to Guest
` [PATCH RFC V2 20/37] hw/acpi: Update GED _EVT method AML with cpu scan
` [PATCH RFC V2 21/37] hw/arm: MADT Tbl change to size the guest with possible vCPUs
` [PATCH RFC V2 22/37] hw/acpi: Make _MAT method optional
` [PATCH RFC V2 23/37] arm/virt: Release objects for *disabled* possible vCPUs after init
` [PATCH RFC V2 24/37] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
` [PATCH RFC V2 25/37] arm/virt: Add/update basic hot-(un)plug framework
` [PATCH RFC V2 26/37] arm/virt: Changes to (un)wire GICC<->vCPU IRQs during hot-(un)plug
` [PATCH RFC V2 27/37] hw/arm, gicv3: Changes to update GIC with vCPU hot-plug notification
` [PATCH RFC V2 28/37] hw/intc/arm-gicv3*: Changes required to (re)init the vCPU register info
` [PATCH RFC V2 29/37] arm/virt: Update the guest(via GED) about CPU hot-(un)plug events
` [PATCH RFC V2 30/37] hw/arm: Changes required for reset and to support next boot
` [PATCH RFC V2 31/37] physmem, gdbstub: Common helping funcs/changes to *unrealize* vCPU
` [PATCH RFC V2 32/37] target/arm: Add support of *unrealize* ARMCPU during vCPU Hot-unplug
  ` [PATCH RFC V2 33/37] target/arm/kvm: Write CPU state back to KVM on reset
  ` [PATCH RFC V2 34/37] target/arm/kvm, tcg: Register/Handle SMCCC hypercall exits to VMM/Qemu
  ` [PATCH RFC V2 35/37] hw/arm: Support hotplug capability check using _OSC method
  ` [PATCH RFC V2 36/37] tcg/mttcg: enable threads to unregister in tcg_ctxs[]
  ` [PATCH RFC V2 37/37] hw/arm/virt: Expose cold-booted CPUs as MADT GICC Enabled

[PATCH 00/52] migration/rdma: Error handling fixes
 2023-09-26 11:52 UTC  (53+ messages)
` [PATCH 24/52] migration/rdma: Return -1 instead of negative errno code
` [PATCH 25/52] migration/rdma: Dumb down remaining int error values to -1
` [PATCH 26/52] migration/rdma: Replace int error_state by bool errored
` [PATCH 35/52] migration/rdma: Convert qemu_rdma_exchange_send() to Error
` [PATCH 36/52] migration/rdma: Convert qemu_rdma_exchange_get_response() "
` [PATCH 37/52] migration/rdma: Convert qemu_rdma_reg_whole_ram_blocks() "
` [PATCH 38/52] migration/rdma: Convert qemu_rdma_write_flush() "
` [PATCH 39/52] migration/rdma: Convert qemu_rdma_write_one() "
` [PATCH 40/52] migration/rdma: Convert qemu_rdma_write() "
` [PATCH 41/52] migration/rdma: Convert qemu_rdma_post_send_control() "
` [PATCH 42/52] migration/rdma: Convert qemu_rdma_post_recv_control() "
` [PATCH 43/52] migration/rdma: Convert qemu_rdma_alloc_pd_cq() "
` [PATCH 44/52] migration/rdma: Silence qemu_rdma_resolve_host()
` [PATCH 45/52] migration/rdma: Silence qemu_rdma_connect()
` [PATCH 46/52] migration/rdma: Silence qemu_rdma_reg_control()
` [PATCH 47/52] migration/rdma: Don't report received completion events as error
` [PATCH 48/52] migration/rdma: Silence qemu_rdma_block_for_wrid()
` [PATCH 49/52] migration/rdma: Silence qemu_rdma_register_and_get_keys()
` [PATCH 50/52] migration/rdma: Silence qemu_rdma_cleanup()
` [PATCH 51/52] migration/rdma: Use error_report() & friends instead of stderr
` [PATCH 52/52] migration/rdma: Fix how we show device details on open

[PATCH v2 00/12] Prerequisite change for IOMMUFD support
 2023-09-26 11:32 UTC  (13+ messages)
` [PATCH v2 01/12] scripts/update-linux-headers: Add iommufd.h
` [PATCH v2 02/12] linux-headers: "
` [PATCH v2 03/12] vfio/common: Move IOMMU agnostic helpers to a separate file
` [PATCH v2 04/12] vfio/common: Introduce vfio_container_add|del_section_window()
` [PATCH v2 05/12] vfio/common: Extract out vfio_kvm_device_[add/del]_fd
` [PATCH v2 06/12] vfio/pci: Introduce vfio_[attach/detach]_device
` [PATCH v2 07/12] vfio/platform: Use vfio_[attach/detach]_device
` [PATCH v2 08/12] vfio/ap: "
` [PATCH v2 09/12] vfio/ccw: "
` [PATCH v2 10/12] vfio/common: Move VFIO reset handler registration to a group agnostic function
` [PATCH v2 11/12] vfio/common: Introduce two kinds of VFIO device lists
` [PATCH v2 12/12] vfio/common: Move legacy VFIO backend code into separate container.c

[PATCH 00/12] coverity fixes
 2023-09-26 11:42 UTC  (29+ messages)
` [PATCH 01/12] hw/core/loader: load_at(): check size
` [PATCH 02/12] hw/i386/intel_iommu: vtd_slpte_nonzero_rsvd(): reduce magic numbers
` [PATCH 03/12] util/filemonitor-inotify: qemu_file_monitor_watch(): avoid overflow
` [PATCH 05/12] device_tree: qmp_dumpdtb(): stronger assertion
` [PATCH 06/12] mc146818rtc: rtc_set_time(): initialize tm to zeroes
` [PATCH 08/12] block/nvme: nvme_process_completion() fix bound for cid
` [PATCH 09/12] kvm-all: introduce limits for name_size and num_desc
` [PATCH 10/12] hw/core/loader: gunzip(): initialize z_stream
` [PATCH 11/12] hw/core/loader: read_targphys(): add upper bound
` [PATCH 12/12] io/channel-socket: qio_channel_socket_flush(): improve msg validation

[PATCH v2 00/10] Adds CPU hot-plug support to Loongarch
 2023-09-26 11:25 UTC  (15+ messages)
` [PATCH v2 04/10] Introduce the CPU address space destruction function

[PATCH v4 00/14] simpletrace: refactor and general improvements
 2023-09-26 10:40 UTC  (7+ messages)
` [PATCH v4 12/14] simpletrace: added simplified Analyzer2 class
` [PATCH v4 13/14] MAINTAINERS: add maintainer of simpletrace.py

[PATCH v5 00/14] simpletrace: refactor and general improvements
 2023-09-26 10:34 UTC  (15+ messages)
` [PATCH v5 01/14] simpletrace: add __all__ to define public interface
` [PATCH v5 02/14] simpletrace: annotate magic constants from QEMU code
` [PATCH v5 03/14] simpletrace: improve parsing of sys.argv; fix files never closed
` [PATCH v5 04/14] simpletrace: changed naming of edict and idtoname to improve readability
` [PATCH v5 05/14] simpletrace: update code for Python 3.11
` [PATCH v5 06/14] simpletrace: improved error handling on struct unpack
` [PATCH v5 07/14] simpletrace: define exception and add handling
` [PATCH v5 08/14] simpletrace: made Analyzer into context-manager
` [PATCH v5 09/14] simpletrace: refactor to separate responsibilities
` [PATCH v5 10/14] simpletrace: move logic of process into internal function
` [PATCH v5 11/14] simpletrace: move event processing to Analyzer class
` [PATCH v5 12/14] simpletrace: added simplified Analyzer2 class
` [PATCH v5 13/14] MAINTAINERS: add maintainer of simpletrace.py
` [PATCH v5 14/14] scripts/analyse-locks-simpletrace.py: changed iteritems() to items()

[PATCH] mailmap: Fix Andrey Drobyshev author email
 2023-09-26 10:28 UTC 

[PATCH v2 1/2] migration: Fix rdma migration failed
 2023-09-26 10:01 UTC  (2+ messages)
` [PATCH v2 2/2] migration/rdma: zore out head.repeat to make the error more clear

[RFC] Proposal of QEMU PCI Endpoint test environment
 2023-09-26  9:47 UTC  (4+ messages)

[PATCH] MAINTAINERS: Add entry for rdma migration
 2023-09-26  8:56 UTC  (2+ messages)

[PATCH] analyze-migration: ignore RAM_SAVE_FLAG_MULTIFD_FLUSH
 2023-09-26  8:18 UTC 

[PATCH v2 00/20] q800: add support for booting MacOS Classic - part 2
 2023-09-26  8:10 UTC  (23+ messages)
` [PATCH v2 10/20] q800: add easc bool machine class property to switch between ASC and EASC
` [PATCH v2 11/20] swim: add trace events for IWM and ISM registers
` [PATCH v2 12/20] swim: split into separate IWM and ISM register blocks
` [PATCH v2 13/20] swim: update IWM/ISM register block decoding
` [PATCH v2 14/20] mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEK
` [PATCH v2 15/20] mac_via: workaround NetBSD ADB bus enumeration issue
` [PATCH v2 16/20] mac_via: implement ADB_STATE_IDLE state if shift register in input mode
` [PATCH v2 17/20] mac_via: always clear ADB interrupt when switching to A/UX mode
` [PATCH v2 18/20] q800: add ESCC alias at 0xc000
` [PATCH v2 19/20] q800: add alias for MacOS toolbox ROM at 0x40000000
` [PATCH v2 20/20] mac_via: extend timer calibration hack to work with A/UX

[PATCH v2 00/12] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
 2023-09-26  8:06 UTC  (2+ messages)

[PATCH 0/4] ui/console: multihead: fix crash, simplify logic
 2023-09-26  8:00 UTC  (4+ messages)

[PATCH 1/1] tcg/loongarch64: Fix buid error
 2023-09-26  7:58 UTC 

[PATCH] m68k: Silence -Wshadow=local warnings in the m68k code
 2023-09-26  7:43 UTC  (2+ messages)

[PATCH 1/1] target/loongarch: Clean up local variable shadowing
 2023-09-26  7:12 UTC 

[PATCH 0/1] CVE-2023-5088
 2023-09-26  7:11 UTC  (4+ messages)
` [PATCH 1/1] hw/ide/core: terminate in-flight DMA on IDE bus reset

[PATCH v2 00/15] hw: Use QOM alias properties and few QOM/QDev cleanups
 2023-09-26  6:51 UTC  (6+ messages)
` [PATCH v2 13/15] hw/qdev: Remove DEFINE_PROP_DMAADDR() and 'hw/qdev-dma.h'

[PATCH 0/4] aspeed: Clean up local variable shadowing
 2023-09-26  6:44 UTC  (6+ messages)

[PATCH 0/4] target/i386: add support for FRED
 2023-09-26  6:41 UTC  (4+ messages)
` [PATCH 4/4] target/i386: add live migration "

[PATCH v7 0/7] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈️)
 2023-09-26  6:38 UTC  (5+ messages)
` [PATCH v7 6/7] qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command

[PATCH v3 0/4] Support dynamic MSI-X allocation
 2023-09-26  6:24 UTC  (6+ messages)
` [PATCH v3 1/4] vfio/pci: detect the support of "
` [PATCH v3 2/4] vfio/pci: enable vector on "
` [PATCH v3 3/4] vfio/pci: use an invalid fd to enable MSI-X
` [PATCH v3 4/4] vfio/pci: enable MSI-X in interrupt restoring on dynamic allocation

[PATCH v1 00/22] vfio: Adopt iommufd
 2023-09-26  6:05 UTC  (12+ messages)
` [PATCH v1 15/22] Add iommufd configure option

[PATCH] hw/i386: changes towards enabling -Wshadow=local
 2023-09-26  5:53 UTC  (3+ messages)

[PATCH v2] hw/i386: changes towards enabling -Wshadow=local
 2023-09-26  5:52 UTC 

[PATCH v4 00/21] Support smp.clusters for x86 in QEMU
 2023-09-26  3:11 UTC  (12+ messages)
` [PATCH v4 01/21] i386: Fix comment style in topology.h
` [PATCH v4 19/21] i386: Use offsets get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v4 20/21] i386: Use CPUCacheInfo.share_level to encode "

[PATCH v4 00/19] riscv: split TCG/KVM accelerators from cpu.c
 2023-09-26  1:39 UTC  (4+ messages)
` [PATCH v4 02/19] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()

[Qemu-devel] [PATCH 00/19] aspeed: machine extensions and fixes
 2023-09-26  1:37 UTC  (6+ messages)
` [Qemu-devel] [PATCH 08/19] aspeed/timer: Fix behaviour running Linux


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