qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-14 14:42:25 to 2022-02-15 09:44:20 UTC [more...]

[PULL 00/30] Misc mostly build system patches for 2022-02-15
 2022-02-15  9:32 UTC  (13+ messages)
` [PULL 01/30] target/i386: add TCG support for UMIP
` [PULL 02/30] memory: Fix qemu crash on starting dirty log twice with stopped VM
` [PULL 03/30] tests/qemu-iotests/testrunner: Print diff to stderr in TAP mode
` [PULL 04/30] meson: use .allowed() method for features
` [PULL 05/30] meson: use .require() and .disable_auto_if() "
` [PULL 06/30] configure, meson: move AVX tests to meson
` [PULL 07/30] configure, meson: move membarrier test "
` [PULL 08/30] configure, meson: move AF_ALG "
` [PULL 10/30] configure, meson: move TPM check "
` [PULL 12/30] configure, meson: move image format options to meson_options.txt
` [PULL 13/30] configure, meson: move block layer "
` [PULL 14/30] meson: define qemu_cflags/qemu_ldflags

[PATCH v2] Check and report for incomplete 'global' option format
 2022-02-15  9:30 UTC  (2+ messages)

[PATCH v3 0/4] virtio-iommu: Support VIRTIO_IOMMU_F_BYPASS_CONFIG
 2022-02-15  9:25 UTC  (4+ messages)

[PATCH 0/7] tests/qtest: add some tests for virtio-net failover (part 2)
 2022-02-15  9:20 UTC  (2+ messages)

[PATCH v5 0/3] virtiofsd: Add support for FUSE_SYNCFS request
 2022-02-15  9:18 UTC  (12+ messages)
` [PATCH v5 1/3] virtiofsd: Add support for FUSE_SYNCFS request with announce_submounts
  ` [Virtio-fs] "
` [PATCH v5 2/3] virtiofsd: Track submounts
` [PATCH v5 3/3] virtiofsd: Add support for FUSE_SYNCFS request without announce_submounts

[PATCH] target/riscv: Add isa extenstion strings to the device tree
 2022-02-15  9:05 UTC 

[PATCH 0/2] Allow VIRTIO_F_IN_ORDER negotiation with vhost-vdpa
 2022-02-15  7:22 UTC  (2+ messages)
` [PATCH 1/2] linux headers: update against Linux 5.17-rc4

[PATCH v2 00/14] target: Use ArchCPU & CPUArchState as abstract interface to target CPU
 2022-02-15  8:47 UTC  (16+ messages)
` [PATCH v2 01/14] meson: Display libfdt as disabled when system emulation is disabled
` [PATCH v2 02/14] hw/m68k/mcf: Add missing 'exec/hwaddr.h' header
` [PATCH v2 03/14] hw/tricore: Remove unused and incorrect header
` [PATCH v2 04/14] exec/cpu_ldst: Include 'cpu.h' to get target_ulong definition
` [PATCH v2 05/14] cpu: Add missing 'exec/exec-all.h' and 'qemu/accel.h' headers
` [PATCH v2 06/14] target/i386/cpu: Ensure accelerators set CPU addressble physical bits
` [PATCH v2 07/14] target/i386/tcg/sysemu: Include missing 'exec/exec-all.h' header
` [PATCH v2 08/14] Hexagon (target/hexagon) convert to OBJECT_DECLARE_TYPE
` [PATCH v2 09/14] target: Include missing 'cpu.h'
` [PATCH v2 10/14] target/hexagon: Add missing 'hw/core/cpu.h' include
` [PATCH v2 11/14] target: Use forward declared type instead of structure type
` [PATCH v2 12/14] target: Use CPUArchState as interface to target-specific CPU state
` [PATCH v2 13/14] target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
` [PATCH v2 14/14] target: Use ArchCPU as interface to target CPU

[PATCH 0/4] Make qemu-img dd more flexible
 2022-02-15  8:49 UTC  (4+ messages)

9 TiB vm memory creation
 2022-02-15  8:38 UTC  (10+ messages)

[PATCH v2 0/8] Improve integration of iotests in the meson test harness
 2022-02-15  8:36 UTC  (3+ messages)
` [PATCH v2 7/8] tests/qemu-iotests/testrunner: Print diff to stderr in TAP mode

