qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-16 18:05:00 to 2021-12-17 09:55:18 UTC [more...]

[PATCH 1/1] multifd: Remove some redundant code
 2021-12-17  9:53 UTC  (3+ messages)

[PATCH v3] hw/virtio/vhost: Fix typo in comment
 2021-12-17  9:46 UTC  (2+ messages)

[PATCH] hw/avr: Realize AVRCPU qdev object using qdev_realize()
 2021-12-17  9:43 UTC  (2+ messages)

[RFC PATCH] memory: Fix dma-reentrancy issues at the MMIO level
 2021-12-17  9:44 UTC  (4+ messages)

[PATCH] qemu-keymap: Add license in generated files
 2021-12-17  9:42 UTC  (2+ messages)

[PATCH-for-7.0] target/i386/kvm: Replace use of __u32 type
 2021-12-17  9:41 UTC  (2+ messages)

[PATCH] configure: Symlink binaries using .exe suffix with MinGW
 2021-12-17  9:40 UTC  (2+ messages)

[PATCH v2] audio: Add sndio backend
 2021-12-17  9:38 UTC 

[PATCH] hw/i386/vmmouse: Require 'i8042' property to be set
 2021-12-17  9:22 UTC  (2+ messages)

[PATCH-for-6.2 0/2] hw/scsi/megasas: Avoid overflowing the SGL buffer
 2021-12-17  9:22 UTC  (2+ messages)

[PATCH] hw/scsi: Fix scsi_bus_init_named() docstring
 2021-12-17  9:20 UTC  (3+ messages)

[PATCH 00/12] s390x/pci: zPCI interpretation support
 2021-12-17  9:17 UTC  (4+ messages)

[PATCH v7 00/13] target/hexagon: introduce idef-parser
 2021-12-17  9:01 UTC  (14+ messages)
` [PATCH v7 01/13] target/hexagon: update MAINTAINERS for idef-parser
` [PATCH v7 02/13] target/hexagon: import README "
` [PATCH v7 03/13] target/hexagon: make slot number an unsigned
` [PATCH v7 04/13] target/hexagon: make helper functions non-static
` [PATCH v7 05/13] target/hexagon: introduce new helper functions
` [PATCH v7 06/13] target/hexagon: expose next PC in DisasContext
` [PATCH v7 07/13] target/hexagon: prepare input for the idef-parser
` [PATCH v7 08/13] target/hexagon: import flex/bison to docker files
` [PATCH v7 09/13] target/hexagon: import lexer for idef-parser
` [PATCH v7 10/13] target/hexagon: import parser "
` [PATCH v7 11/13] target/hexagon: call idef-parser functions
` [PATCH v7 12/13] target/hexagon: import additional tests
` [PATCH v7 13/13] gitlab-ci: do not use qemu-project Docker registry

[PATCH] thunk: do not use HOST_* defines
 2021-12-17  9:13 UTC  (2+ messages)

[PATCH] meson: add "check" argument to run_command
 2021-12-17  8:53 UTC 

[RFC PATCH] memory: Fix dma-reentrancy issues at the MMIO level
 2021-12-17  8:51 UTC 

[RFC] vhost-vdpa-net: add vhost-vdpa-net host device support
 2021-12-17  8:35 UTC  (13+ messages)

[PATCH v4 00/14] vfio-user server in QEMU
 2021-12-17  8:28 UTC  (16+ messages)
` [PATCH v4 02/14] tests/avocado: Specify target VM argument to helper routines
` [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 for-7.0] hw: Add compat machines for 7.0
 2021-12-17  8:13 UTC  (2+ messages)

[PULL 0/8] s390x patches (and one gitlab-CI fix)
 2021-12-17  7:57 UTC  (3+ messages)

[PATCH v2 00/25] Python: delete synchronous qemu.qmp package
 2021-12-17  7:39 UTC  (8+ messages)
` [PATCH v2 15/25] scripts/render-block-graph: switch to AQMP
` [PATCH v2 25/25] python: rename qemu.aqmp to qemu.qmp

[PATCH v2 00/37] Add D-Bus display backend
 2021-12-17  7:05 UTC  (4+ messages)

[PATCH 1/1] pcie: Do not set power state for some hot-plugged devices
 2021-12-17  6:47 UTC  (6+ messages)

[PATCH] hw/riscv: Use load address rather than entry point for fw_dynamic next_addr
 2021-12-17  6:13 UTC  (3+ messages)

[PATCH v5 00/23] QEMU RISC-V AIA support
 2021-12-17  6:11 UTC  (11+ messages)
` [PATCH v5 07/23] target/riscv: Add defines for AIA CSRs
` [PATCH v5 08/23] target/riscv: Allow AIA device emulation to set ireg rmw callback
` [PATCH v5 09/23] target/riscv: Implement AIA local interrupt priorities
` [PATCH v5 10/23] target/riscv: Implement AIA CSRs for 64 local interrupts on RV32
` [PATCH v5 11/23] target/riscv: Implement AIA hvictl and hviprioX CSRs

