qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-18 10:22:41 to 2023-10-18 14:46:22 UTC [more...]

[PATCH v3 00/11] tests/migration-test: Allow testing older machine types
 2023-10-18 14:45 UTC  (18+ messages)
` [PATCH v3 01/11] tests/qtest: Allow qtest_qemu_binary to use a custom environment variable
` [PATCH v3 02/11] tests/qtest: Introduce qtest_init_with_env
` [PATCH v3 03/11] tests/qtest: Allow qtest_get_machines to use an alternate QEMU binary
` [PATCH v3 04/11] tests/qtest: Introduce qtest_has_machine_with_env
` [PATCH v3 05/11] tests/qtest: Introduce qtest_resolve_machine_alias
` [PATCH v3 06/11] tests/qtest/migration: Introduce find_common_machine_version
` [PATCH v3 07/11] tests/qtest/migration: Define a machine for all architectures
` [PATCH v3 08/11] tests/qtest/migration: Specify the geometry of the bootsector
` [PATCH v3 09/11] tests/qtest/migration: Set q35 as the default machine for x86_86
` [PATCH v3 10/11] tests/qtest/migration: Support more than one QEMU binary
` [PATCH v3 11/11] tests/qtest: Don't print messages from query instances

[PATCH v2 0/3] docs: update x86 CPU model ABI matrix docs
 2023-10-18 14:54 UTC  (5+ messages)
` [PATCH v2 1/3] scripts: drop comment about autogenerated CPU API file
` [PATCH v2 3/3] docs: re-generate x86_64 ABI compatibility CSV

[PATCH v4 0/4] hw/cxl: Line length reduction and related
 2023-10-18 14:40 UTC  (3+ messages)
` [PATCH v4 2/4] hw/cxl: Use switch statements for read and write of cachemem registers

[PATCH 0/4] vhost-user-blk: live resize additional APIs
 2023-10-18 14:33 UTC  (13+ messages)
` [PATCH 4/4] qapi: introduce CONFIG_READ event

[PATCH v2 1/2] migration: Fix rdma migration failed
 2023-10-18 14:32 UTC  (4+ messages)

[PATCH v13 00/10] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-10-18 14:28 UTC  (3+ messages)

[PATCH v4 0/5] gdbstub and TCG plugin improvements
 2023-10-18 14:23 UTC  (9+ messages)
` [PATCH v4 2/5] target/riscv: Remove misa_mxl validation
` [PATCH v4 3/5] target/riscv: Move misa_mxl_max to class

[PATCH v4 00/19] Make Pixman an optional dependency
 2023-10-18 14:18 UTC  (21+ messages)
` [PATCH v4 01/19] build-sys: add a "pixman" feature
` [PATCH v4 02/19] ui: compile out some qemu-pixman functions when !PIXMAN
` [PATCH v4 03/19] ui: add pixman-compat.h
` [PATCH v4 04/19] vl: move display early init before default devices
` [PATCH v4 05/19] ui/console: allow to override the default VC
` [PATCH v4 06/19] ui/vc: console-vc requires PIXMAN
` [PATCH v4 07/19] qmp/hmp: disable screendump if PIXMAN is missing
` [PATCH v4 08/19] virtio-gpu: replace PIXMAN for region/rect test
` [PATCH v4 09/19] ui/console: when PIXMAN is unavailable, don't draw placeholder msg
` [PATCH v4 10/19] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN
` [PATCH v4 11/19] ui/gl: opengl doesn't require PIXMAN
` [PATCH v4 12/19] ui/vnc: VNC requires PIXMAN
` [PATCH v4 13/19] ui/spice: SPICE/QXL "
` [PATCH v4 14/19] ui/gtk: -display gtk "
` [PATCH v4 15/19] ui/dbus: do not require PIXMAN
` [PATCH v4 16/19] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
` [PATCH v4 17/19] hw/sm501: allow compiling without PIXMAN
` [PATCH v4 18/19] hw/display: make ATI_VGA depend on PIXMAN
` [PATCH v4 19/19] build-sys: make pixman actually optional

[PATCH 00/12] hw: Strengthen SysBus & QBus API
 2023-10-18 14:11 UTC  (13+ messages)
