qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-30 18:42:09 to 2021-11-01 11:23:41 UTC [more...]

[PATCH v3 0/9] hw/nvram: hw/arm: Introduce Xilinx eFUSE and BBRAM
 2021-11-01 11:22 UTC  (4+ messages)

[PATCH v8 00/29] Add LoongArch linux-user emulation support
 2021-11-01 11:21 UTC  (32+ messages)
` [PATCH v8 01/29] target/loongarch: Add README
` [PATCH v8 02/29] target/loongarch: Add core definition
` [PATCH v8 03/29] target/loongarch: Add main translation routines
` [PATCH v8 04/29] target/loongarch: Add fixed point arithmetic instruction translation
` [PATCH v8 05/29] target/loongarch: Add fixed point shift "
` [PATCH v8 06/29] target/loongarch: Add fixed point bit "
` [PATCH v8 07/29] target/loongarch: Add fixed point load/store "
` [PATCH v8 08/29] target/loongarch: Add fixed point atomic "
` [PATCH v8 09/29] target/loongarch: Add fixed point extra "
` [PATCH v8 10/29] target/loongarch: Add floating point arithmetic "
` [PATCH v8 11/29] target/loongarch: Add floating point comparison "
` [PATCH v8 12/29] target/loongarch: Add floating point conversion "
` [PATCH v8 13/29] target/loongarch: Add floating point move "
` [PATCH v8 14/29] target/loongarch: Add floating point load/store "
` [PATCH v8 15/29] target/loongarch: Add branch "
` [PATCH v8 16/29] target/loongarch: Add disassembler
` [PATCH v8 17/29] linux-user: Add LoongArch generic header files
` [PATCH v8 18/29] linux-user: Add LoongArch specific structures
` [PATCH v8 19/29] linux-user: Add LoongArch signal support
` [PATCH v8 20/29] linux-user: Add LoongArch elf support
` [PATCH v8 21/29] linux-user: Add LoongArch syscall support
` [PATCH v8 22/29] linux-user: Add LoongArch cpu_loop support
` [PATCH v8 23/29] linux-user: Add host dependency for LoongArch 64-bit
` [PATCH v8 24/29] default-configs: Add loongarch linux-user support
` [PATCH v8 25/29] target/loongarch: Add target build suport
` [PATCH v8 26/29] target/loongarch: 'make check-tcg' support
` [PATCH v8 27/29] scripts: add loongarch64 binfmt config
` [PATCH v8 28/29] accel/tcg/user-exec: Implement CPU-specific signal handler for loongarch64 hosts
` [PATCH v8 29/29] linux-user: Add safe syscall handling "

[PATCH 00/16] fdt: Make OF_BOARD a boolean option
 2021-11-01 11:04 UTC  (13+ messages)

[PATCH 00/13] Support UXL filed in xstatus
 2021-11-01 10:55 UTC  (21+ messages)
` [PATCH 01/13] target/riscv: Sign extend pc for different ol
` [PATCH 02/13] target/riscv: Extend pc for runtime pc write
` [PATCH 03/13] target/riscv: Ignore the pc bits above XLEN
` [PATCH 04/13] target/riscv: Use gdb xml according to max mxlen
` [PATCH 05/13] target/riscv: Calculate address according to ol
` [PATCH 06/13] target/riscv: Adjust vsetvl "
` [PATCH 07/13] target/riscv: Ajdust vector atomic check with ol
` [PATCH 08/13] target/riscv: Fix check range for first fault only
` [PATCH 09/13] target/riscv: Adjust vector address with ol
` [PATCH 10/13] target/riscv: Adjust scalar reg in vector "
` [PATCH 11/13] target/riscv: Switch context in exception return
` [PATCH 12/13] target/riscv: Don't save pc when "
` [PATCH 13/13] target/riscv: Enable uxl field write

[PATCH v2] generic-loader: check that binary file target location exists
 2021-11-01 10:53 UTC  (2+ messages)

[PATCH v5 00/26] fdt: Make OF_BOARD a boolean option
 2021-11-01 10:48 UTC  (3+ messages)
` [PATCH v5 06/26] arm: qemu: Add a devicetree file for qemu_arm64

[PATCH v4 0/2] hw/core/machine: Add an unit test for smp_parse
 2021-11-01 10:43 UTC  (4+ messages)
` [PATCH v4 2/2] tests/unit: Add an unit test for smp parsing

[PATCH v3 00/12] vfio-user server in QEMU
 2021-11-01 10:38 UTC  (17+ messages)
