qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-05 23:08:57 to 2024-01-08 11:05:52 UTC [more...]

[PATCH v3 00/33] linux-user: Improve host and guest page size handling
 2024-01-08 11:05 UTC  (29+ 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 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 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 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

CI "pages" job failing with incomprehensible error message from htags
 2024-01-08 11:03 UTC  (2+ messages)

[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 

[PATCH 0/9] tests/avocado: ppc additions and other fixes
 2024-01-08 10:53 UTC  (14+ 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 3/9] tests/avocado: Mark x86-64 boot_linux.py TCG tests as long runtime
` [PATCH 4/9] tests/avocado: Enable replay_linux.py on ppc64 pseries
` [PATCH 5/9] tests/avocado: ppc add powernv10 boot_linux_console test
` [PATCH 6/9] tests/avocado: Add ppc pseries and powernv hash MMU tests
` [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 v2 00/43] testing and plugin updates for 9.0 (pre-PR)
 2024-01-08 10:50 UTC  (4+ messages)
` [PATCH v2 08/43] qtest: bump npcm7xx_pwn-test timeout to 5 minutes

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 v3 0/4] migration & CI: Add a CI job for migration compat testing
 2024-01-08  8:39 UTC  (8+ 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 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 "

[PULL 00/17] vfio queue
 2024-01-08  7:32 UTC  (18+ 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

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

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

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

[PULL 00/26] Migration 20240104 patches
 2024-01-08  2:34 UTC  (8+ messages)

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

[PATCH] hw/i386/pc_piix: Make piix_intx_routing_notifier_xen() more device independent
 2024-01-07 23:16 UTC 

[PATCH] net/vmnet: Pad short Ethernet frames
 2024-01-07 22:23 UTC  (2+ messages)

[PATCH 0/2] nubus: add nubus-virtio-mmio device
 2024-01-07 21:25 UTC  (3+ messages)
` [PATCH 1/2] nubus-device: round Declaration ROM memory region address to qemu_target_page_size()
` [PATCH 2/2] nubus: add nubus-virtio-mmio device

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

[PATCH] hw/arm: add PCIe to Freescale i.MX6
 2024-01-07 16:57 UTC 

[PATCH v4 00/11] hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions
 2024-01-07 14:13 UTC  (15+ messages)
` [PATCH v4 01/11] hw/block/fdc-isa: Move portio_list from FDCtrl to FDCtrlISABus
` [PATCH v4 02/11] hw/block/fdc-sysbus: Move iomem from FDCtrl to FDCtrlSysBus
` [PATCH v4 03/11] hw/char/parallel: Move portio_list from ParallelState to ISAParallelState
` [PATCH v4 04/11] exec/ioport: Resolve redundant .base attribute in struct MemoryRegionPortio
` [PATCH v4 05/11] exec/ioport: Add portio_list_set_address()
` [PATCH v4 06/11] exec/ioport: Add portio_list_set_enabled()
` [PATCH v4 07/11] hw/block/fdc-isa: Implement relocation and enabling/disabling for TYPE_ISA_FDC
` [PATCH v4 08/11] hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_SERIAL
` [PATCH v4 09/11] hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_ISA_PARALLEL
` [PATCH v4 10/11] hw/ppc/pegasos2: Let pegasos2 machine configure SuperI/O functions
` [PATCH v4 11/11] hw/isa/vt82c686: Implement relocation and toggling of "

[PATCH v4 0/4] hw/misc/pvpanic: add support for normal shutdowns
 2024-01-07 14:05 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 v4 3/4] tests/qtest/pvpanic: use centralized "
` [PATCH v4 4/4] hw/misc/pvpanic: add support for normal shutdowns

[PATCH v5 0/3] Add device STM32L4x5 EXTI
 2024-01-07 14:04 UTC  (6+ messages)
` [PATCH v5 2/3] tests/qtest: Add STM32L4x5 EXTI QTest testcase

[PATCH v2 0/2] linux-user: two fixes to coredump generation
 2024-01-07 14:01 UTC  (3+ messages)
` [PATCH v2 1/2] linux-user/elfload: test return value of getrlimit
` [PATCH v2 2/2] linux-user/elfload: check PR_GET_DUMPABLE before creating coredump

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

[PATCH v11 0/7] Support x2APIC mode with TCG accelerator
 2024-01-07 13:38 UTC  (5+ messages)

[PATCH RESEND v3 00/10] Support generic Luks encryption
 2024-01-07 11:58 UTC  (7+ messages)
` [PATCH RESEND v3 02/10] crypto: Support generic LUKS encryption
` [PATCH RESEND v3 04/10] crypto: Introduce creation option and structure for detached LUKS header

[PATCH v2 0/2] Nitpick at the error message's output
 2024-01-07 11:53 UTC  (3+ messages)
` [PATCH v2 1/2] i386/sev: Sort the error message
` [PATCH v2 2/2] i386/sev: Nitpick at the error message's output

[PATCH] i386/sev: Nitpick at the error message's output
 2024-01-07 11:49 UTC  (3+ messages)

[PATCH trivial] colo: examples: remove mentions of script= and (wrong) downscript=
 2024-01-07 11:24 UTC 

[PATCH 0/1] Leaving Red Hat
 2024-01-07  2:03 UTC  (4+ messages)
` [PATCH 1/1] Leaving Migration

[PATCH v2 00/12] hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions
 2024-01-06 21:10 UTC  (8+ messages)
` [PATCH v2 12/12] "

[PATCH v3 0/3] Add "num-prio-bits" property for Cortex-M devices
 2024-01-06 18:15 UTC  (4+ messages)
` [PATCH v3 1/3] hw/intc/armv7m_nvic: add "num-prio-bits" property
` [PATCH v3 2/3] hw/arm/armv7m: alias the NVIC "
` [PATCH v3 3/3] hw/arm/socs: configure priority bits for existing SOCs

[PATCH v2 00/35] tcg: Introduce TCG_COND_TST{EQ,NE}
 2024-01-06 17:43 UTC  (2+ messages)

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

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

[PATCH v2 0/3] Fix PIC interrupt handling of x86 CPUs if APIC is globally disabled
 2024-01-06 13:25 UTC  (4+ messages)
` [PATCH v2 1/3] hw/i386/x86: Reverse if statement
` [PATCH v2 2/3] hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabled
` [PATCH v2 3/3] target/i386/cpu: Fix typo in comment

[PATCH 00/10] virtio-sound migration part 1
 2024-01-06 12:24 UTC  (4+ messages)
` [PATCH 02/10] hw/audio/virtio-sound: allocate all streams in advance

[QEMU-devel][RFC PATCH 0/1] Introduce HostMemType for 'memory-backend-*'
 2024-01-06  5:59 UTC  (6+ messages)
` [QEMU-devel][RFC PATCH 1/1] backends/hostmem: qapi/qom: Add an ObjectOption for memory-backend-* called HostMemType and its arg 'cxlram'
    ` [External] "

[PULL v2 0/2] loongarch-to-apply queue
 2024-01-06  2:12 UTC  (3+ messages)
` [PULL v2 1/2] target/loongarch/meson: move gdbstub.c to loongarch.ss
` [PULL v2 2/2] target/loongarch: move translate modules to tcg/

[PULL 0/2] loongarch-to-apply queue
 2024-01-06  1:18 UTC  (3+ messages)

[PATCH v4 00/17] target/riscv: deprecate riscv_cpu_options[]
 2024-01-05 23:05 UTC  (10+ messages)
` [PATCH v4 01/17] target/riscv/cpu_cfg.h: remove unused fields
` [PATCH v4 02/17] target/riscv: make riscv_cpu_is_vendor() public
` [PATCH v4 05/17] target/riscv: move 'pmp' to riscv_cpu_properties[]
` [PATCH v4 07/17] target/riscv: rework 'vext_spec'
` [PATCH v4 09/17] target/riscv: move 'elen' to riscv_cpu_properties[]
` [PATCH v4 11/17] target/riscv: move 'cbom_blocksize' "
` [PATCH v4 12/17] target/riscv: move 'cbop_blocksize' "
` [PATCH v4 13/17] target/riscv: move 'cboz_blocksize' "
` [PATCH v4 17/17] target/riscv/cpu.c: move 'marchid' "


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