qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-08 17:39:15 to 2021-07-09 01:09:52 UTC [more...]

[PATCH qemu v22] spapr: Implement Open Firmware client interface
 2021-07-09  0:57 UTC  (4+ messages)

[PATCH v3 0/4] target/ppc: MMU clean up
 2021-07-09  0:44 UTC  (5+ messages)
` [PATCH v3 1/4] target/ppc: Don't compile ppc_tlb_invalid_all without TCG
` [PATCH v3 2/4] target/ppc: divided mmu_helper.c in 2 files

[PATCH v2 4/4] ppc/pegasos2: Implement some RTAS functions with VOF
 2021-07-09  0:40 UTC  (2+ messages)

[PATCH 1/4] cutils: Introduce bundle mechanism
 2021-07-09  0:31 UTC  (5+ messages)
` [PATCH 2/4] datadir: Use "
` [PATCH 3/4] ui/icons: "

Picture missing in About dialog on cocoa ui
 2021-07-09  0:15 UTC  (6+ messages)

[PATCH] Move qemu.sasl to contrib/
 2021-07-08 23:22 UTC  (5+ messages)

[PATCH qemu v23] spapr: Fix implementation of Open Firmware client interface
 2021-07-08 22:34 UTC  (2+ messages)

[PATCH 0/4] ppc/Pegasos2: Firmware replacement using VOF
 2021-07-08 22:25 UTC  (4+ messages)
` [PATCH 4/4] ppc/pegasos2: Implement some RTAS functions with VOF

[PATCH v4 0/8] GICv3 LPI and ITS feature implementation
 2021-07-08 22:05 UTC  (9+ messages)
` [PATCH v4 7/8] hw/arm/sbsa-ref: add ITS support in SBSA GIC

[PULL 00/13] pc,pci,virtio: bugfixes, improvements
 2021-07-08 22:01 UTC  (3+ messages)
` [PULL 13/13] MAINTAINERS: Add maintainer for vhost-user RNG implementation

[PATCH 0/3] linux-user: update headers to linux v5.13
 2021-07-08 21:57 UTC  (4+ messages)
` [PATCH 1/3] linux-user: update syscall_nr.h to Linux v5.13
` [PATCH 2/3] linux-user, mips: update syscall-args-o32.c.inc "
` [PATCH 3/3] linux-user: update syscall.tbl "

[PATCH] vhost-user: Fix backends without multiqueue support
 2021-07-08 21:51 UTC  (2+ messages)

[PATCH 0/4] target/openrisc: Use tcg_constant_*
 2021-07-08 21:37 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] target/openrisc: Use tcg_constant_tl for dc->R0
` [PATCH 3/4] target/openrisc: Cache constant 0 in DisasContext
` [PATCH 4/4] target/openrisc: Use dc->zero in gen_add, gen_addc

[PULL 0/8] Linux user for 6.1 patches
 2021-07-08 21:16 UTC  (2+ messages)

[PATCH v8 0/9] i386: KVM: expand Hyper-V features early
 2021-07-08 21:02 UTC  (3+ messages)
` [PATCH v8 9/9] qtest/hyperv: Introduce a simple hyper-v test

[PATCH] target/i386: suppress CPUID leaves not defined by the CPU vendor
 2021-07-08 21:05 UTC  (4+ messages)
` [PATCH] target/i386: Fix cpuid level for AMD

[PATCH 0/2] target/hppa: Use tcg_constant_*
 2021-07-08 20:58 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] target/hppa: Clean up DisasCond

[PATCH v2 for 6.1 00/39] testing and plugins pre-PR series
 2021-07-08 20:44 UTC  (50+ messages)