` [PATCH 01/12] hw/i386/amd_iommu: Do not use SysBus API to map local MMIO region
` [PATCH 02/12] hw/i386/intel_iommu: "
` [PATCH 03/12] hw/misc/allwinner-dramc: Move sysbus_mmio_map call from init -> realize
` [PATCH 04/12] hw/misc/allwinner-dramc: Do not use SysBus API to map local MMIO region
` [PATCH 05/12] hw/pci-host/bonito: "
` [PATCH 06/12] hw/acpi: Realize ACPI_GED sysbus device before accessing it
` [PATCH 07/12] hw/arm/virt: Realize ARM_GICV2M "
` [PATCH 08/12] hw/isa: Realize ISA BUS "
` [PATCH 09/12] hw/s390x/css-bridge: Realize "
` [PATCH 10/12] hw/qdev: Ensure parent device is not realized before adding bus
` [PATCH 11/12] hw/sysbus: Ensure device is not realized before adding MMIO region
` [PATCH 12/12] hw/sysbus: Ensure device is realized before mapping it

[PATCH] scripts/cpu-x86-uarch-abi.py: Fix parameter error of cmd
 2023-10-18 14:15 UTC  (3+ messages)

[PATCH v4 00/21] Support smp.clusters for x86 in QEMU
 2023-10-18 14:12 UTC  (9+ messages)
` [PATCH v4 21/21] i386: Add new property to control L2 cache topo in CPUID.04H

[PATCH V5] migration: simplify blockers
 2023-10-18 13:59 UTC  (4+ messages)

[PATCH] migration: Fix parse_ramblock() on overwritten retvals
 2023-10-18 13:54 UTC  (4+ messages)

[PATCH v11 00/11] Add VIRTIO sound card
 2023-10-18 13:44 UTC  (4+ messages)

[PATCH 0/3] hw/i386: Add MTD controller on ICH9
 2023-10-18 13:47 UTC  (5+ messages)
` [PATCH 1/3] hw/isa/ich9: Add SPI controller
` [PATCH 2/3] hw/isa/lpc_ich9: Implement SMI_STS for APMC
` [PATCH 3/3] hw/i386/pc_sysfw: Do not create BIOS region if MTD is present

[PATCH V4] migration: simplify notifiers
 2023-10-18 13:41 UTC  (2+ messages)

[PATCH v3 00/13] VIRTIO-IOMMU/VFIO: Don't assume 64b IOVA space
 2023-10-18 13:37 UTC  (2+ messages)

[PATCH v3] ui/gtk-clipboard: async owner_change clipboard_request
 2023-10-18 13:37 UTC 

[PATCH 0/6] hw/ppc: SysBus simplifications
 2023-10-18 13:30 UTC  (7+ messages)
` [PATCH 1/6] hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) -> pnv_xscom_init()
` [PATCH 2/6] hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()
` [PATCH 3/6] hw/ppc/pnv_xscom: Do not use SysBus API to map local MMIO region
` [PATCH 4/6] hw/ppc/pnv: "
` [PATCH 5/6] hw/intc/spapr_xive: Move sysbus_init_mmio() calls around
` [PATCH 6/6] hw/intc/spapr_xive: Do not use SysBus API to map local MMIO region

[PATCH] MAINTAINERS: Add docs/devel/ebpf_rss.rst to the EBPF section
 2023-10-18 13:31 UTC  (2+ messages)

[PATCH v2] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
 2023-10-18 13:28 UTC  (3+ messages)

[PATCH] docs/about: Mark the old pc-i440fx-2.0 - 2.3 machine types as deprecated
 2023-10-18 13:28 UTC  (3+ messages)

[PATCH] i386/pc: Drop pc_machine_kvm_type()
 2023-10-18 13:27 UTC  (2+ messages)

[PATCH v3] qapi: provide a friendly string representation of QAPI classes
 2023-10-18 13:20 UTC  (4+ messages)

[PULL 00/25] s390x patches
 2023-10-18 13:07 UTC  (26+ messages)
