qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-12 09:28:05 to 2022-05-13 01:20:10 UTC [more...]

[PATCH 0/2] coroutine: Fix crashes due to too large pool batch size
 2022-05-13  1:18 UTC  (6+ messages)
` [PATCH 2/2] coroutine: Revert to constant "

[RFC PATCH v4 00/36] TDX QEMU support
 2022-05-13  0:46 UTC  (19+ messages)
` [RFC PATCH v4 06/36] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [RFC PATCH v4 09/36] KVM: Introduce kvm_arch_pre_create_vcpu()
` [RFC PATCH v4 10/36] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [RFC PATCH v4 14/36] i386/tdx: Implement user specified tsc frequency
` [RFC PATCH v4 23/36] i386/tdx: Setup the TD HOB list
` [RFC PATCH v4 24/36] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [RFC PATCH v4 36/36] docs: Add TDX documentation

[PATCH] hw: aspeed_soc: Initialize all UART's with serial devices
 2022-05-13  0:37 UTC 

[RFC PATCH 0/9] tests: run python tests under the build/tests/venv environment
 2022-05-13  0:06 UTC  (10+ messages)
` [RFC PATCH 1/9] python: update for mypy 0.950
` [RFC PATCH 2/9] tests: add "TESTS_PYTHON" variable to Makefile
` [RFC PATCH 3/9] tests: install "qemu" namespace package into venv
` [RFC PATCH 4/9] tests: silence pip upgrade warnings during venv creation
` [RFC PATCH 5/9] tests: use tests/venv to run basevm.py-based scripts
` [RFC PATCH 6/9] tests: add check-venv as a dependency of check and check-block
` [RFC PATCH 7/9] tests: add check-venv to build-tcg-disabled CI recipe
` [RFC PATCH 8/9] iotests: fix source directory location
` [RFC PATCH 9/9] iotests: use tests/venv for running tests

[PATCH 0/7] Implement bdrv_{pread, pwrite, pwrite_sync, pwrite_zeroes}() using generated_co_wrapper
 2022-05-12 23:51 UTC  (8+ messages)
` [PATCH 1/7] block: Add a 'flags' param to bdrv_{pread, pwrite, pwrite_sync}()
` [PATCH 2/7] block: Change bdrv_{pread, pwrite, pwrite_sync}() param order
` [PATCH 3/7] block: Make bdrv_{pread,pwrite}() return 0 on success
` [PATCH 4/7] block: Make bdrv_co_pwrite() take a const buffer
` [PATCH 5/7] block: Make 'bytes' param of bdrv_co_{pread, pwrite, preadv, pwritev}() an int64_t
` [PATCH 6/7] block: Implement bdrv_{pread, pwrite, pwrite_zeroes}() using generated_co_wrapper
` [PATCH 7/7] block: Add bdrv_co_pwrite_sync()

[PATCH 0/9] vfio/migration: Implement VFIO migration protocol v2
 2022-05-12 23:32 UTC  (15+ messages)
` [PATCH 1/9] linux-headers: Update headers to v5.18-rc6
` [PATCH 2/9] vfio: Fix compilation errors caused by VFIO migration v1 deprecation
` [PATCH 3/9] vfio/migration: Fix NULL pointer dereference bug
` [PATCH 4/9] vfio/migration: Skip pre-copy if dirty page tracking is not supported
` [PATCH 5/9] migration/qemu-file: Add qemu_file_get_to_fd()
` [PATCH 6/9] vfio/migration: Implement VFIO migration protocol v2
` [PATCH 7/9] vfio/migration: Reset device if setting recover state fails
` [PATCH 8/9] vfio: Alphabetize migration section of VFIO trace-events file
` [PATCH 9/9] docs/devel: Align vfio-migration docs to VFIO migration v2

[RFC PATCH 0/2] target/ppc: Propose rework in fp exception handling
 2022-05-12 23:01 UTC  (4+ messages)
` [RFC PATCH 1/2] target/ppc: Add invalid imz, isi and snan to do_float_check_status()
` [RFC PATCH 2/2] target/ppc: Rely on do_float_check_status for VSX_MADD invalid excepts

[PULL 00/27] Misc patches for 2022-05-12
 2022-05-12 21:14 UTC  (29+ messages)
