qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-08 09:54:44 to 2021-02-08 20:12:50 UTC [more...]

[PATCH 0/2] hw/block/nvme: add support for telemetry log pages
 2021-02-08 15:40 UTC  (3+ messages)
` [PATCH 1/2] hw/block/nvme: use locally assigned QEMU IEEE OUI

[PATCH v2 0/2] ZynqMP QSPI supports SPI transfer using DMA mode, but currently this
 2021-02-08 15:17 UTC  (7+ messages)
` [PATCH v2 2/2] hw/ssi: xilinx_spips: Implement basic QSPI DMA support

[PATCH v4 0/9] hw/sd: Support block read/write in SPI mode
 2021-02-08 14:44 UTC  (6+ messages)
` [PATCH v4 9/9] hw/sd: ssi-sd: Handle the rest commands with R1b response type

[PULL 00/16] QAPI patches patches for 2021-02-08
 2021-02-08 13:58 UTC  (4+ messages)
` [PULL 02/16] qapi/events: fix visit_event typing
` [PULL 05/16] qapi: centralize is_[user|system|builtin]_module methods
` [PULL 15/16] qapi: type 'info' as Optional[QAPISourceInfo]

[PATCH 0/4] hw/{lm32,sh4}: Kconfig cleanups
 2021-02-08 13:50 UTC  (4+ messages)
` [PATCH 1/4] hw/sh4/Kconfig: Rename CONFIG_SH4 -> CONFIG_SH4_DEVICES
` [PATCH 2/4] hw/lm32/Kconfig: Introduce CONFIG_LM32_EVR for lm32-evr/uclinux boards
` [PATCH 3/4] hw/lm32/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_DEVICES

[PULL 00/18] Integration testing patches for 2021-02-08
 2021-02-08 13:37 UTC  (19+ messages)
` [PULL 01/18] tests/acceptance: Extract tesseract_available() helper in new namespace
` [PULL 02/18] tests/acceptance: Introduce tesseract_ocr() helper
` [PULL 03/18] tests/acceptance: Extract do_test_arm_orangepi_armbian_uboot() method
` [PULL 04/18] tests/acceptance: Test U-Boot/Linux from Armbian 20.08 on Orange Pi PC
` [PULL 05/18] tests/acceptance: Move the pseries test to a separate file
` [PULL 06/18] tests/acceptance: Test the mpc8544ds machine
` [PULL 07/18] tests/acceptance: Add a test for the virtex-ml507 ppc machine
` [PULL 08/18] tests/acceptance: Increase the timeout in the replay tests
` [PULL 09/18] tests/acceptance: Re-enable the microblaze test
` [PULL 10/18] tests/acceptance/boot_linux: fix typo on cloudinit error message
` [PULL 11/18] tests/acceptance/boot_linux: rename misleading cloudinit method
` [PULL 12/18] tests/acceptance/virtiofs_submounts: use workdir property
` [PULL 13/18] tests/acceptance/virtiofs_submounts: do not ask for ssh key password
` [PULL 14/18] tests/acceptance/virtiofs_submounts: use a virtio-net device instead
` [PULL 15/18] tests/acceptance/virtiofs_submounts: standardize port as integer
` [PULL 16/18] tests/acceptance/virtiofs_submounts: required space between IP and port
` [PULL 17/18] Acceptance tests: clarify ssh connection failure reason
` [PULL 18/18] Acceptance Tests: remove unnecessary tag from documentation example

[PATCH v5 00/31] target-arm: Implement ARMv8.5-MemTag, user mode
 2021-02-08 13:57 UTC  (15+ messages)
` [PATCH v5 11/31] exec: Introduce cpu_untagged_addr
` [PATCH v5 12/31] exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
` [PATCH v5 14/31] linux-user: Use guest_range_valid in access_ok
` [PATCH v5 15/31] exec: Rename guest_{addr,range}_valid to *_untagged
  ` [PATCH v5 15/31] exec: Rename guest_{addr, range}_valid "
` [PATCH v5 16/31] linux-user: Use cpu_untagged_addr in access_ok; split out *_untagged
` [PATCH v5 18/31] linux-user: Fix types in uaccess.c
` [PATCH v5 19/31] linux-user: Handle tags in lock_user/unlock_user

[RFC PATCH v2 0/6] exec: Remove "tcg/tcg.h" from "exec/cpu_ldst.h"
 2021-02-08 14:48 UTC  (7+ messages)
` [PATCH v2 4/6] accel/tcg: Include missing "tcg/tcg.h" header
` [RFC PATCH v2 5/6] accel/tcg: Refactor debugging tlb_assert_iotlb_entry_for_ptr_present()

[PATCH] docs/devel/testing.rst: Update outdated Avocado URLs
 2021-02-08 15:26 UTC  (2+ messages)

Emulating sd card with hifive_u risc-v machine
 2021-02-08 13:47 UTC 

USB pass through into Mac OS 9.x with qemu-system-ppc
 2021-02-08 13:29 UTC 

[PATCH] scsi: mptsas: dequeue request object in case of an error (CVE-2021-3392)
 2021-02-08 11:40 UTC  (2+ messages)

[PATCH v2 00/93] TCI fixes and cleanups
 2021-02-08 13:07 UTC  (9+ messages)
` [PATCH v2 63/93] tcg/tci: Use ffi for calls

