messages from 2022-08-12 23:44:05 to 2022-08-15 22:49:16 UTC [more...]
[PATCH for-7.2 v2 00/20] QMP/HMP: add 'dumpdtb' and 'info fdt' commands
2022-08-15 22:48 UTC (19+ 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 for-7.2 v2 14/20] qmp/hmp, device_tree.c: introduce dumpdtb
` [PATCH for-7.2 v2 15/20] qmp/hmp, device_tree.c: introduce 'info fdt' command
` [PATCH for-7.2 v2 20/20] hmp, device_tree.c: add 'info fdt <property>' support
[RFC PATCH 00/13] PowerPC interrupt rework
2022-08-15 22:39 UTC (19+ messages)
` [RFC PATCH 01/13] target/ppc: define PPC_INTERRUPT_* values directly
` [RFC PATCH 02/13] target/ppc: always use ppc_set_irq to set env->pending_interrupts
` [RFC PATCH 03/13] target/ppc: move interrupt masking out of ppc_hw_interrupt
` [RFC PATCH 04/13] target/ppc: prepare to split ppc_interrupt_pending by excp_model
` [RFC PATCH 05/13] target/ppc: create an interrupt masking method for POWER9/POWER10
` [RFC PATCH 06/13] target/ppc: remove embedded interrupts from ppc_pending_interrupt_p9
` [RFC PATCH 07/13] target/ppc: create an interrupt masking method for POWER8
` [RFC PATCH 08/13] target/ppc: remove unused interrupts from ppc_pending_interrupt_p8
` [RFC PATCH 09/13] target/ppc: create an interrupt masking method for POWER7
` [RFC PATCH 10/13] target/ppc: remove unused interrupts from ppc_pending_interrupt_p7
` [RFC PATCH 11/13] target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY builds
` [RFC PATCH 12/13] target/ppc: introduce ppc_maybe_interrupt
` [RFC PATCH 13/13] target/ppc: unify cpu->has_work based on cs->interrupt_request
[PATCH] target/arm: Add cortex-a35
2022-08-15 21:34 UTC
[PATCH 0/7] Allow semihosting from user mode
2022-08-15 20:27 UTC (10+ messages)
` [PATCH 1/7] semihosting: Allow optional use of semihosting from userspace
` [PATCH 2/7] target/arm: Honour -semihosting-config userspace=on
` [PATCH 3/7] target/m68k: "
` [PATCH 4/7] target/mips: "
` [PATCH 5/7] target/nios2: "
` [PATCH 6/7] target/xtensa: "
` [PATCH 7/7] target/riscv: Honour -semihosting-config userspace=on and enable=on
Issue while making audio passthrough
2022-08-15 18:05 UTC
[PATCH] hw/riscv: Setting address of vector reset is improved
2022-08-15 17:41 UTC
[PATCH] hw/riscv: Setting address of vector reset is improved
2022-08-15 17:30 UTC
[BUG] cxl can not create region
2022-08-15 17:14 UTC (13+ messages)
[PATCH 0/20] Convert nanoMIPS disassembler from C++ to C
2022-08-15 16:41 UTC (30+ 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
Bluetooth support in QEMU
2022-08-15 16:10 UTC (3+ messages)
Teensy 4.1 Implementation
2022-08-15 15:25 UTC (3+ messages)
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 (11+ 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] 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
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).