qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-11 10:36:45 to 2023-06-12 13:30:59 UTC [more...]

[PATCH v2 00/38] crypto: Provide aes-round.h and host accel
 2023-06-12 13:30 UTC  (15+ messages)
` [PATCH v2 01/38] tcg/ppc: Define _CALL_AIX for clang on ppc64(be)
` [PATCH v2 02/38] util: Add cpuinfo-ppc.c
` [PATCH v2 10/38] target/ppc: Use aesenc_SB_SR_AK
` [PATCH v2 15/38] target/ppc: Use aesdec_ISB_ISR_AK
` [PATCH v2 25/38] target/ppc: Use aesenc_SB_SR_MC_AK
` [PATCH v2 31/38] target/ppc: Use aesdec_ISB_ISR_AK_IMC
` [PATCH v2 38/38] host/include/ppc: Implement aes-round.h

[RFC v2 0/6] Native Library Calls
 2023-06-12 13:23 UTC  (8+ messages)
` [RFC v2 1/6] build: Add configure options for native calls
` [RFC v2 6/6] linux-user: Add '-native-bypass' option

[PATCH v3 0/8] Implement Most ARMv8.3 Pointer Authentication Features
 2023-06-12 13:19 UTC  (7+ messages)
` [PATCH v3 1/8] target/arm: Add ID_AA64ISAR2_EL1
` [PATCH v3 2/8] target/arm: v8.3 PAC ID_AA64ISAR[12] feature-detection

[RFC 0/2] migration: Update error description outside migration.c
 2023-06-12 13:14 UTC  (3+ messages)

[PATCH] target/riscv: fix the issue of guest reboot then no response or crash in kvm-mode
 2023-06-12 10:40 UTC 

[PATCH] target/riscv: fix the issue of guest reboot then no response or crash in kvm-mode
 2023-06-12 10:58 UTC 

[PATCH] target/riscv: fix the issue of guest reboot then no response or crash in kvm-mode
 2023-06-12 11:02 UTC 

[PATCH 00/15] Q35 and I440FX host bridge QOM cleanup
 2023-06-12 13:01 UTC  (21+ messages)
` [PATCH 02/15] hw/pci-host/q35: Fix double, contradicting .endianness assignment
` [PATCH 03/15] hw/pci-host/q35: Initialize PCMachineState::bus in board code
` [PATCH 04/15] hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macro
` [PATCH 05/15] hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board code
` [PATCH 06/15] hw/pci-host/q35: Make some property name macros reusable by i440fx
` [PATCH 07/15] hw/pci-host/i440fx: Replace magic values by existing constants
` [PATCH 08/15] hw/pci-host/i440fx: Have common names for some local variables
` [PATCH 09/15] hw/pci-host/i440fx: Move i440fx_realize() into PCII440FXState section
` [PATCH 10/15] hw/pci-host/i440fx: Make MemoryRegion pointers accessible as properties
` [PATCH 11/15] hw/pci-host/i440fx: Add PCI_HOST_PROP_IO_MEM property
` [PATCH 15/15] hw/i386/pc_piix: Move i440fx' realize near its qdev_new()

Fwd: QEMU AVR Patch - Correct handling of AVR interrupts
 2023-06-12 12:53 UTC  (2+ messages)

[PATCH 0/5] cmd646: move device-specific BMDMA registers to separate memory region
 2023-06-12 12:49 UTC  (7+ messages)
` [PATCH 1/5] cmd646: checkpatch fixes
` [PATCH 2/5] cmd646: create separate header and QOM type for CMD646_IDE
` [PATCH 4/5] cmd646: rename cmd646_bmdma_ops to bmdma_ops

[QEMU PATCH 0/1]
 2023-06-12 12:42 UTC  (3+ messages)
` [QEMU PATCH 1/1] virtgpu: do not destroy resources when guest suspend

[PATCH v2] Use named constants in BCM props
 2023-06-12 11:59 UTC 

[PATCH v4 00/24] qemu patches for 64-bit NBD extensions
 2023-06-12 11:59 UTC  (4+ messages)
` [PATCH v4 02/24] nbd: Consistent typedef usage in header
  ` [Libguestfs] "

[PATCH v2 0/8] disas/riscv: Add vendor extension support
 2023-06-12 11:58 UTC  (10+ messages)
