qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-07 21:26:30 to 2024-01-08 16:20:16 UTC [more...]

[PATCH v2 0/2] riscv: add rv32i,rv32e and rv64e CPUs
 2024-01-08 16:19 UTC  (2+ messages)
` [PATCH v2 1/2] target/riscv/cpu.c: add riscv_bare_cpu_init()

[PATCH v5 0/3] Add device STM32L4x5 EXTI
 2024-01-08 16:15 UTC  (7+ messages)
` [PATCH v5 2/3] tests/qtest: Add STM32L4x5 EXTI QTest testcase

[PATCH v2 0/3] hw/pflash: implement update buffer for block writes
 2024-01-08 16:08 UTC  (4+ messages)
` [PATCH v2 1/3] hw/pflash: refactor pflash_data_write()
` [PATCH v2 2/3] hw/pflash: use ldn_{be,le}_p and stn_{be,le}_p
` [PATCH v2 3/3] hw/pflash: implement update buffer for block writes

[PATCH v2 0/3] Virtio dmabuf improvements
 2024-01-08 15:56 UTC  (4+ messages)

[Qemu-devel] [PULL 00/28] target-arm queue
 2024-01-08 15:52 UTC  (3+ messages)
` [Qemu-devel] [PULL 13/28] hw/arm/virt: Use 256MB ECAM region by default

[PATCH v2 00/43] testing and plugin updates for 9.0 (pre-PR)
 2024-01-08 15:42 UTC  (7+ messages)
` [PATCH v2 08/43] qtest: bump npcm7xx_pwn-test timeout to 5 minutes
` [PATCH v2 23/43] target/riscv: Remove misa_mxl validation

[PATCH] net/eth: Have eth_pad_short_frame() take void* arguments
 2024-01-08 15:41 UTC 

[PATCH v1 0/2] Initialize backend memory objects in parallel
 2024-01-08 15:40 UTC  (4+ messages)
` [PATCH v1 1/2] oslib-posix: refactor memory prealloc threads
` [PATCH v1 2/2] oslib-posix: initialize backend memory objects in parallel

[PATCH v3 0/4] migration & CI: Add a CI job for migration compat testing
 2024-01-08 15:37 UTC  (11+ messages)
` [PATCH v3 1/4] tests/qtest: Add a helper to query the QEMU version
` [PATCH v3 2/4] tests/qtest/migration: Add infrastructure to skip tests on older QEMUs
` [PATCH v3 4/4] [NOT FOR MERGE] tests/qtest/migration: Adapt tests to use "

[PATCH] docs: use "buses" rather than "busses"
 2024-01-08 15:35 UTC  (3+ messages)

[PATCH] net/vmnet: Pad short Ethernet frames
 2024-01-08 15:36 UTC  (3+ messages)

[PULL 00/26] Migration 20240104 patches
 2024-01-08 15:22 UTC  (9+ messages)

[PATCH v9 00/10] Implementation of NPI Mailbox and GMAC Networking Module
 2024-01-08 15:19 UTC  (8+ messages)
` [PATCH v9 07/10] include/hw/net: General GMAC Implementation
` [PATCH v9 08/10] hw/net: GMAC Rx Implementation
` [PATCH v9 09/10] hw/net: GMAC Tx Implementation

[PULL 00/13] replay fixes for replay_kernel
 2024-01-08 15:13 UTC  (14+ messages)
` [PULL 01/13] tests/avocado: add a simple i386 replay kernel test
` [PULL 02/13] tests/avocado: fix typo in replay_linux
` [PULL 03/13] tests/avocado: modernise the drive args for replay_linux
` [PULL 04/13] scripts/replay-dump: update to latest format
` [PULL 05/13] scripts/replay_dump: track total number of instructions
` [PULL 06/13] replay: remove host_clock_last
` [PULL 07/13] replay: add proper kdoc for ReplayState
` [PULL 08/13] replay: make has_unread_data a bool
` [PULL 09/13] replay: introduce a central report point for sync errors
` [PULL 10/13] replay/replay-char: use report_sync_error
` [PULL 11/13] replay: stop us hanging in rr_wait_io_event
` [PULL 12/13] chardev: force write all when recording replay logs
` [PULL 13/13] tests/avocado: remove skips from replay_kernel

CI "pages" job failing with incomprehensible error message from htags
 2024-01-08 15:10 UTC  (6+ messages)

[PATCH] hw/arm: Add missing QOM parent for v7-M SoCs
 2024-01-08 14:48 UTC  (2+ messages)

[PATCH v3 0/3] Add "num-prio-bits" property for Cortex-M devices
 2024-01-08 14:47 UTC  (4+ messages)
` [PATCH v3 2/3] hw/arm/armv7m: alias the NVIC "num-prio-bits" property

