qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-25 17:47:24 to 2021-10-26 10:39:05 UTC [more...]

[PATCH 0/5] trace: inroduce qmp: trace namespace
 2021-10-26 10:28 UTC  (5+ messages)

[PATCH v2 00/15] python/iotests: Run iotest linters during Python CI
 2021-10-26 10:29 UTC  (9+ messages)
` [PATCH v2 07/15] iotests/297: refactor run_[mypy|pylint] as generic execution shim
` [PATCH v2 08/15] iotests/297: Change run_linter() to raise an exception on failure
` [PATCH v2 09/15] iotests/297: update tool availability checks
` [PATCH v2 10/15] iotests/297: split test into sub-cases

[PATCH v1 00/28] testing, plugins and gdbstub for 6.2
 2021-10-26 10:22 UTC  (17+ messages)
` [PATCH v1 01/28] tests/docker: Use apt build-dep in debian10
` [PATCH v1 02/28] tests/docker: Simplify debian-all-test-cross
` [PATCH v1 03/28] tests/docker: Update debian-hexagon-cross to a newer toolchain
` [PATCH v1 04/28] gitlab-ci: Remove special casing for hexagon testing
` [PATCH v1 05/28] tests/docker: Add debian-nios2-cross image
` [PATCH v1 06/28] tests/docker: Add debian-microblaze-cross image
` [PATCH v1 07/28] tests/tcg: Enable container_cross_cc for microblaze
` [PATCH v1 08/28] tests/tcg: Fix some targets default cross compiler path
` [PATCH v1 09/28] tests/docker: split PARTIAL into PARTIAL and VIRTUAL images
` [PATCH v1 10/28] tests/docker: allow non-unique userid
` [PATCH v1 11/28] tests/tcg: enable debian-nios2-cross for test building
` [PATCH v1 12/28] ebpf: really include it only in system emulators
` [PATCH v1 13/28] plugins/cache: freed heap-allocated mutexes
` [PATCH v1 25/28] plugins: add helper functions for coverage plugins
` [PATCH v1 27/28] tests/tcg: remove duplicate EXTRA_RUNS
` [PATCH v1 28/28] gdbstub: Switch to the thread receiving a signal

[PATCH v7 0/4] VNC-related HMP/QMP fixes
 2021-10-26 10:18 UTC  (7+ messages)
` [PATCH v7 1/4] monitor/hmp: add support for flag argument with value
` [PATCH v7 3/4] qapi/monitor: allow VNC display id in set/expire_password

[PATCH] hw/i386: fix vmmouse registration
 2021-10-26  9:54 UTC 

[PATCH v5 00/12] virtio-iommu: Add ACPI support
 2021-10-26  9:47 UTC  (4+ messages)
` [PATCH v5 10/12] tests/acpi: add test cases for VIOT

[PATCH] hw/arm/virt: Expose empty NUMA nodes through ACPI
 2021-10-26  9:47 UTC  (3+ messages)

[PATCH 0/9] Configurable policy for handling unstable interfaces
 2021-10-26  9:46 UTC  (37+ messages)
` [PATCH 1/9] qapi: New special feature flag "unstable"
    ` [Libguestfs] "
` [PATCH 2/9] qapi: Mark unstable QMP parts with feature 'unstable'
` [PATCH 3/9] qapi: Eliminate QCO_NO_OPTIONS for a slight simplification
` [PATCH 4/9] qapi: Tools for sets of special feature flags in generated code
` [PATCH 5/9] qapi: Generalize struct member policy checking
` [PATCH 6/9] qapi: Generalize command "
` [PATCH 7/9] qapi: Generalize enum member "
` [PATCH 8/9] qapi: Factor out compat_policy_input_ok()
` [PATCH 9/9] qapi: Extend -compat to set policy for unstable interfaces

[PATCH v2] hw/arm/virt: Rename default_bus_bypass_iommu
 2021-10-26  9:37 UTC 

[PATCH v2 0/4] qemu-img compare --stat
 2021-10-26  9:18 UTC  (12+ messages)
` [PATCH v2 1/4] qemu-img: implement "
` [PATCH v2 2/4] qemu-img: make --block-size optional for "
` [PATCH v2 3/4] qemu-img: add --shallow option for qemu-img compare
` [PATCH v2 4/4] iotests: add qemu-img-compare-stat test

[PATCH] block-backend: Silence clang -m32 compiler warning
 2021-10-26  9:07 UTC 

[PATCH v2] hvf: arm: Ignore cache operations on MMIO
 2021-10-26  8:57 UTC  (2+ messages)

[PATCH] hvf: arm: Ignore cache operations on MMIO
 2021-10-26  8:56 UTC  (5+ messages)

[PATCH v4] isa-applesmc: provide OSK forwarding on Apple hosts
 2021-10-26  8:42 UTC  (9+ messages)

[PATCH v2 0/5] SGX NUMA support plus vepc reset
 2021-10-26  8:15 UTC  (4+ messages)
` [PATCH v2 5/5] sgx: Reset the vEPC regions during VM reboot