` [PATCH v2 1/8] target/riscv: Use xl instead of mxl for disassemble
` [PATCH v2 2/8] target/riscv: Factor out extension tests to cpu_cfg.h
` [PATCH v2 3/8] disas/riscv: Move types/constants to new header file
` [PATCH v2 4/8] disas/riscv: Make rv_op_illegal a shared enum value
` [PATCH v2 5/8] disas/riscv: Encapsulate opcode_data into decode
` [PATCH v2 6/8] disas/riscv: Provide infrastructure for vendor extensions
` [PATCH v2 7/8] disas/riscv: Add support for XVentanaCondOps
` [PATCH v2 8/8] disas/riscv: Add support for XThead* instructions

[PATCH 0/9] disas/riscv: Add vendor extension support
 2023-06-12 11:56 UTC  (28+ messages)
` [PATCH 2/9] target/riscv: Factor out RISCVCPUConfig from cpu.h
` [PATCH 3/9] disas/riscv: Move types/constants to new header file
` [PATCH 4/9] disas/riscv: Make rv_op_illegal a shared enum value
` [PATCH 5/9] disas/riscv: Encapsulate opcode_data into decode
` [PATCH 6/9] target/riscv/cpu: Share RISCVCPUConfig with disassembler
` [PATCH 7/9] disas/riscv: Provide infrastructure for vendor extensions
` [PATCH 8/9] disas/riscv: Add support for XVentanaCondOps
` [PATCH 9/9] disas/riscv: Add support for XThead* instructions

[PATCH 0/4] TriCore bugfixes
 2023-06-12 11:32 UTC  (5+ messages)
` [PATCH 1/4] target/tricore: Fix out-of-bounds index in imask instruction
` [PATCH 2/4] target/tricore: Correctly fix saving PSW.CDE to CSA on call
` [PATCH 3/4] target/tricore: Add CHECK_REG_PAIR() for insn accessing 64 bit regs
` [PATCH 4/4] target/tricore: Fix helper_ret() not correctly restoring PSW

[PATCH v2 00/23] target/arm: Convert exception, system, loads and stores to decodetree
 2023-06-12 10:37 UTC  (27+ messages)
` [PATCH v2 01/23] target/arm: Fix return value from LDSMIN/LDSMAX 8/16 bit atomics
` [PATCH v2 02/23] target/arm: Return correct result for LDG when ATA=0
` [PATCH v2 03/23] target/arm: Pass memop to gen_mte_check1_mmuidx() in reg_imm9 decode
` [PATCH v2 04/23] target/arm: Consistently use finalize_memop_asimd() for ASIMD loads/stores
` [PATCH v2 05/23] target/arm: Convert hint instruction space to decodetree
` [PATCH v2 06/23] target/arm: Convert barrier insns "
` [PATCH v2 07/23] target/arm: Convert CFINV, XAFLAG and AXFLAG "
` [PATCH v2 08/23] target/arm: Convert MSR (immediate) "
` [PATCH v2 09/23] target/arm: Convert MSR (reg), MRS, SYS, SYSL "
` [PATCH v2 10/23] target/arm: Convert exception generation instructions "
` [PATCH v2 11/23] target/arm: Convert load/store exclusive and ordered "
` [PATCH v2 12/23] target/arm: Convert LDXP, STXP, CASP, CAS "
` [PATCH v2 13/23] target/arm: Convert load reg (literal) group "
` [PATCH v2 14/23] target/arm: Convert load/store-pair "
` [PATCH v2 15/23] target/arm: Convert ld/st reg+imm9 insns "
` [PATCH v2 16/23] target/arm: Convert LDR/STR with 12-bit immediate "
` [PATCH v2 17/23] target/arm: Convert LDR/STR reg+reg "
` [PATCH v2 18/23] target/arm: Convert atomic memory ops "
` [PATCH v2 19/23] target/arm: Convert load (pointer auth) insns "
` [PATCH v2 20/23] target/arm: Convert LDAPR/STLR (imm) "
` [PATCH v2 21/23] target/arm: Convert load/store (multiple structures) "
` [PATCH v2 22/23] target/arm: Convert load/store single structure "
` [PATCH v2 23/23] target/arm: Convert load/store tags insns "

[PATCH v3] linux-user, bsd-user: preserve incoming order of environment variables in the target
 2023-06-12 11:29 UTC  (2+ messages)

[PATCH v15 00/10] TCG code quality tracking
 2023-06-12 11:04 UTC  (6+ messages)
` [PATCH v15 07/10] tb-stats: Adding info [tb-list|tb] commands to HMP (WIP)

