qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-07 14:46:49 to 2022-02-08 09:37:24 UTC [more...]

[PATCH 0/5] Support exporting BDSs via VDUSE
 2022-02-08  8:08 UTC  (18+ 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] memory: Fix qemu crash on starting dirty log twice with stopped VM
 2022-02-08  8:11 UTC  (4+ messages)

[RFC 0/8] ioregionfd introduction
 2022-02-08  7:22 UTC  (7+ messages)
` [RFC 1/8] ioregionfd: introduce a syscall and memory API
` [RFC 2/8] multiprocess: place RemoteObject definition in a header file
` [RFC 3/8] ioregionfd: introduce memory API functions
` [RFC 4/8] ioregionfd: Introduce IORegionDFObject type
` [RFC 7/8] multiprocess: add ioregionfd memory region in proxy
` [RFC 8/8] multiprocess: handle ioregionfd commands

[PATCH v3] i386/cpu: Remove the deprecated cpu model 'Icelake-Client'
 2022-02-08  8:38 UTC  (3+ messages)

[PATCH v6 0/8] tcg/sparc: Unaligned access for user-only
 2022-02-08  7:17 UTC  (9+ messages)
` [PATCH v6 1/8] tcg/sparc: Use tcg_out_movi_imm13 in tcg_out_addsub2_i64
` [PATCH v6 2/8] tcg/sparc: Split out tcg_out_movi_imm32
` [PATCH v6 3/8] tcg/sparc: Add scratch argument to tcg_out_movi_int
` [PATCH v6 4/8] tcg/sparc: Improve code gen for shifted 32-bit constants
` [PATCH v6 5/8] tcg/sparc: Convert patch_reloc to return bool
` [PATCH v6 6/8] tcg/sparc: Use the constant pool for 64-bit constants
` [PATCH v6 7/8] tcg/sparc: Add tcg_out_jmpl_const for better tail calls
` [PATCH v6 8/8] tcg/sparc: Support unaligned access for user-only

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-08  8:49 UTC  (4+ messages)
` [PATCH v4 02/12] mm/memfd: Introduce MFD_INACCESSIBLE flag

[PATCH 00/31] vDPA shadow virtqueue
 2022-02-08  8:27 UTC  (33+ messages)
` [PATCH 09/31] vhost-vdpa: Take into account SVQ in vhost_vdpa_set_vring_call
` [PATCH 11/31] vhost: Add vhost_svq_valid_device_features to shadow vq
` [PATCH 16/31] vhost: pass queue index to vhost_vq_get_addr
` [PATCH 17/31] vdpa: adapt vhost_ops callbacks to svq
` [PATCH 18/31] vhost: Shadow virtqueue buffers forwarding
` [PATCH 22/31] vhost: Add VhostIOVATree
` [PATCH 28/31] vdpa: Expose VHOST_F_LOG_ALL on SVQ

[PATCH v2] hw/smbios: fix memory corruption for large guests due to handle overlap
 2022-02-08  7:48 UTC  (4+ messages)

[PATCH 0/5] linux-user: Fixes for sparc64 host
 2022-02-08  7:12 UTC  (6+ messages)
` [PATCH 1/5] common-user/host/sparc64: Fix safe_syscall_base
` [PATCH 2/5] linux-user: Introduce host_signal_mask
` [PATCH 3/5] linux-user: Introduce host_sigcontext
` [PATCH 4/5] linux-user: Move sparc/host-signal.h to sparc64/host-signal.h
` [PATCH 5/5] linux-user/include/host/sparc64: Fix host_sigcontext

[PATCH v12 1/5] accel/kvm/kvm-all: refactor per-vcpu dirty ring reaping
 2022-02-08  8:18 UTC  (4+ messages)
` [PATCH v12 2/5] migration/dirtyrate: refactor dirty page rate calculation

[PATCH 00/11] mos6522: switch to gpios, add control line edge-triggering and extra debugging
 2022-02-08  8:10 UTC  (13+ messages)