[PATCH v6 0/2] Add minimal support for the B-L475E-IOT01A board
 2024-01-08 14:46 UTC  (4+ messages)
` [PATCH v6 1/2] hw/arm: Add minimal support for the STM32L4x5 SoC
` [PATCH v6 2/2] hw/arm: Add minimal support for the B-L475E-IOT01A board

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2024-01-08 14:44 UTC  (5+ messages)
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>

[PULL 0/9] Hppa fixes 8.2 patches
 2024-01-08 14:38 UTC  (10+ messages)
` [PULL 1/9] hw/hppa/machine: Allow up to 3840 MB total memory
` [PULL 2/9] hw/hppa/machine: Disable default devices with --nodefaults option
` [PULL 3/9] hw/pci-host/astro: Add missing astro & elroy registers for NetBSD
` [PULL 4/9] target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0
` [PULL 5/9] target/hppa: Strip upper 32-bits of IOR on error in probe
` [PULL 6/9] target/hppa: Strip upper 32-bits of IOR on unaligned access error
` [PULL 7/9] hw/hppa: Move software power button address back into PDC
` [PULL 8/9] target/hppa: Avoid accessing %gr0 when raising exception
` [PULL 9/9] target/hppa: Update SeaBIOS-hppa to version 15

[PATCH 0/9] tests/avocado: ppc additions and other fixes
 2024-01-08 14:37 UTC  (15+ messages)
` [PATCH 1/9] gitlab: fix s390x tag for avocado-system-centos
` [PATCH 2/9] tests/avocado: mark boot_linux.py long runtime instead of flaky
` [PATCH 5/9] tests/avocado: ppc add powernv10 boot_linux_console test
` [PATCH 7/9] tests/avocado: Add pseries KVM boot_linux test
` [PATCH 8/9] tests/avocado: ppc add hypervisor tests
` [PATCH 9/9] tests/avocado: Add FreeBSD distro boot tests for ppc

[PATCH 0/3] migration: Fix multifd cancel test
 2024-01-08 14:26 UTC  (5+ messages)
` [PATCH 3/3] tests/qtest: Re-enable "

[PATCH v2] hw/arm: add PCIe to Freescale i.MX6
 2024-01-08 14:03 UTC 

[PATCH v2] riscv: support new isa extension detection devicetree properties
 2024-01-08 13:27 UTC  (4+ messages)
  `  "

[PATCH v3 00/33] linux-user: Improve host and guest page size handling
 2024-01-08 13:25 UTC  (40+ messages)
` [PATCH v3 02/33] linux-user: Adjust SVr4 NULL page mapping
` [PATCH v3 03/33] linux-user: Remove qemu_host_page_{size, mask} in probe_guest_base
` [PATCH v3 04/33] linux-user: Remove qemu_host_page_size from create_elf_tables
` [PATCH v3 05/33] linux-user/hppa: Simplify init_guest_commpage
` [PATCH v3 06/33] linux-user/nios2: Remove qemu_host_page_size from init_guest_commpage
` [PATCH v3 07/33] linux-user/arm: "
` [PATCH v3 08/33] linux-user: Remove qemu_host_page_{size, mask} from mmap.c
` [PATCH v3 10/33] linux-user: Remove HOST_PAGE_ALIGN "
` [PATCH v3 11/33] migration: Remove qemu_host_page_size
` [PATCH v3 14/33] softmmu/physmem: Remove HOST_PAGE_ALIGN
` [PATCH v3 16/33] linux-user: Split out target_mmap__locked
` [PATCH v3 18/33] linux-user: Fix sub-host-page mmap
` [PATCH v3 20/33] linux-user: Do early mmap placement only for reserved_va
` [PATCH v3 21/33] linux-user: Split out mmap_h_eq_g
` [PATCH v3 22/33] linux-user: Split out mmap_h_lt_g
` [PATCH v3 23/33] linux-user: Split out mmap_h_gt_g
` [PATCH v3 24/33] tests/tcg: Remove run-test-mmap-*
` [PATCH v3 30/33] target/arm: Enable TARGET_PAGE_BITS_VARY for AArch64 user-only
` [PATCH v3 33/33] target/alpha: Enable TARGET_PAGE_BITS_VARY for user-only

