qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-15 15:01:47 to 2021-12-15 18:59:53 UTC [more...]

[RFC PATCH v3 0/3] physmem: Have flaview API check bus permission from MemTxAttrs argument
 2021-12-15 18:24 UTC  (3+ messages)
` [RFC PATCH v3 1/3] hw/intc/arm_gicv3: Check for !MEMTX_OK instead of MEMTX_ERROR
` [RFC PATCH v3 2/3] softmmu/physmem: Simplify flatview_write and address_space_access_valid

[PATCH] hw: Add compat machines for 6.3
 2021-12-15 17:13 UTC  (3+ messages)

[RFC PATCH v2 0/5] physmem: Have flaview API check bus permission from MemTxAttrs argument
 2021-12-15 17:11 UTC  (4+ messages)
` [RFC PATCH v2 3/5] exec/memattrs: Introduce MemTxAttrs::bus_perm field

[PULL 000/102] ppc queue
 2021-12-15 17:03 UTC  (104+ messages)
` [PULL 001/102] pseries: Update SLOF firmware image
` [PULL 002/102] hw/ppc/mac.h: Remove MAX_CPUS macro
` [PULL 003/102] target/ppc: Fixed call to deferred exception
` [PULL 004/102] test/tcg/ppc64le: test mtfsf
` [PULL 005/102] target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52
` [PULL 006/102] target/ppc: Implement Vector Expand Mask
` [PULL 007/102] target/ppc: Implement Vector Extract Mask
` [PULL 008/102] target/ppc: Implement Vector Mask Move insns
` [PULL 009/102] ivshmem.c: change endianness to LITTLE_ENDIAN
` [PULL 010/102] ivshmem-test.c: enable test_ivshmem_server for ppc64 arch
` [PULL 011/102] pci-host: Allow extended config space access for PowerNV PHB4 model
` [PULL 012/102] docs: Minor updates on the powernv documentation
` [PULL 013/102] ppc/pnv.c: add a friendly warning when accel=kvm is used
  ` [PULL 014/102] docs/system/ppc/powernv.rst: document KVM support status
  ` [PULL 015/102] ppc/pnv.c: fix "system-id" FDT when -uuid is set
  ` [PULL 016/102] docs: Introducing pseries documentation
  ` [PULL 017/102] docs: rSTify ppc-spapr-hcalls.txt
  ` [PULL 018/102] docs: Rename ppc-spapr-hcalls.txt to ppc-spapr-hcalls.rst
  ` [PULL 019/102] Link new ppc-spapr-hcalls.rst file to pseries.rst
  ` [PULL 020/102] softfloat: Extend float_exception_flags to 16 bits
  ` [PULL 021/102] softfloat: Add flag specific to Inf - Inf
  ` [PULL 022/102] softfloat: Add flag specific to Inf * 0
  ` [PULL 023/102] softfloat: Add flags specific to Inf / Inf and 0 / 0
  ` [PULL 024/102] softfloat: Add flag specific to sqrt(-x)
  ` [PULL 025/102] softfloat: Add flag specific to convert non-nan to int
  ` [PULL 026/102] softfloat: Add flag specific to signaling nans
  ` [PULL 027/102] target/ppc: Update float_invalid_op_addsub for new flags
  ` [PULL 028/102] target/ppc: Update float_invalid_op_mul "
  ` [PULL 029/102] target/ppc: Update float_invalid_op_div "
  ` [PULL 030/102] target/ppc: Move float_check_status from FPU_FCTI to translate
  ` [PULL 031/102] target/ppc: Update float_invalid_cvt for new flags
  ` [PULL 032/102] target/ppc: Fix VXCVI return value
  ` [PULL 033/102] target/ppc: Remove inline from do_fri
  ` [PULL 034/102] target/ppc: Use FloatRoundMode in do_fri
  ` [PULL 035/102] target/ppc: Tidy inexact handling "
  ` [PULL 036/102] target/ppc: Clean up do_fri
  ` [PULL 037/102] target/ppc: Update fmadd for new flags
  ` [PULL 038/102] target/ppc: Split out do_fmadd
  ` [PULL 039/102] target/ppc: Do not call do_float_check_status from do_fmadd
  ` [PULL 040/102] target/ppc: Split out do_frsp
  ` [PULL 041/102] target/ppc: Update do_frsp for new flags
  ` [PULL 042/102] target/ppc: Use helper_todouble in do_frsp
  ` [PULL 043/102] target/ppc: Update sqrt for new flags
  ` [PULL 044/102] target/ppc: Update xsrqpi and xsrqpxp to "
  ` [PULL 045/102] target/ppc: Update fre "
  ` [PULL 046/102] softfloat: Add float64r32 arithmetic routines
  ` [PULL 047/102] target/ppc: Add helpers for fmadds et al
  ` [PULL 048/102] target/ppc: Add helper for fsqrts
  ` [PULL 049/102] target/ppc: Add helpers for fadds, fsubs, fdivs
  ` [PULL 050/102] target/ppc: Add helper for fmuls
  ` [PULL 051/102] target/ppc: Add helper for frsqrtes
  ` [PULL 052/102] target/ppc: Update fres to new flags and float64r32
  ` [PULL 053/102] target/ppc: Use helper_todouble/tosingle in helper_xststdcsp
  ` [PULL 054/102] target/ppc: Disable software TLB for the 7450 family
  ` [PULL 055/102] target/ppc: Disable unused facilities in the e600 CPU
  ` [PULL 056/102] target/ppc: Remove the software TLB model of 7450 CPUs
  ` [PULL 057/102] target/ppc: Fix MPCxxx FPU interrupt address
  ` [PULL 058/102] target/ppc: Remove 603e exception model
  ` [PULL 059/102] target/ppc: Set 601v exception model id
  ` [PULL 060/102] target/ppc: remove 401/403 CPUs
  ` [PULL 061/102] ppc/ppc405: Change kernel load address
  ` [PULL 062/102] ppc: Mark the 'taihu' machine as deprecated
  ` [PULL 063/102] ppc: Add trace-events for DCR accesses
  ` [PULL 064/102] ppc/ppc405: Convert printfs to trace-events
  ` [PULL 065/102] ppc/ppc405: Drop flag parameter in ppc405_set_bootinfo()
  ` [PULL 066/102] ppc/ppc405: Change ppc405ep_init() return value
  ` [PULL 067/102] ppc/ppc405: Add some address space definitions
  ` [PULL 068/102] ppc/ppc405: Remove flash support
  ` [PULL 069/102] ppc/ppc405: Rework FW load
  ` [PULL 070/102] ppc/ppc405: Introduce ppc405_set_default_bootinfo()
  ` [PULL 071/102] ppc/ppc405: Fix boot from kernel
  ` [PULL 072/102] ppc/ppc405: Change default PLL values at reset
  ` [PULL 073/102] ppc/ppc405: Fix bi_pci_enetaddr2 field in U-Boot board information
  ` [PULL 074/102] ppc/ppc405: Add update of bi_procfreq field
  ` [PULL 075/102] target/ppc: Fix xs{max, min}[cj]dp to use VSX registers
  ` [PULL 076/102] target/ppc: Move xs{max,min}[cj]dp to decodetree
  ` [PULL 077/102] target/ppc: fix xscvqpdp register access
  ` [PULL 078/102] target/ppc: move xscvqpdp to decodetree
  ` [PULL 079/102] target/ppc: Fix e6500 boot
  ` [PULL 080/102] Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"
  ` [PULL 081/102] target/ppc: do not silence SNaN in xscvspdpn
  ` [PULL 082/102] target/ppc: introduce PMUEventType and PMU overflow timers
  ` [PULL 083/102] target/ppc: PMU basic cycle count for pseries TCG
  ` [PULL 084/102] target/ppc: PMU: update counters on PMCs r/w
  ` [PULL 085/102] target/ppc: PMU: update counters on MMCR1 write
  ` [PULL 086/102] target/ppc: enable PMU counter overflow with cycle events
  ` [PULL 087/102] target/ppc: enable PMU instruction count
  ` [PULL 088/102] target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) event
  ` [PULL 089/102] PPC64/TCG: Implement 'rfebb' instruction
  ` [PULL 090/102] ppc/pnv: Introduce a "chip" property under PHB3
  ` [PULL 091/102] ppc/pnv: Use the chip class to check the index of PHB3 devices
  ` [PULL 092/102] ppc/pnv: Drop the "num-phbs" property
  ` [PULL 093/102] ppc/pnv: Move mapping of the PHB3 CQ regions under pnv_pbcq_realize()
  ` [PULL 094/102] ppc/pnv: Use QOM hierarchy to scan PHB3 devices
  ` [PULL 095/102] ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devices
  ` [PULL 096/102] ppc/pnv: Introduce version and device_id class atributes for PHB4 devices
  ` [PULL 097/102] ppc/pnv: Introduce a "chip" property under the PHB4 model
  ` [PULL 098/102] ppc/pnv: Introduce a num_stack class attribute
  ` [PULL 099/102] ppc/pnv: Compute the PHB index from the PHB4 PEC model
  ` [PULL 100/102] ppc/pnv: Remove "system-memory" property from PHB4 PEC
  ` [PULL 101/102] ppc/pnv: Move realize of PEC stacks under the PEC model
  ` [PULL 102/102] ppc/pnv: Use QOM hierarchy to scan PEC PHB4 devices

[PATCH v10 00/31] LoongArch64 port of QEMU TCG
 2021-12-15 17:30 UTC  (3+ messages)
` [PATCH v10 28/31] common-user: Add safe syscall handling for loongarch64 hosts

