qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-31 11:07:29 to 2022-03-31 20:46:33 UTC [more...]

[RFC PATCH 0/4] hw/i2c: i2c slave mode support
 2022-03-31 20:44 UTC  (7+ messages)
` [RFC PATCH 1/4] hw/i2c: support multiple masters
` [RFC PATCH 2/4] hw/i2c: add async send
` [RFC PATCH 3/4] hw/i2c: add slave mode for aspeed_i2c
` [RFC PATCH 4/4] hw/misc: add a toy i2c echo device

[PATCH] build-sys: remove MSI's QEMU_GA_MSI_MINGW_DLL_PATH
 2022-03-31 20:33 UTC  (2+ messages)

[PATCH v2] vdpa: reset the backend device in stage of stop last vhost device
 2022-03-31 20:32 UTC  (3+ messages)
` [PATCH RESEND v3] vdpa: reset the backend device in the end of vhost_net_stop()

[PATCH 0/3] i386: firmware parsing and sev setup for -bios loaded firmware
 2022-03-31 20:24 UTC  (11+ messages)
` [PATCH 1/3] i386: move bios load error message
` [PATCH 2/3] i386: factor out x86_firmware_configure()
` [PATCH 3/3] i386: firmware parsing and sev setup for -bios loaded firmware

[PATCH v2] 9p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.c
 2022-03-31 20:06 UTC  (3+ messages)

[PULL 0/1] Last minute tcg/aarch64 fix for 7.0
 2022-03-31 20:02 UTC  (3+ messages)
` [PULL 1/1] tcg/aarch64: Use 'ull' suffix to force 64-bit constant

[PATCH 0/3] backup: discard-source parameter
 2022-03-31 19:57 UTC  (4+ messages)
` [PATCH 1/3] block/copy-before-write: create block_copy bitmap in filter node
` [PATCH 2/3] qapi: blockdev-backup: add discard-source parameter
` [PATCH 3/3] iotests: add backup-discard-source

Re: [PATCH] target/riscv: Exit current TB after an sfence.vma
 2022-03-31 19:54 UTC  (2+ messages)

[PATCH] tests/lcitool: Do not use a hard-coded /usr/bin/python3 as python interpreter
 2022-03-31 19:33 UTC  (2+ messages)

[PATCH] vhost-vdpa: fix typo in a comment
 2022-03-31 19:31 UTC  (2+ messages)

[PATCH] target/sh4: Remove old README.sh4 file
 2022-03-31 19:29 UTC  (2+ messages)

[PATCH] linux-user/sh4/termbits: Silence warning about TIOCSER_TEMT double definition
 2022-03-31 19:28 UTC  (5+ messages)

[PATCH v1 0/9] Fix some qapi examples
 2022-03-31 19:06 UTC  (10+ messages)
` [PATCH v1 1/9] qapi: fix example of netdev_add command
` [PATCH v1 2/9] qapi: fix examples: replay-break and replay-seek
` [PATCH v1 3/9] qapi: fix example of query-named-block-nodes command
` [PATCH v1 4/9] qapi: fix example of query-spice command
` [PATCH v1 5/9] qapi: fix example of query-vnc command
` [PATCH v1 6/9] qapi: fix example of query-colo-status command
` [PATCH v1 7/9] qapi: fix example of trace-event-get-state command
` [PATCH v1 8/9] qapi: fix example of query-cpus-fast command
` [PATCH v1 9/9] qapi: fix example of query-memdev command

[PATCH v2 0/4] ppc: valgrind "uninitialized values" fixes
 2022-03-31 18:46 UTC  (6+ messages)
` [PATCH v2 2/4] target/ppc: init 'lpcr' in kvmppc_enable_cap_large_decr()

who's maintaining amd_iommu.c these days?
 2022-03-31 18:30 UTC  (2+ messages)

[PATCH] util: Return void on iova_tree_remove
 2022-03-31 18:30 UTC  (2+ messages)

[PATCH v22 0/8] support dirty restraint on vCPU
 2022-03-31 18:33 UTC  (10+ messages)
` [PATCH v22 1/8] accel/kvm/kvm-all: Refactor per-vcpu dirty ring reaping
` [PATCH v22 2/8] cpus: Introduce cpu_list_generation_id
` [PATCH v22 3/8] migration/dirtyrate: Refactor dirty page rate calculation
` [PATCH v22 4/8] softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
` [PATCH v22 5/8] accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function
` [PATCH v22 6/8] softmmu/dirtylimit: Implement virtual CPU throttle
` [PATCH v22 7/8] softmmu/dirtylimit: Implement dirty page rate limit
` [PATCH v22 8/8] tests: Add dirty page rate limit test

