qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-11 15:15:40 to 2022-08-12 16:50:53 UTC [more...]

[PATCH 00/62] target/arm: Implement FEAT_HAFDBS
 2022-08-12 16:31 UTC  (2+ messages)

[RFC v2 00/10] Introduce an extensible static analyzer
 2022-08-12 16:29 UTC  (10+ messages)
` [RFC v2 02/10] Drop unused static function return values

[PATCH for-7.2 v4 00/11] enable pnv-phb user created devices
 2022-08-12 16:16 UTC  (27+ messages)
` [PATCH for-7.2 v4 01/11] ppc/pnv: add phb-id/chip-id PnvPHB3RootBus properties
` [PATCH for-7.2 v4 02/11] ppc/pnv: add phb-id/chip-id PnvPHB4RootBus properties
` [PATCH for-7.2 v4 03/11] ppc/pnv: set root port chassis and slot using Bus properties
` [PATCH for-7.2 v4 04/11] ppc/pnv: add helpers for pnv-phb user devices
` [PATCH for-7.2 v4 05/11] ppc/pnv: turn chip8->phbs[] into a PnvPHB* array
` [PATCH for-7.2 v4 06/11] ppc/pnv: enable user created pnv-phb for powernv8
` [PATCH for-7.2 v4 07/11] ppc/pnv: add PHB4 helpers for user created pnv-phb
` [PATCH for-7.2 v4 08/11] ppc/pnv: enable user created pnv-phb for powernv9
` [PATCH for-7.2 v4 09/11] ppc/pnv: change pnv_phb4_get_pec() to also retrieve chip10->pecs
` [PATCH for-7.2 v4 10/11] ppc/pnv: user creatable pnv-phb for powernv10
` [PATCH for-7.2 v4 11/11] ppc/pnv: fix QOM parenting of user creatable root ports

[BUG] cxl can not create region
 2022-08-12 16:15 UTC  (12+ messages)

qemu-system-aarch64: Failed to retrieve host CPU features
 2022-08-12 15:10 UTC  (3+ messages)

[PATCH] hw/arm/bcm2835_property: Add support for RPI_FIRMWARE_FRAMEBUFFER_GET_NUM_DISPLAYS
 2022-08-12 14:35 UTC 

[PATCH v2 0/8] parallels: Refactor the code of images checks and fix a bug
 2022-08-12 14:55 UTC  (18+ messages)
` [PATCH v2 1/8] parallels: Out of image offset in BAT leads to image inflation
` [PATCH v2 2/8] parallels: Move BAT entry setting to a separate function
` [PATCH v2 3/8] parallels: Replace bdrv_co_pwrite_sync by bdrv_co_flush for BAT flushing
` [PATCH v2 4/8] parallels: Move check of unclean image to a separate function
` [PATCH v2 5/8] parallels: Move check of cluster outside "
` [PATCH v2 6/8] parallels: Move check of leaks "
` [PATCH v2 7/8] parallels: Move statistic collection "
` [PATCH v2 8/8] parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD

[PATCH v3 0/4] linux-user: Fix siginfo_t contents when jumping to non-readable pages
 2022-08-12 15:02 UTC  (6+ messages)
` [PATCH v3 1/4] accel/tcg: Invalidate translations when clearing PAGE_EXEC

[PATCH v2] hw/smbios: support for type 8 (port connector)
 2022-08-12 15:03 UTC  (2+ messages)

[PULL 00/28] target-arm queue
 2022-08-12 14:47 UTC  (3+ messages)
` [PULL 02/28] target/arm: Add coproc parameter to syn_fp_access_trap

[PATCH 1/2] target/riscv: fence.i: update decode pattern
 2022-08-12 14:18 UTC  (8+ messages)