` [PULL 01/27] pc-bios/optionrom: detect -fno-pie
` [PULL 02/27] pc-bios/optionrom: compile with -Wno-array-bounds
` [PULL 03/27] target/i386: do not consult nonexistent host leaves
` [PULL 04/27] checkpatch: fix g_malloc check
` [PULL 05/27] meson: Make mremap() detecting works correctly
` [PULL 06/27] hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XEN
` [PULL 07/27] hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirection
` [PULL 08/27] tests/qtest/libqos/pci: Introduce pio_limit
` [PULL 09/27] tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggable
` [PULL 10/27] tests/qtest/libqos: Add generic pci host bridge in arm-virt machine
` [PULL 11/27] machine: use QAPI struct for boot configuration
` [PULL 12/27] machine: add boot compound property
` [PULL 13/27] machine: add mem "
` [PULL 14/27] machine: make memory-backend a link property
` [PULL 15/27] machine: move more memory validation to Machine object
` [PULL 16/27] slirp: bump submodule past 4.7 release
` [PULL 17/27] net: slirp: introduce a wrapper struct for QemuTimer
` [PULL 18/27] net: slirp: switch to slirp_new
` [PULL 19/27] net: slirp: add support for CFI-friendly timer API
` [PULL 20/27] net: slirp: allow CFI with libslirp >= 4.7
` [PULL 21/27] coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_next
` [PULL 22/27] coroutine-lock: introduce qemu_co_queue_enter_all
` [PULL 23/27] coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_all
` [PULL 24/27] vhost-backend: do not depend on CONFIG_VHOST_VSOCK
` [PULL 25/27] meson: link libpng independent of vnc
` [PULL 26/27] vl: make machine type deprecation a warning
` [PULL 27/27] vmxcap: add tertiary execution controls

[PATCH v5 00/21] migration: Postcopy Preemption
 2022-05-12 20:07 UTC  (14+ messages)
` [PATCH v5 11/21] migration: Postcopy preemption preparation on channel creation
` [PATCH v5 14/21] migration: Create the postcopy preempt channel asynchronously
` [PATCH v5 15/21] migration: Parameter x-postcopy-preempt-break-huge
` [PATCH v5 16/21] migration: Add helpers to detect TLS capability
` [PATCH v5 17/21] migration: Export tls-[creds|hostname|authz] params to cmdline too

[PATCH v3 0/9] VDIV/VMOD Implementation
 2022-05-12 19:49 UTC  (2+ messages)

[PULL V3 00/15] Net patches
 2022-05-12 18:01 UTC  (4+ messages)
` [PULL V3 08/15] vhost: Shadow virtqueue buffers forwarding

[PATCH] hw/riscv: virt: Avoid double FDT platform node
 2022-05-12 18:21 UTC 

[PATCH 0/6] Shadow VirtQueue Fixes
 2022-05-12 17:57 UTC  (7+ messages)
` [PATCH 1/6] vhost: Track descriptor chain in private at SVQ
` [PATCH 2/6] vhost: Fix device's used descriptor dequeue
` [PATCH 3/6] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base
` [PATCH 4/6] vdpa: Fix index calculus at vhost_vdpa_svqs_start
` [PATCH 5/6] hw/virtio: Replace g_memdup() by g_memdup2()
` [PATCH 6/6] vhost: Fix element in vhost_svq_add failure

[PATCH v2] hw: m25p80: allow write_enable latch get/set
 2022-05-12 19:04 UTC  (3+ messages)

[PATCH qemu] spapr: Use address from elf parser for kernel address
 2022-05-12 17:47 UTC  (2+ messages)

[RFC PATCH v2 0/7] VSX MMA Implementation
 2022-05-12 17:38 UTC  (4+ messages)
` [RFC PATCH v2 3/7] target/ppc: Implemented pmxvi*ger* instructions

[PATCH] qga-vss: Add auto generated headers to dependencies
 2022-05-12 17:10 UTC  (3+ messages)

[PATCH] qga-vss: Use a proper function for free memory
 2022-05-12 17:00 UTC  (2+ messages)

[PULL 00/10] Block layer patches
 2022-05-12 17:02 UTC  (12+ messages)