[PATCH] target/riscv: Enable bitmanip Zb[abcs] instructions
 2021-12-17  5:43 UTC  (3+ messages)

[PATCH] riscv: Set 5.4 as minimum kernel version for riscv32
 2021-12-17  5:11 UTC  (3+ messages)

[PATCH v3 1/1] target/riscv: Fix PMP propagation for tlb
 2021-12-17  3:28 UTC  (5+ messages)

[PATCH v4 1/1] target/riscv: Fix PMP propagation for tlb
 2021-12-17  3:20 UTC 

[RFC PATCH 0/9] Python: Switch to externally hosted qemu.qmp dependency
 2021-12-17  2:29 UTC  (10+ messages)
` [RFC PATCH 1/9] Python: Update mypy dependency to >= 0.780
` [RFC PATCH 2/9] Python: update isort dependency
` [RFC PATCH 3/9] scripts/qmp: Update 'qmp-shell' forwarder stub
` [RFC PATCH 4/9] scripts/qmp: update remaining forwarder stubs
` [RFC PATCH 5/9] scripts/qmp: delete qmp.py script stub
` [RFC PATCH 6/9] scripts: remove sys.path hacks for qemu/qemu.qmp
` [RFC PATCH 7/9] iotests/testenv: initialize an iotests venv
` [RFC PATCH 8/9] Python: delete qemu.qmp
` [RFC PATCH 9/9] (WIP) Python: update Pipfile

[PATCH] iotests/testrunner.py: refactor test_field_width
 2021-12-17  0:02 UTC  (2+ messages)

[RFC qemu.qmp PATCH 00/24] Python: Fork qemu.qmp Python lib into independent repo
 2021-12-16 23:35 UTC  (4+ messages)
` [RFC qemu.qmp PATCH 17/24] Makefile: add build and publish targets

[PATCH 0/8] hw: Have DMA API take MemTxAttrs arg & propagate MemTxResult (part 2)
 2021-12-16 23:28 UTC  (3+ messages)

Exception return
 2021-12-16 20:21 UTC  (5+ messages)

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

[PATCH] docs: Add measurement calculation details to amd-memory-encryption.txt
 2021-12-16 21:41 UTC  (5+ messages)

[PATCH] e1000: fix tx re-entrancy problem
 2021-12-16 20:22 UTC  (6+ messages)

[PATCH 0/2] hw/nvme: Fix CVE-2021-3929 (DMA re-entrancy exploitation)
 2021-12-16 19:55 UTC  (6+ messages)
` [PATCH 2/2] hw/nvme/ctrl: Prohibit DMA accesses to devices (CVE-2021-3929)

[PATCH for-7.0 v2] target/ppc: do not silence SNaN in xscvspdpn
 2021-12-16 19:22 UTC  (5+ messages)

[PULL 000/102] ppc queue
 2021-12-16 19:18 UTC  (8+ messages)

[PATCH v5 00/31] block layer: split block APIs in global state and I/O
 2021-12-16 18:43 UTC  (3+ messages)
` [PATCH v5 22/31] block_int-common.h: assertion in the callers of BlockDriver function pointers

[PATCH v3 00/28] glib: Replace g_memdup() by g_memdup2()
 2021-12-16 18:39 UTC  (4+ messages)
` [PATCH v3 02/28] glib-compat: Introduce g_memdup2() wrapper

[PULL 00/13] Misc patches for 2021-12-15
 2021-12-16 18:19 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).