` [PATCH 2/2] target/riscv: fence: reconcile with specification

[PATCH v4 1/1] os-posix: asynchronous teardown for shutdown on Linux
 2022-08-12 13:34 UTC 

[PATCH v2 0/9] Add Cortex-R52
 2022-08-12 13:11 UTC  (5+ messages)
` [PATCH v2 2/9] target/arm: Don't add all MIDR aliases for Cortex-R
` [PATCH v2 3/9] target/arm: Make RVBAR available for all ARMv8 CPUs

[PATCH 0/2] introduce qemu_socketpiar()
 2022-08-12 11:50 UTC  (5+ messages)
` [PATCH 1/2] osdeps: Introduce qemu_socketpair()
` [PATCH 2/2] vhost-user: Call qemu_socketpair() instead of socketpair()

[PATCH v3 1/1] os-posix: asynchronous teardown for shutdown on Linux
 2022-08-12 11:45 UTC  (8+ messages)

[PULL 0/5] target-arm queue
 2022-08-12 11:45 UTC  (6+ messages)
` [PULL 1/5] target/arm: Don't report Statistical Profiling Extension in ID registers
` [PULL 2/5] Fix some typos in documentation (most of them found by codespell)
` [PULL 3/5] tests/unit: fix a -Wformat-truncation warning
` [PULL 4/5] hw/arm/virt-acpi-build: Present the GICR structure properly for GICv4
` [PULL 5/5] cutils: Add missing dyld(3) include on macOS

[PATCH] riscv: Make semihosting configurable for all privilege modes
 2022-08-12 11:28 UTC  (5+ messages)

[PATCH] hw/nvme: remove param zoned.auto_transition
 2022-08-12 11:01 UTC 

[PATCH] osdep: Introduce qemu_get_fd() to wrap the common codes
 2022-08-12 11:01 UTC 

[PULL 0/1] Linux user for 7.1 patches
 2022-08-12 10:33 UTC  (2+ messages)
` [PULL 1/1] linux-user/aarch64: Reset target data on MADV_DONTNEED

[PATCH for-7.1] cutils: Add missing dyld(3) include on macOS
 2022-08-12 10:34 UTC  (2+ messages)

add qemu_fdt_setprop_strings() and use it in most places
 2022-08-12 10:30 UTC  (2+ messages)

[PATCH] hw/arm/virt-acpi-build: Present the GICR structure properly for GICv4
 2022-08-12 10:25 UTC  (2+ messages)

[PATCH] tests/unit: fix a -Wformat-trunction warning
 2022-08-12 10:23 UTC  (2+ messages)

[PATCH for-7.1?] Fix some typos in documentation (most of them found by codespell)
 2022-08-12 10:21 UTC  (4+ messages)

[PATCH v2 0/5] hw/smbios: add core_count2 to smbios table type 4
 2022-08-12  9:46 UTC  (2+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-12  9:33 UTC  (12+ messages)

[PATCH for-7.1] docs/system/loongarch: Update the LoongArch document
 2022-08-12  9:31 UTC  (2+ messages)

[PATCH 1/3] hw/ssi: fixup typos in ibex_spi_host
 2022-08-12  9:21 UTC  (7+ messages)
` [PATCH 2/3] hw/ssi: fixup coverity issue

[BUG] Qemu abort with error "kvm_mem_ioeventfd_add: error adding ioeventfd: File exists (17)"
 2022-08-12  8:31 UTC 

[RFC] Testing 7.1.0-rc2, qemu-ppc does not give valid disassembly
 2022-08-12  8:07 UTC  (5+ messages)

Missing dll
 2022-08-12  7:12 UTC  (4+ messages)

[PATCH] hw/riscv: opentitan: bump opentitan version
 2022-08-12  7:06 UTC  (2+ messages)

[RFC] Unable to use qemu-ppc to run 32-bit powerpc executables generated on gcc110 machine
 2022-08-12  7:03 UTC  (4+ messages)

problem with qemu-system-loongarch64
 2022-08-12  6:38 UTC  (3+ messages)

[PATCH] i386: Add new CPU model SapphireRapids
 2022-08-12  5:57 UTC 

[PATCH for-7.1] target/arm: Don't report Statistical Profiling Extension in ID registers
 2022-08-12  2:46 UTC  (4+ messages)

[PATCH v12 0/6] Improve PMU support
 2022-08-12  2:04 UTC  (2+ messages)

AST2600 support in QEMU
 2022-08-12  1:59 UTC  (5+ messages)

[PATCH v9 0/3] Implement Sstc extension
 2022-08-12  1:28 UTC  (2+ messages)

[PATCH for 7.1 v1 0/8] memory leaks and speed tweaks
 2022-08-11 23:44 UTC  (21+ messages)