[PATCH] hw/arm/virt: Fix CPU's default NUMA node ID
 2022-02-15  8:32 UTC  (5+ messages)

[PATCH 0/9] ppc: nested KVM HV for spapr virtual hypervisor
 2022-02-15  8:29 UTC  (11+ messages)
` [PATCH 1/9] target/ppc: raise HV interrupts for partition table entry problems
` [PATCH 2/9] spapr: prevent hdec timer being set up under virtual hypervisor
` [PATCH 3/9] ppc: allow the hdecr timer to be created/destroyed
` [PATCH 4/9] target/ppc: add vhyp addressing mode helper for radix MMU
` [PATCH 5/9] target/ppc: make vhyp get_pate method take lpid and return success
` [PATCH 6/9] target/ppc: add helper for books vhyp hypercall handler
` [PATCH 7/9] target/ppc: Add powerpc_reset_excp_state helper
` [PATCH 8/9] target/ppc: Introduce a vhyp framework for nested HV support
` [PATCH 9/9] spapr: implement nested-hv capability for the virtual hypervisor

[PATCH v6 00/15] host: Support macOS 12
 2022-02-15  8:03 UTC  (16+ messages)
` [PATCH v6 01/15] MAINTAINERS: Add Akihiko Odaki to macOS-relateds
` [PATCH v6 02/15] configure: Allow passing extra Objective C compiler flags
` [PATCH v6 03/15] tests/fp/berkeley-testfloat-3: Ignore ignored #pragma directives
` [PATCH v6 04/15] hvf: Use standard CR0 and CR4 register definitions
` [PATCH v6 05/15] hvf: Make hvf_get_segments() / hvf_put_segments() local
` [PATCH v6 06/15] hvf: Remove deprecated hv_vcpu_flush() calls
` [PATCH v6 07/15] block/file-posix: Remove a deprecation warning on macOS 12
` [PATCH v6 08/15] audio/coreaudio: "
` [PATCH v6 09/15] audio/dbus: Fix building with modules on macOS
` [PATCH v6 10/15] ui/cocoa: Remove allowedFileTypes restriction in SavePanel
` [PATCH v6 11/15] ui/cocoa: Add Services menu
` [PATCH v6 12/15] ui/cocoa: Do not alert even without block devices
` [PATCH v6 13/15] ui/cocoa: Fix the leak of qemu_console_get_label
` [PATCH v6 14/15] lcitool: Refresh
` [PATCH v6 15/15] gitlab-ci: Support macOS 12 via cirrus-run

[PATCH v11 0/4] PMU-EBB support for PPC64 TCG
 2022-02-15  8:21 UTC  (5+ messages)
` [PATCH v11 3/4] target/ppc: add PPC_INTERRUPT_EBB and EBB exceptions

[PATCH] ui/cocoa: Fix the leak of qemu_console_get_label
 2022-02-15  8:02 UTC  (3+ messages)

Call for GSoC and Outreachy project ideas for summer 2022
 2022-02-15  7:49 UTC  (10+ messages)

[PULL 00/28] testing and plugin updates
 2022-02-15  7:49 UTC  (3+ messages)
` [PULL 15/28] tests: Update CentOS 8 container to CentOS Stream 8

[PATCH v5 00/16] host: Support macOS 12
 2022-02-15  7:30 UTC  (19+ messages)