[PATCH] arm: xlnx-versal: fix virtio-mmio base address assignment
 2021-02-08 12:59 UTC  (11+ messages)

[PATCH v16 00/23] i386 cleanup PART 2
 2021-02-08 12:54 UTC  (5+ messages)
` [PATCH v16 21/23] accel: introduce new accessor functions

ARM Snapshots Not Backwards-Compatible
 2021-02-08 13:11 UTC  (3+ messages)
` [PATCH] target/arm: Don't migrate CPUARMState.features

[PULL 00/16] testing, gdbstub and doc tweaks
 2021-02-08 12:38 UTC  (17+ messages)
` [PULL 01/16] tests/acceptance: Increase the timeout in the replay tests
` [PULL 02/16] tests/docker: Fix _get_so_libs() for docker-binfmt-image
` [PULL 03/16] tests/docker: Fix typo in help message
` [PULL 04/16] tests/docker: make _copy_with_mkdir accept missing files
` [PULL 05/16] tests/docker: preserve original name when copying libs
` [PULL 06/16] tests/docker: alias docker-help target for consistency
` [PULL 07/16] tests/docker: add a docker-exec-copy-test
` [PULL 08/16] configure: make version_ge more tolerant of shady version input
` [PULL 09/16] configure: bump the minimum gdb version for check-tcg to 9.1
` [PULL 10/16] tests/tcg: don't silently skip the gdb tests
` [PULL 11/16] gdbstub: Fix handle_query_xfer_auxv
` [PULL 12/16] tests/tcg: Replace /bin/true by true (required on macOS)
` [PULL 13/16] scripts/mtest2make.py: export all-%s-targets variable and use it
` [PULL 14/16] tests/Makefile.include: don't use TARGET_DIRS for check-tcg
` [PULL 15/16] docs/system: document an example vexpress-a15 invocation
` [PULL 16/16] docs/system: document an example booting the versatilepb machine

[PATCH] hw/sd: sd: Bypass the RCA check for CMD13 in SPI mode
 2021-02-08 13:55 UTC  (5+ messages)

[PATCH 00/33] migration: capture error reports into Error object
 2021-02-08 14:29 UTC  (6+ messages)

[PULL v9 00/13] Cgs patches
 2021-02-08 13:00 UTC  (6+ messages)
` [PULL v9 08/13] confidential guest support: Move SEV initialization into arch specific code
` [PULL v9 09/13] confidential guest support: Update documentation
` [PULL v9 10/13] spapr: Add PEF based confidential guest support
` [PULL v9 11/13] spapr: PEF: prevent migration

[PATCH] MAINTAINERS: Add gdbstub.h to the "GDB stub" section
 2021-02-08 13:33 UTC  (3+ messages)

[PATCH v5] qga: Utilize QAPI_LIST_APPEND in qmp_guest_network_get_interfaces
 2021-02-08 13:23 UTC  (2+ messages)

[PATCH] target/i386: expose more MSRs to GDB
 2021-02-08 12:12 UTC  (2+ messages)

getting the console output for s390 cdrom-test?
 2021-02-08 12:08 UTC  (5+ messages)

[PATCH] hw/net: fsl_etsec: Do not reject short frames
 2021-02-08 11:58 UTC  (2+ messages)

[PATCH v14 0/5] UFFD write-tracking migration/snapshots
 2021-02-08 11:55 UTC  (4+ messages)

[PATCH 0/5] Drop float32/float64 accessors used by gdbstub code
 2021-02-08 11:57 UTC  (7+ messages)