` [PULL 01/25] qapi: machine.json: change docs regarding CPU topology
` [PULL 02/25] CPU topology: extend with s390 specifics
` [PULL 03/25] s390x/cpu topology: add topology entries on CPU hotplug
` [PULL 04/25] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PULL 05/25] s390x/sclp: reporting the maximum nested topology entries
` [PULL 06/25] s390x/cpu topology: resetting the Topology-Change-Report
` [PULL 07/25] s390x/cpu topology: interception of PTF instruction
` [PULL 08/25] target/s390x/cpu topology: activate CPU topology
` [PULL 09/25] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PULL 10/25] machine: adding s390 topology to query-cpu-fast
` [PULL 11/25] machine: adding s390 topology to info hotpluggable-cpus
` [PULL 12/25] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE QAPI event
` [PULL 13/25] qapi/s390x/cpu topology: add query-s390x-cpu-polarization command
` [PULL 14/25] docs/s390x/cpu topology: document s390x cpu topology
` [PULL 15/25] tests/avocado: s390x cpu topology core
` [PULL 16/25] tests/avocado: s390x cpu topology polarization
` [PULL 17/25] tests/avocado: s390x cpu topology entitlement tests
` [PULL 18/25] tests/avocado: s390x cpu topology test dedicated CPU
` [PULL 19/25] tests/avocado: s390x cpu topology test socket full
` [PULL 20/25] tests/avocado: s390x cpu topology dedicated errors
` [PULL 21/25] tests/avocado: s390x cpu topology bad move
` [PULL 22/25] hw/s390x: Clean up global variable shadowing in quiesce_powerdown_req()
` [PULL 23/25] target/s390x/kvm: Turn KVM_CAP_SYNC_REGS into a hard requirement
` [PULL 24/25] target/s390x/kvm: Simplify the GPRs, ACRs, CRs and prefix synchronization code
` [PULL 25/25] tests/qtest/migration-test: Disable the analyze-migration.py test on s390x

[PATCH 0/8] hw/arm/pxa2xx: SysBus/QDev fixes
 2023-10-18 13:13 UTC  (10+ messages)
` [PATCH 1/8] hw/sd/pxa2xx: Realize sysbus device before accessing it
` [PATCH 2/8] hw/sd/pxa2xx: Do not open-code sysbus_create_simple()
` [PATCH 3/8] hw/pcmcia/pxa2xx: Realize sysbus device before accessing it
` [PATCH 4/8] hw/pcmcia/pxa2xx: Do not open-code sysbus_create_simple()
` [PATCH 5/8] hw/pcmcia/pxa2xx: Inline pxa2xx_pcmcia_init()
` [PATCH 6/8] hw/intc/pxa2xx: Convert to Resettable interface
` [PATCH 7/8] hw/intc/pxa2xx: Pass CPU reference using QOM link property
` [PATCH 8/8] hw/intc/pxa2xx: Factor pxa2xx_pic_realize() out of pxa2xx_pic_init()

[PATCH] MAINTAINERS: Add include/hw/openrisc/ to the OpenRISC section
 2023-10-18 13:05 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add include/hw/intc/loongson_liointc.h to the Loongson-3 virt section
 2023-10-18 13:05 UTC  (2+ messages)

[PATCH RFC] hw/sh4/sh7750: Add STBCR/STBCR2 register support
 2023-10-18 13:03 UTC  (3+ messages)

[PATCH 0/4] hw/ppc/spapr: Rename SoftMMU -> TCG
 2023-10-18 12:58 UTC  (4+ messages)
` [PATCH 4/4] hw/ppc/spapr: Rename 'softmmu' -> 'tcg'

[PATCH 0/2] igb: Add FLR support
 2023-10-18 12:55 UTC  (2+ messages)

[PATCH v8 0/7] blockdev-replace
 2023-10-18 12:50 UTC  (5+ messages)
` [PATCH v8 4/7] qapi: add x-blockdev-replace command

[PATCH v4 00/20] virtio-net RSS/hash report fixes and improvements
 2023-10-18 12:25 UTC  (2+ messages)

[PATCH 0/4] gdbstub and TCG plugin improvements
 2023-10-18 12:19 UTC  (6+ messages)
` [PATCH 1/4] target/riscv: Remove misa_mxl validation

[PATCH v4 7/8] vhost: Add high-level state save/load functions
 2023-10-18 12:14 UTC  (7+ messages)
