qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-22 12:06:28 to 2022-04-22 19:00:11 UTC [more...]

[qemu.qmp PATCH 00/12] python: fork qemu.qmp python lib into independent repo
 2022-04-22 18:49 UTC  (11+ messages)
` [qemu.qmp PATCH 01/12] fork qemu.qmp from qemu.git
` [qemu.qmp PATCH 02/12] update maintainer metadata
` [qemu.qmp PATCH 03/12] update project description
` [qemu.qmp PATCH 04/12] update project URLs
` [qemu.qmp PATCH 06/12] move README.rst to FILES.rst and update
` [qemu.qmp PATCH 07/12] move PACKAGE.rst to README.rst "
` [qemu.qmp PATCH 08/12] docs: add versioning policy to README
` [qemu.qmp PATCH 10/12] update Pipfile
` [qemu.qmp PATCH 11/12] remove sub-dependency pins from Pipfile
` [qemu.qmp PATCH 12/12] update VERSION to 0.0.0a1

[PULL v2 00/61] target-arm queue
 2022-04-22 18:20 UTC  (2+ messages)

[PATCH] qapi: Fix malformed "Since:" section tags
 2022-04-22 18:06 UTC  (2+ messages)

[RFC PATCH] 9p: case-insensitive host filesystems
 2022-04-22 18:02 UTC 

[PATCH v9 00/12] target/hexagon: introduce idef-parser
 2022-04-22 17:40 UTC  (13+ messages)
` [PATCH v9 01/12] target/hexagon: update MAINTAINERS for idef-parser
` [PATCH v9 02/12] target/hexagon: import README "
` [PATCH v9 03/12] target/hexagon: make slot number an unsigned
` [PATCH v9 04/12] target/hexagon: make helper functions non-static
` [PATCH v9 05/12] target/hexagon: introduce new helper functions
` [PATCH v9 06/12] target/hexagon: expose next PC in DisasContext
` [PATCH v9 07/12] target/hexagon: prepare input for the idef-parser
` [PATCH v9 08/12] target/hexagon: import flex/bison to docker files
` [PATCH v9 09/12] target/hexagon: import lexer for idef-parser
` [PATCH v9 10/12] target/hexagon: import parser "
` [PATCH v9 11/12] target/hexagon: call idef-parser functions
` [PATCH v9 12/12] target/hexagon: import additional tests

target/i386/kvm/kvm.c:2996: kvm_buf_set_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed
 2022-04-22 17:47 UTC 

[PATCH v8 00/68] nios2 fixes, cleanups, shadow reg sets
 2022-04-22 16:52 UTC  (69+ 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 22/68] target/nios2: Split control registers away from general registers
` [PATCH v8 23/68] target/nios2: Clean up nios2_cpu_dump_state
` [PATCH v8 24/68] target/nios2: Use hw/registerfields.h for CR_STATUS fields
` [PATCH v8 25/68] target/nios2: Use hw/registerfields.h for CR_EXCEPTION fields
` [PATCH v8 26/68] target/nios2: Use hw/registerfields.h for CR_TLBADDR 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 31/68] target/nios2: Create EXCP_SEMIHOST for semi-hosting
` [PATCH v8 32/68] target/nios2: Clean up nios2_cpu_do_interrupt
` [PATCH v8 33/68] target/nios2: Hoist CPU_LOG_INT logging
` [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 36/68] target/nios2: Clean up handling of tlbmisc in do_exception
` [PATCH v8 37/68] target/nios2: Prevent writes to read-only or reserved control fields
` [PATCH v8 38/68] target/nios2: Implement cpuid
` [PATCH v8 39/68] target/nios2: Implement CR_STATUS.RSIE
` [PATCH v8 40/68] target/nios2: Remove CPU_INTERRUPT_NMI
` [PATCH v8 41/68] target/nios2: Support division error exception
` [PATCH v8 42/68] target/nios2: Use tcg_constant_tl
` [PATCH v8 43/68] target/nios2: Split out named structs for [IRJ]_TYPE
` [PATCH v8 44/68] target/nios2: Split out helpers for gen_i_cmpxx
` [PATCH v8 45/68] target/nios2: Split out helpers for gen_i_math_logic
` [PATCH v8 46/68] target/nios2: Split out helpers for gen_r_math_logic
` [PATCH v8 47/68] target/nios2: Split out helpers for gen_rr_mul_high
` [PATCH v8 48/68] target/nios2: Split out helpers for gen_rr_shift
` [PATCH v8 49/68] target/nios2: Introduce dest_gpr
` [PATCH v8 50/68] target/nios2: Drop CR_STATUS_EH from tb->flags
` [PATCH v8 51/68] target/nios2: Enable unaligned traps for system mode
` [PATCH v8 52/68] target/nios2: Create gen_jumpr
` [PATCH v8 53/68] target/nios2: Hoist set of is_jmp into gen_goto_tb
` [PATCH v8 54/68] target/nios2: Use gen_goto_tb for DISAS_TOO_MANY
` [PATCH v8 55/68] target/nios2: Use tcg_gen_lookup_and_goto_ptr
` [PATCH v8 56/68] target/nios2: Implement Misaligned destination exception
` [PATCH v8 57/68] target/nios2: Introduce shadow register sets
` [PATCH v8 58/68] target/nios2: Implement rdprs, wrprs
` [PATCH v8 59/68] target/nios2: Update helper_eret for shadow registers
` [PATCH v8 60/68] target/nios2: Implement EIC interrupt processing
` [PATCH v8 61/68] target/nios2: Advance pc when raising exceptions
` [PATCH v8 62/68] linux-user/nios2: Handle various SIGILL exceptions
` [PATCH v8 63/68] hw/intc: Vectored Interrupt Controller (VIC)
` [PATCH v8 64/68] hw/nios2: Introduce Nios2MachineState
` [PATCH v8 65/68] hw/nios2: Move memory regions into Nios2Machine
` [PATCH v8 66/68] hw/nios2: Machine with a Vectored Interrupt Controller
` [PATCH v8 67/68] tests/tcg/nios2: Add semihosting multiarch tests
` [PATCH v8 68/68] tests/tcg/nios2: Add test-shadow-1

[PATCH] qga/vss-win32: enable qga-vss.tlb generation with widl
 2022-04-22 17:12 UTC  (5+ messages)

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  (29+ 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 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 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 1/3] hw/audio/ac97: Coding style fixes to avoid checkpatch errors
` [PATCH v2 2/3] hw/audio/ac97: Remove unimplemented reset functions
` [PATCH v2 3/3] hw/audio/ac97: Remove unneeded local variables

[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 2/3] hw/audio/ac97: Remove unimplemented reset functions
` [PATCH 1/3] hw/audio/ac97: Coding style fixes to avoid checkpatch errors
` [PATCH 3/3] hw/audio/ac97: Remove unneeded local variables

[PULL 00/61] target-arm queue
 2022-04-22 13:48 UTC  (3+ messages)

[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  (2+ messages)

[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] "


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).