[PATCH for-7.0] hw: Add compat machines for 7.0
 2021-12-15 17:17 UTC  (2+ messages)

[PATCH for-7.0 v2] target/ppc: do not silence SNaN in xscvspdpn
 2021-12-15 17:11 UTC  (3+ messages)

[PATCH] target/ppc: Fix e6500 boot
 2021-12-15 16:52 UTC  (2+ messages)

[PATCH v2 0/4] target/ppc: Fix VSX instructions register access
 2021-12-15 16:50 UTC  (2+ messages)

[PATCH v5 0/8] tests/unit: Rework test-smp-parse tests
 2021-12-15 16:48 UTC  (9+ messages)
` [PATCH v5 1/8] tests/unit/test-smp-parse: Pass machine type as argument to tests
` [PATCH v5 2/8] tests/unit/test-smp-parse: Split the 'generic' test in valid / invalid
` [PATCH v5 3/8] tests/unit/test-smp-parse: Add 'smp-with-dies' machine type
` [PATCH v5 4/8] tests/unit/test-smp-parse: Add 'smp-generic-invalid' "
` [PATCH v5 5/8] tests/unit/test-smp-parse: Add 'smp-generic-valid' "
` [PATCH v5 6/8] tests/unit/test-smp-parse: Simplify pointer to compound literal use
` [PATCH v5 7/8] tests/unit/test-smp-parse: Constify some pointer/struct
` [PATCH v5 8/8] hw/core: Rename smp_parse() -> machine_parse_smp_config()

