qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-05 17:30:49 to 2023-01-06 12:12:02 UTC [more...]

[PULL 00/34] target-arm queue
 2023-01-06 12:10 UTC  (4+ messages)
` [PULL 14/34] hw/timer/imx_epit: hard reset initializes CR with 0
` [PULL 27/34] target/arm: align exposed ID registers with Linux

intermittent hang, s390x host, bios-tables-test test, TPM
 2023-01-06 12:10 UTC 

[PATCH v2 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-01-06 11:57 UTC  (4+ messages)
` [PATCH v2 6/6] hw/isa/piix: Resolve redundant TYPE_PIIX3_XEN_DEVICE

[PATCH] hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fn
 2023-01-06 11:57 UTC  (2+ messages)

[PATCH] .gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
 2023-01-06 11:29 UTC  (7+ messages)

[PATCH v6] xen/pt: reserve PCI slot 2 for Intel igd-passthru
 2023-01-06 10:52 UTC  (9+ messages)

Plugin Memory Callback Debugging
 2023-01-06 10:30 UTC  (10+ messages)

[PATCH v4 0/4] hw/nvme: fix broken shadow doorbells on some platforms
 2023-01-06 10:28 UTC  (2+ messages)

[PATCH] semihosting: add O_BINARY flag in host_open for NT compatibility
 2023-01-06 10:27 UTC  (5+ messages)

[PATCH] .gitlab/issue_templates: Move suggestions into comments
 2023-01-06 10:25 UTC  (4+ messages)

[PATCH v2] semihosting: add O_BINARY flag in host_open for NT compatibility
 2023-01-06 10:20 UTC 

can we reduce the time taken for the msys2 jobs?
 2023-01-06 10:01 UTC  (4+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-06  9:40 UTC  (7+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH] .gitlab-ci.d/windows: Work-around timeout and OpenGL problems of the MSYS2 jobs
 2023-01-06  9:24 UTC  (5+ messages)

[PULL 00/15] First batch of s390x, qtests and misc fixes in 2023
 2023-01-06  8:28 UTC  (16+ messages)
` [PULL 01/15] qemu-iotests/stream-under-throttle: do not shutdown QEMU
` [PULL 02/15] tests/vm: Update get_default_jobs() to work on non-x86_64 non-KVM hosts
` [PULL 03/15] MAINTAINERS: Add MIPS-related docs and configs to the MIPS architecture section
` [PULL 04/15] exec/memory: Expose memory_region_access_valid()
` [PULL 05/15] hw/s390x/pv: Restrict Protected Virtualization to sysemu
` [PULL 06/15] target/s390x/tcg/misc_helper: Remove unused "memory.h" include
` [PULL 07/15] target/s390x/tcg/excp_helper: Restrict system headers to sysemu
` [PULL 08/15] target/s390x: Restrict sysemu/reset.h to system emulation
` [PULL 09/15] tests/readconfig: spice doesn't support unix socket on windows yet
` [PULL 10/15] i386: Deprecate the -no-hpet QEMU command line option
` [PULL 11/15] docs/interop: Change the vnc-ledstate-Pseudo-encoding doc into .rst
` [PULL 12/15] Update scripts/meson-buildoptions.sh
` [PULL 13/15] Refactoring: refactor TFR() macro to RETRY_ON_EINTR()
` [PULL 14/15] error handling: Use RETRY_ON_EINTR() macro where applicable
` [PULL 15/15] .gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job

[PATCH v4] riscv: Allow user to set the satp mode
 2023-01-06  8:53 UTC  (5+ messages)

[PATCH v3 0/6] Support for new CPU model SapphireRapids
 2023-01-06  8:38 UTC  (7+ messages)
` [PATCH v3 1/6] i386: Introduce FeatureWordInfo for AMX CPUID leaf 0x1D and 0x1E
` [PATCH v3 2/6] i386: Remove unused parameter "uint32_t bit" in feature_word_description()
` [PATCH v3 3/6] i386: Introduce new struct "MultiBitFeatureInfo" for multi-bit features
` [PATCH v3 4/6] i386: Mask and report unavailable multi-bit feature values
` [PATCH v3 5/6] i386: Initialize AMX CPUID leaves with corresponding env->features[] leaves
` [PATCH v3 6/6] i386: Add new CPU model SapphireRapids

[PATCH v2 0/4] s390x/pv: Improve protected VM support
 2023-01-06  7:53 UTC  (5+ messages)
` [PATCH v2 1/4] s390x/pv: Implement a CGS check helper
` [PATCH v2 2/4] s390x/pv: Check for support on the host
` [PATCH v2 3/4] s390x/pv: Introduce a s390_pv_check() helper for runtime
` [PATCH v2 4/4] s390x/pv: Move check on hugepage under s390_pv_guest_check()

[RFC PATCH 00/40] Toward class init of cpu features
 2023-01-06  7:51 UTC  (39+ messages)
` [RFC PATCH 01/40] qdev: Don't always force the global property array non-null
` [RFC PATCH 04/40] target/arm: Remove aarch64_cpu_finalizefn
` [RFC PATCH 05/40] target/arm: Create arm_cpu_register_parent
` [RFC PATCH 06/40] target/arm: Remove AArch64CPUClass
` [RFC PATCH 07/40] target/arm: Create TYPE_ARM_V7M_CPU
` [RFC PATCH 08/40] target/arm: Pass ARMCPUClass to ARMCPUInfo.class_init
` [RFC PATCH 11/40] target/arm: Copy features from ARMCPUClass
` [RFC PATCH 13/40] hw/arm/bcm2836: Set mp-affinity property in realize
` [RFC PATCH 14/40] target/arm: Rename arm_cpu_mp_affinity
` [RFC PATCH 15/40] target/arm: Create arm_cpu_mp_affinity
` [RFC PATCH 21/40] target/arm: Remove aarch64 check from aarch64_host_object_init
` [RFC PATCH 24/40] target/arm/hvf: Probe host into ARMCPUClass
` [RFC PATCH 27/40] target/arm: Split out strongarm_class_init
` [RFC PATCH 28/40] target/arm: Split out xscale*_class_init
` [RFC PATCH 32/40] target/arm: Move "midr" to class property
` [RFC PATCH 33/40] target/arm: Move "cntfrq" "
` [RFC PATCH 37/40] target/arm: Move "cfgend" "

[PULL 0/3] loongarch-to-apply queue
 2023-01-06  6:33 UTC  (4+ messages)
` [PULL 1/3] hw/intc/loongarch_pch_msi: add irq number property
` [PULL 2/3] hw/intc/loongarch_pch_pic: "
` [PULL 3/3] hw/intc/loongarch_pch: Change default irq number of pch irq controller

[PULL v3 00/43] riscv-to-apply queue
 2023-01-06  3:13 UTC  (44+ messages)
` [PULL v3 01/43] target/riscv: Fix PMP propagation for tlb
` [PULL v3 02/43] tcg/riscv: Fix range matched by TCG_CT_CONST_M12
` [PULL v3 03/43] tcg/riscv: Fix reg overlap case in tcg_out_addsub2
` [PULL v3 04/43] tcg/riscv: Fix base register for user-only qemu_ld/st
` [PULL v3 05/43] hw/riscv/opentitan: bump opentitan
` [PULL v3 06/43] hw/riscv/opentitan: add aon_timer base unimpl
` [PULL v3 07/43] target/riscv: Add smstateen support
` [PULL v3 08/43] target/riscv: smstateen check for h/s/envcfg
` [PULL v3 09/43] target/riscv: generate virtual instruction exception
` [PULL v3 10/43] target/riscv: Add itrigger support when icount is not enabled
` [PULL v3 11/43] target/riscv: Add itrigger support when icount is enabled
` [PULL v3 12/43] target/riscv: Enable native debug itrigger
` [PULL v3 13/43] target/riscv: Add itrigger_enabled field to CPURISCVState
` [PULL v3 14/43] hw/intc: sifive_plic: Renumber the S irqs for numa support
` [PULL v3 15/43] target/riscv: Typo fix in sstc() predicate
` [PULL v3 16/43] hw/riscv: virt: Remove the redundant ipi-id property
` [PULL v3 17/43] target/riscv: support cache-related PMU events in virtual mode
` [PULL v3 18/43] target/riscv: Add some comments for sstatus CSR in riscv_cpu_dump_state()
` [PULL v3 19/43] hw/misc: pfsoc: add fabric clocks to ioscb
` [PULL v3 20/43] hw/riscv: pfsoc: add missing FICs as unimplemented
` [PULL v3 21/43] hw/{misc, riscv}: pfsoc: add system controller "
` [PULL v3 22/43] hw/intc: sifive_plic: fix out-of-bound access of source_priority array
` [PULL v3 23/43] target/riscv: Fix mret exception cause when no pmp rule is configured
` [PULL v3 24/43] target/riscv: Set pc_succ_insn for !rvc illegal insn
` [PULL v3 25/43] target/riscv: Simplify helper_sret() a little bit
` [PULL v3 26/43] target/riscv: Clear mstatus.MPRV when leaving M-mode for priv spec 1.12+
` [PULL v3 27/43] RISC-V: Add Zawrs ISA extension support
` [PULL v3 28/43] hw/riscv: Select MSI_NONBROKEN in SIFIVE_PLIC
` [PULL v3 29/43] hw/intc: Select MSI_NONBROKEN in RISC-V AIA interrupt controllers
` [PULL v3 30/43] hw/riscv: Fix opentitan dependency to SIFIVE_PLIC
` [PULL v3 31/43] hw/riscv: Sort machines Kconfig options in alphabetical order
` [PULL v3 32/43] hw/riscv: spike: Remove misleading comments
` [PULL v3 33/43] hw/intc: sifive_plic: Drop PLICMode_H
` [PULL v3 34/43] hw/intc: sifive_plic: Improve robustness of the PLIC config parser
` [PULL v3 35/43] hw/intc: sifive_plic: Use error_setg() to propagate the error up via errp in sifive_plic_realize()
` [PULL v3 36/43] hw/intc: sifive_plic: Update "num-sources" property default value
` [PULL v3 37/43] hw/riscv: microchip_pfsoc: Fix the number of interrupt sources of PLIC
` [PULL v3 38/43] hw/riscv: sifive_e: "
` [PULL v3 39/43] hw/riscv: sifive_u: Avoid using magic number for "riscv, ndev"
` [PULL v3 40/43] hw/riscv: virt: Fix the value of "riscv, ndev" in the dtb
` [PULL v3 41/43] hw/intc: sifive_plic: Change "priority-base" to start from interrupt source 0
` [PULL v3 42/43] hw/riscv: opentitan: Drop "hartid-base" and "priority-base" initialization
` [PULL v3 43/43] hw/intc: sifive_plic: Fix the pending register range check

[PULL v2 00/47] tcg misc queue
 2023-01-06  3:17 UTC  (3+ messages)
` [PULL v2 19/47] tcg: Introduce paired register allocation
` [PULL v2 47/47] tests/tcg/multiarch: add vma-pthread.c

[PATCH 0/1] Fix some typos
 2023-01-06  1:50 UTC  (6+ messages)
` [PATCH 1/1] "
` [PING PATCH 0/1] "
    `  "

[PATCH v5 0/3] Add irq number property for loongarch pch interrupt controller
 2023-01-06  1:47 UTC  (3+ messages)
` [PATCH v5 2/3] hw/intc/loongarch_pch_pic: add irq number property

ARM: ptw.c:S1_ptw_translate
 2023-01-06  1:08 UTC  (3+ messages)

[PATCH v2 0/2] hw/arm: Add support for STM32 H405 and fix STM32F405 memory layout
 2023-01-06  0:46 UTC  (3+ messages)
` [PATCH v2 2/2] hw/arm: Add Olimex H405

[PATCH 0/3] various aarch64 fixes for running Hyper-V on TCG
 2023-01-05 22:12 UTC  (4+ messages)
` [PATCH 1/3] target/arm: implement DBGCLAIM registers
` [PATCH 2/3] target/arm: provide RAZ/WI stubs for more DCC registers
` [PATCH 3/3] target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled

[PATCH v3 0/9] Hexagon: COF overrides, new generator, test update
 2023-01-05 22:13 UTC  (10+ messages)
` [PATCH v3 1/9] Hexagon (target/hexagon) Add overrides for jumpr31 instructions
` [PATCH v3 2/9] Hexagon (target/hexagon) Add overrides for callr
` [PATCH v3 3/9] Hexagon (target/hexagon) Add overrides for endloop1/endloop01
` [PATCH v3 4/9] Hexagon (target/hexagon) Add overrides for dealloc-return instructions
` [PATCH v3 5/9] Hexagon (target/hexagon) Analyze packet before generating TCG
` [PATCH v3 6/9] Hexagon (target/hexagon) Analyze packet for HVX
` [PATCH v3 7/9] Hexagon (tests/tcg/hexagon) Update preg_alias.c
` [PATCH v3 8/9] Hexagon (tests/tcg/hexagon) Remove __builtin from scatter_gather
` [PATCH v3 9/9] Hexagon (tests/tcg/hexagon) Enable HVX tests

[PATCH] hw/dma/rc4030: Move RC4030 declarations to its own 'rc4030.h' header
 2023-01-05 22:25 UTC  (3+ messages)

[PATCH v5 0/2] tpm: add mssim backend
 2023-01-05 22:25 UTC  (8+ messages)
` [PATCH v5 1/2] tpm: convert tpmdev options processing to new visitor format
` [PATCH v5 2/2] tpm: add backend for mssim

[PATCH v2] hw/pci-host: Use register definitions from PCI standard
 2023-01-05 22:15 UTC  (4+ messages)

[PATCH v2] hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_init
 2023-01-05 22:07 UTC  (2+ messages)

[PULL 00/51] virtio,pc,pci: features, cleanups, fixes
 2023-01-05 21:53 UTC  (6+ messages)

[PATCH v1 0/5] migration/ram: background snapshot fixes and optimiations
 2023-01-05 21:11 UTC  (2+ messages)

[PATCH qemu.git v3 0/8] hw/timer/imx_epit: improve and fix EPIT compare timer
 2023-01-05 21:11 UTC  (6+ messages)
` [PATCH qemu.git v3 8/8] hw/timer/imx_epit: fix compare timer handling

[PATCH v2 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon)
 2023-01-05 20:17 UTC  (4+ messages)
` [PATCH v2 1/3] hapvdimm: add a virtual DIMM device for memory hot-add protocols
` [PATCH v2 2/3] Add Hyper-V Dynamic Memory Protocol definitions
` [PATCH v2 3/3] Add a Hyper-V Dynamic Memory Protocol driver (hv-balloon)

[RFC PATCH v5 00/52] Xen support under KVM
 2023-01-05 20:09 UTC  (5+ messages)
` [RFC PATCH v5 39/52] i386/xen: add monitor commands to test event injection

[PATCH v2 00/21] gdbstub: re-organise to for better compilation behaviour
 2023-01-05 19:05 UTC  (9+ messages)
` [PATCH v2 06/21] gdbstub: move GDBState to shared internals header
` [PATCH v2 13/21] gdbstub: specialise handle_query_attached
` [PATCH v2 18/21] gdbstub: don't use target_ulong while handling registers
` [PATCH v2 19/21] gdbstub: move register helpers into standalone include

[PULL 0/5] Python patches
 2023-01-05 18:42 UTC  (2+ messages)

[RFC PATCH] testing: probe gdb for supported architectures ahead of time
 2023-01-05 18:15 UTC 

[PATCH] tests/qemu-iotests/312: Mark "quorum" as required driver
 2023-01-05 17:19 UTC  (2+ messages)

[PULL 0/7] Hexagon update
 2023-01-05 17:38 UTC  (8+ messages)
` [PULL 1/7] linux-user/hexagon: fix signal context save & restore
` [PULL 2/7] target/hexagon: rename aliased register HEX_REG_P3_0
` [PULL 3/7] tests/tcg/hexagon: fix underspecifed asm constraints
` [PULL 4/7] target/hexagon/idef-parser: fix two typos in README
` [PULL 5/7] target/hexagon: suppress unused variable warning
` [PULL 6/7] Hexagon (target/hexagon) implement mutability mask for GPRs
` [PULL 7/7] Update scripts/meson-buildoptions.sh

[PATCH] hw/net: Fix read of uninitialized memory in imx_fec
 2023-01-05 17:08 UTC  (5+ messages)

[PATCH v3 0/6] virtio-mem: Handle preallocation with migration
 2023-01-05 17:33 UTC  (7+ messages)
` [PATCH v3 1/6] migration: Allow immutable device state to be migrated early (i.e., before RAM)
` [PATCH v3 2/6] migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()

[PATCH 1/1] hw/arm/sbsa-ref.c: Start APs powered off
 2023-01-05 17:34 UTC  (2+ messages)

[PATCH] hw/arm/smmuv3: Add GBPA register
 2023-01-05 17:26 UTC  (3+ messages)

[PATCH 0/4] Some tweaks for semihosting-tests
 2023-01-05 17:14 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).