qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-07 01:08:59 to 2022-02-07 17:34:04 UTC [more...]

[PATCH v6 00/33] block layer: split block APIs in global state and I/O
 2022-02-07 17:26 UTC  (11+ messages)
` [PATCH v6 02/33] include/block/block: split header into I/O and global state API
` [PATCH v6 13/33] include/block/blockjob.h: "

[PATCH v4 00/11] 9p: Add support for darwin
 2022-02-07 17:05 UTC  (32+ messages)
` [PATCH v4 01/11] 9p: linux: Fix a couple Linux assumptions
` [PATCH v4 04/11] 9p: darwin: Handle struct dirent differences
` [PATCH v4 09/11] 9p: darwin: Implement compatibility for mknodat
` [PATCH v4 10/11] 9p: darwin: meson: Allow VirtFS on Darwin
` [PATCH v4 11/11] 9p: darwin: Adjust assumption on virtio-9p-test

[PATCH 00/14] block: blockdev-del force=false
 2022-02-07 16:37 UTC  (12+ messages)
` [PATCH 01/14] block: refactor bdrv_remove_file_or_backing_child to bdrv_remove_child
` [PATCH 02/14] block: drop bdrv_detach_child()
` [PATCH 03/14] block: bdrv_refresh_perms(): allow external tran
` [PATCH 04/14] block: add bdrv_try_set_aio_context_tran transaction action
` [PATCH 06/14] block: bdrv_delete(): drop unnecessary zeroing
` [PATCH 07/14] block: implemet bdrv_try_unref()
` [PATCH 08/14] qapi/block-core: add 'force' argument to blockdev-del
` [PATCH 09/14] qcow2: qcow2_inactivate(): use qcow2_flush_caches()
` [PATCH 11/14] qcow2: refactor qcow2_inactivate
` [PATCH 12/14] qcow2: implement .bdrv_close_safe
` [PATCH 13/14] block/file-posix: "

[PATCH] hw/timer/armv7m_systick: Update clock source before enabling timer
 2022-02-07 17:26 UTC  (2+ messages)

[PULL 0/2] VFIO fixes 2022-02-03
 2022-02-07 16:54 UTC  (12+ messages)
` [PULL 1/2] tpm: CRB: Use ram_device for "tpm-crb-cmd" region

[PATCH v1 0/1] hw/arm: versal-virt: Always call arm_load_kernel()
 2022-02-07 17:09 UTC  (2+ messages)

[PATCH 00/16] arm: Fix handling of unrecognized functions in PSCI emulation
 2022-02-07 16:24 UTC  (14+ messages)
` [PATCH 06/16] hw/arm/xlnx-zcu102: Don't enable PSCI conduit when booting guest in EL3
` [PATCH 07/16] hw/arm/versal: Let boot.c handle PSCI enablement
` [PATCH 10/16] Revert "Revert "arm: tcg: Adhere to SMCCC 1.3 section 5.2""

[RFC PATCH 1/1] virtio: fix feature negotiation for ACCESS_PLATFORM
 2022-02-07 16:23 UTC  (9+ messages)

[PATCH] block/vvfat: Fix memleaks in vvfat_close()
 2022-02-07 16:36 UTC  (3+ messages)

[PATCH v4] 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread
 2022-02-07 16:29 UTC  (3+ messages)

[PATCH v5 0/9] virtiofsd: Add support for file security context at file creation
 2022-02-07 16:06 UTC  (22+ messages)
` [PATCH v5 3/9] virtiofsd: Parse extended "struct fuse_init_in"
` [PATCH v5 5/9] virtiofsd, fuse_lowlevel.c: Add capability to parse security context
` [PATCH v5 7/9] virtiofsd: Create new file with fscreate set
` [PATCH v5 8/9] virtiofsd: Create new file using O_TMPFILE and set security context
` [PATCH v5 9/9] virtiofsd: Add an option to enable/disable security label

[PATCH] hw/sd: Correct CMD58's R3 response "in idle state" bit in SPI-mode
 2022-02-07 15:13 UTC  (2+ messages)

[PATCH v2] hw/smbios: fix memory corruption for large guests due to handle overlap
 2022-02-07 15:12 UTC  (3+ messages)

[PATCH 0/3] hw: aspeed_gpio: Model new interface for the AST2600
 2022-02-07 15:04 UTC  (4+ messages)
` [PATCH 1/3] hw: aspeed_gpio: Cleanup stray semicolon after switch
` [PATCH 2/3] hw: aspeed_gpio: Split GPIOSet handling from accessors
` [PATCH 3/3] hw: aspeed_gpio: Support the AST2600's indexed register interface