` [PATCH 1/5] target/sh4: Drop use of gdb_get_float32() and ldfl_p()
` [PATCH 2/5] target/m68k: Drop use of gdb_get_float64() and ldfq_p()
` [PATCH 3/5] target/ppc: "
` [PATCH 4/5] gdbstub: Remove unused gdb_get_float32() and gdb_get_float64()
` [PATCH 5/5] bswap.h: Remove unused float-access functions

[PULL 00/27] migration queue
 2021-02-08 11:29 UTC  (28+ messages)
` [PULL 01/27] spapr_pci: Fix memory leak of vmstate_spapr_pci
` [PULL 02/27] savevm: Fix memory leak of vmstate_configuration
` [PULL 03/27] migration/qemu-file: Fix maybe uninitialized on qemu_get_buffer_in_place()
` [PULL 04/27] migration: introduce 'background-snapshot' migration capability
` [PULL 05/27] migration: introduce UFFD-WP low-level interface helpers
` [PULL 06/27] migration: support UFFD write fault processing in ram_save_iterate()
` [PULL 07/27] migration: implementation of background snapshot thread
` [PULL 08/27] migration: introduce 'userfaultfd-wrlat.py' script
` [PULL 09/27] migration: Fix migrate-set-parameters argument validation
` [PULL 10/27] migration: Clean up signed vs. unsigned XBZRLE cache-size
` [PULL 11/27] migration: Fix cache_init()'s "Failed to allocate" error messages
` [PULL 12/27] migration: Fix a few absurdly defective "
` [PULL 13/27] migration: Add blocker information
` [PULL 14/27] migration: Display the migration blockers
` [PULL 15/27] block: push error reporting into bdrv_all_*_snapshot functions
` [PULL 16/27] migration: Make save_snapshot() return bool, not 0/-1
` [PULL 17/27] migration: stop returning errno from load_snapshot()
` [PULL 18/27] block: add ability to specify list of blockdevs during snapshot
` [PULL 19/27] block: allow specifying name of block device for vmstate storage
` [PULL 20/27] block: rename and alter bdrv_all_find_snapshot semantics
` [PULL 21/27] migration: control whether snapshots are ovewritten
` [PULL 22/27] migration: wire up support for snapshot device selection
` [PULL 23/27] migration: introduce a delete_snapshot wrapper
` [PULL 24/27] iotests: add support for capturing and matching QMP events
` [PULL 25/27] iotests: fix loading of common.config from tests/ subdir
` [PULL 26/27] migration: introduce snapshot-{save, load, delete} QMP commands
` [PULL 27/27] migration: only check page size match if RAM postcopy is enabled

[PATCH v3 0/3] Fix memory leak of some device state in migration
 2021-02-08 11:46 UTC  (5+ messages)
` [PATCH v3 3/3] vmstate: Fix memory leak in vmstate_handle_alloc()

[PATCH 00/22] Acceptance Test: introduce base class for Linux based tests
 2021-02-08 11:35 UTC  (8+ messages)
` [PATCH 09/22] tests/acceptance/virtiofs_submounts.py: required space between IP and port
` [PATCH 11/22] tests/acceptance/linux_ssh_mips_malta.py: standardize port as integer
` [PATCH 13/22] tests/acceptance/virtiofs_submounts.py: add missing accel tag

[PATCH v3] target/s390x/arch_dump: Fix warning for the name field in the PT_NOTE section
 2021-02-08 11:31 UTC  (2+ messages)

[Bug 1910696] [NEW] Qemu fails to start with error " There is no option group 'spice'"
 2021-02-08 11:00 UTC  (2+ messages)
` [Bug 1910696] "

[PATCH v2] arm: xlnx-versal: fix virtio-mmio base address assignment
 2021-02-08 12:55 UTC  (2+ messages)

[PULL 0/2] qemu-sparc queue 20210207
 2021-02-08 11:10 UTC  (2+ messages)

[RFC PATCH v1 01/01] PCIe DOE for PCIe and CXL 2.0
 2021-02-08 10:55 UTC  (6+ messages)

[PATCH v2 00/36] block: update graph permissions update
 2021-02-08 11:21 UTC  (7+ messages)
` [PATCH v2 28/36] block: add bdrv_set_backing_noperm() transaction action
` [PATCH v2 30/36] block: bdrv_reopen_multiple: refresh permissions on updated graph

[PATCH v2 0/2] Add support for ipv6 host forwarding
 2021-02-08 11:09 UTC  (3+ messages)
` [PATCH v2 1/2] net/slirp.c: Refactor address parsing

[PULL 00/27] migration queue
 2021-02-08 10:42 UTC  (3+ messages)

[PATCH] migration: only check page size match if RAM postcopy is enabled
 2021-02-08 10:59 UTC  (2+ messages)

[PATCH v2] travis-ci: Disable C++ on Aarch64 container
 2021-02-08 10:20 UTC  (5+ messages)

[PATCH 0/3] hw/sd: sd: erase operation fixes
 2021-02-08 10:17 UTC  (8+ messages)
