qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-19 13:06:21 to 2023-10-19 16:36:02 UTC [more...]

[PULL 00/25] s390x patches
 2023-10-19 16:35 UTC  (3+ messages)
` [PULL 06/25] s390x/cpu topology: resetting the Topology-Change-Report

[PULL 00/83] virtio,pc,pci: features, cleanups
 2023-10-19 16:32 UTC  (3+ messages)
` [PULL 08/83] vdpa: Restore hash calculation state

[PATCH] MAINTAINERS: Fix typo in openpic_kvm.c entry
 2023-10-19 16:17 UTC  (3+ messages)

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

[PATCH v5 00/10] Introduce model for IBM's FSI
 2023-10-19 16:09 UTC  (5+ messages)
` [PATCH v5 01/10] hw/fsi: Introduce IBM's Local bus

[PATCH v2 00/19] target/i386: decoder changes for 8.2
 2023-10-19 16:00 UTC  (8+ messages)
` [PATCH v2 01/19] target/i386: group common checks in the decoding phase
` [PATCH v2 02/19] target/i386: validate VEX.W for AVX instructions
` [PATCH v2 14/19] tcg: add negsetcondi

[RFC PATCH v2 0/6] migration/multifd: Locking changes
 2023-10-19 15:56 UTC  (17+ 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

[PATCH v3 0/7] hw/ppc: SysBus simplifications
 2023-10-19 15:47 UTC  (10+ messages)
` [PATCH v3 1/7] hw/ppc/spapr_vio: Realize SPAPR_VIO_BRIDGE device before accessing it
` [PATCH v3 2/7] hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) -> pnv_xscom_init()
` [PATCH v3 3/7] hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()
` [PATCH v3 4/7] hw/ppc/pnv_xscom: Do not use SysBus API to map local MMIO region
` [PATCH v3 5/7] hw/ppc/pnv: "
` [PATCH v3 6/7] hw/intc/spapr_xive: Move sysbus_init_mmio() calls around
` [PATCH v3 7/7] hw/intc/spapr_xive: Do not use SysBus API to map local MMIO region

[PATCH v2 0/24] Get Xen PV shim running in Qemu, add net & console
 2023-10-19 15:40 UTC  (25+ messages)
` [PATCH v2 01/24] i386/xen: Don't advertise XENFEAT_supervisor_mode_kernel
` [PATCH v2 02/24] i386/xen: fix per-vCPU upcall vector for Xen emulation
` [PATCH v2 03/24] hw/xen: select kernel mode for per-vCPU event channel upcall vector
` [PATCH v2 04/24] hw/xen: don't clear map_track[] in xen_gnttab_reset()
` [PATCH v2 05/24] hw/xen: fix XenStore watch delivery to guest
` [PATCH v2 06/24] i386/xen: Ignore VCPU_SSHOTTMR_future flag in set_singleshot_timer()
` [PATCH v2 07/24] hw/xen: Clean up event channel 'type_val' handling to use union
` [PATCH v2 08/24] include: update Xen public headers to Xen 4.17.2 release
` [PATCH v2 09/24] i386/xen: advertise XEN_HVM_CPUID_UPCALL_VECTOR in CPUID
` [PATCH v2 10/24] hw/xen: populate store frontend nodes with XenStore PFN/port
` [PATCH v2 11/24] hw/xen: automatically assign device index to block devices
` [PATCH v2 12/24] hw/xen: add get_frontend_path() method to XenDeviceClass
` [PATCH v2 13/24] hw/xen: do not repeatedly try to create a failing backend device
` [PATCH v2 14/24] hw/xen: update Xen console to XenDevice model
` [PATCH v2 15/24] hw/xen: add support for Xen primary console in emulated mode
` [PATCH v2 16/24] hw/xen: handle soft reset for primary console
` [PATCH v2 17/24] hw/xen: only remove peers of PCI NICs on unplug
` [PATCH v2 18/24] hw/xen: update Xen PV NIC to XenDevice model
` [PATCH v2 19/24] hw/i386/pc: support '-nic' for xen-net-device
` [PATCH v2 20/24] hw/xenpv: fix '-nic' support "
` [PATCH v2 21/24] net: do not delete nics in net_cleanup()
` [PATCH v2 22/24] tests/avocado: switch to using xen-net-device for Xen guest tests
` [PATCH v2 23/24] xen-platform: unplug AHCI disks
` [PATCH v2 24/24] docs: update Xen-on-KVM documentation

[PATCH v2 0/7] hw/ppc: SysBus simplifications
 2023-10-19 15:41 UTC  (9+ messages)
` [PATCH v2 1/7] hw/ppc/spapr_vio: Realize SPAPR_VIO_BRIDGE device before accessing it
` [PATCH v2 2/7] hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) -> pnv_xscom_init()
` [PATCH v2 3/7] hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()
` [PATCH v2 4/7] hw/ppc/pnv_xscom: Do not use SysBus API to map local MMIO region
` [PATCH v2 5/7] hw/ppc/pnv: "
` [PATCH v2 6/7] hw/intc/spapr_xive: Move sysbus_init_mmio() calls around
` [PATCH v2 7/7] hw/intc/spapr_xive: Do not use SysBus API to map local MMIO region

