messages from 2022-08-12 16:42:21 to 2022-08-15 16:26:16 UTC [more...]
[RFC PATCH 00/13] PowerPC interrupt rework
2022-08-15 16:20 UTC
Bluetooth support in QEMU
2022-08-15 16:10 UTC (3+ messages)
Teensy 4.1 Implementation
2022-08-15 15:25 UTC (3+ messages)
[BUG] cxl can not create region
2022-08-15 15:07 UTC (11+ messages)
[PATCH 0/20] Convert nanoMIPS disassembler from C++ to C
2022-08-15 15:02 UTC (29+ messages)
` [PATCH 01/20] disas/nanomips: Remove namespace img
` [PATCH 02/20] disas/nanomips: Extract enums out of the NMD class
` [PATCH 03/20] disas/nanomips: Delete NMD class fields
` [PATCH 04/20] disas/nanomips: Remove helper methods from class
` [PATCH 05/20] disas/nanomips: Remove __cond "
` [PATCH 06/20] disas/nanomips: Remove disasm "
` [PATCH 07/20] disas/nanomips: Remove Pool tables from the class
` [PATCH 08/20] disas/nanomips: Remove NMD class
` [PATCH 09/20] disas/nanomips: Move typedefs etc to nanomips.cpp
` [PATCH 10/20] disas/nanomips: Delete nanomips.h
` [PATCH 11/20] disas/nanomips: Remove #inlcude <sstream>
` [PATCH 12/20] disas/nanomips: Replace std::string type
` [PATCH 13/20] disas/nanomips: Add free() calls
` [PATCH 14/20] disas/nanomips: Remove function overloading
` [PATCH 15/20] disas/nanomips: Replace exception handling
` [PATCH 16/20] disas/nanomips: Replace Cpp enums for C enums
` [PATCH 17/20] disas/nanomips: Remove argument passing by ref
` [PATCH 18/20] disas/nanomips: Add struct keyword
` [PATCH 19/20] disas/nanomips: Add modifier static
` [PATCH 20/20] disas/nanomips: Rename nanomips.cpp to nanomips.c
CAN driver for the MCP2515 IC
2022-08-15 14:35 UTC
[RFC] Unable to use qemu-ppc to run 32-bit powerpc executables generated on gcc110 machine
2022-08-15 14:44 UTC (5+ messages)
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-15 13:04 UTC (9+ messages)
race condition in display device caused by run_on_cpu() dropping the iothread lock
2022-08-15 13:02 UTC (3+ messages)
VGA hardware cursor query
2022-08-15 12:45 UTC (3+ messages)
[PATCH v4 0/1] monitor: Support specified vCPU registers
2022-08-15 12:00 UTC (3+ messages)
` [PATCH v4 1/1] "
[PATCH for-7.1 0/4] Last-minute LoongArch CPU model naming tweaks
2022-08-15 10:19 UTC (9+ messages)
` [PATCH for-7.1 1/4] target/loongarch: Only allow short -cpu arguments without type name suffix
` [PATCH for-7.1 2/4] target/loongarch: Trim type name suffix in -cpu help output
` [PATCH for-7.1 3/4] target/loongarch: rename the TCG CPU "la464" to "qemu64-v1.00"
` [PATCH for-7.1 4/4] docs, target/loongarch: Rewrite the LoongArch docs
[PATCH v3 0/8] parallels: Refactor the code of images checks and fix a bug
2022-08-15 9:02 UTC (9+ messages)
` [PATCH v3 1/8] parallels: Out of image offset in BAT leads to image inflation
` [PATCH v3 2/8] parallels: create parallels_set_bat_entry_helper() to assign BAT value
` [PATCH v3 3/8] parallels: Use generic infrastructure for BAT writing in parallels_co_check()
` [PATCH v3 4/8] parallels: Move check of unclean image to a separate function
` [PATCH v3 5/8] parallels: Move check of cluster outside "
` [PATCH v3 6/8] parallels: Move check of leaks "
` [PATCH v3 7/8] parallels: Move statistic collection "
` [PATCH v3 8/8] parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD
[PATCH v12 0/6] Improve PMU support
2022-08-15 8:03 UTC (11+ messages)
` [PATCH v12 1/6] target/riscv: Add sscofpmf extension support
` [PATCH v12 2/6] target/riscv: Simplify counter predicate function
` [PATCH v12 4/6] hw/riscv: virt: Add PMU DT node to the device tree
` [PATCH v12 6/6] target/riscv: Remove additional priv version check for mcountinhibit
[PATCH v2 0/4] hw/ssi: ibex_spi: cleanup and fixup bugs
2022-08-15 7:41 UTC (7+ messages)
` [PATCH v2 1/4] hw/ssi: ibex_spi: fixup typos in ibex_spi_host
` [PATCH v2 2/4] hw/ssi: ibex_spi: fixup coverity issue
` [PATCH v2 3/4] hw/ssi: ibex_spi: fixup/add rw1c functionality
` [PATCH v2 4/4] hw/ssi: ibex_spi: update reg addr
[PATCH v2 0/4] hw/arm/virt: Improve address assignment for high memory regions
2022-08-15 6:29 UTC (5+ messages)
` [PATCH v2 1/4] hw/arm/virt: Rename variable size to region_size in virt_set_memmap()
` [PATCH v2 2/4] hw/arm/virt: Introduce variable region_base "
` [PATCH v2 3/4] hw/arm/virt: Improve address assignment for high memory regions
` [PATCH v2 4/4] virt/hw/virt: Add virt_set_high_memmap() helper
[PATCH] riscv: Make semihosting configurable for all privilege modes
2022-08-15 6:24 UTC (17+ messages)
AST2600 support in QEMU
2022-08-15 5:47 UTC (4+ messages)
[RFC] hw/block/m25p80: implement Octal SPI commands
2022-08-15 3:28 UTC (2+ messages)
[PATCH for-7.2 v2 00/20] QMP/HMP: add 'dumpdtb' and 'info fdt' commands
2022-08-15 2:37 UTC (9+ 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] hw/riscv: microchip_pfsoc: fix kernel panics due to missing peripherals
2022-08-14 23:56 UTC (5+ messages)
[PATCH] xio3130_upstream: Add ACS (Access Control Services) capability
2022-08-14 22:55 UTC (4+ messages)
[PATCH] hw/riscv: opentitan: bump opentitan version
2022-08-14 22:11 UTC (2+ messages)
[PATCH 1/3] hw/ssi: fixup typos in ibex_spi_host
2022-08-14 21:56 UTC (3+ messages)
` [PATCH 3/3] hw/ssi: fixup/add rw1c functionality
[PATCH v3 0/4] QEMU: Fix RISC-V virt & spike machines' dtbs
2022-08-14 21:55 UTC (3+ messages)
` [PATCH v3 3/4] hw/riscv: virt: fix syscon subnode paths
[PULL 0/1] loongarch patch queue
2022-08-14 20:36 UTC (3+ messages)
` [PULL 1/1] docs/system/loongarch: Update the LoongArch document
[PATCH v2 1/1] docs: pcie: describe PCIe option ROMs
2022-08-14 15:32 UTC
[PATCH 0/2] hw/mips/boston: Initrd support
2022-08-13 16:27 UTC (3+ messages)
` [PATCH 1/2] hw/mips/boston: Support initrd for ELF kernel
` [PATCH 2/2] hw/mips/boston: Pack fdt in fdt filter
[PATCH] pci/pci_expander_bridge: migrate state of pxb/pxb-pcie devices
2022-08-13 16:23 UTC (2+ messages)
[PATCH v7 00/12] Migration: Transmit and detect zero pages in the multifd threads
2022-08-13 15:41 UTC (7+ messages)
` [PATCH v7 01/12] multifd: Create page_size fields into both MultiFD{Recv, Send}Params
` [PATCH v7 01/12] multifd: Create page_size fields into both MultiFD{Recv,Send}Params
` [PATCH v7 03/12] migration: Export ram_transferred_ram()
[PATCH 00/22] QOMify PPC4xx devices and minor clean ups
2022-08-13 15:34 UTC (23+ 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 21/22] ppc4xx: Drop empty default cases
` [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] hw/arm/nvic: implement "num-prio-bits" property
2022-08-13 14:17 UTC (2+ messages)
qemu-system-aarch64: Failed to retrieve host CPU features
2022-08-13 13:32 UTC (4+ messages)
[PATCH] meson: be strict for boolean options
2022-08-13 12:15 UTC
[PATCH for-7.1] docs/system/loongarch: Update the LoongArch document
2022-08-13 11:51 UTC (2+ messages)
[PATCH v2] riscv: Make semihosting configurable for all privilege modes
2022-08-13 10:20 UTC (2+ 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] 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 (2+ messages)
[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 (2+ messages)
[RFC v2 00/10] Introduce an extensible static analyzer
2022-08-12 16:29 UTC (6+ 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:15 UTC (3+ messages)
` [PATCH for-7.2 v4 06/11] ppc/pnv: enable user created pnv-phb for powernv8
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).