` [PATCH 04/11] mos6522: switch over to use qdev gpios for IRQs
` [PATCH 05/11] mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClass
` [PATCH 06/11] mos6522: use device_class_set_parent_reset() to propagate reset to parent
` [PATCH 07/11] mos6522: add register names to register read/write trace events
` [PATCH 08/11] mos6522: add "info via" HMP command for debugging

[PATCH v9 00/23] QEMU RISC-V AIA support
 2022-02-08  7:32 UTC  (4+ messages)

[PATCH] hvf: arm: Handle ID_AA64ISAR2_EL1 reads
 2022-02-08  1:11 UTC  (3+ messages)

[PATCH v6 0/7] target/riscv: Add XVentanaCondOps and supporting infrastructure changes
 2022-02-08  6:28 UTC  (4+ messages)
` [PATCH v6 3/7] target/riscv: access configuration through cfg_ptr in DisasContext

[PATCH] MAINTAINERS: python - remove ehabkost and add bleal
 2022-02-08  5:11 UTC  (2+ messages)

target/arm: cp15.dacr migration
 2022-02-08  4:56 UTC  (3+ messages)

[PATCH RFC 00/15] migration: Postcopy Preemption
 2022-02-08  4:22 UTC  (18+ messages)
` [PATCH RFC 02/15] migration: Allow pss->page jump over clean pages
` [PATCH RFC 07/15] migration: Introduce postcopy channels on dest node
` [PATCH RFC 09/15] migration: Add postcopy_thread_create()
` [PATCH RFC 10/15] migration: Move static var in ram_block_from_stream() into global
` [PATCH RFC 14/15] migration: Postcopy preemption on separate channel

[PATCH v8 0/5] MSG_ZEROCOPY + multifd
 2022-02-08  3:05 UTC  (8+ messages)
` [PATCH v8 1/5] QIOChannel: Add flags on io_writev and introduce io_flush callback
` [PATCH v8 5/5] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)

[PATCH v5 1/1] virtio: fix the condition for iommu_platform not supported
 2022-02-08  2:45 UTC  (2+ messages)

[PATCH 0/4] target/ppc: powerpc_excp improvements (9/9)
 2022-02-08  2:28 UTC  (6+ messages)
` [PATCH 1/4] target/ppc: Remove powerpc_excp_legacy
` [PATCH 2/4] target/ppc: powerpc_excp: Move common code to the caller function
` [PATCH 3/4] target/ppc: Assert if MSR bits differ from msr_mask during exceptions
` [PATCH 4/4] target/ppc: books: Remove excp_model argument from ppc_excp_apply_ail

[RFC PATCH 1/1] virtio: fix feature negotiation for ACCESS_PLATFORM
 2022-02-08  1:27 UTC  (11+ messages)

[PATCH v5 00/11] 9p: Add support for darwin
 2022-02-07 23:47 UTC  (15+ messages)
` [PATCH v5 01/11] 9p: linux: Fix a couple Linux assumptions
` [PATCH v5 02/11] 9p: Rename 9p-util -> 9p-util-linux
` [PATCH v5 03/11] 9p: darwin: Handle struct stat(fs) differences
` [PATCH v5 04/11] 9p: darwin: Handle struct dirent differences
` [PATCH v5 05/11] 9p: darwin: Ignore O_{NOATIME, DIRECT}
` [PATCH v5 06/11] 9p: darwin: Move XATTR_SIZE_MAX->P9_XATTR_SIZE_MAX
` [PATCH v5 07/11] 9p: darwin: *xattr_nofollow implementations
` [PATCH v5 08/11] 9p: darwin: Compatibility for f/l*xattr
` [PATCH v5 09/11] 9p: darwin: Implement compatibility for mknodat
` [PATCH v5 10/11] 9p: darwin: meson: Allow VirtFS on Darwin
` [PATCH v5 11/11] 9p: darwin: Adjust assumption on virtio-9p-test