` [PATCH v4 8/8] vhost-user-fs: Implement internal migration
  ` [PATCH v4 6/8] vhost-user: Interface for migration state transfer
    ` [PATCH v4 5/8] vhost-user.rst: Migrating back-end-internal state
      ` [PATCH v4 4/8] vhost-user.rst: Introduce suspended state
        ` [PATCH v4 3/8] vhost-user.rst: Clarify enabling/disabling vrings

[PATCH] cpu/cpuid: check CPUID_PAE to determine 36 bit processor address space
 2023-10-18 12:05 UTC  (2+ messages)

[PATCH v3 0/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
 2023-10-18 11:59 UTC  (4+ messages)

[PATCH v8 0/5] Migration deprecated parts
 2023-10-18 11:55 UTC  (6+ messages)
` [PATCH v8 1/5] qemu-iotests: Filter warnings about block migration being deprecated
` [PATCH v8 2/5] migration: migrate 'inc' command option is deprecated
` [PATCH v8 3/5] migration: migrate 'blk' "
` [PATCH v8 4/5] migration: Deprecate block migration
` [PATCH v8 5/5] migration: Deprecate old compression method

[PATCH v2] qapi: provide a friendly string representation of QAPI classes
 2023-10-18 11:52 UTC  (4+ messages)

[PATCH v2 00/11] qapi-go: add generator for Golang interface
 2023-10-18 11:47 UTC  (6+ messages)
` [PATCH v2 02/11] scripts: qapi: black format main.py
` [PATCH v2 11/11] docs: add notes on Golang code generator

[PULL 00/32] x86 and build system changes for 2023-10-18
 2023-10-18 11:37 UTC  (3+ messages)
` [PULL 17/32] meson, cutils: allow non-relocatable installs

[PATCH v4 0/4] Migration documentation
 2023-10-18 11:28 UTC  (5+ messages)
` [PATCH v4 1/4] migration/doc: Add contents
` [PATCH v4 2/4] migration/doc: Add documentation for backwards compatiblity
` [PATCH v4 3/4] migration/doc: How to migrate when hosts have different features
` [PATCH v4 4/4] migration/doc: We broke backwards compatibility

[PATCH] gtk: force realization of drawing area
 2023-10-18 11:25 UTC  (2+ messages)

[PATCH v4 0/4] Add emulation of AmigaOne XE board
 2023-10-18 11:25 UTC  (5+ messages)
` [RFC PATCH v4 4/4] tests/avocado: Add test for amigaone board

[PATCH v2 0/3] Migration Documentation for backward compatibility
 2023-10-18 11:24 UTC  (7+ messages)
` [PATCH v2 1/3] migration/doc: Add documentation for backwards compatiblity
` [PATCH v2 2/3] migration/doc: How to migrate when hosts have different features

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

[PATCH] l2tpv3: overwrite s->fd in net_l2tpv3_cleanup
 2023-10-18 11:09 UTC 

[PATCH 0/12] Get Xen PV shim running in qemu
 2023-10-18 10:52 UTC  (4+ messages)
` [PATCH 11/12] hw/xen: automatically assign device index to block devices

[PATCH v1 0/3] Allow user enable/disable LSX/LASX features
 2023-10-18 10:47 UTC  (3+ messages)
` [PATCH v1 3/3] target/loongarch: Implement query-cpu-model-expansion

[PATCH 00/11] Various updates for the Cadence GEM model
 2023-10-18 10:36 UTC  (11+ messages)
` [PATCH 06/11] hw/net/cadence_gem: use FIELD to describe [TX|RX]STATUS register fields
` [PATCH 07/11] hw/net/cadence_gem: use FIELD to describe IRQ "
` [PATCH 09/11] hw/net/cadence_gem: use FIELD to describe PHYMNTNC "
` [PATCH 10/11] hw/net/cadence_gem: perform PHY access on write only
` [PATCH 11/11] hw/net/cadence_gem: enforce 32 bits variable size for CRC

[RFC PATCH v2 00/78] Strict disable implicit fallthrough
 2023-10-18 10:32 UTC  (3+ messages)
` [RFC PATCH v2 01/78] include/qemu/compiler.h: replace QEMU_FALLTHROUGH with fallthrough


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