[PATCH] elf2dmp: Don't abandon when Prcb is set to 0
 2023-06-12 10:42 UTC  (2+ messages)

[PATCH v3 0/4] vhost-user-gpu get_edid feature
 2023-06-12 10:32 UTC  (4+ messages)
` [PATCH v3 4/4] vhost-user-gpu: implement get_edid frontend feature

[PATCH 00/10] Misc clean ups to target/ppc exception handling
 2023-06-12 10:07 UTC  (14+ messages)
` [PATCH 01/10] target/ppc: Remove some superfluous parentheses
` [PATCH 02/10] target/ppc: Remove unneeded parameter from powerpc_reset_wakeup()
` [PATCH 03/10] target/ppc: Move common check in exception handlers to a function
` [PATCH 04/10] target/ppc: Use env_cpu for cpu_abort in excp_helper
` [PATCH 05/10] target/ppc: Change parameter of cpu_interrupt_exittb() to an env pointer
` [PATCH 06/10] target/ppc: Readability improvements in exception handlers
` [PATCH 07/10] target/ppd: Remove unused define
` [PATCH 08/10] target/ppc: Fix gen_sc to use correct nip
` [PATCH 09/10] target/ppc: Simplify syscall exception handlers
` [PATCH 10/10] target/ppc: Get CPUState in one step

[PATCH 0/2] Export struct ISAParallelState
 2023-06-12 10:06 UTC  (6+ messages)
` [PATCH 1/2] hw/char/parallel: Export struct ParallelState
` [PATCH 2/2] hw/char/parallel-isa: Export struct ISAParallelState

[PATCH] hw/i386/vmmouse: use the new input api
 2023-06-12  9:54 UTC  (2+ messages)

[PATCH qemu v2 0/2] target/arm: Improve user-mode compatibility with JITs
 2023-06-12  9:40 UTC  (3+ messages)
` [PATCH qemu v2 1/2] target/arm: Handle IC IVAU to improve "
` [PATCH qemu v2 2/2] tests/tcg/aarch64: Add testcases for IC IVAU and dual-mapped code

[PATCH] ui/sdl2: Allow high-dpi
 2023-06-12  9:21 UTC  (4+ messages)

[PATCH v5] ui/sdl2: OpenGL window context
 2023-06-12  9:19 UTC 

[PATCH] sdl2: Check if window exists before updating it
 2023-06-12  9:00 UTC  (2+ messages)

[PATCH] virtio-gpu: Optimize 2D resource data transfer
 2023-06-12  8:53 UTC  (2+ messages)

[PATCH] ui/sdl2: OpenGL window context
 2023-06-12  8:44 UTC  (2+ messages)

[PATCH 0/2] canokey: documentation fixes
 2023-06-12  8:44 UTC  (3+ messages)
` [PATCH 1/2] docs/system/devices/canokey: fix recursive cloning
` [PATCH 2/2] docs/system/devices/canokey: update implementations and web console

[PATCH 0/2] i386: Fix Hyper-V Gen1 guests stuck on boot with 'hv-passthrough'
 2023-06-12  8:42 UTC  (3+ messages)
` [PATCH 1/2] i386: Fix conditional CONFIG_SYNDBG enablement
` [PATCH 2/2] i386: Exclude 'hv-syndbg' from 'hv-passthrough'

[PATCH v4] ui/sdl2: OpenGL window context
 2023-06-12  8:40 UTC 

[PATCH v3] ui/sdl2: OpenGL window context
 2023-06-12  8:25 UTC  (2+ messages)

[PATCH v2 0/2] Export struct ISAParallelState
 2023-06-12  8:12 UTC  (3+ messages)
` [PATCH v2 1/2] hw/char/parallel: Export struct ParallelState
` [PATCH v2 2/2] hw/char/parallel-isa: Export struct ISAParallelState

[PATCH v20 00/21] s390x: CPU Topology
 2023-06-12  7:55 UTC  (3+ messages)
` [PATCH v20 09/21] machine: adding s390 topology to query-cpu-fast

[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)'
 2023-06-12  7:46 UTC  (3+ messages)

[PATCH 0/4] target/riscv: Fix mstatus related problems
 2023-06-12  7:27 UTC  (14+ messages)