[PATCH v8 00/78] support vector extension v1.0
 2021-10-26  6:55 UTC  (15+ messages)
` [PATCH v8 62/78] target/riscv: rvv-1.0: widening floating-point/integer type-convert
` [PATCH v8 63/78] target/riscv: add "set round to odd" rounding mode helper function
` [PATCH v8 64/78] target/riscv: rvv-1.0: narrowing floating-point/integer type-convert
` [PATCH v8 73/78] target/riscv: rvv-1.0: rename r2_zimm to r2_zimm11
` [PATCH v8 74/78] target/riscv: rvv-1.0: add vsetivli instruction
` [PATCH v8 77/78] target/riscv: rvv-1.0: rename vmandnot.mm and vmornot.mm to vmandn.mm and vmorn.mm
` [PATCH v8 78/78] target/riscv: rvv-1.0: update opivv_vadc_check() comment

[PATCH v4 00/22] QEMU RISC-V AIA support
 2021-10-26  6:42 UTC  (23+ messages)
` [PATCH v4 01/22] target/riscv: Fix trap cause for RV32 HS-mode CSR access from RV64 HS-mode
` [PATCH v4 02/22] target/riscv: Implement SGEIP bit in hip and hie CSRs
` [PATCH v4 03/22] target/riscv: Implement hgeie and hgeip CSRs
` [PATCH v4 04/22] target/riscv: Improve delivery of guest external interrupts
` [PATCH v4 05/22] target/riscv: Allow setting CPU feature from machine/device emulation
` [PATCH v4 06/22] target/riscv: Add AIA cpu feature
` [PATCH v4 07/22] target/riscv: Add defines for AIA CSRs
` [PATCH v4 08/22] target/riscv: Allow AIA device emulation to set ireg rmw callback
` [PATCH v4 09/22] target/riscv: Implement AIA local interrupt priorities
` [PATCH v4 10/22] target/riscv: Implement AIA CSRs for 64 local interrupts on RV32
` [PATCH v4 11/22] target/riscv: Implement AIA hvictl and hviprioX CSRs
` [PATCH v4 12/22] target/riscv: Implement AIA interrupt filtering CSRs
` [PATCH v4 13/22] target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs
` [PATCH v4 14/22] target/riscv: Implement AIA xiselect and xireg CSRs
` [PATCH v4 15/22] target/riscv: Implement AIA IMSIC interface CSRs
` [PATCH v4 16/22] hw/riscv: virt: Use AIA INTC compatible string when available
` [PATCH v4 17/22] target/riscv: Allow users to force enable AIA CSRs in HART
` [PATCH v4 18/22] hw/intc: Add RISC-V AIA APLIC device emulation
` [PATCH v4 19/22] hw/riscv: virt: Add optional AIA APLIC support to virt machine
` [PATCH v4 20/22] hw/intc: Add RISC-V AIA IMSIC device emulation
` [PATCH v4 21/22] hw/riscv: virt: Add optional AIA IMSIC support to virt machine
` [PATCH v4 22/22] docs/system: riscv: Document AIA options for "

[PATCH v3] target/riscv: fix VS interrupts forwarding to HS
 2021-10-26  6:57 UTC  (8+ messages)

[PATCH 00/24] bsd-user: arm (32-bit) support
 2021-10-26  6:21 UTC  (36+ messages)
` [PATCH 07/24] bsd-user/arm/target_arch_cpu.h: Implment trivial EXCP exceptions
` [PATCH 08/24] bsd-user/arm/target_arch_cpu.h: Implement data abort exceptions
` [PATCH 10/24] bsd-user/arm/target_arch_reg.h: Implement core dump register copying
` [PATCH 11/24] bsd-user/arm/target_arch_vmparam.h: Parameters for arm address space
` [PATCH 12/24] bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm
` [PATCH 13/24] bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread
` [PATCH 14/24] bsd-user/arm/target_arch_elf.h: arm defines for ELF
` [PATCH 15/24] bsd-user/arm/target_arch_elf.h: arm get hwcap
` [PATCH 16/24] bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl
` [PATCH 17/24] bsd-user/arm/target_arch_signal.h: arm specific signal registers and stack
` [PATCH 18/24] bsd-user/arm/target_arch_signal.h: arm machine context for signals
` [PATCH 19/24] bsd-user/arm/target_arch_signal.h: arm user context and trapframe "
` [PATCH 20/24] bsd-user/arm/target_arch_signal.h: arm set_sigtramp_args
` [PATCH 21/24] bsd-user/arm/target_arch_signal.h: arm get_mcontext
` [PATCH 22/24] bsd-user/arm/target_arch_signal.h: arm set_mcontext
` [PATCH 23/24] bsd-user/arm/target_arch_signal.h: arm get_ucontext_sigreturn
` [PATCH 24/24] bsd-user: add arm target build