` [PATCH v3 02/12] vfio-user: build library
` [PATCH v3 03/12] vfio-user: define vfio-user-server object
` [PATCH v3 04/12] vfio-user: instantiate vfio-user context
` [PATCH v3 05/12] vfio-user: find and init PCI device

[PULL 00/30] Hexagon HVX (target/hexagon) patch series
 2021-11-01 10:33 UTC  (32+ messages)
` [PULL 01/30] Hexagon HVX (target/hexagon) README
` [PULL 02/30] Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to core
` [PULL 03/30] Hexagon HVX (target/hexagon) register names
` [PULL 04/30] Hexagon HVX (target/hexagon) instruction attributes
` [PULL 05/30] Hexagon HVX (target/hexagon) macros
` [PULL 06/30] Hexagon HVX (target/hexagon) import macro definitions
` [PULL 07/30] Hexagon HVX (target/hexagon) semantics generator
` [PULL 08/30] Hexagon HVX (target/hexagon) semantics generator - part 2
` [PULL 09/30] Hexagon HVX (target/hexagon) C preprocessor for decode tree
` [PULL 10/30] Hexagon HVX (target/hexagon) instruction utility functions
` [PULL 11/30] Hexagon HVX (target/hexagon) helper functions
` [PULL 12/30] Hexagon HVX (target/hexagon) TCG generation
` [PULL 13/30] Hexagon HVX (target/hexagon) helper overrides infrastructure
` [PULL 14/30] Hexagon HVX (target/hexagon) helper overrides for histogram instructions
` [PULL 15/30] Hexagon HVX (target/hexagon) helper overrides - vector assign & cmov
` [PULL 16/30] Hexagon HVX (target/hexagon) helper overrides - vector add & sub
` [PULL 17/30] Hexagon HVX (target/hexagon) helper overrides - vector shifts
` [PULL 18/30] Hexagon HVX (target/hexagon) helper overrides - vector max/min
` [PULL 19/30] Hexagon HVX (target/hexagon) helper overrides - vector logical ops
` [PULL 20/30] Hexagon HVX (target/hexagon) helper overrides - vector compares
` [PULL 21/30] Hexagon HVX (target/hexagon) helper overrides - vector splat and abs
` [PULL 22/30] Hexagon HVX (target/hexagon) helper overrides - vector loads
` [PULL 23/30] Hexagon HVX (target/hexagon) helper overrides - vector stores
` [PULL 24/30] Hexagon HVX (target/hexagon) import semantics
` [PULL 25/30] Hexagon HVX (target/hexagon) instruction decoding
` [PULL 26/30] Hexagon HVX (target/hexagon) import instruction encodings
` [PULL 27/30] Hexagon HVX (tests/tcg/hexagon) vector_add_int test
` [PULL 28/30] Hexagon HVX (tests/tcg/hexagon) hvx_misc test
` [PULL 29/30] Hexagon HVX (tests/tcg/hexagon) scatter_gather test
` [PULL 30/30] Hexagon HVX (tests/tcg/hexagon) histogram test

[PATCH v2] .mailmap: Fix more contributor entries
 2021-11-01 10:22 UTC  (2+ messages)

[PATCH 0/3] SEV: fixes for -kernel launch with incompatible OVMF
 2021-11-01 10:21 UTC  (4+ messages)
` [PATCH 1/3] sev/i386: Allow launching with -kernel if no OVMF hashes table found
` [PATCH 2/3] sev/i386: Warn if using -kernel with invalid OVMF hashes table area
` [PATCH 3/3] sev/i386: Perform padding calculations at compile-time

[PATCH v4 0/2] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
 2021-11-01 10:28 UTC  (8+ messages)
` [PATCH v4 1/2] sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux boot

gitlab-ci: clang-user job failed with run-tcg-tests-sh4-linux-user
 2021-11-01 10:27 UTC 

[PATCH v2] hw: Add a 'Sensor devices' qdev category
 2021-11-01 10:21 UTC  (2+ messages)

[PATCH v2] failover: specify an alternate MAC address
 2021-11-01  9:39 UTC  (2+ messages)

[PATCH] vhost: Fix last queue index of devices with no cvq
 2021-11-01  9:12 UTC  (6+ messages)

[RFC PATCH v5 00/26] vDPA shadow virtqueue
 2021-11-01  9:06 UTC  (5+ messages)