[PATCH] hw/arm: add PCIe to Freescale i.MX6
 2024-01-08 13:20 UTC  (4+ messages)

[PATCH 0/2] nubus: add nubus-virtio-mmio device
 2024-01-08 13:17 UTC  (5+ messages)
` [PATCH 1/2] nubus-device: round Declaration ROM memory region address to qemu_target_page_size()

[PULL 0/6] Trivial patches for 2024-01-05
 2024-01-08 13:16 UTC  (2+ messages)

[PULL 00/17] vfio queue
 2024-01-08 13:16 UTC  (19+ messages)
` [PULL 01/17] vfio/spapr: Extend VFIOIOMMUOps with a release handler
` [PULL 02/17] vfio/container: Introduce vfio_legacy_setup() for further cleanups
` [PULL 03/17] vfio/container: Initialize VFIOIOMMUOps under vfio_init_container()
` [PULL 04/17] vfio/container: Introduce a VFIOIOMMU QOM interface
` [PULL 05/17] vfio/container: Introduce a VFIOIOMMU legacy "
` [PULL 06/17] vfio/container: Intoduce a new VFIOIOMMUClass::setup handler
` [PULL 07/17] vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interface
` [PULL 08/17] vfio/iommufd: Introduce a VFIOIOMMU iommufd "
` [PULL 09/17] vfio/spapr: Only compile sPAPR IOMMU support when needed
` [PULL 10/17] vfio/iommufd: Remove CONFIG_IOMMUFD usage
` [PULL 11/17] vfio/container: Replace basename with g_path_get_basename
` [PULL 12/17] hw/vfio: fix iteration over global VFIODevice list
` [PULL 13/17] vfio/iommufd: Remove the use of stat() to check file existence
` [PULL 14/17] vfio/container: Rename vfio_init_container to vfio_set_iommu
` [PULL 15/17] vfio/migration: Add helper function to set state or reset device
` [PULL 16/17] backends/iommufd: Remove check on number of backend users
` [PULL 17/17] backends/iommufd: Remove mutex

[PULL v2 0/2] loongarch-to-apply queue
 2024-01-08 13:16 UTC  (2+ messages)

[PATCH] tests/tcg: Don't #include <inttypes.h> in aarch64/system/vtimer.c
 2024-01-08 13:07 UTC  (3+ messages)

[PATCH v2 0/2] hw/pflash: implement update buffer for block writes
 2024-01-08 13:05 UTC  (4+ messages)
` [PATCH v2 1/2] hw/block/pflash_cfi01: Use the LD/ST API in pflash_data_read/write
` [PATCH v2 2/2] hw/pflash: implement update buffer for block writes

[PATCH] target/ppc: Fix crash on machine check caused by ifetch
 2024-01-08 12:48 UTC  (2+ messages)

[PATCH V9 00/12] fix migration of suspended runstate
 2024-01-08 12:47 UTC  (3+ messages)

[PATCH 00/11] migration: Misc cleanups and fixes
 2024-01-08 12:34 UTC  (4+ messages)
` [PATCH 09/11] migration: Fix migration_channel_read_peek() error path

[PATCH] hw/i386/pc_piix: Make piix_intx_routing_notifier_xen() more device independent
 2024-01-08 12:14 UTC  (2+ messages)

[PATCH v6 0/2] acpi: report numa nodes for device memory using GI
 2024-01-08 12:09 UTC  (3+ messages)
` [PATCH v6 1/2] qom: new object to associate device to numa node

[PATCH v5 0/2] Add minimal support for the B-L475E-IOT01A board
 2024-01-08 12:09 UTC  (3+ messages)
` [PATCH v5 1/2] hw/arm: Add minimal support for the STM32L4x5 SoC

[PATCH] tcg/tci: Fix TCI on hppa host and update TCI test matrix
 2024-01-08 11:50 UTC  (6+ messages)

[RESEND RFC v1 0/2] RISC-V: ACPI: Enable SPCR
 2024-01-08 11:34 UTC  (4+ messages)
` [RESEND RFC v1 1/2] hw/arm/virt-acpi-build.c: Migrate SPCR creation to common location

[PATCH v4 0/4] hw/misc/pvpanic: add support for normal shutdowns
 2024-01-08 11:10 UTC  (5+ messages)
` [PATCH v4 1/4] linux-headers: drop pvpanic.h
` [PATCH v4 2/4] hw/misc/pvpanic: centralize definition of supported events

[PATCH] tests/qtest/virtio-ccw: Fix device presence checking
 2024-01-08 11:06 UTC  (2+ messages)