` [PATCH v5 01/16] MAINTAINERS: Add Akihiko Odaki to macOS-relateds
` [PATCH v5 02/16] configure: Allow passing extra Objective C compiler flags
` [PATCH v5 03/16] tests/fp/berkeley-testfloat-3: Ignore ignored #pragma directives
` [PATCH v5 04/16] hvf: Use standard CR0 and CR4 register definitions
` [PATCH v5 05/16] hvf: Fix OOB write in RDTSCP instruction decode
` [PATCH v5 06/16] hvf: Enable RDTSCP support
` [PATCH v5 07/16] hvf: Make hvf_get_segments() / hvf_put_segments() local
` [PATCH v5 08/16] hvf: Remove deprecated hv_vcpu_flush() calls
` [PATCH v5 09/16] block/file-posix: Remove a deprecation warning on macOS 12
` [PATCH v5 10/16] audio/coreaudio: "
` [PATCH v5 11/16] audio/dbus: Fix building with modules on macOS
` [PATCH v5 12/16] ui/cocoa: Remove allowedFileTypes restriction in SavePanel
` [PATCH v5 13/16] ui/cocoa: Add Services menu
` [PATCH v5 14/16] ui/cocoa: Do not alert even without block devices
` [PATCH v5 15/16] lcitool: refresh
` [PATCH v5 16/16] gitlab-ci: Support macOS 12 via cirrus-run

[PULL 0/5] 9p queue 2022-02-10
 2022-02-15  7:01 UTC  (7+ messages)

[PATCH v2] docs: Add measurement calculation details to amd-memory-encryption.txt
 2022-02-15  6:52 UTC  (3+ messages)

[PATCH] [RESEND] docs: Add spec of OVMF GUIDed table for SEV guests
 2022-02-15  6:21 UTC  (3+ messages)

[PATCH 0/6] ui/dbus: Share one listener for a console
 2022-02-15  3:08 UTC  (5+ messages)

[PATCH 0/1] vdpa: Make ncs autofree
 2022-02-15  3:04 UTC  (4+ messages)
` [PATCH 1/1] "

[RFC PATCH 0/3] spapr: nested-hv support for TCG
 2022-02-15  2:57 UTC  (7+ messages)
` [RFC PATCH 3/3] spapr: implement nested-hv support for the TCG virtual hypervisor

[PATCH 1/2] spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcall
 2022-02-15  1:10 UTC  (5+ messages)
` [PATCH 2/2] target/ppc/kvm: Use KVM_CAP_PPC_AIL_MODE_3 to determine cap-ail-mode-3 support

[NOTFORMERGE PATCH 0/1] target: Toward heterogeneous machine
 2022-02-15  0:26 UTC  (2+ messages)
` [NOTFORMERGE PATCH 1/1] target: Add system emulation aiming to target any architecture

[PATCH] spapr: prevent hdec timer being set up under virtual hypervisor
 2022-02-14 22:59 UTC  (4+ messages)

[PATCH v6 00/11] 9p: Add support for darwin
 2022-02-14 22:37 UTC  (4+ messages)
` [PATCH v6 09/11] 9p: darwin: Implement compatibility for mknodat

[PATCH 0/3] GL console related fixes
 2022-02-14 22:17 UTC  (5+ messages)
` [PATCH 1/3] ui/console: fix crash when using gl context with non-gl listeners
` [PATCH 2/3] ui/console: fix texture leak when calling surface_gl_create_texture()
` [PATCH 3/3] ui: do not create a surface when resizing a GL scanout

[PULL 0/3] Block layer patches
 2022-02-14 21:48 UTC  (2+ messages)

[RFC PATCH 0/9] Net Control VQ support in vDPA SVQ
 2022-02-14 19:16 UTC  (10+ messages)
` [RFC PATCH 1/9] virtio-net: Expose ctrl virtqueue logic
` [RFC PATCH 2/9] vdpa: Extract get geatures part from vhost_vdpa_get_max_queue_pairs
` [RFC PATCH 3/9] virtio: Make virtqueue_alloc_element non-static
` [RFC PATCH 4/9] vhost: Add SVQElement
` [RFC PATCH 5/9] vhost: Add custom used buffer callback
` [RFC PATCH 6/9] vdpa: Add map/unmap operation callback to SVQ
` [RFC PATCH 7/9] vhost: Add vhost_svq_inject
` [RFC PATCH 8/9] vhost: Add vhost_svq_start_op
` [RFC PATCH 9/9] vdpa: control virtqueue support on shadow virtqueue

[PULL 00/24] Block patches
 2022-02-14 19:53 UTC  (3+ messages)
` [PULL 10/24] iotest 065: explicit compression type