` [PATCH 1/4] target/riscv: Make MPV only work when MPP != PRV_M
` [PATCH 3/4] target/riscv: Support MSTATUS.MPV/GVA only when RVH is enabled
` [PATCH 4/4] target/riscv: Remove redundant assignment to SXL

[PATCH] target/tricore: Fix out-of-bounds index in imask instruction
 2023-06-12  7:16 UTC  (2+ messages)

[PATCH v3 0/6] Add RISC-V KVM AIA Support
 2023-06-12  6:50 UTC  (4+ messages)
` [PATCH v3 2/6] target/riscv: support the AIA device emulation with KVM enabled

[PATCH v4 0/4] target/riscv: Add Smrnmi support
 2023-06-12  5:03 UTC  (5+ messages)
` [PATCH v4 1/4] target/riscv: Add Smrnmi cpu extension
` [PATCH v4 2/4] target/riscv: Add Smrnmi CSRs

[PATCH v4 0/2] migration: Update error description whenever migration fails
 2023-06-12  4:50 UTC  (2+ messages)

[PATCH] hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only
 2023-06-12  4:11 UTC  (4+ messages)

[PATCH 00/16] target/riscv, KVM: fixes and enhancements
 2023-06-12  4:05 UTC  (9+ messages)
` [PATCH 02/16] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
` [PATCH 03/16] target/riscv/cpu.c: restrict 'mvendorid' value
` [PATCH 06/16] target/riscv: use KVM scratch CPUs to init KVM properties
` [PATCH 07/16] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()

[PATCH] target/riscv: Smepmp: Return error when access permission not allowed in PMP
 2023-06-12  3:50 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] target/riscv/vector_helper.c: Remove the check for extra tail elements
 2023-06-12  3:44 UTC  (2+ messages)

[PATCH] Add epmp to extensions list and rename it to smepmp
 2023-06-12  3:42 UTC  (4+ messages)

[PATCH v2 0/6] TriCore 1.6.2 Instructions
 2023-06-12  2:51 UTC  (8+ messages)
` [PATCH v2 1/6] target/tricore: Introduce ISA 1.6.2 feature
` [PATCH v2 2/6] target/tricore: Add popcnt.w insn
` [PATCH v2 3/6] target/tricore: Add LHA insn
` [PATCH v2 4/6] target/tricore: Add crc32l.w insn
` [PATCH v2 5/6] target/tricore: Add crc32.b insn
` [PATCH v2 6/6] target/tricore: Add shuffle insn

[PATCH 0/2] Refresh the dynamic CSR xml after updating the state of the cpu
 2023-06-12  2:52 UTC  (5+ messages)
` [PATCH 1/2] target/riscv: Add a function to refresh the dynamic CSRs xml

[PATCH] tests/plugin: Remove duplicate insn log from libinsn.so
 2023-06-12  2:50 UTC  (3+ messages)

[PATCH] target/riscv/vector_helper.c: clean up reference of MTYPE
 2023-06-12  2:26 UTC  (3+ messages)

[PATCH] target/riscv: Fix initialized value for cur_pmmask
 2023-06-12  2:20 UTC  (3+ messages)

[PATCH v14 00/10] TCG code quality tracking
 2023-06-12  1:20 UTC  (9+ messages)
` [PATCH v14 08/10] Adding info [tb-list|tb] commands to HMP (WIP)

[PULL v4 0/10] xenpvh4-tag
 2023-06-12  0:10 UTC  (4+ messages)
` [PULL v4 09/10] hw/arm: introduce xenpvh machine

[PATCH] virtio-scsi: avoid dangling host notifier in ->ioeventfd_stop()
 2023-06-11 19:51 UTC  (2+ messages)

[PATCH 0/2] target/arm: Improve user-mode compatibility with JITs
 2023-06-11 17:31 UTC  (5+ messages)
` [PATCH 1/2] target/arm: Handle IC IVAU to improve "
` [PATCH 2/2] tests/tcg/aarch64: Add testcases for IC IVAU and dual-mapped code

[PATCH v5 0/5] parallels: Add duplication check, repair at open, fix bugs
 2023-06-11 14:45 UTC  (6+ messages)
` [PATCH v5 5/5] parallels: Image repairing in parallels_open()

virtio-blk using a single iothread
 2023-06-11 12:27 UTC  (3+ 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).