` [PATCH v2 01/39] Jobs based on custom runners: documentation and configuration placeholder
` [PATCH v2 02/39] Jobs based on custom runners: build environment docs and playbook
` [PATCH v2 03/39] Jobs based on custom runners: docs and gitlab-runner setup playbook
` [PATCH v2 04/39] Jobs based on custom runners: add job definitions for QEMU's machines
` [PATCH v2 05/39] tests/tcg: also disable the signals test for plugins
` [PATCH v2 06/39] build: validate that system capstone works before using it
` [PATCH v2 07/39] gitlab: support for FreeBSD 12, 13 and macOS 11 via cirrus-run
` [PATCH v2 08/39] cirrus: delete FreeBSD and macOS jobs
` [PATCH v2 09/39] hw/usb/ccid: remove references to NSS
` [PATCH v2 10/39] tests/docker: don't use BUILDKIT in GitLab either
` [PATCH v2 11/39] tests/docker: use project specific container registries
` [PATCH v2 12/39] tests/docker: use explicit docker.io registry
` [PATCH v2 13/39] tests/docker: remove FEATURES env var from templates
` [PATCH v2 14/39] tests/docker: fix sorting in package lists
` [PATCH v2 15/39] tests/docker: fix mistakes in centos "
` [PATCH v2 16/39] tests/docker: fix mistakes in fedora package list
` [PATCH v2 17/39] tests/docker: fix mistakes in ubuntu package lists
` [PATCH v2 18/39] tests/docker: remove mingw packages from Fedora
` [PATCH v2 19/39] tests/docker: expand centos8 package list
` [PATCH v2 20/39] tests/docker: expand fedora "
` [PATCH v2 21/39] tests/docker: expand ubuntu1804 "
` [PATCH v2 22/39] tests/docker: expand ubuntu2004 "
` [PATCH v2 23/39] tests/docker: expand opensuse-leap "
` [PATCH v2 24/39] tests/vm: update NetBSD to 9.2
` [PATCH v2 25/39] tests/vm: update openbsd to release 6.9
` [PATCH v2 26/39] tests/tcg: make test-mmap a little less aggressive
` [PATCH v2 27/39] plugins: fix-up handling of internal hostaddr for 32 bit
` [PATCH v2 28/39] meson.build: move TCG plugin summary output
` [PATCH v2 29/39] configure: don't allow plugins to be enabled for a non-TCG build
` [PATCH v2 30/39] configure: stop user enabling plugins on Windows for now
` [PATCH v2 31/39] tcg/plugins: enable by default for TCG builds
` [PATCH v2 32/39] contrib/plugins: enable -Wall for building plugins
` [PATCH v2 33/39] contrib/plugins: add execlog to log instruction execution and memory access
` [PATCH v2 34/39] docs/devel: tcg-plugins: add execlog plugin description
` [PATCH v2 35/39] plugins: Added a new cache modelling plugin
` [PATCH v2 36/39] plugins/cache: Enable cache parameterization
` [PATCH v2 37/39] plugins/cache: Added FIFO and LRU eviction policies
` [PATCH v2 38/39] docs/devel: Added cache plugin to the plugins docs
` [PATCH v2 39/39] MAINTAINERS: Added myself as a reviewer for TCG Plugins

[PATCH v7 0/9] i386: KVM: expand Hyper-V features early
 2021-07-08 20:57 UTC  (3+ messages)
` [PATCH v7 1/9] i386: avoid hardcoding '12' as 'hyperv_vendor_id' length

[PATCH] fd-trans: Fix race condition on reallocation of the translation table
 2021-07-08 20:53 UTC  (2+ messages)

[PULL v2 00/15] Machine queue, 2021-07-07
 2021-07-08 19:55 UTC  (16+ messages)