[PULL 00/34] tcg patch queue
 2022-02-14 19:53 UTC  (2+ messages)

[RFC v4 00/21] vfio-user client
 2022-02-14 18:50 UTC  (4+ messages)
` [RFC v4 20/21] vfio-user: migration support

[PATCH] hw/ide: implement ich6 ide controller support
 2022-02-14 18:47 UTC  (6+ messages)

[PULL 0/3] Block patches
 2022-02-14 17:15 UTC 

[PATCH 0/6] block: bug fixes in preparation of AioContext removal
 2022-02-14 17:39 UTC  (6+ messages)
` [PATCH 5/6] test-bdrv-drain.c: remove test_detach_by_parent_cb()

[PATCH v3 0/1] Patch to adjust coroutine pool size adaptively
 2022-02-14 17:11 UTC  (4+ messages)
` [PATCH v3 1/1] util: adjust coroutine pool size to virtio block queue

[PATCH v4 0/1] Patch to adjust coroutine pool size adaptively
 2022-02-14 17:11 UTC  (2+ messages)

proposed release schedule for QEMU 7.0
 2022-02-14 17:10 UTC  (2+ messages)

[PATCH RFCv2 0/4] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
 2022-02-14 15:48 UTC  (10+ messages)
` [PATCH RFCv2 2/4] i386/pc: relocate 4g start to 1T where applicable
` [PATCH RFCv2 3/4] i386/pc: warn if phys-bits is too low

[PULL 00/42] ppc queue
 2022-02-14 15:23 UTC  (2+ messages)

[PATCH v2 0/3] hw/smbios: fix table memory corruption with large memory vms
 2022-02-14 14:53 UTC  (3+ messages)

[PATCH v1 0/2] i386: Make PIT and PIC the property of common x86 base machine type
 2022-02-14 14:45 UTC  (2+ messages)

SecureBoot and PCI passthrough with kernel lockdown in place (on Xen)
 2022-02-14 15:33 UTC  (4+ messages)

[PATCH v1 00/11] testing/next (docker, lcitool, ci, tcg)
 2022-02-14 15:14 UTC  (4+ messages)
` [PATCH v1 11/11] tests/tcg: add vectorised sha512 versions

[RFC 0/8] ioregionfd introduction
 2022-02-14 14:52 UTC  (6+ messages)
` [RFC 3/8] ioregionfd: introduce memory API functions
` [RFC 4/8] ioregionfd: Introduce IORegionDFObject type

[PATCH v2] Deprecate C virtiofsd
 2022-02-14 14:27 UTC  (4+ messages)

[PATCH v2] scripts/qapi: minor delinting
 2022-02-14 13:52 UTC  (2+ messages)

[PATCH] trace: Split address space and slot id in trace_kvm_set_user_memory()
 2022-02-14 14:44 UTC  (2+ messages)

[PATCH v3 0/3] hw/smbios: fix table memory corruption with large memory vms
 2022-02-14 14:12 UTC  (4+ messages)
` [PATCH v3 1/3] hw/smbios: code cleanup - use macro definitions for table header handles
` [PATCH v3 2/3] hw/smbios: fix table memory corruption with large memory vms
` [PATCH v3 3/3] hw/smbios: add assertion to ensure handles of tables 19 and 32 do not collide

[PATCH v6 00/10] virtiofsd: Add support for file security context at file creation
 2022-02-14 14:10 UTC  (4+ messages)
` [PATCH v6 10/10] virtiofsd: Add an option to enable/disable security label

[RFC] thread-pool: Add option to fix the pool size
 2022-02-14 14:09 UTC  (9+ messages)

Adding a handshake to qemu-guest-agent
 2022-02-14 14:14 UTC  (2+ 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).