[PATCH 0/5] Live Migration Acceleration with IAA Compression
 2023-10-19 15:32 UTC  (12+ messages)
` [PATCH 1/5] configure: add qpl meson option
` [PATCH 2/5] qapi/migration: Introduce compress-with-iaa migration parameter
` [PATCH 3/5] ram compress: Refactor ram compression functions
` [PATCH 4/5] migration iaa-compress: Add IAA initialization and deinitialization
` [PATCH 5/5] migration iaa-compress: Implement IAA compression

[PATCH 00/18] target/i386: decoder changes for 8.2
 2023-10-19 15:15 UTC  (7+ messages)
` [PATCH 15/18] target/i386: move operand load and writeback out of gen_cmovcc1
` [PATCH 16/18] target/i386: move remaining conditional operations to new decoder
` [PATCH 17/18] target/i386: remove now converted opcodes from old decoder

[RFC PATCH 0/5] virtio-net: Introduce LM early load
 2023-10-19 15:00 UTC  (4+ messages)

[PATCH v3] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
 2023-10-19 14:59 UTC  (4+ messages)

[PATCH] migration: Fix parse_ramblock() on overwritten retvals
 2023-10-19 14:50 UTC  (3+ messages)

[PULL 0/3] QAPI patches patches for 2023-10-19
 2023-10-19 14:48 UTC  (4+ messages)
` [PULL 1/3] qapi: re-establish linting baseline
` [PULL 2/3] qapi: Belatedly update CompatPolicy documentation for unstable
` [PULL 3/3] qapi: provide a friendly string representation of QAPI classes

[PATCH v5 0/4] Add emulation of AmigaOne XE board
 2023-10-19 14:48 UTC  (3+ messages)
` [PATCH v5 1/4] via-ide: Fix legacy mode emulation

[PATCH v2] hw/rdma/vmw/pvrdma_cmd: Use correct struct in query_port()
 2023-10-19 14:47 UTC 

[PULL 00/13] Trivial patches for 2023-10-11
 2023-10-19 14:41 UTC  (5+ messages)
` [PULL 02/13] hw/rdma/vmw/pvrdma_cmd: Use correct struct in query_port()

[RFC PATCH 00/18] Map memory at destination .load_setup in vDPA-net migration
 2023-10-19 14:34 UTC  (19+ messages)
` [RFC PATCH 01/18] vdpa: add VhostVDPAShared
` [RFC PATCH 02/18] vdpa: move iova tree to the shared struct
` [RFC PATCH 03/18] vdpa: move iova_range to vhost_vdpa_shared
` [RFC PATCH 04/18] vdpa: move shadow_data "
` [RFC PATCH 05/18] vdpa: use vdpa shared for tracing
` [RFC PATCH 06/18] vdpa: move file descriptor to vhost_vdpa_shared
` [RFC PATCH 07/18] vdpa: move iotlb_batch_begin_sent "
` [RFC PATCH 08/18] vdpa: move backend_cap "
` [RFC PATCH 09/18] vdpa: remove msg type of vhost_vdpa
` [RFC PATCH 10/18] vdpa: move iommu_list to vhost_vdpa_shared
` [RFC PATCH 11/18] vdpa: use VhostVDPAShared in vdpa_dma_map and unmap
` [RFC PATCH 12/18] vdpa: use dev_shared in vdpa_iommu
` [RFC PATCH 13/18] vdpa: move memory listener to vhost_vdpa_shared
` [RFC PATCH 14/18] vdpa: do not set virtio status bits if unneeded
` [RFC PATCH 15/18] vdpa: add vhost_vdpa_load_setup
` [RFC PATCH 16/18] vdpa: add vhost_vdpa_net_load_setup NetClient callback
` [RFC PATCH 17/18] vdpa: use shadow_data instead of first device v->shadow_vqs_enabled
` [RFC PATCH 18/18] virtio_net: register incremental migration handlers

[PATCH v12 00/11] Add VIRTIO sound card
 2023-10-19 14:37 UTC  (2+ messages)

[PATCH v4 00/12] tests/migration-test: Allow testing older machine types
 2023-10-19 14:16 UTC  (7+ messages)
` [PATCH v4 02/12] tests/qtest: Introduce qtest_init_with_env
` [PATCH v4 10/12] tests/qtest/migration: Support more than one QEMU binary

[PATCH 00/20] target/sparc: Cleanup condition codes etc
 2023-10-19 14:11 UTC  (3+ messages)
` [PATCH 01/20] target/sparc: Introduce cpu_put_psr_icc

[PULL v2 00/53] virtio,pci: features, cleanups
 2023-10-19 14:04 UTC  (5+ messages)
` [PULL v2 38/53] hw/cxl: Support 4 HDM decoders at all levels of topology

[PATCH v5 0/6] gdbstub and TCG plugin improvements
 2023-10-19 13:57 UTC  (3+ messages)
` [PATCH v5 1/6] gdbstub: Check if gdb_regs is NULL

deadlock when using iothread during backup_clean()
 2023-10-19 13:53 UTC  (12+ messages)

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

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