` [PULL 01/10] coroutine: Rename qemu_coroutine_inc/dec_pool_size()
` [PULL 02/10] coroutine: Revert to constant batch size
` [PULL 03/10] iotests/testrunner: Flush after run_test()
` [PULL 04/10] tests/qemu-iotests: print intent to run a test in TAP mode
` [PULL 05/10] .gitlab-ci.d: export meson testlog.txt as an artifact
` [PULL 06/10] hw/block/fdc: Prevent end-of-track overrun (CVE-2021-3507)
` [PULL 07/10] tests/qtest/fdc-test: Add a regression test for CVE-2021-3507
` [PULL 08/10] qemu-nbd: Pass max connections to blockdev layer
` [PULL 09/10] nbd/server: Allow MULTI_CONN for shared writable exports
` [PULL 10/10] qemu-iotests: inline common.config into common.rc

[PATCH] util: Return void on iova_tree_remove
 2022-05-12 16:53 UTC  (4+ messages)

[PATCH v2 0/6] gicv3: Use right number of prio bits for the CPU
 2022-05-12 16:49 UTC  (8+ messages)
` [PATCH v2 1/6] hw/intc/arm_gicv3_cpuif: Handle CPUs that don't specify GICv3 parameters
` [PATCH v2 2/6] hw/intc/arm_gicv3: report correct PRIbits field in ICV_CTLR_EL1
` [PATCH v2 3/6] hw/intc/arm_gicv3_kvm.c: Stop using GIC_MIN_BPR constant
` [PATCH v2 4/6] hw/intc/arm_gicv3: Support configurable number of physical priority bits
` [PATCH v2 5/6] hw/intc/arm_gicv3: Use correct number of priority bits for the CPU
` [PATCH v2 6/6] hw/intc/arm_gicv3: Provide ich_num_aprs()

[PULL v2 00/31] riscv-to-apply queue
 2022-05-12 16:37 UTC  (3+ messages)
` [PULL v2 01/31] hw/ssi: Add Ibex SPI device model

[PATCH v4 00/19] migration: Postcopy Preemption
 2022-05-12 16:22 UTC  (4+ messages)
` [PATCH v4 10/19] migration: Postcopy preemption enablement

[PULL v2 00/24] virtio,pc: features, cleanups, fixes
 2022-05-12 16:29 UTC  (3+ messages)
` [PULL v2 18/24] ACPI ERST: support for ACPI ERST feature

[PATCH v5 00/10] vTPM for aarch64
 2022-05-12 16:05 UTC  (5+ messages)
` [PATCH v5 10/10] test: tpm-tis: Add Sysbus TPM-TIS device test

[PULL 00/15] Pull migration patches
 2022-05-12 16:22 UTC  (3+ messages)
` [PULL 12/15] migration/block: rename BLOCK_SIZE macro

[PATCH] Fix aarch64 debug register names
 2022-05-12 16:23 UTC  (2+ messages)

[PULL 00/13] NBD patches through 2022-04-26
 2022-05-12 16:16 UTC  (3+ messages)
` [PULL 06/13] nbd: remove peppering of nbd_client_connected

[PATCH v2] block/gluster: correctly set max_pdiscard
 2022-05-12 16:05 UTC  (3+ messages)

[PATCH] vhost-user-scsi: avoid unlink(NULL) with fd passing
 2022-05-12 15:57 UTC  (2+ messages)

[PATCH 00/17] powernv: introduce pnv-phb unified devices
 2022-05-12 15:03 UTC  (5+ messages)

[PATCH v2] docs/about: Update the support statement for Windows
 2022-05-12 14:50 UTC  (4+ messages)

[PATCH v5 0/4] add generic vDPA device support
 2022-05-12 14:49 UTC  (5+ messages)
` [PATCH v5 3/4] vdpa: add vdpa-dev support
` [PATCH v5 4/4] vdpa: add vdpa-dev-pci support

[PATCH] qemu-iotests: inline common.config into common.rc
 2022-05-12 14:07 UTC  (2+ messages)

[PATCH] vmxcap: add tertiary execution controls
 2022-05-12 14:05 UTC  (2+ messages)

[PULL 0/2] Update linux-headers to v5.18-rc6
 2022-05-12 14:04 UTC  (6+ messages)
` [PULL 1/2] linux-headers: Update headers "
` [PULL 2/2] vfio: tolerate migration protocol v1 uapi renames

[PATCH v6 00/13] Migration: Transmit and detect zero pages in the multifd threads
 2022-05-12 13:40 UTC  (2+ messages)