` [RFC PATCH v5 01/26] util: Make some iova_tree parameters const

[PATCH v4 00/22] QEMU RISC-V AIA support
 2021-11-01  8:59 UTC  (8+ messages)
` [PATCH v4 01/22] target/riscv: Fix trap cause for RV32 HS-mode CSR access from RV64 HS-mode
` [PATCH v4 04/22] target/riscv: Improve delivery of guest external interrupts
` [PATCH v4 07/22] target/riscv: Add defines for AIA CSRs

[PATCH 00/31] passage: Define a standard for firmware data flow
 2021-11-01  8:53 UTC  (3+ messages)
` [PATCH 14/31] arm: qemu: Add an SPL build

[PATCH v2] hw/arm/virt: Expose empty NUMA nodes through ACPI
 2021-11-01  8:44 UTC  (4+ messages)

[PATCH v6 0/2] Improve vhost-user VQ notifier unmap
 2021-11-01  8:38 UTC  (3+ messages)
` [PATCH v6 1/2] vhost-user: remove VirtQ notifier restore
` [PATCH v6 2/2] vhost-user: fix VirtQ notifier cleanup

[PULL 0/6] Trivial branch for 6.2 patches
 2021-11-01  8:27 UTC  (7+ messages)
` [PULL 1/6] monitor: Trim some trailing space from human-readable output
` [PULL 2/6] hw/core/machine: Add the missing delimiter in cpu_slot_to_string()
` [PULL 3/6] MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware
` [PULL 4/6] hw/input/lasips2: Fix typos in function names
` [PULL 5/6] hw/input/lasips2: Move LASIPS2State declaration to 'hw/input/lasips2.h'
` [PULL 6/6] hw/input/lasips2: QOM'ify the Lasi PS/2

[PATCH v3 0/4] qemu-img compare --stat
 2021-11-01  8:22 UTC  (7+ messages)
` [PATCH v3 2/4] qemu-img: make --block-size optional for "
` [PATCH v3 3/4] qemu-img: add --shallow option for qemu-img compare

[PATCH v2 0/7] Fixed some bugs and optimized some codes for COLO
 2021-11-01  7:57 UTC  (8+ messages)
` [PATCH v2 1/7] Some minor optimizations "
` [PATCH v2 2/7] Fixed qemu crash when guest power off in COLO mode
` [PATCH v2 3/7] Fixed SVM hang when do failover before PVM crash
` [PATCH v2 4/7] colo: fixed 'Segmentation fault' when the simplex mode PVM poweroff
` [PATCH v2 5/7] Removed the qemu_fclose() in colo_process_incoming_thread
` [PATCH v2 6/7] Changed the last-mode to none of first start COLO
` [PATCH v2 7/7] Optimized the function of fill_connection_key

[PATCH v3 0/5] SGX NUMA support plus vepc reset
 2021-11-01 16:20 UTC  (6+ messages)
` [PATCH v3 1/5] numa: Enable numa for SGX EPC sections
` [PATCH v3 2/5] monitor: Support 'info numa' command
` [PATCH v3 3/5] numa: Support SGX numa in the monitor and Libvirt interfaces
` [PATCH v3 4/5] doc: Add the SGX numa description
` [PATCH v3 5/5] sgx: Reset the vEPC regions during VM reboot

[PATCH V5 0/3] net/filter: Optimize filters vnet_hdr support
 2021-11-01  7:15 UTC  (6+ messages)
` [PATCH V5 1/3] net/filter: Optimize transfer protocol for filter-mirror/redirector

[PATCH] target/riscv: machine: Sort the .subsections
 2021-11-01  6:52 UTC  (2+ messages)

[PATCH v9 00/76] support vector extension v1.0
 2021-11-01  6:45 UTC  (3+ messages)
` [PATCH v9 01/76] target/riscv: drop vector 0.7.1 and add 1.0 support

[PATCH] hvf: Enable RDTSCP support
 2021-11-01  5:48 UTC 

[PATCH v4 00/15] PPC64/TCG: Implement 'rfebb' instruction
 2021-11-01  4:38 UTC  (3+ messages)
` [PATCH v4 05/15] target/ppc: introduce PMU events

[PATCH v2 00/34] PowerISA v3.1 instruction batch
 2021-11-01  0:22 UTC  (28+ messages)