[PATCH] docs/system/riscv: remove core limit from virt machine
 2023-10-19 13:48 UTC 

[PULL 00/24] target-arm queue
 2023-10-19 13:35 UTC  (25+ messages)
` [PULL 01/24] hw/arm: Move raspberrypi-fw-defs.h to the include/hw/arm/ folder
` [PULL 02/24] hw/arm/exynos4210: Get arm_boot_info declaration from 'hw/arm/boot.h'
` [PULL 03/24] xlnx-bbram: hw/nvram: Remove deprecated device reset
` [PULL 04/24] xlnx-zynqmp-efuse: "
` [PULL 05/24] xlnx-versal-efuse: "
` [PULL 06/24] xlnx-bbram: hw/nvram: Use dot in device type name
` [PULL 07/24] elf2dmp: limit print length for sign_rsds
` [PULL 08/24] elf2dmp: check array bounds in pdb_get_file_size
` [PULL 09/24] target/arm: Fix CNTPCT_EL0 trapping from EL0 when HCR_EL2.E2H is 0
` [PULL 10/24] {include/}hw/arm: refactor virt PPI logic
` [PULL 11/24] include/hw/arm: move BSA definitions to bsa.h
` [PULL 12/24] hw/arm/sbsa-ref: use bsa.h for PPI definitions
` [PULL 13/24] arm/kvm: convert to kvm_set_one_reg
` [PULL 14/24] arm/kvm: convert to kvm_get_one_reg
` [PULL 15/24] target/arm: Permit T32 LDM with single register
` [PULL 16/24] hw/arm/smmuv3: Update ID register bit field definitions
` [PULL 17/24] hw/arm/smmuv3: Sort ID register setting into field order
` [PULL 18/24] hw/arm/smmuv3: Advertise SMMUv3.1-XNX feature
` [PULL 19/24] target/arm: Implement FEAT_HPMN0
` [PULL 20/24] target/arm/kvm64.c: Remove unused include
` [PULL 21/24] target/arm/common-semi-target.h: Remove unnecessary boot.h include
` [PULL 22/24] target/arm/arm-powerctl: Correctly init CPUs when powered on to lower EL
` [PULL 23/24] hw/timer/npcm7xx_timer: Prevent timer from counting down past zero
` [PULL 24/24] contrib/elf2dmp: Use g_malloc(), g_new() and g_free()

[PATCH v3 0/9] mirror: allow switching from background to active mode
 2023-10-19 13:36 UTC  (2+ messages)

[PATCH v3 00/12] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
 2023-10-19 13:26 UTC  (13+ messages)
` [PATCH v3 01/12] hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common location
` [PATCH v3 02/12] hw/arm/virt-acpi-build.c: Migrate virtio "
` [PATCH v3 03/12] hw/riscv: virt: Make few IMSIC macros and functions public
` [PATCH v3 04/12] hw/riscv/virt-acpi-build.c: Add AIA support in RINTC
` [PATCH v3 05/12] hw/riscv/virt-acpi-build.c: Add IMSIC in the MADT
` [PATCH v3 06/12] hw/riscv/virt-acpi-build.c: Add APLIC "
` [PATCH v3 07/12] hw/riscv/virt-acpi-build.c: Add CMO information in RHCT
` [PATCH v3 08/12] hw/riscv/virt-acpi-build.c: Add MMU node "
` [PATCH v3 09/12] hw/pci-host/gpex: Define properties for MMIO ranges
` [PATCH v3 10/12] hw/riscv/virt: Update GPEX MMIO related properties
` [PATCH v3 11/12] hw/riscv/virt-acpi-build.c: Add IO controllers and devices
` [PATCH v3 12/12] hw/riscv/virt-acpi-build.c: Add PLIC in MADT

[PATCH 0/3] fix a few blockjob-related deadlocks when using iothread
 2023-10-19 13:19 UTC  (4+ messages)
` [PATCH 1/3] blockjob: drop AioContext lock before calling bdrv_graph_wrlock()
` [PATCH 2/3] block: avoid potential deadlock during bdrv_graph_wrlock() in bdrv_close()
` [PATCH 3/3] blockdev: mirror: avoid potential deadlock when using iothread

[PATCH v2 00/20] parallels: Add full dirty bitmap support
 2023-10-19 12:58 UTC  (7+ messages)
` [PATCH v2 05/20] parallels: Set data_end value in parallels_check_leak()
` [PATCH v2 06/20] parallels: Recreate used bitmap "
` [PATCH v2 07/20] parallels: Add a note about used bitmap in parallels_check_duplicate()
` [PATCH v2 08/20] parallels: Create used bitmap even if checks needed
` [PATCH v2 13/20] parallels: Make a loaded dirty bitmap persistent
` [PATCH v2 15/20] parallels: Truncate images on the last used cluster

[PATCH 0/2] ide: implement simple legacy/native mode switching for PCI IDE controllers
 2023-10-19 13:04 UTC  (3+ messages)
` [PATCH 1/2] ide/pci.c: introduce pci_ide_update_mode() function
` [PATCH 2/2] hw/ide/via: implement legacy/native mode switching


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