[PATCH v5 00/26] fdt: Make OF_BOARD a boolean option
 2021-10-26  6:07 UTC  (7+ messages)
` [PATCH v5 03/26] arm: qemu: Mention -nographic in the docs
` [PATCH v5 04/26] arm: riscv: qemu: Explain how to extract the generated dt
` [PATCH v5 05/26] arm: qemu: Add a devicetree file for qemu_arm
` [PATCH v5 06/26] arm: qemu: Add a devicetree file for qemu_arm64
` [PATCH v5 07/26] riscv: qemu: Add devicetree files for qemu_riscv32/64

[PATCH v3 00/22] QEMU RISC-V AIA support
 2021-10-26  5:02 UTC  (2+ messages)

[RFC PATCH v4 00/20] vDPA shadow virtqueue
 2021-10-26  4:32 UTC  (21+ messages)
` [RFC PATCH v4 18/20] vhost: Add VhostIOVATree
` [RFC PATCH v4 20/20] vdpa: Add custom IOTLB translations to SVQ

[PATCH v3 0/2] hw/core/machine: Add an unit test for smp_parse
 2021-10-26  3:46 UTC  (3+ messages)
` [PATCH v3 1/2] hw/core/machine: Split out the smp parsing code
` [PATCH v3 2/2] tests/unit: Add an unit test for smp parsing

[PATCH v2 0/2] hw/core/machine: Add an unit test for smp_parse
 2021-10-26  3:40 UTC  (3+ messages)
` [PATCH v2 2/2] tests/unit: Add an unit test for smp parsing

Commit abb0cd93494 breaks -singlestep -d in_asm,cpu with qemu-system-sh4
 2021-10-26  2:14 UTC  (4+ messages)

[RFC 0/2] tls: add macros for coroutine-safe TLS variables
 2021-10-25 23:27 UTC  (3+ messages)

Looking for advise on debugging a non-boot kernel on qemu-system-sh4
 2021-10-25 22:40 UTC  (13+ messages)

[PATCH] hw/riscv: opentitan: Fixup the PLIC context addresses
 2021-10-25 22:33 UTC  (3+ messages)

[PATCH v17 0/8] RISC-V Pointer Masking implementation
 2021-10-25 22:32 UTC  (10+ messages)