` [PULL v2 01/15] vmbus: Don't make QOM property registration conditional
` [PULL v2 02/15] Deprecate pmem=on with non-DAX capable backend file
` [PULL v2 03/15] memory: Introduce RamDiscardManager for RAM memory regions
` [PULL v2 04/15] memory: Helpers to copy/free a MemoryRegionSection
` [PULL v2 05/15] virtio-mem: Factor out traversing unplugged ranges
` [PULL v2 06/15] virtio-mem: Don't report errors when ram_block_discard_range() fails
` [PULL v2 07/15] virtio-mem: Implement RamDiscardManager interface
` [PULL v2 08/15] vfio: Support for RamDiscardManager in the !vIOMMU case
` [PULL v2 09/15] vfio: Query and store the maximum number of possible DMA mappings
` [PULL v2 10/15] vfio: Sanity check maximum number of DMA mappings with RamDiscardManager
` [PULL v2 11/15] vfio: Support for RamDiscardManager in the vIOMMU case
` [PULL v2 12/15] softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|require)
` [PULL v2 13/15] softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard types
` [PULL v2 14/15] virtio-mem: Require only coordinated discards
` [PULL v2 15/15] vfio: Disable only uncoordinated discards for VFIO_TYPE1 iommus

[PATCH v2] docs: Add '-device intel-iommu' entry
 2021-07-08 20:28 UTC  (3+ messages)

[PATCH 00/18] crypto: misc cleanup and introduce gnutls backend driver
 2021-07-08 19:52 UTC  (37+ messages)
` [PATCH 01/18] crypto: remove conditional around 3DES crypto test cases
` [PATCH 02/18] crypto: remove obsolete crypto test condition
` [PATCH 03/18] crypto: skip essiv ivgen tests if AES+ECB isn't available
` [PATCH 04/18] crypto: use &error_fatal in crypto tests
` [PATCH 05/18] crypto: fix gcrypt min version 1.8 regression
` [PATCH 06/18] crypto: drop gcrypt thread initialization code
` [PATCH 07/18] crypto: drop custom XTS support in gcrypt driver
` [PATCH 08/18] crypto: add crypto tests for single block DES-ECB and DES-CBC
` [PATCH 09/18] crypto: delete built-in DES implementation
` [PATCH 10/18] crypto: delete built-in XTS cipher mode support
` [PATCH 11/18] crypto: rename des-rfb cipher to just des
` [PATCH 12/18] crypto: flip priority of backends to prefer gcrypt
` [PATCH 13/18] crypto: introduce build system for gnutls crypto backend
` [PATCH 14/18] crypto: add gnutls cipher provider
` [PATCH 15/18] crypto: add gnutls hash provider
` [PATCH 16/18] crypto: add gnutls hmac provider
` [PATCH 17/18] crypto: add gnutls pbkdf provider
` [PATCH 18/18] crypto: prefer gnutls as the crypto backend if new enough

[PATCH v2] remote/memory: Replace share parameter with ram_flags
 2021-07-08 19:59 UTC  (2+ messages)

[PATCH v5 0/4] avocado-qemu: New SMMUv3 and intel IOMMU tests
 2021-07-08 19:32 UTC  (6+ messages)
` [PATCH v5 1/4] avocado_qemu: Fix KNOWN_DISTROS map into the LinuxDistro class

configure --without-default-features confusion
 2021-07-08 19:12 UTC 

[PATCH] migration/rdma: prevent from double free the same mr
 2021-07-08 19:11 UTC  (2+ messages)

[PATCH 0/4] target/alpha: Use tcg_constant_*
 2021-07-08 19:10 UTC  (7+ messages)
` [PATCH 1/4] target/alpha: Store set into rx flag
` [PATCH 2/4] target/alpha: Use dest_sink for HW_RET temporary
` [PATCH 3/4] target/alpha: Use tcg_constant_i64 for zero and lit
` [PATCH 4/4] target/alpha: Use tcg_constant_* elsewhere

[PATCH 0/3] migration: Three more fixes for postcopy recovery
 2021-07-08 19:13 UTC  (5+ messages)
` [PATCH 1/3] migration: Release return path early for paused postcopy
` [PATCH 2/3] migration: Don't do migrate cleanup if during postcopy resume
` [PATCH 3/3] migration: Clear error at entry of migrate_fd_connect()

[PATCH v1 0/2] virtio-balloon: disallow postcopy with VIRTIO_BALLOON_F_FREE_PAGE_HINT
 2021-07-08 19:07 UTC  (8+ messages)
` [PATCH v1 2/2] "

[PATCH] contrib: add stub bridge.conf for qemu-bridge-helper
 2021-07-08 18:44 UTC  (2+ messages)

[PATCH v2 0/2] virtio-balloon: don't start free page hinting if postcopy is possible
 2021-07-08 18:51 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH v2 0/9] tests: Add test cases for TPM 1.2 ACPI tables
 2021-07-08 18:38 UTC  (10+ messages)