` [PATCH v2 07/34] target/ppc: Implement cntlzdm
` [PATCH v2 08/34] target/ppc: Implement cnttzdm
` [PATCH v2 11/34] target/ppc: Move vcfuged to vmx-impl.c.inc
` [PATCH v2 12/34] target/ppc: Implement vclzdm/vctzdm instructions
` [PATCH v2 14/34] target/ppc: Implement vsldbi/vsrdbi instructions
` [PATCH v2 15/34] target/ppc: Implement Vector Insert from GPR using GPR index insns
` [PATCH v2 16/34] target/ppc: Implement Vector Insert Word from GPR using Immediate insns
` [PATCH v2 19/34] target/ppc: Implement Vector Extract Double to VSR using GPR index insns
` [PATCH v2 21/34] target/ppc: receive high/low as argument in get/set_cpu_vsr
` [PATCH v2 22/34] target/ppc: moved stxv and lxv from legacy to decodtree
` [PATCH v2 24/34] target/ppc: added the instructions LXVP and STXVP
` [PATCH v2 30/34] target/ppc: implemented XXSPLTI32DX

[PATCH v5 00/15] target/ppc: DFP instructions using decodetree
 2021-11-01  0:24 UTC  (2+ messages)

[PATCH v3 0/3] Dynamic sysbus device check error report
 2021-10-31 23:36 UTC  (3+ messages)
` [PATCH v3 1/3] machine: add device_type_is_dynamic_sysbus function

[PATCH 0/2] Replace custom test harness with "meson test"
 2021-10-31 21:04 UTC  (4+ messages)
` [PATCH 2/2] build: use "meson test" as the test harness

[PATCH v6 00/66] user-only: Cleanup SIGSEGV and SIGBUS handling
 2021-10-31 13:04 UTC  (26+ messages)
` [PATCH v6 21/66] target/alpha: Implement alpha_cpu_record_sigsegv
` [PATCH v6 26/66] target/hppa: Make hppa_cpu_tlb_fill sysemu only
` [PATCH v6 29/66] target/microblaze: Make mb_cpu_tlb_fill "
` [PATCH v6 32/66] linux-user/openrisc: Abort for EXCP_RANGE, EXCP_FPE
` [PATCH v6 36/66] target/s390x: Use probe_access_flags in s390_probe_access
` [PATCH v6 38/66] target/sh4: Make sh4_cpu_tlb_fill sysemu only
` [PATCH v6 45/66] target/arm: Implement arm_cpu_record_sigbus
` [PATCH v6 46/66] linux-user/hppa: Remove EXCP_UNALIGN handling
` [PATCH v6 51/66] linux-user/ppc: Remove POWERPC_EXCP_ALIGN handling
` [PATCH v6 53/66] target/sh4: Set fault address in superh_cpu_do_unaligned_access
` [PATCH v6 55/66] target/sparc: Split out build_sfsr
` [PATCH v6 59/66] tcg: Add helper_unaligned_{ld, st} for user-only sigbus
` [PATCH v6 63/66] linux-user: Add code for PR_GET/SET_UNALIGN
` [PATCH v6 64/66] target/alpha: Implement prctl_unalign_sigbus
` [PATCH v6 65/66] target/hppa: "

[PATCH 0/4] hw/core: Restrict qdev-hotplug to sysemu
 2021-10-31 11:56 UTC  (5+ messages)
` [PATCH 3/4] hw/core: Extract hotplug-related functions to qdev-hotplug.c
` [PATCH 4/4] hw/core: Restrict hotplug to system emulation

[PATCH v4 00/17] Adding partial support for 128-bit riscv target
 2021-10-31  4:03 UTC  (13+ messages)
` [PATCH v4 03/17] target/riscv: additional macros to check instruction support
` [PATCH v4 06/17] target/riscv: setup everything so that riscv128-softmmu compiles
` [PATCH v4 08/17] target/riscv: accessors to registers upper part and 128-bit load/store
` [PATCH v4 09/17] target/riscv: support for 128-bit bitwise instructions
` [PATCH v4 10/17] target/riscv: support for 128-bit U-type instructions
` [PATCH v4 11/17] target/riscv: support for 128-bit shift instructions

[PATCH v3 0/5] target/arm: Use tcg_constant_*
 2021-10-30 23:46 UTC  (5+ messages)
` [PATCH v3 2/5] target/arm: Introduce store_cpu_field_constant() helper
` [PATCH v3 5/5] target/arm: Use tcg_constant_i32() in gen_rev16()

[PULL 00/30] Renesas SH-4 patches for 2021-10-30
 2021-10-30 20:13 UTC  (2+ messages)

[PATCH v5 00/30] Hexagon HVX (target/hexagon) patch series
 2021-10-30 20:05 UTC  (5+ messages)
` [PATCH v5 01/30] Hexagon HVX (target/hexagon) README
` [PATCH v5 10/30] Hexagon HVX (target/hexagon) instruction utility functions


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