` [PATCH v17 2/8] target/riscv: Add CSR defines for RISC-V PM extension
` [PATCH v17 3/8] target/riscv: Support CSRs required for RISC-V PM extension except for the h-mode
` [PATCH v17 4/8] target/riscv: Add J extension state description
` [PATCH v17 5/8] target/riscv: Print new PM CSRs in QEMU logs
` [PATCH v17 6/8] target/riscv: Support pointer masking for RISC-V for i/c/f/d/a types of instructions
` [PATCH v17 7/8] target/riscv: Implement address masking functions required for RISC-V Pointer Masking extension
` [PATCH v17 8/8] target/riscv: Allow experimental J-ext to be turned on

[PATCH v2] hw/i386: Rename default_bus_bypass_iommu
 2021-10-25 21:15 UTC  (2+ messages)

[ PATCH v3 00/10] Improve PMU support
 2021-10-25 19:56 UTC  (11+ messages)
` [ PATCH v3 01/10] target/riscv: Fix PMU CSR predicate function
` [ PATCH v3 02/10] target/riscv: Implement PMU CSR predicate function for
` [ PATCH v3 03/10] target/riscv: pmu: Rename the counters extension to pmu
` [ PATCH v3 04/10] target/riscv: pmu: Make number of counters configurable
` [ PATCH v3 05/10] target/riscv: Implement mcountinhibit CSR
` [ PATCH v3 06/10] target/riscv: Add support for hpmcounters/hpmevents
` [ PATCH v3 07/10] target/riscv: Support mcycle/minstret write operation
` [ PATCH v3 08/10] target/riscv: Add sscofpmf extension support
` [ PATCH v3 09/10] target/riscv: Add few cache related PMU events
` [ PATCH v3 10/10] hw/riscv: virt: Add PMU DT node to the device tree

[PATCH v4 00/19] target/ppc: DFP instructions using decodetree
 2021-10-25 20:31 UTC  (21+ messages)
` [PATCH v4 01/19] host-utils: move checks out of divu128/divs128
` [PATCH v4 02/19] host-utils: move udiv_qrnnd() to host-utils
` [PATCH v4 03/19] host-utils: add 128-bit quotient support to divu128/divs128
` [PATCH v4 04/19] host-utils: add unit tests for divu128/divs128
` [PATCH v4 05/19] libdecnumber: introduce decNumberFrom[U]Int128
` [PATCH v4 06/19] target/ppc: Move REQUIRE_ALTIVEC/VECTOR to translate.c
` [PATCH v4 07/19] target/ppc: Introduce REQUIRE_FPU
` [PATCH v4 08/19] target/ppc: Implement DCFFIXQQ
` [PATCH v4 09/19] host-utils: Introduce mulu128
` [PATCH v4 10/19] libdecnumber: Introduce decNumberIntegralToInt128
` [PATCH v4 11/19] target/ppc: Implement DCTFIXQQ
` [PATCH v4 12/19] target/ppc: Do not update nip on DFP instructions
` [PATCH v4 13/19] target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree
` [PATCH v4 14/19] target/ppc: Move d{add, sub, mul, div, iex}[q] "
` [PATCH v4 15/19] target/ppc: Move dcmp{u, o}[q], dts{tex, tsf, tsfi}[q] "
` [PATCH v4 16/19] target/ppc: Move dquai[q], drint{x, n}[q] "
` [PATCH v4 17/19] target/ppc: Move dqua[q], drrnd[q] "
` [PATCH v4 18/19] target/ppc: Move dct{dp, qpq}, dr{sp, dpq}, dc{f, t}fix[q], dxex[q] "
` [PATCH v4 19/19] target/ppc: Move ddedpd[q], denbcd[q], dscli[q], dscri[q] "

[PATCH v4 00/17] Adding partial support for 128-bit riscv target
 2021-10-25 20:16 UTC  (10+ messages)
` [PATCH v4 01/17] exec/memop: Rename MO_Q definition as MO_UQ and add MO_UO
` [PATCH v4 02/17] qemu/int128: addition of a few 128-bit operations
` [PATCH v4 04/17] target/riscv: separation of bitwise logic and aritmetic helpers
` [PATCH v4 05/17] target/riscv: array for the 64 upper bits of 128-bit registers

[PATCH] hvf: Avoid mapping regions < PAGE_SIZE as ram
 2021-10-25 19:10 UTC  (3+ messages)

[PATCH v3 0/3] plugins: add a drcov plugin
 2021-10-25 19:03 UTC  (2+ messages)

[PATCH v3 00/22] target/ppc: DFP instructions using decodetree
 2021-10-25 18:52 UTC  (10+ messages)
` [PATCH v3 07/22] host-utils: add 128-bit quotient support to divu128/divs128
` [PATCH v3 15/22] target/ppc: Implement DCTFIXQQ
` [PATCH v3 16/22] target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree

[PATCH] virtiofsd: Error on bad socket group name
 2021-10-25 18:47 UTC  (4+ messages)
` [Virtio-fs] "

[PATCH v3 00/48] tcg: optimize redundant sign extensions
 2021-10-25 18:35 UTC  (9+ messages)
` [PATCH v3 34/48] tcg/optimize: Split out fold_to_not
` [PATCH v3 36/48] tcg/optimize: Split out fold_xi_to_x

[PATCH 00/13] virtiofsd: Support notification queue and
 2021-10-25 18:00 UTC  (2+ messages)

[PATCH] virtiofsd: xattr mapping add a new type "unsupported"
 2021-10-25 17:48 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).