[PATCH v4 00/11] s390x/tcg: Implement Vector-Enhancements Facility 2
 2022-03-31 18:26 UTC  (6+ messages)
` [PATCH v4 10/11] tests/tcg/s390x: Tests for Vector Enhancements "

[PATCH] virtio-net: use g_memdup2() instead of unsafe g_memdup()
 2022-03-31 18:29 UTC 

[PULL 00/29] softfloat patch queue
 2022-03-31 18:06 UTC  (5+ messages)
` [PULL 06/29] softfloat: Move compare_floats to softfloat-parts.c.inc

[PATCH 00/10] VDIV/VMOD Implementation
 2022-03-31 18:28 UTC  (4+ messages)
` [PATCH 03/10] target/ppc: Implemented vector divide instructions

[RFC PATCH v4 00/20] Net Control VQ support with asid in vDPA SVQ
 2022-03-31 18:04 UTC  (21+ messages)
` [RFC PATCH v4 01/20] vhost: Fix bad return of descriptors
` [RFC PATCH v4 02/20] util: Return void on iova_tree_remove
` [RFC PATCH v4 03/20] vdpa: Add x-svq to NetdevVhostVDPAOptions
` [RFC PATCH v4 04/20] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [RFC PATCH v4 05/20] vdpa: Fix index calculus at vhost_vdpa_svqs_start
` [RFC PATCH v4 06/20] virtio-net: use g_memdup2() instead of unsafe g_memdup()
` [RFC PATCH v4 07/20] virtio-net: Expose ctrl virtqueue logic
` [RFC PATCH v4 08/20] vdpa: Extract get geatures part from vhost_vdpa_get_max_queue_pairs
` [RFC PATCH v4 09/20] virtio: Make virtqueue_alloc_element non-static
` [RFC PATCH v4 10/20] vhost: Add SVQElement
` [RFC PATCH v4 11/20] vhost: Add custom used buffer callback
` [RFC PATCH v4 12/20] vdpa: control virtqueue support on shadow virtqueue
` [RFC PATCH v4 13/20] vhost: Add vhost_iova_tree_find
` [RFC PATCH v4 14/20] vdpa: Add map/unmap operation callback to SVQ
` [RFC PATCH v4 15/20] vhost: Add vhost_svq_inject
` [RFC PATCH v4 16/20] vdpa: add NetClientState->start() callback
` [RFC PATCH v4 17/20] vdpa: Add vhost_vdpa_start_control_svq
` [RFC PATCH v4 18/20] vhost: Update kernel headers
` [RFC PATCH v4 19/20] vdpa: Add asid attribute to vdpa device
` [RFC PATCH v4 20/20] vdpa: Add x-cvq-svq

[PATCH] vhost: Fix bad return of descriptors to SVQ
 2022-03-31 18:14 UTC 

[PULL 00/33] ppc-for-6.1 queue 20210709
 2022-03-31 18:02 UTC  (3+ messages)
` [PULL 22/33] spapr: Implement Open Firmware client interface

[PATCH] 9p: move limits.h include from 9p.c to 9p.h
 2022-03-31 17:57 UTC  (7+ messages)

[PULL 00/35] ppc-for-5.0 queue 20200203
 2022-03-31 17:51 UTC  (3+ messages)
` [PULL 19/35] ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridge

use of uninitialized variable involving visit_type_uint32() and friends
 2022-03-31 17:35 UTC 

[PATCH 1/2] softmmu/physmem: move last_ram_page() call under qemu_mutex_lock_ramlist()
 2022-03-31 17:34 UTC  (9+ messages)
` [PATCH 2/2] softmmu/physmem: fix dirty memory bitmap memleak

[PATCH v21 0/9] support dirty restraint on vCPU
 2022-03-31 17:28 UTC  (7+ messages)
` [PATCH v21 8/9] migration-test: Export migration-test util funtions
` [PATCH v21 9/9] tests: Add dirty page rate limit test

[PATCH] [PATCH RFC v1] Implements the Backend Program conventions for vhost-user-scsi
 2022-03-31 17:08 UTC  (2+ messages)

[PATCH for-7.0] target/arm: Don't use DISAS_NORETURN in STXP !HAVE_CMPXCHG128 codegen
 2022-03-31 17:11 UTC  (2+ messages)

[RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
 2022-03-31 16:40 UTC  (9+ messages)

[PATCH v2 00/17] iotests: add enhanced debugging info to qemu-io failures
 2022-03-31 16:36 UTC  (4+ messages)
` [PATCH v2 05/17] iotests/040: Fix TestCommitWithFilters test