[PULL 0/8] Linux user for 7.0 patches
 2022-02-07 15:30 UTC  (10+ messages)
` [PULL 1/8] linux-user: Remove unnecessary 'aligned' attribute from TaskState
` [PULL 2/8] linux-user/alpha: Fix target rlimits for alpha and rearrange for clarity
` [PULL 3/8] linux-user: Fix inotify on aarch64
` [PULL 4/8] linux-user: rt_sigprocmask, check read perms first
` [PULL 5/8] linux-user: sigprocmask "
` [PULL 6/8] linux-user: Implement starttime field in self stat emulation
` [PULL 7/8] linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h
` [PULL 8/8] linux-user/syscall: Translate TARGET_RLIMIT_RTTIME

[PATCH] hw/sd: Correct card status clear conditions in SPI-mode
 2022-02-07 14:51 UTC  (2+ messages)

[PATCH v5 00/43] CXl 2.0 emulation Support
 2022-02-07 15:10 UTC  (5+ messages)
` [PATCH v5 16/43] tests/acpi: Add update DSDT.viot

[PATCH 0/5] Support exporting BDSs via VDUSE
 2022-02-07 14:39 UTC  (11+ messages)
` [PATCH 1/5] linux-headers: Add vduse.h
` [PATCH 2/5] libvduse: Add VDUSE (vDPA Device in Userspace) library
` [PATCH 3/5] vduse-blk: implements vduse-blk export
` [PATCH 4/5] vduse-blk: Add vduse-blk resize support
` [PATCH 5/5] libvduse: Add support for reconnecting

[PATCH v4 0/4] hw/i386: QOM-attach CPUs/SGX-EPC objects to their parents
 2022-02-07 13:51 UTC  (17+ messages)
` [PATCH v4 2/4] hw/i386: Attach CPUs to machine
` [PATCH v4 4/4] hw/i386/sgx: Attach SGX-EPC objects "

[PATCH] kvm: drop work around for kernel header typo
 2022-02-07 13:48 UTC  (2+ messages)

[PATCH v6 0/2] Improve vhost-user VQ notifier unmap
 2022-02-07 13:49 UTC  (11+ messages)
` [PATCH v6 1/2] vhost-user: remove VirtQ notifier restore

target/arm: cp15.dacr migration
 2022-02-07 13:44 UTC  (2+ messages)

[PATCH v3] hw/rx: rx-gdbsim DTB load address aligned of 16byte
 2022-02-07 13:27 UTC 

[PATCH v8 0/5] MSG_ZEROCOPY + multifd
 2022-02-07 12:49 UTC  (3+ messages)
` [PATCH v8 1/5] QIOChannel: Add flags on io_writev and introduce io_flush callback