[PATCH 00/16] arm: Fix handling of unrecognized functions in PSCI emulation
 2022-02-07 23:20 UTC  (16+ 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""

[PATCH v2] tests/qtest: add qtests for npcm7xx sdhci
 2022-02-07 23:07 UTC  (3+ messages)

[PATCH v4 00/11] 9p: Add support for darwin
 2022-02-07 22:55 UTC  (31+ messages)
` [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 1/5] ui/gtk: new param monitor to specify target monitor for launching QEMU
 2022-02-07 22:24 UTC 

[PATCH v2 0/6] qtests/libqos: Allow PCI tests to be run with virt-machine
 2022-02-07 21:59 UTC  (3+ messages)

[PATCH v5 0/6] tcg/sparc: Unaligned access for user-only
 2022-02-07 21:48 UTC  (6+ messages)
` [PATCH v5 1/6] tcg/sparc: Add scratch argument to tcg_out_movi_int
` [PATCH v5 6/6] tcg/sparc: Support unaligned access for user-only

[PATCH v5 0/9] virtiofsd: Add support for file security context at file creation
 2022-02-07 21:34 UTC  (10+ messages)

[PATCH] Python: discourage direct setup.py install
 2022-02-07 21:30 UTC 

[PATCH v3 0/2] python: a few improvements to qmp-shell
 2022-02-07 21:05 UTC  (2+ messages)

[PATCH RFCv2 0/4] i386/pc: Fix creation of >= 1010G guests on AMD systems with IOMMU
 2022-02-07 20:24 UTC  (5+ messages)
` [PATCH RFCv2 1/4] hw/i386: add 4g boundary start to X86MachineState
` [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
` [PATCH RFCv2 4/4] i386/pc: Restrict AMD-only enforcing of valid IOVAs to new machine type

[PATCH v4] hw/sensor: Add lsm303dlhc magnetometer device
 2022-02-07 18:50 UTC  (2+ messages)

[PATCH v6 00/33] block layer: split block APIs in global state and I/O
 2022-02-07 18:30 UTC  (20+ messages)
` [PATCH v6 02/33] include/block/block: split header into I/O and global state API
` [PATCH v6 05/33] include/sysemu/block-backend: split header into I/O and global state (GS) API
` [PATCH v6 09/33] block: introduce assert_bdrv_graph_writable
` [PATCH v6 13/33] include/block/blockjob.h: global state API
` [PATCH v6 22/33] block/coroutines: I/O API
` [PATCH v6 31/33] include/qemu/job.h: introduce job->pre_run() and use it in amend

[PATCH 00/13] hw/intc/arm_gicv3_its: more cleanups, bugfixes
 2022-02-07 17:56 UTC  (2+ messages)

[PULL 0/2] VFIO fixes 2022-02-03
 2022-02-07 17:47 UTC  (7+ messages)

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

Adding a 'qemu.qmp' repository to gitlab.com/qemu-project/
 2022-02-07 18:05 UTC  (4+ messages)

[PATCH 00/14] block: blockdev-del force=false
 2022-02-07 16:37 UTC  (15+ 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 05/14] block: merge bdrv_delete and bdrv_close
` [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 10/14] qcow2: qcow2_inactivate(): don't call qcow2_mark_clean() when RO
` [PATCH 11/14] qcow2: refactor qcow2_inactivate
` [PATCH 12/14] qcow2: implement .bdrv_close_safe
` [PATCH 13/14] block/file-posix: "
` [PATCH 14/14] iotests: add test for blockdev-del(force=false)

[RFC PATCH] arm: force flag recalculation when messing with DAIF
 2022-02-07 17:11 UTC  (2+ messages)

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

[PATCH] hw/arm/smmuv3: Fix device reset
 2022-02-07 17:28 UTC  (2+ messages)

[RFC] thread-pool: Add option to fix the pool size
 2022-02-07 15:20 UTC  (4+ messages)

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

[PATCH v1 0/1] hw/arm: versal-virt: Always call arm_load_kernel()
 2022-02-07 17:09 UTC  (2+ 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] hw/sd: Correct CMD58's R3 response "in idle state" bit in SPI-mode
 2022-02-07 15:13 UTC  (2+ 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  (2+ messages)

[PATCH] hw/sd: Correct card status clear conditions in SPI-mode
 2022-02-07 14:51 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).