messages from 2022-08-11 23:28:00 to 2022-08-13 16:09:51 UTC [more...]
[PATCH 00/22] QOMify PPC4xx devices and minor clean ups
2022-08-13 15:34 UTC (22+ messages)
` [PATCH 01/22] ppc/ppc4xx: Introduce a DCR device model
` [PATCH 02/22] ppc/ppc405: QOM'ify CPC
` [PATCH 03/22] ppc/ppc405: QOM'ify GPT
` [PATCH 04/22] ppc/ppc405: QOM'ify OCM
` [PATCH 05/22] ppc/ppc405: QOM'ify GPIO
` [PATCH 06/22] ppc/ppc405: QOM'ify DMA
` [PATCH 07/22] ppc/ppc405: QOM'ify EBC
` [PATCH 08/22] ppc/ppc405: QOM'ify OPBA
` [PATCH 09/22] ppc/ppc405: QOM'ify POB
` [PATCH 10/22] ppc/ppc405: QOM'ify PLB
` [PATCH 11/22] ppc/ppc405: QOM'ify MAL
` [PATCH 12/22] ppc4xx: Move PLB model to ppc4xx_devs.c
` [PATCH 13/22] ppc4xx: Move EBC "
` [PATCH 14/22] ppc/ppc405: Use an embedded PPCUIC model in SoC state
` [PATCH 15/22] hw/intc/ppc-uic: Convert ppc-uic to a PPC4xx DCR device
` [PATCH 16/22] ppc/ppc405: Use an explicit I2C object
` [PATCH 17/22] ppc/ppc405: QOM'ify FPGA
` [PATCH 18/22] ppc405: Move machine specific code to ppc405_boards.c
` [PATCH 19/22] hw/ppc/Kconfig: Remove PPC405 dependency from sam460ex
` [PATCH 20/22] hw/ppc/Kconfig: Move imply before select
` [PATCH 22/22] ppc/ppc4xx: Fix sdram trace events
[PATCH] [PATCH] linux-user/aarch64: Reset target data on MADV_DONTNEED
2022-08-13 15:54 UTC (9+ messages)
[PATCH v7 00/12] Migration: Transmit and detect zero pages in the multifd threads
2022-08-13 15:36 UTC (4+ messages)
` [PATCH v7 03/12] migration: Export ram_transferred_ram()
[PATCH] hw/arm/nvic: implement "num-prio-bits" property
2022-08-13 14:17 UTC (2+ messages)
[PATCH] hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripherals
2022-08-13 13:51 UTC
qemu-system-aarch64: Failed to retrieve host CPU features
2022-08-13 13:32 UTC (5+ messages)
[PATCH] meson: be strict for boolean options
2022-08-13 12:15 UTC
[RFC] hw/block/m25p80: implement Octal SPI commands
2022-08-13 12:00 UTC
[PATCH for-7.1] docs/system/loongarch: Update the LoongArch document
2022-08-13 11:51 UTC (3+ messages)
[PATCH v2] riscv: Make semihosting configurable for all privilege modes
2022-08-13 10:20 UTC (2+ messages)
[PATCH] riscv: Make semihosting configurable for all privilege modes
2022-08-13 10:19 UTC (16+ messages)
[PATCH 0/3] Set runstate to RUN_STATE_RESTORE_VM when started with "-loadvm"
2022-08-13 7:12 UTC (9+ messages)
` [PATCH 1/3] Revert "usbredir: avoid queuing hello packet on snapshot restore"
` [PATCH 2/3] vl: on -loadvm set run state to "restore-vm"
` [PATCH 3/3] usbredir: avoid queuing hello packet on snapshot restore
Info about the slowest avocado tcg tests (arm, s390x, ppc, replay)
2022-08-13 6:10 UTC
[PATCH for-7.2 v2 00/20] QMP/HMP: add 'dumpdtb' and 'info fdt' commands
2022-08-12 22:23 UTC (7+ messages)
` [PATCH for-7.2 v2 01/20] hw/arm: do not free machine->fdt in arm_load_dtb()
` [PATCH for-7.2 v2 10/20] hw/ppc: set machine->fdt in spapr machine
[PATCH] can: fix Xilinx ZynqMP CAN RX FIFO logic
2022-08-12 17:25 UTC
[PULL 0/5] target-arm queue
2022-08-12 21:02 UTC (7+ 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] target/arm: Rearrange cpu64.c so all the CPU initfns are together
2022-08-12 18:14 UTC (2+ messages)
[PATCH for-7.2 00/21] accel/tcg: minimize tlb lookups during translate + user-only PROT_EXEC fixes
2022-08-12 18:08 UTC (22+ messages)
` [PATCH for-7.2 01/21] linux-user/arm: Mark the commpage executable
` [PATCH for-7.2 02/21] linux-user/hppa: Allocate page zero as a commpage
` [PATCH for-7.2 03/21] linux-user/x86_64: Allocate vsyscall page "
` [PATCH for-7.2 04/21] linux-user: Honor PT_GNU_STACK
` [PATCH for-7.2 05/21] tests/tcg/i386: Move smc_code2 to an executable section
` [PATCH for-7.2 06/21] accel/tcg: Remove PageDesc code_bitmap
` [PATCH for-7.2 07/21] accel/tcg: Use bool for page_find_alloc
` [PATCH for-7.2 08/21] accel/tcg: Merge tb_htable_lookup into caller
` [PATCH for-7.2 09/21] accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c
` [PATCH for-7.2 10/21] accel/tcg: Properly implement get_page_addr_code for user-only
` [PATCH for-7.2 11/21] accel/tcg: Use probe_access_internal for softmmu get_page_addr_code_hostp
` [PATCH for-7.2 12/21] accel/tcg: Add nofault parameter to get_page_addr_code_hostp
` [PATCH for-7.2 13/21] accel/tcg: Unlock mmap_lock after longjmp
` [PATCH for-7.2 14/21] accel/tcg: Hoist get_page_addr_code out of tb_lookup
` [PATCH for-7.2 15/21] accel/tcg: Hoist get_page_addr_code out of tb_gen_code
` [PATCH for-7.2 16/21] accel/tcg: Raise PROT_EXEC exception early
` [PATCH for-7.2 17/21] accel/tcg: Introduce is_same_page()
` [PATCH for-7.2 18/21] accel/tcg: Remove translator_ldsw
` [PATCH for-7.2 19/21] accel/tcg: Add pc and host_pc params to gen_intermediate_code
` [PATCH for-7.2 20/21] accel/tcg: Add fast path for translator_ld*
` [PATCH for-7.2 21/21] accel/tcg: Use DisasContextBase in plugin_gen_tb_start
[PATCH v3 0/4] linux-user: Fix siginfo_t contents when jumping to non-readable pages
2022-08-12 17:59 UTC (7+ messages)
` [PATCH v3 1/4] accel/tcg: Invalidate translations when clearing PAGE_EXEC
[PATCH 00/62] target/arm: Implement FEAT_HAFDBS
2022-08-12 17:54 UTC (3+ messages)
[PULL 0/1] Linux user for 7.1 patches
2022-08-12 17:45 UTC (3+ messages)
` [PULL 1/1] linux-user/aarch64: Reset target data on MADV_DONTNEED
[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 (23+ 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)
[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 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)
[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
[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 (11+ 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 (4+ 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 (3+ 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 (3+ 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 (13+ messages)
` [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 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).