` [PATCH v2 1/9] tests: Rename TestState to TPMTestState
` [PATCH v2 2/9] tests: Add tpm_version field to TPMTestState and fill it
` [PATCH v2 3/9] tests: acpi: Prepare for renaming of TPM2 related ACPI files
` [PATCH v2 4/9] tests: Add suffix 'tpm2' or 'tpm12' to ACPI table files
` [PATCH v2 5/9] tests: acpi: tpm2: Add the renamed ACPI files and drop old ones
` [PATCH v2 6/9] tests: tpm: Create TPM 1.2 response in TPM emulator
` [PATCH v2 7/9] tests: acpi: prepare for new TPM 1.2 related tables
` [PATCH v2 8/9] tests: acpi: Add test cases for TPM 1.2 with TCPA table
` [PATCH v2 9/9] tests: acpi: tpm1.2: Add expected TPM 1.2 ACPI blobs

[PATCH] remote/memory: Replace share parameter with ram_flags
 2021-07-08 18:48 UTC  (2+ messages)

[PATCH v5 0/6] block/rbd: migrate to coroutines and add write zeroes support
 2021-07-08 18:23 UTC  (2+ messages)

[PATCH] migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()
 2021-07-08 18:30 UTC  (18+ messages)

[PATCH 0/4] contrib: qemu-guest-agent.service updates
 2021-07-08 18:32 UTC  (5+ messages)
` [PATCH 1/4] contrib: qemu-guest-agent.service: s/BindTo/BindsTo/g
` [PATCH 2/4] contrib: qemu-guest-agent.service: Add Documentation= link
` [PATCH 3/4] contrib: qemu-guest-agent.service: Don't ignore failure
` [PATCH 4/4] contrib: qemu-guest-agent.service: Use IgnoreOnIsolate=True

[PATCH v3 0/8] linux-user: target <-> host errno conversion code refactor
 2021-07-08 17:34 UTC  (9+ messages)
` [PATCH v3 2/8] linux-user/sparc: Rename target_errno.h -> target_errno_defs.h
` [PATCH v3 4/8] linux-user/alpha: Move errno definitions to 'target_errno_defs.h'
` [PATCH v3 5/8] linux-user/hppa: "
` [PATCH v3 6/8] linux-user/mips: "
` [PATCH v3 7/8] linux-user: Simplify host <-> target errno conversion using macros
` [PATCH v3 8/8] linux-user/syscall: Remove ERRNO_TABLE_SIZE check

[PATCH v5 00/10] GICv3 LPI and ITS feature implementation
 2021-07-08 17:27 UTC  (4+ messages)
` [PATCH v5 02/10] hw/intc: GICv3 ITS register definitions added

[PATCH v8 0/3] target/i386: Implement FCS:FIP, FDS:FDP
 2021-07-08 18:19 UTC  (4+ messages)
` [PATCH v8 3/3] target/i386: Correct implementation for FCS, FIP, FDS and FDP

[PATCH v5 0/5] Add support for PMBus in QEMU
 2021-07-08 17:25 UTC  (6+ messages)
` [PATCH v5 1/5] hw/i2c: add support for PMBus
` [PATCH v5 2/5] hw/misc: add ADM1272 device
` [PATCH v5 3/5] tests/qtest: add tests for ADM1272 device model
` [PATCH v5 4/5] hw/misc: add MAX34451 device
` [PATCH v5 5/5] tests/qtest: add tests for MAX34451 device model

[PATCH] include/qemu: Use builtins for bswap
 2021-07-08 18:17 UTC 

[PATCH v2 00/28] accel/tcg: Introduce translator_use_goto_tb
 2021-07-08 17:47 UTC  (7+ messages)
` [PATCH v2 05/28] target/arm: Use gen_jmp for ISB and SB

[PATCH v5 0/5] Add support for PMBus in QEMU
 2021-07-08 17:20 UTC  (5+ messages)
` [PATCH v5 1/5] hw/i2c: add support for PMBus
` [PATCH v5 3/5] tests/qtest: add tests for ADM1272 device model
` [PATCH v5 4/5] hw/misc: add MAX34451 device
` [PATCH v5 5/5] tests/qtest: add tests for MAX34451 device model

[PATCH v7 00/14] s390x cleanup
 2021-07-08 17:20 UTC  (3+ messages)
` [PATCH v7 01/14] target/s390x: meson: add target_user_arch

[PATCH 0/6] python: AQMP-TUI Prototype
 2021-07-08 17:20 UTC  (4+ messages)
` [PATCH 3/6] python/aqmp-tui: Add AQMP TUI draft

[PATCH v6 00/10] GICv3 LPI and ITS feature implementation
 2021-07-08 17:24 UTC  (3+ messages)
` [PATCH v6 01/10] hw/intc: GICv3 ITS initial framework

[GIT PULL] I2C/IPMI bug fixes for QEMU 6.1
 2021-07-08 17:23 UTC  (5+ messages)

[PATCH v3 0/2] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
 2021-07-08 17:16 UTC  (4+ messages)

[PATCH v2 0/2] linux-user/s390x: signal with SIGFPE on compare-and-trap
 2021-07-08 17:18 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tests/tcg: Test that compare-and-trap raises SIGFPE


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