[PATCH v3 00/28] glib: Replace g_memdup() by g_memdup2()
 2021-12-15 16:54 UTC  (2+ messages)

[PATCH v2 00/19] ppc/pnv: Add support for user created PHB3/PHB4 devices
 2021-12-15 16:56 UTC  (2+ messages)

[PATCH v9 00/10] PMU-EBB support for PPC64 TCG
 2021-12-15 16:54 UTC  (2+ messages)

[PATCH v2] Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"
 2021-12-15 16:52 UTC  (2+ messages)

[PATCH] linux-user: Remove the deprecated ppc64abi32 target
 2021-12-15 16:52 UTC  (2+ messages)

[PATCH 0/3] target/ppc: Minor fixes to exception code
 2021-12-15 16:47 UTC  (4+ messages)
` [PATCH 1/3] target/ppc: Fix MPCxxx FPU interrupt address

[PATCH 00/15] ppc/ppc405: decade cleanup
 2021-12-15 16:49 UTC  (2+ messages)

[RFC PATCH v2 0/4] QEMU/openbios: PPC Software TLB support in the G4 family
 2021-12-15 16:47 UTC  (2+ messages)

[PATCH 0/3] docs: rSTify ppc-spapr-hcalls.txt
 2021-12-15 16:41 UTC  (2+ messages)

[PATCH v2] block-backend: prevent dangling BDS pointers across aio_poll()
 2021-12-15 16:46 UTC  (5+ messages)

[PATCH v2] docs: Introducing pseries documentation
 2021-12-15 16:40 UTC  (2+ messages)

[RFC PATCH for-7.0 00/35] target/ppc fpu fixes and cleanups
 2021-12-15 16:42 UTC  (2+ messages)

[PATCH v2 0/2] ppc/pnv.c: add a friendly warning when accel=kvm is used
 2021-12-15 16:38 UTC  (2+ messages)

[PATCH v2] docs: Minor updates on the powernv documentation
 2021-12-15 16:37 UTC  (2+ messages)

[PATCH v3] ppc/pnv.c: fix "system-id" FDT when -uuid is set
 2021-12-15 16:38 UTC  (2+ messages)

[PATCH v3 0/3] target/ppc: Implement Vector Expand/Extract Mask and Vector Mask
 2021-12-15 16:34 UTC  (3+ messages)
` [PATCH v3 1/3] target/ppc: Implement Vector Expand Mask

[PATCH v4 0/3] Fix mtfsf, mtfsfi and mtfsb1 bug
 2021-12-15 16:33 UTC  (2+ messages)

[PATCH for-7.0 v2 0/2] change ivshmem endianness to LITTLE_ENDIAN
 2021-12-15 16:35 UTC  (2+ messages)

[PATCH 00/12] s390x/pci: zPCI interpretation support
 2021-12-15 16:32 UTC  (6+ messages)