[RFC PATCH v2 0/5] Port PPC64/PowerNV MMU tests to QEMU
 2022-03-31 16:16 UTC  (8+ messages)
` [RFC PATCH v2 1/5] target/ppc: Add support for the Processor Attention instruction
` [RFC PATCH v2 2/5] ppc/pnv: Activate "
` [RFC PATCH v2 3/5] tests/tcg/ppc64: add basic softmmu test support
` [RFC PATCH v2 4/5] tests/tcg/ppc64: add MMU test sources
` [RFC PATCH v2 5/5] tests/tcg/ppc64: build PowerNV and LE tests

[PATCH 0/5] Compilation fixes for 7.0
 2022-03-31 16:08 UTC  (5+ messages)
` [PATCH 1/5] trace: fix compilation with lttng-ust >= 2.13

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-31 16:04 UTC  (10+ messages)

[PATCH v2 0/9] Add support for AST1030 SoC
 2022-03-31 15:59 UTC  (5+ messages)
` [PATCH v2 2/9] aspeed/smc: Add AST1030 support
` [PATCH v2 7/9] aspeed/soc : "

[PATCH v1 0/9] Machine type compatible properties
 2022-03-31 15:38 UTC  (11+ messages)
` [PATCH v1 2/9] pci: add null-pointer check
` [PATCH v1 3/9] mem: appropriate handling getting mem region
` [PATCH v1 8/9] qom: add command to print initial properties
` [PATCH v1 9/9] scripts: printing machine type compat properties

[PATCH v4 00/19] migration: Postcopy Preemption
 2022-03-31 15:25 UTC  (21+ messages)
` [PATCH v4 01/19] migration: Postpone releasing MigrationState.hostname
` [PATCH v4 02/19] migration: Drop multifd tls_hostname cache
` [PATCH v4 03/19] migration: Add pss.postcopy_requested status
` [PATCH v4 04/19] migration: Move migrate_allow_multifd and helpers into migration.c
` [PATCH v4 05/19] migration: Export ram_load_postcopy()
` [PATCH v4 06/19] migration: Move channel setup out of postcopy_try_recover()
` [PATCH v4 07/19] migration: Allow migrate-recover to run multiple times
` [PATCH v4 08/19] migration: Add postcopy-preempt capability
` [PATCH v4 09/19] migration: Postcopy preemption preparation on channel creation
` [PATCH v4 10/19] migration: Postcopy preemption enablement
` [PATCH v4 11/19] migration: Postcopy recover with preempt enabled
` [PATCH v4 12/19] migration: Create the postcopy preempt channel asynchronously
` [PATCH v4 13/19] migration: Parameter x-postcopy-preempt-break-huge
` [PATCH v4 14/19] migration: Add helpers to detect TLS capability
` [PATCH v4 15/19] migration: Export tls-[creds|hostname|authz] params to cmdline too
` [PATCH v4 16/19] migration: Enable TLS for preempt channel
` [PATCH v4 17/19] tests: Add postcopy tls migration test
` [PATCH v4 18/19] tests: Add postcopy tls recovery "
` [PATCH v4 19/19] tests: Add postcopy preempt tests

iotest40 problem
 2022-03-31 15:18 UTC  (9+ messages)

[PULL 00/15] QAPI patches patches for 2022-03-31
 2022-03-31 15:14 UTC  (5+ messages)
` [PULL 08/15] qapi: fix example of UNPLUG_PRIMARY event
` [PULL 09/15] qapi: fix example of FAILOVER_NEGOTIATED event
` [PULL 11/15] qapi: run-state examples: add missing @timestamp

[PATCH v3 00/19] migration: Postcopy Preemption
 2022-03-31 15:07 UTC  (3+ messages)
` [PATCH v3 16/19] migration: Export tls-[creds|hostname|authz] params to cmdline too

[PATCH 0/2] target/s390x: Fix determination of overflow condition code
 2022-03-31 14:52 UTC  (5+ messages)
` [PATCH 1/2] target/s390x: Fix determination of overflow condition code after addition