` [PATCH v1 1/8] linux-user: un-parent OBJECT(cpu) when closing thread
` [PATCH v1 2/8] cpu: cache CPUClass in CPUState for hot code paths
` [PATCH v1 3/8] hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrs
` [PATCH v1 4/8] cputlb: used cached CPUClass in our hot-paths
` [PATCH v1 5/8] ssi: cache SSIPeripheralClass to avoid GET_CLASS()
` [PATCH v1 6/8] tests/avocado: add timeout to the aspeed tests
` [PATCH v1 7/8] tests/avocado: apply a band aid to aspeed-evb login
` [PATCH v1 8/8] accel/tcg: remove trace_vcpu_dstate TB checking

[PATCH] tests/qtest: misc tweaks to readconfig
 2022-08-11 23:30 UTC  (2+ messages)

[PATCH] ui/console: Get tab completion working again in the SDL monitor vc
 2022-08-11 22:01 UTC 

[PATCH v4 00/24] ppc: QOM'ify 405 board
 2022-08-11 21:55 UTC  (11+ messages)
` [PATCH v4 08/24] ppc/ppc4xx: Introduce a DCR device model

[RFC v3 0/8] blkio: add libblkio BlockDriver
 2022-08-11 19:09 UTC  (8+ messages)
` [RFC v3 1/8] blkio: add io_uring block driver using libblkio

[PATCH 00/10] target/arm: Implement FEAT_PMUv3p5
 2022-08-11 19:09 UTC  (20+ messages)
` [PATCH 01/10] target/arm: Don't corrupt high half of PMOVSR when cycle counter overflows
` [PATCH 02/10] target/arm: Correct value returned by pmu_counter_mask()
` [PATCH 03/10] target/arm: Don't mishandle count when enabling or disabling PMU counters
` [PATCH 04/10] target/arm: Ignore PMCR.D when PMCR.LC is set
` [PATCH 05/10] target/arm: Honour MDCR_EL2.HPMD in Secure EL2
` [PATCH 06/10] target/arm: Detect overflow when calculating next PMU interrupt
` [PATCH 07/10] target/arm: Rename pmu_8_n feature test functions
` [PATCH 08/10] target/arm: Implement FEAT_PMUv3p5 cycle counter disable bits
` [PATCH 09/10] target/arm: Support 64-bit event counters for FEAT_PMUv3p5
` [PATCH 10/10] target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'

[RFC PATCH] pnv/chiptod: Add basic P9 chiptod model
 2022-08-11 17:30 UTC  (2+ messages)

[PATCH v4 0/5] linux-user: Fix siginfo_t contents when jumping to non-readable pages
 2022-08-11 17:22 UTC  (8+ messages)
` [PATCH v4 2/5] accel/tcg: Introduce is_same_page()
` [PATCH v4 3/5] target/s390x: Make translator stop before the end of a page
` [PATCH v4 4/5] target/i386: "

[PATCH] gluster: stop using .bdrv_needs_filename
 2022-08-11 16:49 UTC 

[PATCH] pci/pci_expander_bridge: migrate state of pxb/pxb-pcie devices
 2022-08-11 16:49 UTC 

[PATCH v5 00/18] dump: Add arch section and s390x PV dump
 2022-08-11 16:51 UTC  (3+ messages)
` [PATCH v5 01/18] dump: Replace opaque DumpState pointer with a typed one

[PATCH v5 2/2] target/s390x: support SHA-512 extensions
 2022-08-11 16:37 UTC  (6+ messages)
` [PATCH v6 1/2] target/s390x: support PRNO_TRNG instruction
  ` [PATCH v6 2/2] target/s390x: support SHA-512 extensions

[PATCH 0/4] hw/nvme: add irqfd support
 2022-08-11 15:37 UTC  (5+ messages)
` [PATCH 1/4] hw/nvme: avoid unnecessary call to irq (de)assertion functions
` [PATCH 2/4] hw/nvme: add option to (de)assert irq with eventfd
` [PATCH 3/4] hw/nvme: use irqfd to send interrupts
` [PATCH 4/4] hw/nvme: add MSI-x mask handlers for irqfd

Migrating NVME device
 2022-08-11 15:22 UTC 

[PATCH] [PATCH] linux-user/aarch64: Reset target data on MADV_DONTNEED
 2022-08-11 15:18 UTC  (8+ 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).