` [PATCH 1/3] hw/sd: sd: Fix address check in sd_erase()
` [PATCH 2/3] hw/sd: sd: Move the sd_block_{read, write} and macros ahead
` [PATCH 3/3] hw/sd: sd: Actually perform the erase operation

[PATCH] hw/block/nvme: improve invalid zasl value reporting
 2021-02-08  9:19 UTC  (3+ messages)

[PATCH v2] qemu-nbd: Use SOMAXCONN for socket listen() backlog
 2021-02-08 10:00 UTC  (2+ messages)

[PATCH v3 0/2] sev: enable secret injection to a self described area in OVMF
 2021-02-08  9:38 UTC  (7+ messages)
` [PATCH v3 2/2] sev: update sev-inject-launch-secret to make gpa optional

[PULL v3 00/27] Block patches
 2021-02-08 10:02 UTC  (5+ messages)

[RFC PATCH v4 0/7] eBPF RSS support for virtio-net
 2021-02-08  9:56 UTC  (5+ messages)
` [RFC PATCH v4 4/7] ebpf: Added eBPF RSS loader
` [RFC PATCH v4 5/7] virtio-net: Added eBPF RSS to virtio-net

[PATCH] target/ppc: Add E500 L2CSR0 write helper
 2021-02-08  9:40 UTC 

[PATCH] migration: Drop unused VMSTATE_FLOAT64 support
 2021-02-08 10:00 UTC  (5+ messages)

[PATCH] hw/block/nvme: fix Close Zone
 2021-02-08  9:20 UTC  (5+ messages)

[PATCH 0/2] failover: trivial cleanup and fix
 2021-02-08  8:45 UTC  (5+ messages)
` [PATCH 1/2] pci: cleanup failover sanity check
` [PATCH 2/2] virtio-net: add missing object_unref()

[PATCH v5 0/4] target/arm: Add support for FEAT_DIT, Data Independent Timing
 2021-02-08  7:15 UTC  (6+ messages)
` [PATCH v5 1/4] "
` [PATCH v5 2/4] target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstate
` [PATCH v5 3/4] target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU
` [PATCH v5 4/4] target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPU

[Bug 1914986] [NEW] KVM internal error. Suberror: 1 - OVMF / Audio related
 2021-02-08  7:39 UTC 

[PATCH v5 00/11] virtio-mem: vfio support
 2021-02-08  8:28 UTC  (3+ messages)

[PATCH RESEND] hw/net: fsl_etsec: Do not reject short frames
 2021-02-08  6:42 UTC 

[PATCH v2] hw/block/nvme: add missing mor/mar constraint checks
 2021-02-08  8:03 UTC  (3+ messages)

[PATCH] vhost: Unbreak SMMU and virtio-iommu on dev-iotlb support
 2021-02-08  7:03 UTC  (7+ messages)

[Bug 1861946] [NEW] qemu-4.2.0 qemu-system-i386 not receive scancode 86 of spanish keyboard (ascii chars '<' & '>')
 2021-02-08  5:58 UTC  (2+ messages)
` [Bug 1861946] "

[PULL v9 00/13] Cgs patches
 2021-02-08  6:07 UTC  (13+ messages)
` [PULL v9 01/13] qom: Allow optional sugar props
` [PULL v9 02/13] confidential guest support: Introduce new confidential guest support class
` [PULL v9 03/13] sev: Remove false abstraction of flash encryption
` [PULL v9 04/13] confidential guest support: Move side effect out of machine_set_memory_encryption()
` [PULL v9 05/13] confidential guest support: Rework the "memory-encryption" property
` [PULL v9 06/13] sev: Add Error ** to sev_kvm_init()
` [PULL v9 07/13] confidential guest support: Introduce cgs "ready" flag
` [PULL v9 08/13] confidential guest support: Move SEV initialization into arch specific code
` [PULL v9 09/13] confidential guest support: Update documentation
` [PULL v9 10/13] spapr: Add PEF based confidential guest support
` [PULL v9 11/13] spapr: PEF: prevent migration
` [PULL v9 12/13] confidential guest support: Alter virtio default properties for protected guests

[RFC Qemu PATCH v2 0/2] spapr: nvdimm: Asynchronus flush hcall support
 2021-02-08  6:21 UTC  (6+ messages)
` [RFC Qemu PATCH v2 1/2] spapr: drc: Add support for async hcalls at the drc level

[PATCH 0/4] Remove the deprecated pc-1.x machine types and related stuff
 2021-02-08  7:05 UTC  (6+ messages)
` [PATCH 2/4] hw/block/fdc: Remove the check_media_rate property

[PATCH v4 0/4] target/arm: Add support for FEAT_DIT, Data Independent Timing
 2021-02-08  6:50 UTC  (4+ messages)
` [PATCH v4 2/4] target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstate

[PATCH 0/6] spapr: Fix visibility and traversal of DR connectors
 2021-02-08  6:30 UTC  (5+ messages)
` [PATCH 6/6] spapr: Model DR connectors as simple objects


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