` [PATCH 07/12] s390x/pci: enable for load/store intepretation

[PATCH v11 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-12-15 16:33 UTC  (12+ messages)
` [PATCH v11 01/10] ACPI ERST: bios-tables-test.c steps 1 and 2
` [PATCH v11 02/10] ACPI ERST: specification for ERST support
` [PATCH v11 03/10] ACPI ERST: PCI device_id for ERST
` [PATCH v11 04/10] ACPI ERST: header file "
` [PATCH v11 05/10] ACPI ERST: support for ACPI ERST feature
` [PATCH v11 06/10] ACPI ERST: build the ACPI ERST table
` [PATCH v11 07/10] ACPI ERST: create ACPI ERST table for pc/x86 machines
` [PATCH v11 08/10] ACPI ERST: qtest for ERST
` [PATCH v11 09/10] ACPI ERST: bios-tables-test testcase
` [PATCH v11 10/10] ACPI ERST: step 6 of bios-tables-test.c

[PATCH v4 00/14] vfio-user server in QEMU
 2021-12-15 15:54 UTC  (16+ messages)
` [PATCH v4 01/14] configure, meson: override C compiler for cmake
` [PATCH v4 02/14] tests/avocado: Specify target VM argument to helper routines
` [PATCH v4 03/14] vfio-user: build library
` [PATCH v4 04/14] vfio-user: define vfio-user-server object
` [PATCH v4 05/14] vfio-user: instantiate vfio-user context
` [PATCH v4 06/14] vfio-user: find and init PCI device
` [PATCH v4 07/14] vfio-user: run vfio-user context
` [PATCH v4 08/14] vfio-user: handle PCI config space accesses
` [PATCH v4 09/14] vfio-user: handle DMA mappings
` [PATCH v4 10/14] vfio-user: handle PCI BAR accesses
` [PATCH v4 11/14] vfio-user: IOMMU support for remote device
` [PATCH v4 12/14] vfio-user: handle device interrupts
` [PATCH v4 13/14] vfio-user: register handlers to facilitate migration
` [PATCH v4 14/14] vfio-user: avocado tests for vfio-user

[PATCH v4 00/18] tests/docker: start using libvirt-ci's "lcitool" for dockerfiles
 2021-12-15 16:21 UTC  (3+ messages)
` [PATCH v4 03/18] meson: require liburing >= 0.3

[PATCH v5 00/23] QEMU RISC-V AIA support
 2021-12-15 14:59 UTC  (4+ messages)
` [PATCH v5 16/23] hw/riscv: virt: Use AIA INTC compatible string when available

[PATCH v5 00/18] tests/docker: start using libvirt-ci's "lcitool" for dockerfiles
 2021-12-15 14:19 UTC  (11+ messages)
` [PATCH v5 01/18] ui: avoid compiler warnings from unused clipboard info variable
` [PATCH v5 02/18] spice: Update QXLInterface for spice >= 0.15.0
` [PATCH v5 03/18] meson: require liburing >= 0.3
` [PATCH v5 07/18] tests: integrate lcitool for generating build env manifests
` [PATCH v5 08/18] tests/docker: auto-generate centos8.docker with lcitool
` [PATCH v5 11/18] tests/docker: auto-generate ubuntu2004.docker "
` [PATCH v5 14/18] .gitlab-ci.d/cirrus: auto-generate variables "
` [PATCH v5 16/18] tests/docker: fix sorting of alpine image package lists
` [PATCH v5 17/18] tests/docker: fully expand the alpine package list
` [PATCH v5 18/18] tests/docker: auto-generate alpine.docker with lcitool

[PATCH v3 00/12] vfio-user server in QEMU
 2021-12-15 15:49 UTC  (4+ messages)
` [PATCH v3 11/12] vfio-user: register handlers to facilitate migration

[RFC PATCH] docs/devel: update C standard to C11
 2021-12-15 15:46 UTC  (3+ messages)

[RFC PATCH] target/ppc: do not silence snan in xscvspdpn
 2021-12-15 15:55 UTC  (5+ messages)

[PATCH-for-6.2? v2 0/5] docs/devel/style: Improve rST rendering
 2021-12-15 14:39 UTC  (11+ messages)
` [PATCH-for-6.2? v2 1/5] docs/devel/style: Render C types as monospaced text
` [PATCH-for-6.2? v2 2/5] docs/devel/style: Improve Error** functions rST rendering
` [PATCH-for-6.2? v2 3/5] docs/devel/style: Improve string format "
` [PATCH-for-6.2? v2 4/5] docs/devel/style: Render C function names as monospaced text

[PATCH] linux-user/hexagon: Use generic target_stat64 structure
 2021-12-15 14:59 UTC  (3+ messages)

[PATCH] hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERROR
 2021-12-15 14:47 UTC 

[PATCH-for-7.0] hw/pci: Don't open-code pci_intx()
 2021-12-15 15:01 UTC  (2+ messages)

[PULL 00/13] Block device patches patches for 2021-12-15
 2021-12-15 14:02 UTC  (2+ messages)
` [PULL 12/13] hw/arm/aspeed: Replace drive_get_next() by drive_get()


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