qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-22 08:39:37 to 2022-04-22 14:02:07 UTC [more...]

[PATCH v3 00/60] target/arm: Cleanups, new features, new cpus
 2022-04-22 13:58 UTC  (39+ messages)
` [PATCH v3 07/60] target/arm: Extend store_cpu_offset to take field size
` [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 28/60] target/arm: Reorg ARMCPRegInfo type field bits
` [PATCH v3 29/60] target/arm: Change cpreg access permissions to enum
` [PATCH v3 30/60] target/arm: Name CPState type
` [PATCH v3 31/60] target/arm: Name CPSecureState 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 0/3] Misc AC97 clean ups
 2022-04-22 13:56 UTC  (5+ messages)
` [PATCH 3/3] hw/audio/ac97: Remove unneeded local variables
` [PATCH 1/3] hw/audio/ac97: Coding style fixes to avoid checkpatch errors
` [PATCH 2/3] hw/audio/ac97: Remove unimplemented reset functions

[PULL 00/61] target-arm queue
 2022-04-22 13:48 UTC  (64+ messages)
` [PULL 01/61] hw/intc/arm_gicv3_its: Add missing blank line
` [PULL 02/61] hw/intc/arm_gicv3: Sanity-check num-cpu property
` [PULL 03/61] hw/intc/arm_gicv3: Insist that redist region capacity matches CPU count
` [PULL 04/61] hw/intc/arm_gicv3: Report correct PIDR0 values for ID registers
` [PULL 05/61] target/arm/cpu.c: ignore VIRQ and VFIQ if no EL2
` [PULL 06/61] hw/intc/arm_gicv3_its: Factor out "is intid a valid LPI ID?"
` [PULL 07/61] hw/intc/arm_gicv3_its: Implement GITS_BASER2 for GICv4
` [PULL 08/61] hw/intc/arm_gicv3_its: Implement VMAPI and VMAPTI
` [PULL 09/61] hw/intc/arm_gicv3_its: Implement VMAPP
` [PULL 10/61] hw/intc/arm_gicv3_its: Distinguish success and error cases of CMD_CONTINUE
` [PULL 11/61] hw/intc/arm_gicv3_its: Factor out "find ITE given devid, eventid"
` [PULL 12/61] hw/intc/arm_gicv3_its: Factor out CTE lookup sequence
` [PULL 13/61] hw/intc/arm_gicv3_its: Split out process_its_cmd() physical interrupt code
` [PULL 14/61] hw/intc/arm_gicv3_its: Handle virtual interrupts in process_its_cmd()
` [PULL 15/61] hw/intc/arm_gicv3: Keep pointers to every connected ITS
` [PULL 16/61] hw/intc/arm_gicv3_its: Implement VMOVP
` [PULL 17/61] hw/intc/arm_gicv3_its: Implement VSYNC
` [PULL 18/61] hw/intc/arm_gicv3_its: Implement INV command properly
` [PULL 19/61] hw/intc/arm_gicv3_its: Implement INV for virtual interrupts
` [PULL 20/61] hw/intc/arm_gicv3_its: Implement VMOVI
` [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 24/61] hw/intc/arm_gicv3_cpuif: Split "update vIRQ/vFIQ" from gicv3_cpuif_virt_update()
` [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 29/61] hw/intc/arm_gicv3_redist: Recalculate hppvlpi on VPENDBASER writes
` [PULL 30/61] hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" code
` [PULL 31/61] hw/intc/arm_gicv3_redist: Implement gicv3_redist_process_vlpi()
` [PULL 32/61] hw/intc/arm_gicv3_redist: Implement gicv3_redist_vlpi_pending()
` [PULL 33/61] hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handling
` [PULL 34/61] hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi()
` [PULL 35/61] hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall()
` [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 40/61] hw/arm/virt: Abstract out calculation of redistributor region capacity
` [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

[PATCH] accel/tcg: Assert mmu_idx in range before use in cputlb
 2022-04-22 13:32 UTC  (2+ messages)

[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 V2 0/4] PASID support for Intel IOMMU
 2022-04-22 13:08 UTC  (7+ 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] configure: make fortify_source=yes by default
 2022-04-22 13:27 UTC  (2+ messages)

[PATCH 00/10] Misc cleanups
 2022-04-22 12:20 UTC  (16+ messages)
` [PATCH 01/10] Use QEMU_SANITIZE_THREAD
` [PATCH 02/10] Use QEMU_SANITIZE_ADDRESS
` [PATCH 03/10] include: move qemu_*_exec_dir() to cutils
` [PATCH 04/10] tests: move libqtest.h back under qtest/
` [PATCH 05/10] libqtest: split QMP part in libqmp
` [PATCH 06/10] Replace qemu_pipe() with g_unix_open_pipe()
` [PATCH 07/10] tests: make libqmp buildable for win32
` [PATCH 08/10] Use g_unix_set_fd_nonblocking()
` [PATCH 09/10] block: move fcntl_setfl()
` [PATCH 10/10] util/win32: simplify qemu_get_local_state_dir()

[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

Backtrace stopped: previous frame identical to this frame (corrupt stack?) , even with fresh qemu and linux build
 2022-04-22 12:14 UTC 

[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 v2 0/7] target/xtensa: use tcg_constant_* where possible
 2022-04-22 11:43 UTC  (8+ 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 v3 7/7] target/xtensa: use tcg_constant_* for remaining opcodes
 2022-04-22 11:50 UTC 

[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  (10+ messages)
` [PATCH v5 5/9] s390x/pci: enable for load/store intepretation
` [PATCH v5 7/9] s390x/pci: enable adapter event notification for interpreted devices
` [PATCH v5 9/9] s390x/pci: reflect proper maxstbl for groups of "

[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 v4] Use io_uring_register_ring_fd() to skip fd operations
 2022-04-22 10:08 UTC  (5+ 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)

[PATCH 0/3] libvhost-user: Add format attribute and fix format strings
 2022-04-22  9:35 UTC  (5+ messages)
` [PATCH 2/3] libvhost-user: Fix "
` [PATCH 3/3] libvhost-user: Add format attribute to local function vu_panic

[PATCH v2] hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_translate()
 2022-04-22  9:19 UTC  (2+ messages)

[RFC PATCH v7 00/25] Net Control VQ support with asid in vDPA SVQ
 2022-04-22  9:17 UTC  (4+ messages)
` [RFC PATCH v7 06/25] vdpa: Send all updates in memory listener commit

[RFC PATCH v5 00/23] Net Control VQ support with asid in vDPA SVQ
 2022-04-22  9:00 UTC  (4+ messages)
` [RFC PATCH v5 02/23] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base

[PATCH 00/41] arm: Implement GICv4
 2022-04-22  8:39 UTC  (4+ messages)
` [PATCH 22/41] hw/intc/arm_gicv3: Implement GICv4's new redistributor frame

[PATCH] docs: Replace HomeBrew -> Homebrew
 2022-04-22  8:44 UTC  (2+ messages)

[PATCH] docs: Replace Qemu -> QEMU
 2022-04-22  8:38 UTC  (2+ messages)

Create qemu-project/py-qemu.qmp repo
 2022-04-22  8:37 UTC  (4+ messages)


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