[PATCH 1/2] acpi/tests/avocado/bits: import smilatency test from bits in order to disable it
 2024-01-08 11:04 UTC  (4+ messages)
` [PATCH 2/2] acpi/tests/avocado/bits: disable smilatency tests

[PATCH] Hanlde wrap around caused by the fact that perior to version 460A the limit was 32bit quantity. See Linux kernel code in: drivers/pci/controllers/dwc/pcie-designware.c function: __dw_pcie_prog_outbound_atu Now in a 64bit system the range can be above 4G but as long as the limit itself is less then 4G the overflow is avoided
 2024-01-08 10:57 UTC 

Question about CXL emulation in QEMU
 2024-01-08 10:49 UTC 

acpiBitsTest.test_acpi_smbios_bits test intermittently times out
 2024-01-08 10:38 UTC  (6+ messages)

[PATCH 0/2] acpi/tests/avocado/bits: disable smilatency tests
 2024-01-08 10:36 UTC  (3+ messages)
` [PATCH 1/2] acpi/tests/avocado/bits: import smilatency test from bits in order to disable it
` [PATCH 2/2] acpi/tests/avocado/bits: disable smilatency tests

[PATCH v7 00/16] Support smp.clusters for x86 in QEMU
 2024-01-08  8:27 UTC  (17+ messages)
` [PATCH v7 01/16] i386/cpu: Fix i/d-cache topology to core level for Intel CPU
` [PATCH v7 02/16] i386/cpu: Use APIC ID offset to encode cache topo in CPUID[4]
` [PATCH v7 03/16] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v7 04/16] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
` [PATCH v7 05/16] i386: Decouple CPUID[0x1F] subleaf with specific topology level
` [PATCH v7 06/16] i386: Introduce module-level cpu topology to CPUX86State
` [PATCH v7 07/16] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v7 08/16] i386: Expose module level in CPUID[0x1F]
` [PATCH v7 09/16] i386: Support module_id in X86CPUTopoIDs
` [PATCH v7 10/16] i386/cpu: Introduce cluster-id to X86CPU
` [PATCH v7 11/16] tests: Add test case of APIC ID for module level parsing
` [PATCH v7 12/16] hw/i386/pc: Support smp.clusters for x86 PC machine
` [PATCH v7 13/16] i386: Add cache topology info in CPUCacheInfo
` [PATCH v7 14/16] i386: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v7 15/16] i386: Use offsets get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v7 16/16] i386: Use CPUCacheInfo.share_level to encode "

[PATCH V6 00/14] fix migration of suspended runstate
 2024-01-08  7:43 UTC  (7+ messages)
` [PATCH V6 03/14] cpus: stop vm in "

[PATCH 0/5] *** Implement using Intel QAT to offload ZLIB
 2024-01-08  3:25 UTC  (6+ messages)
` [PATCH 3/5] migration: Introduce unimplemented 'qatzip' compression method
    ` [External] "

!qemu_in_coroutine() assert on ARM64 XEN
 2024-01-08  1:01 UTC 

[PATCH v9 0/9] Unified CPU type check
 2024-01-08  1:24 UTC  (12+ messages)
` [PATCH v9 1/9] machine: Use error handling when CPU type is checked
` [PATCH v9 3/9] machine: Improve is_cpu_type_supported()

[PATCH v2 1/2] target/riscv: FIX xATP_MODE validation
 2024-01-08  0:45 UTC  (2+ messages)

[PATCH 1/1] target/riscv: pmp: Ignore writes when RW=01 and MML=0
 2024-01-08  0:43 UTC  (3+ messages)

[PATCH] roms/opensbi: Upgrade from v1.3.1 to v1.4
 2024-01-08  0:36 UTC  (3+ messages)

[PATCH v3 0/6] Pointer Masking update for Zjpm v0.8
 2024-01-08  0:33 UTC  (5+ messages)
` [PATCH v3 6/6] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension

[PATCH 0/3] target/riscv: A few bug fixes and Coverity fix
 2024-01-08  0:13 UTC  (4+ messages)
` [PATCH 1/3] target/riscv: Assert that the CSR numbers will be correct
` [PATCH 2/3] target/riscv: Don't adjust vscause for exceptions
` [PATCH 3/3] target/riscv: Ensure mideleg is set correctly on reset

[PATCH] docs/system/riscv: sifive_u: Update S-mode U-Boot image build instructions
 2024-01-07 23:40 UTC  (2+ messages)


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