[RFC PATCH qemu] spapr/docs: Add a few words about x-vof
 2022-05-12 13:40 UTC  (5+ messages)

[PATCH RFC 0/2] arm: enable MTE for QEMU + kvm
 2022-05-12 13:11 UTC  (3+ messages)
` [PATCH RFC 1/2] arm/kvm: enable MTE if available
` [PATCH RFC 2/2] qtests/arm: add some mte tests

[PATCH] qapi: make machine type deprecation a warning
 2022-05-12 12:53 UTC  (7+ messages)

[PATCH] target/openrisc: Do not reset delay slot flag on early tb exit
 2022-05-12 12:47 UTC  (7+ messages)

[PATCH 0/3] ui: Remove deprecated sdl parameters and switch to QAPI parser
 2022-05-12 12:16 UTC  (3+ messages)
` [PATCH 2/3] ui: Switch "-display sdl" to use the "

[PATCH 0/6] hppa: Artist graphics driver fixes for HP-UX
 2022-05-12 12:05 UTC  (2+ messages)

[PATCH v2 0/8] qapi: Primarily whitespace tweaks
 2022-05-12 11:23 UTC  (4+ messages)
` [PATCH v2 8/8] qapi: Stop using whitespace for alignment in comments

[PATCH v4 0/2] nbd: MULTI_CONN for shared writable exports
 2022-05-12 11:18 UTC  (2+ messages)

[PATCH 0/1] Add Zihintpause support
 2022-05-12 10:51 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2 0/3] thread-pool: fix performance regression
 2022-05-12 10:43 UTC  (4+ messages)
` [PATCH v2 1/3] thread-pool: optimize scheduling of completion bottom half
` [PATCH v2 2/3] thread-pool: replace semaphore with condition variable
` [PATCH v2 3/3] thread-pool: remove stopping variable

[PATCH-for-6.2 0/2] hw/block/fdc: Fix CVE-2021-3507
 2022-05-12 11:06 UTC  (11+ messages)

[PATCH v2 0/3] thread-pool: fix performance regression
 2022-05-12 10:43 UTC 

[PATCH 0/2] ci: improve debuggability of I/O tests
 2022-05-12 10:28 UTC  (2+ messages)

[PATCH] iotests/testrunner: Flush after run_test()
 2022-05-12 10:25 UTC  (2+ messages)

[PATCH] Remove Ubuntu 18.04 support from the repository
 2022-05-12  9:59 UTC  (9+ messages)

[PATCH v5 0/9] Introduce akcipher service for virtio-crypto
 2022-05-12 10:04 UTC  (9+ messages)
` [PATCH v5 1/9] virtio-crypto: header update
` [PATCH v5 3/9] crypto: Introduce akcipher crypto class
` [PATCH v5 4/9] crypto: add ASN.1 DER decoder
` [PATCH v5 7/9] test/crypto: Add test suite for crypto akcipher

[PATCH] hw/nvme: clear aen mask on reset
 2022-05-12  9:30 UTC 

[RFC 00/18] vfio: Adopt iommufd
 2022-05-12  9:01 UTC  (13+ messages)

[PATCH v2 0/5] hw/nvme: fix namespace identifiers
 2022-05-12  9:27 UTC  (2+ messages)

[PATCH 0/5] gicv3: Use right number of prio bits for the CPU
 2022-05-12  9:02 UTC  (3+ messages)

[PATCH qemu v3 00/10] Add mask agnostic behavior for rvv instructions
 2022-05-12  8:55 UTC  (8+ messages)
` [PATCH qemu v3 02/10] target/riscv: rvv: Add mask agnostic for vector load / store instructions
` [PATCH qemu v3 04/10] target/riscv: rvv: Add mask agnostic for vector integer shift instructions
` [PATCH qemu v3 05/10] target/riscv: rvv: Add mask agnostic for vector integer comparison instructions
` [PATCH qemu v3 07/10] target/riscv: rvv: Add mask agnostic for vector floating-point instructions
` [PATCH qemu v3 08/10] target/riscv: rvv: Add mask agnostic for vector mask instructions
` [PATCH qemu v3 09/10] target/riscv: rvv: Add mask agnostic for vector permutation instructions
` [PATCH qemu v3 10/10] target/riscv: rvv: Add option 'rvv_ma_all_1s' to enable optional mask agnostic behavior


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