[PATCH v2] memory: Fix qemu crash on starting dirty log twice with stopped VM
 2022-02-07 12:30 UTC 

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-07 12:24 UTC  (3+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE

[PATCH] docs: rstfy confidential guest documentation
 2022-02-07 12:16 UTC  (2+ messages)

[RFC] thread-pool: Add option to fix the pool size
 2022-02-07 12:00 UTC  (3+ messages)

[PATCH v7 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2022-02-07 11:53 UTC  (4+ messages)
` [PATCH v7 2/3] spapr: nvdimm: Implement H_SCM_FLUSH hcall

[PATCH v2 0/3] hw/smbios: fix table memory corruption with large memory vms
 2022-02-07 11:31 UTC  (4+ messages)
` [PATCH v2 1/3] hw/smbios: code cleanup - use macro definitions for table base addresses
` [PATCH v2 2/3] hw/smbios: fix table memory corruption with large memory vms
` [PATCH v2 3/3] hw/smbios: add an assertion to ensure tables 19 and 32 do not collide

[PATCH v4 1/1] virtio: fix the condition for iommu_platform not supported
 2022-02-07 11:30 UTC  (6+ messages)

[PATCH v5 1/1] virtio: fix the condition for iommu_platform not supported
 2022-02-07 11:28 UTC 

[RFC PATCH] spapr: Add SPAPR_CAP_AIL_MODES for supported AIL modes for H_SET_MODE hcall
 2022-02-07 11:33 UTC  (7+ messages)

Add TCG support for UMIP
 2022-02-07 10:55 UTC  (3+ messages)

[PATCH] memory: Fix qemu crash on starting dirty log twice with stopped VM
 2022-02-07 10:36 UTC  (3+ messages)

[PULL 00/31] testing/next and other misc fixes
 2022-02-07 10:20 UTC  (4+ messages)
` [PULL 31/31] linux-user: Remove the deprecated ppc64abi32 target

[PATCH qemu] Add TCG support for UMIP
 2022-02-07 10:33 UTC  (2+ messages)

Notes on Generating Python signatures for QMP RPCs
 2022-02-07 10:11 UTC  (5+ messages)

[RFC PATCH] Allow VIRTIO_F_IN_ORDER to be negotiated for vdpa devices
 2022-02-07  9:43 UTC  (3+ messages)

[PATCH v3 00/26] testing and plugins pre-PR
 2022-02-07  9:15 UTC  (3+ messages)
` [PATCH v3 01/26] tests/Makefile.include: clean-up old code

[PATCH v2 0/9] exec: Remove 'qemu/log.h' from 'exec-all.h'
 2022-02-07  8:27 UTC  (10+ messages)
` [PATCH v2 1/9] hw/tpm: Clean includes
` [PATCH v2 2/9] hw/remote: Add missing include
` [PATCH v2 3/9] hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' header
` [PATCH v2 4/9] qtest: Add missing 'hw/qdev-core.h' include
` [PATCH v2 5/9] exec/ramblock: Add missing includes
` [PATCH v2 6/9] core/ptimers: Remove unnecessary 'sysemu/cpus.h' include
` [PATCH v2 7/9] target: Add missing "qemu/timer.h" include
` [PATCH v2 8/9] linux-user: "
` [PATCH v2 9/9] exec/exec-all: Move 'qemu/log.h' include in units requiring it

[PATCH] hw/timer: fix a9gtimer vmstate
 2022-02-07  8:44 UTC 

[PATCH v3 00/21] softmmu: Make various objects target agnostic
 2022-02-07  7:54 UTC  (22+ messages)
` [PATCH v3 01/21] accel: Restrict sysemu stubs to system emulation
` [PATCH v3 02/21] accel/meson: Only build hw virtualization with "
` [PATCH v3 03/21] exec: Declare vaddr as a generic target-agnostic type
` [PATCH v3 04/21] exec: Make cpu_memory_rw_debug() target agnostic
` [PATCH v3 05/21] sysemu/memory_mapping: Become target-agnostic
` [PATCH v3 06/21] sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnostic
` [PATCH v3 07/21] accel/kvm: Simplify user-mode #ifdef'ry
` [PATCH v3 08/21] accel/hax: Introduce CONFIG_HAX_IS_POSSIBLE
` [PATCH v3 09/21] softmmu/cpus: Code movement
` [PATCH v3 10/21] accel: Introduce AccelOpsClass::cpu_thread_is_idle()
` [PATCH v3 11/21] accel: Introduce AccelOpsClass::cpus_are_resettable()
` [PATCH v3 12/21] softmmu/globals: Remove unused 'hw/i386/*' headers
` [PATCH v3 13/21] softmmu/runstate: Clean headers
` [PATCH v3 14/21] softmmu/physmem: Remove unnecessary include
` [PATCH v3 15/21] softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header
` [PATCH v3 16/21] misc: Remove unnecessary "sysemu/cpu-timers.h" include
` [PATCH v3 17/21] misc: Add missing "
` [PATCH v3 18/21] exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnostic
` [PATCH v3 19/21] exec/cpu: Make address_space_init/reloading_memory_map "
` [PATCH v3 20/21] softmmu: Add qemu_init_arch_modules()
` [PATCH v3 21/21] softmmu: Build target-agnostic objects once

[PATCH v7 0/2] vhost-user hardware notifier bug fixes
 2022-02-07  7:19 UTC  (3+ messages)
` [PATCH v7 1/2] vhost-user: remove VirtQ notifier restore
` [PATCH v7 2/2] vhost-user: fix VirtQ notifier cleanup

[RFC v4 00/21] vfio-user client
 2022-02-07  7:09 UTC  (8+ messages)
` [RFC v4 08/21] vfio-user: define socket receive functions
` [RFC v4 09/21] vfio-user: define socket send functions

[PATCH v16] ACPI ERST: specification for ERST support
 2022-02-07  7:02 UTC  (2+ messages)

[PATCH] erst: drop cast to long long
 2022-02-07  6:11 UTC  (2+ messages)

Fwd: VirtioSound device emulation implementation
 2022-02-07  4:06 UTC  (10+ 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).