[RFC PATCH 0/6] Port PPC64/PowerNV MMU tests to QEMU
 2022-03-31 14:27 UTC  (6+ messages)
` [RFC PATCH 4/6] tests/tcg: add support for ppc64le softmmu tests

[RFC PATCH v3 00/36] TDX QEMU support
 2022-03-31 14:50 UTC  (8+ messages)
` [RFC PATCH v3 17/36] pflash_cfi01/tdx: Introduce ram_mode of pflash for TDVF

[PATCH 0/2] Init vNVDIMM LSA if applicable
 2022-03-31 14:41 UTC  (7+ messages)
` [PATCH 2/2] NVDIMM: Init vNVDIMM's LSA index block if it hasn't been

[PATCH] hw/vhost-user-blk: fix ioeventfd add failed when start reenter
 2022-03-31 14:42 UTC  (2+ messages)

[PATCH 1/2] doc/style: CLang -> Clang
 2022-03-31 14:26 UTC  (5+ messages)
` [PATCH 2/2] doc/build-platforms: document supported compilers

[PATCH 0/4] virtio-ccw: remove device declarations from virtio-ccw.h
 2022-03-31 13:50 UTC  (7+ messages)
` [PATCH 2/4] virtio-ccw: move vhost_ccw_scsi to a separate file
` [PATCH 3/4] virtio-ccw: move device type declarations to .c files
` [PATCH 4/4] virtio-ccw: do not include headers for all virtio devices

[PATCH v3 0/9] dump: Cleanup and consolidation
 2022-03-31 13:49 UTC  (5+ messages)
` [PATCH v3 2/9] dump: Remove the sh_info variable

[PULL 03/15] qapi: fix example of BLOCK_IMAGE_CORRUPTED event 6
 2022-03-31 13:40 UTC 

[PULL 03/15] qapi: fix example of BLOCK_IMAGE_CORRUPTED event 6
 2022-03-31 13:38 UTC 

[PULL 03/15] qapi: fix example of BLOCK_IMAGE_CORRUPTED event 6
 2022-03-31 13:35 UTC 

[PULL 03/15] qapi: fix example of BLOCK_IMAGE_CORRUPTED event 6
 2022-03-31 13:34 UTC 

[PULL 03/15] qapi: fix example of BLOCK_IMAGE_CORRUPTED event 5
 2022-03-31 13:33 UTC 

[PULL 03/15] qapi: fix example of BLOCK_IMAGE_CORRUPTED event 4
 2022-03-31 13:32 UTC 

[PULL 03/15] qapi: fix example of BLOCK_IMAGE_CORRUPTED event 3
 2022-03-31 13:31 UTC 

[PULL 03/15] qapi: fix example of BLOCK_IMAGE_CORRUPTED event 2
 2022-03-31 13:30 UTC 

[PULL 03/15] qapi: fix example of BLOCK_IMAGE_CORRUPTED event
 2022-03-31 13:29 UTC 

[PATCH v7 12/17] vfio-user: IOMMU support for remote device
 2022-03-31 12:41 UTC  (11+ messages)

[PATCH v7 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
 2022-03-31 12:38 UTC  (3+ messages)
` [PATCH v7 12/12] hw/acpi: Make the PCI hot-plug aware of SR-IOV

[RFC PATCH v7 00/29] Add LoongArch softmmu support
 2022-03-31 12:28 UTC  (4+ messages)
` [RFC PATCH v7 19/29] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)

[PATCH] hw/char: fix qcode array bounds check in ESCC impl
 2022-03-31 12:27 UTC  (2+ messages)

[PATCH v2 0/5] Generalize the sysbus device machine allowance
 2022-03-31 11:53 UTC  (6+ messages)
` [PATCH v2 1/5] qdev: add user_creatable_requires_machine_allowance class flag
` [PATCH v2 2/5] machine: update machine allowed list related functions/fields
` [PATCH v2 3/5] qdev-monitor: use the new user_creatable_requires_machine_allowance
` [PATCH v2 4/5] rename machine_class_allow_dynamic_sysbus_dev
` [PATCH v2 5/5] machine: remove temporary inline functions

[PATCH v8 00/46] CXl 2.0 emulation Support
 2022-03-31 12:20 UTC  (6+ messages)
` [PATCH v8 02/46] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PATCH v8 27/46] hw/cxl/host: Add support for CXL Fixed Memory Windows

[PATCH experiment 00/16] C++20 coroutine backend
 2022-03-31 11:52 UTC  (13+ 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).