messages from 2021-12-15 17:24:36 to 2021-12-15 22:32:47 UTC [more...]
[RFC 0/5] Clean up error handling in libvhost-user memory mapping
2021-12-15 22:29 UTC (4+ messages)
` [RFC 1/5] libvhost-user: Add vu_rem_mem_reg input validation
` [RFC 2/5] libvhost-user: Add vu_add_mem_reg "
` [RFC 5/5] libvhost-user: handle removal of identical regions
[PATCH v4 00/14] vfio-user server in QEMU
2021-12-15 22:04 UTC (3+ messages)
` [PATCH v4 02/14] tests/avocado: Specify target VM argument to helper routines
[RFC qemu.qmp PATCH 00/24] Python: Fork qemu.qmp Python lib into independent repo
2021-12-15 21:06 UTC (25+ messages)
` [RFC qemu.qmp PATCH 01/24] Fork qemu.qmp from qemu.git
` [RFC qemu.qmp PATCH 02/24] Update VERSION to 0.0.0a1
` [RFC qemu.qmp PATCH 03/24] Update maintainer metadata
` [RFC qemu.qmp PATCH 04/24] Update project description
` [RFC qemu.qmp PATCH 05/24] Update project URLs
` [RFC qemu.qmp PATCH 06/24] Move README.rst to INDEX.rst and update
` [RFC qemu.qmp PATCH 07/24] Move PACKAGE.rst to README.rst "
` [RFC qemu.qmp PATCH 08/24] Update Pipfile.lock
` [RFC qemu.qmp PATCH 09/24] Remove sub-dependency pins from Pipfile
` [RFC qemu.qmp PATCH 10/24] Add build and test container to gitlab CI configuration
` [RFC qemu.qmp PATCH 11/24] Add package build step to GitLab CI
` [RFC qemu.qmp PATCH 12/24] GitLab CI: Add check-dco script
` [RFC qemu.qmp PATCH 13/24] GitLab CI: Add pipenv and tox tests
` [RFC qemu.qmp PATCH 14/24] GitLab CI: Add avocado junit XML output to tests
` [RFC qemu.qmp PATCH 15/24] GitLab CI: Publish python packages to GitLab package repo
` [RFC qemu.qmp PATCH 16/24] Add setuptools_scm package versioning
` [RFC qemu.qmp PATCH 17/24] Makefile: add build and publish targets
` [RFC qemu.qmp PATCH 18/24] add Sphinx documentation config stub
` [RFC qemu.qmp PATCH 19/24] python: configure sphinx
` [RFC qemu.qmp PATCH 20/24] python: adjust apidoc stubs
` [RFC qemu.qmp PATCH 21/24] Fix doc cross-reference regressions
` [RFC qemu.qmp PATCH 22/24] docs: add Makefile target
` [RFC qemu.qmp PATCH 23/24] docs: add doc build to GitLab CI build step
` [RFC qemu.qmp PATCH 24/24] v0.0.1
[PATCH v3] monitor: move x-query-profile into accel/tcg to fix build
2021-12-15 21:18 UTC (2+ messages)
[RFC PATCH 0/3] hw/sd/sdhci: Fix DMA re-entrancy issue
2021-12-15 20:56 UTC (4+ messages)
` [RFC PATCH 1/3] hw/sd/sdhci: Honor failed DMA transactions
` [RFC PATCH 2/3] hw/sd/sdhci: Prohibit DMA accesses to devices
` [RFC PATCH 3/3] tests/qtest/fuzz-sdcard-test: Add reproducer for OSS-Fuzz (Issue 29225)
[PATCH 0/3] hw/sd/sdhci: Fix DMA re-entrancy issue
2021-12-15 20:56 UTC (2+ messages)
[PULL 00/16] qtest and gitlab-CI improvements
2021-12-15 20:33 UTC (3+ messages)
[PULL 00/13] Misc patches for 2021-12-15
2021-12-15 20:25 UTC (14+ messages)
` [PULL 01/13] hw/scsi/lsi53c895a: Do not abort when DMA requested and no data queued
` [PULL 02/13] tests/qtest: Add fuzz-lsi53c895a-test
` [PULL 03/13] qapi/machine.json: Fix incorrect description for die-id
` [PULL 04/13] scripts/entitlement.sh: Use backward-compatible cp flags
` [PULL 05/13] virtio-gpu: do not byteswap padding
` [PULL 06/13] linux-headers: update to 5.16-rc1
` [PULL 07/13] gdbstub: reject unsupported flags in handle_set_qemu_sstep
` [PULL 08/13] gdbstub, kvm: let KVM report supported singlestep flags
` [PULL 09/13] kvm: add support for KVM_GUESTDBG_BLOCKIRQ
` [PULL 10/13] numa: Enable numa for SGX EPC sections
` [PULL 11/13] numa: Support SGX numa in the monitor and Libvirt interfaces
` [PULL 12/13] doc: Add the SGX numa description
` [PULL 13/13] configure: remove dead variables
Redesign of QEMU startup & initial configuration
2021-12-15 20:14 UTC (14+ messages)
[PULL 00/33] target-arm queue
2021-12-15 20:12 UTC (2+ messages)
[RFC PATCH] target/ppc: do not silence snan in xscvspdpn
2021-12-15 20:01 UTC (6+ messages)
[PATCH for-7.0 v2] target/ppc: do not silence SNaN in xscvspdpn
2021-12-15 20:01 UTC (4+ messages)
[PATCH v2 00/25] Python: delete synchronous qemu.qmp package
2021-12-15 19:39 UTC (26+ messages)
` [PATCH v2 01/25] python/aqmp: add __del__ method to legacy interface
` [PATCH v2 02/25] python/aqmp: handle asyncio.TimeoutError on execute()
` [PATCH v2 03/25] python/aqmp: copy type definitions from qmp
` [PATCH v2 04/25] python/aqmp: add SocketAddrT to package root
` [PATCH v2 05/25] python/aqmp: rename AQMPError to QMPError
` [PATCH v2 06/25] python/qemu-ga-client: update instructions to newer CLI syntax
` [PATCH v2 07/25] python/qmp: switch qemu-ga-client to AQMP
` [PATCH v2 08/25] python/qmp: switch qom tools "
` [PATCH v2 09/25] python/qmp: switch qmp-shell "
` [PATCH v2 10/25] python: move qmp utilities to python/qemu/utils
` [PATCH v2 11/25] python: move qmp-shell under the AQMP package
` [PATCH v2 12/25] python/machine: permanently switch to AQMP
` [PATCH v2 13/25] scripts/cpu-x86-uarch-abi: fix CLI parsing
` [PATCH v2 14/25] scripts/cpu-x86-uarch-abi: switch to AQMP
` [PATCH v2 15/25] scripts/render-block-graph: "
` [PATCH v2 16/25] scripts/bench-block-job: "
` [PATCH v2 17/25] iotests/mirror-top-perms: "
` [PATCH v2 18/25] iotests: "
` [PATCH v2 19/25] python: temporarily silence pylint duplicate-code warnings
` [PATCH v2 20/25] python/aqmp: take QMPBadPortError and parse_address from qemu.qmp
` [PATCH v2 21/25] python/aqmp: fully separate from qmp.QEMUMonitorProtocol
` [PATCH v2 22/25] python/aqmp: copy qmp docstrings to qemu.aqmp.legacy
` [PATCH v2 23/25] python: remove the old QMP package
` [PATCH v2 24/25] python: re-enable pylint duplicate-code warnings
` [PATCH v2 25/25] python: rename qemu.aqmp to qemu.qmp
[PATCH] migration: Report the error returned when save_live_iterate fails
2021-12-15 19:38 UTC (2+ messages)
[PATCH] hw: Add compat machines for 6.3
2021-12-15 19:24 UTC (4+ messages)
[PULL 00/18] Migration 20211214 patches
2021-12-15 18:33 UTC (2+ messages)
[PATCH 1/1] pcie: Do not set power state for some hot-plugged devices
2021-12-15 19:20 UTC (3+ messages)
[RFC PATCH v3 0/3] physmem: Have flaview API check bus permission from MemTxAttrs argument
2021-12-15 18:24 UTC (4+ 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
` [RFC PATCH v3 3/3] softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_BUS_ERROR
[RFC PATCH] docs/devel: update C standard to C11
2021-12-15 17:52 UTC (2+ messages)
[PATCH v11 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
2021-12-15 18:06 UTC (5+ messages)
` [PATCH v11 06/10] ACPI ERST: build the ACPI ERST table
[PATCH] linux-user: Remove the deprecated ppc64abi32 target
2021-12-15 17:34 UTC (2+ messages)
[RFC PATCH v2 0/5] physmem: Have flaview API check bus permission from MemTxAttrs argument
2021-12-15 17:14 UTC (7+ messages)
` [RFC PATCH v2 3/5] exec/memattrs: Introduce MemTxAttrs::bus_perm field
[PATCH] target/rx: Correctly set Error Summary bit in set_fpsw() helper
2021-12-15 17:21 UTC (2+ messages)
[PULL 000/102] ppc queue
2021-12-15 17:03 UTC (93+ messages)
` [PULL 002/102] hw/ppc/mac.h: Remove MAX_CPUS macro
` [PULL 005/102] target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52
` [PULL 008/102] target/ppc: Implement Vector Mask Move insns
` [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 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).