messages from 2021-01-07 20:44:58 to 2021-01-08 10:36:17 UTC [more...]
[PULL 00/66] MIPS patches for 2021-01-07
2021-01-08 10:35 UTC (70+ messages)
` [PULL 01/66] target/mips: Add CP0 Config0 register definitions for MIPS3 ISA
` [PULL 02/66] target/mips: Replace CP0_Config0 magic values by proper definitions
` [PULL 03/66] target/mips/addr: Add translation helpers for KSEG1
` [PULL 04/66] target/mips/mips-defs: Remove USE_HOST_FLOAT_REGS comment
` [PULL 05/66] target/mips/mips-defs: Reorder CPU_MIPS5 definition
` [PULL 06/66] target/mips/mips-defs: Rename CPU_MIPSxx Release 1 as CPU_MIPSxxR1
` [PULL 07/66] target/mips/mips-defs: Introduce CPU_MIPS64 and cpu_type_is_64bit()
` [PULL 08/66] hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()
` [PULL 09/66] target/mips/mips-defs: Use ISA_MIPS32 definition to check Release 1
` [PULL 10/66] target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2
` [PULL 11/66] target/mips/mips-defs: Use ISA_MIPS32R3 definition to check Release 3
` [PULL 12/66] target/mips/mips-defs: Use ISA_MIPS32R5 definition to check Release 5
` [PULL 13/66] target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6
` [PULL 14/66] target/mips/mips-defs: Rename ISA_MIPS32 as ISA_MIPS_R1
` [PULL 15/66] target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2
` [PULL 16/66] target/mips/mips-defs: Rename ISA_MIPS32R3 as ISA_MIPS_R3
` [PULL 17/66] target/mips/mips-defs: Rename ISA_MIPS32R5 as ISA_MIPS_R5
` [PULL 18/66] target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6
` [PULL 19/66] target/mips: Inline cpu_state_reset() in mips_cpu_reset()
` [PULL 20/66] target/mips: Extract FPU helpers to 'fpu_helper.h'
` [PULL 21/66] target/mips: Add !CONFIG_USER_ONLY comment after #endif
` [PULL 22/66] target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs
` [PULL 23/66] target/mips: Move common helpers from helper.c to cpu.c
` [PULL 24/66] target/mips: Rename helper.c as tlb_helper.c
` [PULL 25/66] target/mips: Fix code style for checkpatch.pl
` [PULL 26/66] target/mips: Move mmu_init() functions to tlb_helper.c
` [PULL 27/66] target/mips: Rename translate_init.c as cpu-defs.c
` [PULL 28/66] target/mips/translate: Extract DisasContext structure
` [PULL 29/66] target/mips/translate: Add declarations for generic code
` [PULL 30/66] target/mips: Replace gen_exception_err(err=0) by gen_exception_end()
` [PULL 31/66] target/mips: Replace gen_exception_end(EXCP_RI) by gen_rsvd_instruction
` [PULL 32/66] target/mips: Declare generic FPU functions in 'translate.h'
` [PULL 33/66] target/mips: Extract FPU specific definitions to translate.h
` [PULL 34/66] target/mips: Only build TCG code when CONFIG_TCG is set
` [PULL 35/66] target/mips/translate: Extract decode_opc_legacy() from decode_opc()
` [PULL 36/66] target/mips/translate: Expose check_mips_64() to 32-bit mode
` [PULL 37/66] target/mips: Introduce ase_msa_available() helper
` [PULL 38/66] target/mips: Simplify msa_reset()
` [PULL 39/66] target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSA
` [PULL 40/66] target/mips: Simplify MSA TCG logic
` [PULL 41/66] target/mips: Remove now unused ASE_MSA definition
` [PULL 42/66] target/mips: Alias MSA vector registers on FPU scalar registers
` [PULL 43/66] target/mips: Extract msa_translate_init() from mips_tcg_init()
` [PULL 44/66] target/mips: Remove CPUMIPSState* argument from gen_msa*() methods
` [PULL 45/66] target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ()
` [PULL 46/66] target/mips: Move msa_reset() to msa_helper.c
` [PULL 47/66] target/mips: Extract MSA helpers from op_helper.c
` [PULL 48/66] target/mips: Extract MSA helper definitions
` [PULL 49/66] target/mips: Declare gen_msa/_branch() in 'translate.h'
` [PULL 50/66] target/mips: Extract MSA translation routines
` [PULL 51/66] target/mips: Pass TCGCond argument to MSA gen_check_zero_element()
` [PULL 52/66] target/mips: Introduce decode tree bindings for MSA ASE
` [PULL 53/66] target/mips: Use decode_ase_msa() generated from decodetree
` [PULL 54/66] target/mips: Extract LSA/DLSA translation generators
` [PULL 55/66] target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes
` [PULL 56/66] target/mips: Introduce decodetree helpers for Release6 "
` [PULL 57/66] target/mips: Remove now unreachable LSA/DLSA opcodes code
` [PULL 58/66] target/mips: Convert Rel6 Special2 opcode to decodetree
` [PULL 59/66] target/mips: Convert Rel6 COP1X "
` [PULL 60/66] target/mips: Convert Rel6 CACHE/PREF opcodes "
` [PULL 61/66] target/mips: Convert Rel6 LWL/LWR/SWL/SWR "
` [PULL 62/66] target/mips: Convert Rel6 LWLE/LWRE/SWLE/SWRE "
` [PULL 63/66] target/mips: Convert Rel6 LDL/LDR/SDL/SDR "
` [PULL 64/66] target/mips: Convert Rel6 LLD/SCD "
` [PULL 65/66] target/mips: Convert Rel6 LL/SC "
` [PULL 66/66] docs/system: Remove deprecated 'fulong2e' machine alias
[PULL 00/47] tcg patch queue
2021-01-08 10:28 UTC (14+ messages)
` [PULL 27/47] tcg/aarch64: Support split-wx code generation
` [PULL 28/47] disas: Push const down through host disassembly
` [PULL 36/47] tcg/s390: Use tcg_tbrel_diff
` [PULL 37/47] tcg/s390: Support split-wx code generation
` [PULL 38/47] tcg/riscv: Fix branch range checks
` [PULL 39/47] tcg/riscv: Remove branch-over-branch fallback
` [PULL 40/47] tcg/riscv: Support split-wx code generation
` [PULL 41/47] accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfd
` [PULL 42/47] tcg/mips: Do not assert on relocation overflow
` [PULL 43/47] tcg/mips: Support split-wx code generation
` [PULL 46/47] tcg: Constify tcg_code_gen_epilogue
[PATCH v15 00/13] Apply COR-filter to the block-stream permanently
2021-01-08 10:24 UTC (3+ messages)
[PATCH v1] s390x/tcg: Fix RISBHG
2021-01-08 10:19 UTC (6+ messages)
[RFC PATCH] ci: ensure that all jobs use a shallow clone
2021-01-08 10:16 UTC (5+ messages)
What's the correct way to implement rfi and related instruction
2021-01-08 10:02 UTC (4+ messages)
[Bug 1910696] [NEW] Qemu fails to start with error " There is no option group 'spice'"
2021-01-08 9:32 UTC
[PATCHv2 2/2] target/arm: enable Small Translation tables in max CPU
2021-01-08 9:08 UTC
[PATCHv2 1/2] target/arm: ARMv8.4-TTST extension
2021-01-08 9:08 UTC
VirtioSound device emulation implementation
2021-01-08 8:34 UTC (6+ messages)
[PATCH] configure: Add flags for MinGW32 standalone build
2021-01-08 7:25 UTC (2+ messages)
[PATCH] vnc: add qmp to support change authz
2021-01-08 7:09 UTC (3+ messages)
[PATCH v11 00/13] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
2021-01-08 6:51 UTC (3+ messages)
[PATCH v6 0/7] fuzz: improve crash case minimization
2021-01-08 6:33 UTC (8+ messages)
` [PATCH v6 1/7] fuzz: accelerate non-crash detection
` [PATCH v6 2/7] fuzz: double the IOs to remove for every loop
` [PATCH v6 3/7] fuzz: split write operand using binary approach
` [PATCH v6 4/7] fuzz: remove IO commands iteratively
` [PATCH v6 5/7] fuzz: set bits in operand of write/out to zero
` [PATCH v6 6/7] fuzz: add minimization options
` [PATCH v6 7/7] fuzz: heuristic split write based on past IOs
[PATCH v5 0/7] fuzz: improve crash case minimization
2021-01-08 6:19 UTC (10+ messages)
` [PATCH v5 1/7] fuzz: accelerate non-crash detection
` [PATCH v5 2/7] fuzz: double the IOs to remove for every loop
` [PATCH v5 3/7] fuzz: split write operand using binary approach
` [PATCH v5 4/7] fuzz: remove IO commands iteratively
` [PATCH v5 5/7] fuzz: set bits in operand of write/out to zero
` [PATCH v5 6/7] fuzz: add minimization options
` [PATCH v5 7/7] fuzz: heuristic split write based on past IOs
[RFC PATCH v2 00/32] CXL 2.0 Support
2021-01-08 5:36 UTC (7+ messages)
` [RFC PATCH v2 07/32] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [Linuxarm] "
[for-6.0 v5 00/13] Generalize memory encryption models
2021-01-08 4:03 UTC (7+ messages)
` [for-6.0 v5 03/13] securable guest memory: Handle memory encryption via interface
` [for-6.0 v5 10/13] spapr: Add PEF based securable guest memory
[PATCH v2 0/7] macio: remove PIC object property links
2021-01-07 23:24 UTC (3+ messages)
[PATCH v6 00/35] Hexagon patch series
2021-01-08 5:16 UTC (37+ messages)
` [PATCH v6 01/35] Hexagon Update MAINTAINERS file
` [PATCH v6 02/35] Hexagon (target/hexagon) README
` [PATCH v6 03/35] Hexagon (include/elf.h) ELF machine definition
` [PATCH v6 04/35] Hexagon (target/hexagon) scalar core definition
` [PATCH v6 05/35] Hexagon (disas) disassembler
` [PATCH v6 06/35] Hexagon (target/hexagon) register names
` [PATCH v6 07/35] Hexagon (target/hexagon) scalar core helpers
` [PATCH v6 08/35] Hexagon (target/hexagon) GDB Stub
` [PATCH v6 09/35] Hexagon (target/hexagon) architecture types
` [PATCH v6 10/35] Hexagon (target/hexagon) instruction and packet types
` [PATCH v6 11/35] Hexagon (target/hexagon) register fields
` [PATCH v6 12/35] Hexagon (target/hexagon) instruction attributes
` [PATCH v6 13/35] Hexagon (target/hexagon) instruction/packet decode
` [PATCH v6 14/35] Hexagon (target/hexagon) instruction printing
` [PATCH v6 15/35] Hexagon (target/hexagon/arch.[ch]) utility functions
` [PATCH v6 16/35] Hexagon (target/hexagon/conv_emu.[ch]) "
` [PATCH v6 17/35] Hexagon (target/hexagon/fma_emu.[ch]) "
` [PATCH v6 18/35] Hexagon (target/hexagon/imported) arch import
` [PATCH v6 19/35] Hexagon (target/hexagon) generator phase 1 - C preprocessor for semantics
` [PATCH v6 20/35] Hexagon (target/hexagon) generator phase 2 - generate header files
` [PATCH v6 21/35] Hexagon (target/hexagon) generator phase 3 - C preprocessor for decode tree
` [PATCH v6 22/35] Hexagon (target/hexagon) generater phase 4 - "
` [PATCH v6 23/35] Hexagon (target/hexagon) opcode data structures
` [PATCH v6 24/35] Hexagon (target/hexagon) macros
` [PATCH v6 25/35] Hexagon (target/hexagon) instruction classes
` [PATCH v6 26/35] Hexagon (target/hexagon) TCG generation
` [PATCH v6 27/35] Hexagon (target/hexagon) TCG for instructions with multiple definitions
` [PATCH v6 28/35] Hexagon (target/hexagon) TCG for floating point instructions
` [PATCH v6 29/35] Hexagon (target/hexagon) translation
` [PATCH v6 30/35] Hexagon (linux-user/hexagon) Linux user emulation
` [PATCH v6 31/35] Hexagon (tests/tcg/hexagon) TCG tests
` [PATCH v6 32/35] Hexagon build infrastructure
` [PATCH v6 33/35] Add Dockerfile for hexagon
` [PATCH v6 34/35] Auto-import Docker support files
` [PATCH v6 35/35] Add newline when generating Dockerfile
[PATCH v4 0/7] fuzz: improve crash case minimization
2021-01-08 4:32 UTC (10+ messages)
` [PATCH v4 1/7] fuzz: accelerate non-crash detection
` [PATCH v4 4/7] fuzz: loop the remove minimizer and refactoring
` [PATCH v4 7/7] fuzz: heuristic split write based on past IOs
[Qemu-devel] [Bug 1639791] [NEW] early virtio console output is lost
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1639791] "
[Qemu-devel] [Bug 1649236] [NEW] Commit snapshot fails with Permission denied when daemonized
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1649236] "
[Qemu-devel] [Bug 1639983] [NEW] e1000 EEPROM have bad checksum
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1639983] "
[Qemu-devel] [Bug 1644754] [NEW] gluster partial reads refusal conflicts with qcow2
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1644754] "
[Qemu-devel] [Bug 1649233] [NEW] scrolling does not work once mouse is grabbed
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1649233] "
[Qemu-devel] [Bug 1640073] [NEW] Guest pause because VMPTRLD failed in KVM
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1640073] "
[Qemu-devel] [Bug 1636770] [NEW] mouse wheel works only with -usbdevice tablet
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1636770] "
[Qemu-devel] [Bug 1642011] [NEW] Mouse wheel events not forwarded to guest using GTK display
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1642011] "
[Qemu-devel] [Bug 1653419] [NEW] SVM emulation fails due to EIP and FLAG register update optimization
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1653419] "
[Qemu-devel] [Bug 1661758] [NEW] qemu-nbd causes data corruption in VDI-format disk images
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1661758] "
[Qemu-devel] [Bug 1654826] [NEW] Holding key down using input-linux freezes guest
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1654826] "
[Qemu-devel] [Bug 1648726] [NEW] Passthrough of UAS devices fails with Windows (10) guests
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1648726] Re: [usb-host] "
[Qemu-devel] [Bug 1652373] [NEW] User-mode QEMU is not deterministic
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1652373] "
[Qemu-devel] [Bug 1662600] [NEW] error while building from source on Ubuntu 16.04
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1662600] "
[Qemu-devel] [Bug 1656711] [NEW] GTK3 interface doesn't zoom-to-fit by default
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1656711] "
[Qemu-devel] [Bug 1658141] [NEW] QEMU's default msrs handling causes Windows 10 64 bit to crash
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1658141] "
[Qemu-devel] [Bug 1671173] [NEW] OS started to crash with a message: "Trying to execute code outside RAM or ROM"
2021-01-08 4:17 UTC (2+ messages)
` [Bug 1671173] "
[Bug 1910605] [NEW] qemu-arm-static ioctl USBDEVFS_BULK return -1 (EFAULT) Bad address
2021-01-07 22:37 UTC
[PATCH] target/s390x: Fix ALGSI
2021-01-07 23:05 UTC (2+ messages)
[Bug 1910603] [NEW] [OSS-Fuzz] Issue 29174 sb16: Abrt in audio_bug
2021-01-07 22:25 UTC
[Bug 1910586] [NEW] SD card size constraint conceptually wrong
2021-01-07 22:13 UTC (3+ messages)
[PATCH v2 00/24] target/arm: enforce alignment
2021-01-07 22:02 UTC (7+ messages)
` [PATCH v2 05/24] target/arm: Fix SCTLR_B test for TCGv_i64 load/store
` [PATCH v2 24/24] target/arm: Enforce alignment for sve unpredicated LDR/STR
[PATCH v4 0/6] Additional NPCM7xx devices
2021-01-07 21:58 UTC (13+ messages)
` [PATCH v4 1/6] hw/misc: Add clock converter in NPCM7XX CLK module
` [PATCH v4 2/6] hw/timer: Refactor NPCM7XX Timer to use CLK clock
` [PATCH v4 3/6] hw/adc: Add an ADC module for NPCM7XX
` [PATCH v4 5/6] hw/misc: Add QTest for NPCM7XX PWM Module
` [PATCH v4 6/6] hw/*: Use type casting for SysBusDevice in NPCM7XX
[PATCH v2 0/4] qemu-timer: Make timer_free() imply timer_del()
2021-01-07 21:18 UTC (2+ messages)
Plugin Register Accesses
2021-01-07 20:45 UTC (8+ 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).