qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-10 15:45:16 to 2023-06-12 11:11:50 UTC [more...]

[PATCH v2 0/8] disas/riscv: Add vendor extension support
 2023-06-12 11:10 UTC  (2+ messages)
` [PATCH v2 7/8] disas/riscv: Add support for XVentanaCondOps

[PATCH 0/9] disas/riscv: Add vendor extension support
 2023-06-12 11:11 UTC  (25+ 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 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 00/15] Q35 and I440FX host bridge QOM cleanup
 2023-06-12  9:40 UTC  (17+ messages)
` [PATCH 01/15] hw/i386/pc_q35: Resolve redundant q35_host variable
` [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 12/15] hw/pci-host/i440fx: Add PCI_HOST_{ABOVE, BELOW}_4G_MEM_SIZE properties
` [PATCH 13/15] hw/pci-host/i440fx: Add I440FX_HOST_PROP_PCI_TYPE property
` [PATCH 14/15] hw/pci-host/i440fx: Resolve i440fx_init()
` [PATCH 15/15] hw/i386/pc_piix: Move i440fx' realize near its qdev_new()

[PATCH v2 00/23] target/arm: Convert exception, system, loads and stores to decodetree
 2023-06-12  9:37 UTC  (26+ 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] 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

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

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

Seeking help regarding addition of Custom GPIO device inside raspi machine QEMU
 2023-06-11  9:38 UTC 

[PATCH v2 00/26] target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h'
 2023-06-11  8:58 UTC  (27+ messages)
` [PATCH v2 01/26] plugins: Remove unused 'exec/helper-proto.h' header
` [PATCH v2 02/26] accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' header
` [PATCH v2 03/26] target/arm/tcg: Remove CONFIG_TCG #ifdef'ry check
` [PATCH v2 04/26] target/arm/tcg: Rename helper template headers as '.h.inc'
` [PATCH v2 05/26] target/arm/tcg: Extract iwMMXt helpers from the generic 'helper.h'
` [PATCH v2 06/26] target/arm/tcg: Fix iwmmxt-related code style
` [PATCH v2 07/26] target/arm/tcg: Expose some iwmmxt methods in 'translate.h'
` [PATCH v2 08/26] target/arm/tcg: Extract iwmmxt code to translate-iwmmxt.c
` [PATCH v2 09/26] target/arm/tcg: Reduce 'helper-iwmmxt.h.inc' inclusion
` [PATCH v2 10/26] target/arm/tcg: Extract VFP definitions to 'helper-vfp.h.inc'
` [PATCH v2 11/26] target/arm/tcg: Reduce 'helper-vfp.h.inc' inclusion
` [PATCH v2 12/26] target/arm/tcg: Move neon_tbl() from op_helper.c to neon_helper.c
` [PATCH v2 13/26] target/arm/tcg: Extract NEON definitions to 'helper-neon.h.inc'
` [PATCH v2 14/26] target/arm/tcg: Reduce 'helper-neon.h.inc' inclusion
` [PATCH v2 15/26] target/arm/tcg: Extract SVE2 definitions to 'helper-sve.h.inc'
` [PATCH v2 16/26] target/arm/tcg: Reduce 'helper-sve.h.inc' inclusion
` [PATCH v2 17/26] target/arm/tcg: Reduce 'helper-mve.h.inc' inclusion
` [PATCH v2 18/26] target/arm/tcg: Reduce 'helper-sme.h.inc' inclusion
` [PATCH v2 19/26] target/arm/tcg: Reduce 'helper-a64.h.inc' inclusion
` [PATCH v2 20/26] target/arm/tcg: Move v8m_stackcheck() from op_helper.c to m_helper.c
` [PATCH v2 21/26] target/arm/tcg: Extract M-profile definitions to 'helper-m.h.inc'
` [PATCH v2 22/26] target/arm/tcg: Reduce 'helper-m.h.inc' inclusion
` [PATCH v2 23/26] target/arm/tcg: Inline 'exec/helper-gen.h'
` [PATCH v2 24/26] target/arm/tcg: Inline 'exec/helper-proto.h'
` [PATCH v2 25/26] target/arm/tcg: Rename 'helper.h' -> 'tcg/helper.h.inc'
` [PATCH v2 26/26] tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.inc

[PATCH 00/22] target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h'
 2023-06-11  8:54 UTC  (4+ messages)
` [PATCH 09/22] target/arm/tcg: Reduce 'helper-iwmmxt.h.inc' inclusion

[PATCH v5 0/9] migration: Add switchover ack capability and VFIO precopy support
 2023-06-11  7:45 UTC  (6+ messages)
` [PATCH v5 2/9] migration: Implement switchover ack logic

[PATCH qemu v3 1/1] Emulating sun keyboard language layout dip switches, taking the value for the dip switches from the "-k" option to qemu
 2023-06-10 23:47 UTC  (13+ messages)
  ` [PATCH v5] Emulate dip switch language layout settings on SUN keyboard
              ` [PATCH v6] "
                ` Ping: "
                      ` [PATCH v7] "

[PATCH] machine: do not crash if default RAM backend name has been stollen
 2023-06-10 20:47 UTC  (3+ messages)

[PULL 00/29] ppc queue
 2023-06-10 15:44 UTC  (2+ messages)

[PULL 00/16] trivial patches 2023-06-10
 2023-06-10 15:44 UTC  (2+ 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).