messages from 2022-04-22 10:46:31 to 2022-04-22 17:20:09 UTC [more...]
[PATCH v8 00/68] nios2 fixes, cleanups, shadow reg sets
2022-04-22 16:52 UTC (31+ messages)
` [PATCH v8 01/68] linux-user/nios2: Hoist pc advance to the top of EXCP_TRAP
` [PATCH v8 02/68] linux-user/nios2: Fix clone child return
` [PATCH v8 03/68] linux-user/nios2: Drop syscall 0 "workaround"
` [PATCH v8 04/68] linux-user/nios2: Adjust error return
` [PATCH v8 05/68] linux-user/nios2: Handle special qemu syscall return values
` [PATCH v8 06/68] linux-user/nios2: Remove do_sigreturn
` [PATCH v8 07/68] linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn
` [PATCH v8 08/68] tests/tcg/nios2: Re-enable linux-user tests
` [PATCH v8 09/68] target/nios2: Remove user-only nios2_cpu_do_interrupt
` [PATCH v8 10/68] target/nios2: Remove nios2_cpu_record_sigsegv
` [PATCH v8 11/68] target/nios2: Build helper.c for system only
` [PATCH v8 12/68] linux-user/nios2: Use force_sig_fault for EXCP_DEBUG
` [PATCH v8 13/68] target/nios2: Check supervisor on eret
` [PATCH v8 14/68] target/nios2: Stop generating code if gen_check_supervisor fails
` [PATCH v8 15/68] target/nios2: Add NUM_GP_REGS and NUM_CP_REGS
` [PATCH v8 16/68] target/nios2: Split PC out of env->regs[]
` [PATCH v8 17/68] target/nios2: Split out helper for eret instruction
` [PATCH v8 18/68] target/nios2: Fix BRET instruction
` [PATCH v8 19/68] target/nios2: Do not create TCGv for control registers
` [PATCH v8 20/68] linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regs
` [PATCH v8 21/68] target/nios2: Remove cpu_interrupts_enabled
` [PATCH v8 25/68] target/nios2: Use hw/registerfields.h for CR_EXCEPTION fields
` [PATCH v8 27/68] target/nios2: Use hw/registerfields.h for CR_TLBACC fields
` [PATCH v8 28/68] target/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WE
` [PATCH v8 29/68] target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
` [PATCH v8 30/68] target/nios2: Move R_FOO and CR_BAR into enumerations
` [PATCH v8 32/68] target/nios2: Clean up nios2_cpu_do_interrupt
` [PATCH v8 34/68] target/nios2: Handle EXCP_UNALIGN and EXCP_UNALIGND
` [PATCH v8 35/68] target/nios2: Cleanup set of CR_EXCEPTION for do_interrupt
` [PATCH v8 37/68] target/nios2: Prevent writes to read-only or reserved control fields
Create qemu-project/py-qemu.qmp repo
2022-04-22 16:41 UTC (6+ messages)
[PATCH v5 0/3] util/thread-pool: Expose minimun and maximum size
2022-04-22 16:38 UTC (4+ messages)
` [PATCH v5 1/3] Introduce event-loop-base abstract class
` [PATCH v5 2/3] util/main-loop: Introduce the main loop into QOM
` [PATCH v5 3/3] util/event-loop-base: Introduce options to set the thread pool size
[PATCH] accel/tcg: Assert mmu_idx in range before use in cputlb
2022-04-22 15:55 UTC (3+ messages)
[PATCH v3 00/60] target/arm: Cleanups, new features, new cpus
2022-04-22 15:51 UTC (39+ messages)
` [PATCH v3 07/60] target/arm: Extend store_cpu_offset to take field size
` [PATCH v3 08/60] target/arm: Change DisasContext.thumb to bool
` [PATCH v3 24/60] target/arm: Split out cpregs.h
` [PATCH v3 25/60] target/arm: Reorg CPAccessResult and access_check_cp_reg
` [PATCH v3 26/60] target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
` [PATCH v3 27/60] target/arm: Make some more cpreg data static const
` [PATCH v3 30/60] target/arm: Name CPState type
` [PATCH v3 32/60] target/arm: Update sysreg fields when redirecting for E2H
` [PATCH v3 33/60] target/arm: Store cpregs key in the hash table directly
` [PATCH v3 34/60] target/arm: Cleanup add_cpreg_to_hashtable
` [PATCH v3 35/60] target/arm: Handle cpreg registration for missing EL
` [PATCH v3 40/60] target/arm: Move cortex impdef sysregs to cpu_tcg.c
` [PATCH v3 41/60] target/arm: Update qemu-system-arm -cpu max to cortex-a57
` [PATCH v3 43/60] target/arm: Split out aa32_max_features
` [PATCH v3 51/60] target/arm: Implement virtual SError exceptions
` [PATCH v3 59/60] target/arm: Define cortex-a76
` [PATCH v3 60/60] target/arm: Define neoverse-n1
[PATCH v4] Use io_uring_register_ring_fd() to skip fd operations
2022-04-22 15:40 UTC (8+ messages)
[PATCH v3 7/7] target/xtensa: use tcg_constant_* for remaining opcodes
2022-04-22 15:26 UTC (2+ messages)
[PATCH v2 0/7] target/xtensa: use tcg_constant_* where possible
2022-04-22 15:25 UTC (10+ messages)
` [PATCH v2 1/7] target/xtensa: fix missing tcg_temp_free in gen_window_check
` [PATCH v2 2/7] target/xtensa: use tcg_contatnt_* for numeric literals
` [PATCH v2 3/7] target/xtensa: use tcg_constant_* for exceptions
` [PATCH v2 4/7] target/xtensa: use tcg_constant_* for TLB opcodes
` [PATCH v2 5/7] target/xtensa: use tcg_constant_* for numbered special registers
` [PATCH v2 6/7] target/xtensa: use tcg_constant_* for FPU conversion opcodes
` [PATCH v2 7/7] target/xtensa: use tcg_constant_* for remaining opcodes
[PATCH 0/3] Misc AC97 clean ups
2022-04-22 15:14 UTC (4+ messages)
` [PATCH v2 2/3] hw/audio/ac97: Remove unimplemented reset functions
` [PATCH v2 3/3] hw/audio/ac97: Remove unneeded local variables
` [PATCH v2 1/3] hw/audio/ac97: Coding style fixes to avoid checkpatch errors
[PATCH V2 0/4] PASID support for Intel IOMMU
2022-04-22 15:03 UTC (16+ messages)
` [PATCH V2 2/4] intel-iommu: drop VTDBus
` [PATCH V2 3/4] intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a function
` [PATCH V2 4/4] intel-iommu: PASID support
[RFC 00/18] vfio: Adopt iommufd
2022-04-22 14:58 UTC (3+ messages)
` [RFC 15/18] vfio/iommufd: Implement iommufd backend
Backtrace stopped: previous frame identical to this frame (corrupt stack?) , even with fresh qemu and linux build
2022-04-22 14:52 UTC (2+ messages)
[RFC PATCH 0/2] hw/riscv: Baseline QEMU support for RISC-V IOMMU (draft)
2022-04-22 14:55 UTC (3+ messages)
[PATCH] docs/devel: add doc about device life cycles
2022-04-22 14:28 UTC
[PATCH 00/10] Misc cleanups
2022-04-22 14:27 UTC (6+ messages)
` [PATCH 08/10] Use g_unix_set_fd_nonblocking()
` [PATCH 09/10] block: move fcntl_setfl()
[PATCH v8 00/17] vfio-user server in QEMU
2022-04-22 14:18 UTC (11+ messages)
` [PATCH v8 02/17] qdev: unplug blocker for devices
` [PATCH v8 10/17] vfio-user: run vfio-user context
[RFC PATCH v7 00/25] Net Control VQ support with asid in vDPA SVQ
2022-04-22 14:16 UTC (4+ messages)
` [RFC PATCH v7 01/25] vhost: Track descriptor chain in private at SVQ
[PATCH v2 0/5] 9pfs: macOS host fixes
2022-04-22 14:06 UTC (4+ messages)
` [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS
[PATCH 0/3] Misc AC97 clean ups
2022-04-22 13:58 UTC (6+ messages)
` [PATCH 3/3] hw/audio/ac97: Remove unneeded local variables
` [PATCH 2/3] hw/audio/ac97: Remove unimplemented reset functions
` [PATCH 1/3] hw/audio/ac97: Coding style fixes to avoid checkpatch errors
[PULL 00/61] target-arm queue
2022-04-22 13:48 UTC (38+ messages)
` [PULL 16/61] hw/intc/arm_gicv3_its: Implement VMOVP
` [PULL 21/61] hw/intc/arm_gicv3_its: Implement VINVALL
` [PULL 22/61] hw/intc/arm_gicv3: Implement GICv4's new redistributor frame
` [PULL 23/61] hw/intc/arm_gicv3: Implement new GICv4 redistributor registers
` [PULL 25/61] hw/intc/arm_gicv3_cpuif: Support vLPIs
` [PULL 26/61] hw/intc/arm_gicv3_cpuif: Don't recalculate maintenance irq unnecessarily
` [PULL 27/61] hw/intc/arm_gicv3_redist: Factor out "update hpplpi for one LPI" logic
` [PULL 28/61] hw/intc/arm_gicv3_redist: Factor out "update hpplpi for all LPIs" logic
` [PULL 31/61] hw/intc/arm_gicv3_redist: Implement gicv3_redist_process_vlpi()
` [PULL 33/61] hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handling
` [PULL 36/61] hw/intc/arm_gicv3_redist: Implement gicv3_redist_inv_vlpi()
` [PULL 37/61] hw/intc/arm_gicv3: Update ID and feature registers for GICv4
` [PULL 38/61] hw/intc/arm_gicv3: Allow 'revision' property to be set to 4
` [PULL 39/61] hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()
` [PULL 41/61] hw/arm/virt: Support TCG GICv4
` [PULL 42/61] target/arm: Update ISAR fields for ARMv8.8
` [PULL 43/61] target/arm: Update SCR_EL3 bits to ARMv8.8
` [PULL 44/61] target/arm: Update SCTLR bits to ARMv9.2
` [PULL 45/61] target/arm: Change DisasContext.aarch64 to bool
` [PULL 46/61] target/arm: Change CPUArchState.aarch64 "
` [PULL 47/61] target/arm: Extend store_cpu_offset to take field size
` [PULL 48/61] target/arm: Change DisasContext.thumb to bool
` [PULL 49/61] target/arm: Change CPUArchState.thumb "
` [PULL 50/61] target/arm: Remove fpexc32_access
` [PULL 51/61] target/arm: Split out set_btype_raw
` [PULL 52/61] target/arm: Split out gen_rebuild_hflags
` [PULL 53/61] target/arm: Simplify GEN_SHIFT in translate.c
` [PULL 54/61] target/arm: Simplify gen_sar
` [PULL 55/61] target/arm: Simplify aa32 DISAS_WFI
` [PULL 56/61] target/arm: Use tcg_constant in translate-m-nocp.c
` [PULL 57/61] target/arm: Use tcg_constant in translate-neon.c
` [PULL 58/61] target/arm: Use smin/smax for do_sat_addsub_32
` [PULL 59/61] target/arm: Use tcg_constant in translate-vfp.c
` [PULL 60/61] target/arm: Use tcg_constant_i32 in translate.h
` [PULL 61/61] hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_translate()
[PULL v2 00/61] target-arm queue
2022-04-22 13:47 UTC
[PATCH v7 00/64] nios2 fixes, cleanups, shadow reg sets
2022-04-22 13:26 UTC (27+ messages)
` [PATCH v7 09/64] target/nios2: Remove user-only nios2_cpu_do_interrupt
` [PATCH v7 10/64] target/nios2: Remove nios2_cpu_record_sigsegv
` [PATCH v7 11/64] target/nios2: Build helper.c for system only
` [PATCH v7 12/64] linux-user/nios2: Use force_sig_fault for EXCP_DEBUG
` [PATCH v7 34/64] target/nios2: Handle EXCP_UNALIGN and EXCP_UALIGND
` [PATCH v7 37/64] target/nios2: Prevent writes to read-only or reserved control fields
` [PATCH v7 43/64] target/nios2: Split out named structs for [IRJ]_TYPE
` [PATCH v7 44/64] target/nios2: Split out helpers for gen_* translate macros
` [PATCH v7 53/64] target/nios2: Introduce shadow register sets
` [PATCH v7 56/64] target/nios2: Implement EIC interrupt processing
` [PATCH v7 57/64] target/nios2: Advance pc when raising exceptions
` [PATCH v7 63/64] tests/tcg/nios2: Add semihosting multiarch tests
` [PATCH v7 64/64] tests/tcg/nios2: Add test-shadow-1
[PULL v2 00/13] Dump patches
2022-04-22 13:16 UTC (16+ messages)
` [PULL v2 01/13] dump: Use ERRP_GUARD()
` [PULL v2 02/13] dump: Remove the sh_info variable
` [PULL v2 03/13] dump: Introduce shdr_num to decrease complexity
` [PULL v2 04/13] dump: Remove the section if when calculating the memory offset
` [PULL v2 05/13] dump: Add more offset variables
` [PULL v2 06/13] dump: Introduce dump_is_64bit() helper function
` [PULL v2 07/13] dump: Consolidate phdr note writes
` [PULL v2 08/13] dump: Cleanup dump_begin write functions
` [PULL v2 09/13] dump: Consolidate elf note function
` [PULL v2 10/13] include/qemu: rename Windows context definitions to expose bitness
` [PULL v2 11/13] dump/win_dump: add helper macros for Windows dump header access
` [PULL v2 12/13] include/qemu: add 32-bit Windows dump structures
` [PULL v2 13/13] dump/win_dump: add 32-bit guest Windows support
[PATCH] qapi: Fix malformed "Since:" section tags
2022-04-22 13:28 UTC
[PATCH] configure: make fortify_source=yes by default
2022-04-22 13:27 UTC (2+ messages)
[PATCH v2] target/ppc: Fix BookE debug interrupt generation
2022-04-22 12:17 UTC (2+ messages)
[PATCH v4 0/4] util/thread-pool: Expose minimun and maximum size
2022-04-22 12:45 UTC (9+ messages)
` [PATCH v4 2/3] util/main-loop: Introduce the main loop into QOM
` [PATCH v4 3/3] util/event-loop-base: Introduce options to set the thread pool size
[PATCH 0/9] Record/replay refactoring and stuff
2022-04-22 11:53 UTC (10+ messages)
` [PATCH 1/9] replay: fix event queue flush for qemu shutdown
` [PATCH 2/9] replay: notify vCPU when BH is scheduled
` [PATCH 3/9] replay: rewrite async event handling
` [PATCH 4/9] replay: simplify async event processing
` [PATCH 5/9] docs: convert docs/devel/replay page to rst
` [PATCH 6/9] docs: move replay docs to docs/system/replay.rst
` [PATCH 7/9] tests/avocado: update replay_linux test
` [PATCH 8/9] tests/avocado: add replay Linux tests for virtio machine
` [PATCH 9/9] tests/avocado: add replay Linux test for Aarch64 machines
Is it possible to support hotplug device to PXB bridge?
2022-04-22 11:51 UTC (5+ messages)
[PATCH v7 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
2022-04-22 11:25 UTC (10+ messages)
` [PATCH v7 1/4] qapi/machine.json: Add cluster-id
` [PATCH v7 2/4] hw/arm/virt: Consider SMP configuration in CPU topology
` [PATCH v7 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table
[PATCH v5 0/9] s390x/pci: zPCI interpretation support
2022-04-22 12:10 UTC (4+ messages)
` [PATCH v5 7/9] s390x/pci: enable adapter event notification for interpreted devices
[PATCH] target/riscv: Fix incorrect PTE merge in walk_pte
2022-04-22 11:37 UTC (5+ messages)
` [PATCH v2] "
` [EXT] "
[PATCH v3 0/2] use trace events and fix garbled output
2022-04-22 10:42 UTC (5+ messages)
` [PATCH v3 2/2] hw/display/vmware_vga: do not discard screen updates
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-04-22 11:06 UTC (12+ messages)
[PULL v2 00/31] riscv-to-apply queue
2022-04-22 10:54 UTC (2+ messages)
[PATCH] nsis: Add missing tools to installer for Windows
2022-04-22 10:17 UTC (2+ messages)
[PATCH v5 0/2] Option to take screenshot with screendump as PNG
2022-04-22 10:50 UTC (4+ 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).