qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-21 10:58:02 to 2020-01-21 15:05:27 UTC [more...]

[PATCH 0/2] Prevent uninitialized warnings
 2020-01-21 15:03 UTC  (9+ messages)
` [PATCH 1/2] test-logging: Fix -Werror=maybe-uninitialized warning
` [PATCH 2/2] aspeed/i2c: Prevent uninitialized warning

[PATCH] qemu-img: Add --target-is-zero to convert
 2020-01-21 15:02 UTC  (4+ messages)

[Bug 1859656] Re: [2.6] Unable to reboot s390x KVM machine after initial deploy
 2020-01-21 14:54 UTC  (2+ messages)
` [Bug 1859656] [NEW] "

[RFC PATCH] qapi: Incorrect attempt to fix building with MC146818RTC=n
 2020-01-21 14:48 UTC  (7+ messages)

[PATCH v3] target/s390x/kvm: Enable adapter interruption suppression again
 2020-01-21 14:46 UTC  (4+ messages)

[GSoC/Outreachy QEMU project proposal] Measure and Analyze QEMU Performance
 2020-01-21 14:37 UTC  (5+ messages)

[PATCH v2 0/2] backup-top failure path fix
 2020-01-21 14:28 UTC  (3+ messages)
` [PATCH v2 1/2] block/backup-top: fix failure path
` [PATCH v2 2/2] iotests: add test for backup-top failure on permission activation

[Qemu-devel] What should a virtual board emulate?
 2020-01-21 14:04 UTC  (4+ messages)

[PATCH v2 00/10] Cleanups around the 'current_machine' global variable
 2020-01-21 14:06 UTC  (19+ messages)
` [PATCH v2 01/10] hw/ppc/spapr_rtas: Use local MachineState variable
` [PATCH v2 02/10] hw/ppc/spapr_rtas: Access MachineState via SpaprMachineState argument
` [PATCH v2 03/10] hw/ppc/spapr_rtas: Remove local variable
` [PATCH v2 04/10] target/arm/kvm: Use CPUState::kvm_state in kvm_arm_pmu_supported()
` [PATCH v2 05/10] target/s390x: Remove duplicated ifdef macro
` [PATCH v2 06/10] qom/object: Display more helpful message when a parent is missing
` [PATCH v2 07/10] qdev: Abort if the root machine container "
` [PATCH v2 08/10] accel: Introduce the current_accel() wrapper
` [PATCH v2 09/10] accel: Replace current_machine->accelerator by "
` [PATCH v2 10/10] accel/tcg: Sanitize include path

[PATCH 0/2] backup-top failure path fix
 2020-01-21 14:01 UTC  (15+ messages)
` [PATCH 2/2] iotests: add test for backup-top failure on permission activation

Making QEMU easier for management tools and applications
 2020-01-21 14:36 UTC  (14+ messages)
                      ` Integrating QOM into QAPI (was: Making QEMU easier for management tools and applications)

[PATCH] gitlab-ci: Refresh the list of iotests
 2020-01-21 14:39 UTC  (2+ messages)

[PATCH v3 0/5] target/mips: Misc MIPS fixes and improvements for 5.0
 2020-01-21 13:38 UTC  (6+ messages)
` [PATCH v3 1/5] target/mips: Rectify documentation on deprecating r4k machine
` [PATCH v3 2/5] target/mips: Add support for MIPS<32|64>R6 CRC32 ISA
` [PATCH v3 3/5] target/mips: Amend CP0 WatchHi register implementation
` [PATCH v3 4/5] target/mips: Add implementation of GINVT instruction
` [PATCH v3 5/5] disas: mips: Add micromips R6 disassembler

[Qemu-devel] [RFC PATCH] Implement qemu_thread_yield for posix, use it in mttcg to handle EXCP_YIELD
 2020-01-21 14:37 UTC  (4+ messages)

[PATCH 00/13] LUKS: encryption slot management using amend interface
 2020-01-21 13:58 UTC  (7+ messages)
` [PATCH 02/13] qcrypto-luks: implement encryption key management
` [PATCH 10/13] block: add generic infrastructure for x-blockdev-amend qmp command

[PATCH v2 000/109] virtiofs daemon [all]
 2020-01-21 12:24 UTC  (110+ messages)
` [PATCH v2 001/109] virtiofsd: Pull in upstream headers
` [PATCH v2 002/109] virtiofsd: Pull in kernel's fuse.h
` [PATCH v2 003/109] virtiofsd: Add auxiliary .c's
` [PATCH v2 004/109] virtiofsd: Add fuse_lowlevel.c
` [PATCH v2 005/109] virtiofsd: Add passthrough_ll
` [PATCH v2 006/109] virtiofsd: Trim down imported files
` [PATCH v2 007/109] virtiofsd: Format imported files to qemu style
` [PATCH v2 008/109] virtiofsd: remove mountpoint dummy argument
` [PATCH v2 009/109] virtiofsd: remove unused notify reply support
` [PATCH v2 010/109] virtiofsd: Fix fuse_daemonize ignored return values
` [PATCH v2 011/109] virtiofsd: Fix common header and define for QEMU builds
` [PATCH v2 012/109] virtiofsd: Trim out compatibility code
` [PATCH v2 013/109] vitriofsd/passthrough_ll: fix fallocate() ifdefs
` [PATCH v2 014/109] virtiofsd: Make fsync work even if only inode is passed in
` [PATCH v2 015/109] virtiofsd: Add options for virtio
` [PATCH v2 016/109] virtiofsd: add -o source=PATH to help output
` [PATCH v2 017/109] virtiofsd: Open vhost connection instead of mounting
` [PATCH v2 018/109] virtiofsd: Start wiring up vhost-user
` [PATCH v2 019/109] virtiofsd: Add main virtio loop
` [PATCH v2 020/109] virtiofsd: get/set features callbacks
` [PATCH v2 021/109] virtiofsd: Start queue threads
` [PATCH v2 022/109] virtiofsd: Poll kick_fd for queue
` [PATCH v2 023/109] virtiofsd: Start reading commands from queue
` [PATCH v2 024/109] virtiofsd: Send replies to messages
` [PATCH v2 025/109] virtiofsd: Keep track of replies
` [PATCH v2 026/109] virtiofsd: Add Makefile wiring for virtiofsd contrib
` [PATCH v2 027/109] virtiofsd: Fast path for virtio read
` [PATCH v2 028/109] virtiofsd: add --fd=FDNUM fd passing option
` [PATCH v2 029/109] virtiofsd: make -f (foreground) the default
` [PATCH v2 030/109] virtiofsd: add vhost-user.json file
` [PATCH v2 031/109] virtiofsd: add --print-capabilities option
` [PATCH v2 032/109] virtiofs: Add maintainers entry
` [PATCH v2 033/109] virtiofsd: passthrough_ll: create new files in caller's context
` [PATCH v2 034/109] virtiofsd: passthrough_ll: add lo_map for ino/fh indirection
` [PATCH v2 035/109] virtiofsd: passthrough_ll: add ino_map to hide lo_inode pointers
` [PATCH v2 036/109] virtiofsd: passthrough_ll: add dirp_map to hide lo_dirp pointers
` [PATCH v2 037/109] virtiofsd: passthrough_ll: add fd_map to hide file descriptors
` [PATCH v2 038/109] virtiofsd: passthrough_ll: add fallback for racy ops
` [PATCH v2 039/109] virtiofsd: validate path components
` [PATCH v2 040/109] virtiofsd: Plumb fuse_bufvec through to do_write_buf
` [PATCH v2 041/109] virtiofsd: Pass write iov's all the way through
` [PATCH v2 042/109] virtiofsd: add fuse_mbuf_iter API
` [PATCH v2 043/109] virtiofsd: validate input buffer sizes in do_write_buf()
` [PATCH v2 044/109] virtiofsd: check input buffer size in fuse_lowlevel.c ops
` [PATCH v2 045/109] virtiofsd: prevent ".." escape in lo_do_lookup()
` [PATCH v2 046/109] virtiofsd: prevent ".." escape in lo_do_readdir()
` [PATCH v2 047/109] virtiofsd: use /proc/self/fd/ O_PATH file descriptor
` [PATCH v2 048/109] virtiofsd: sandbox mount namespace
` [PATCH v2 049/109] virtiofsd: move to an empty network namespace
` [PATCH v2 050/109] virtiofsd: move to a new pid namespace
` [PATCH v2 051/109] virtiofsd: add seccomp whitelist
` [PATCH v2 052/109] virtiofsd: Parse flag FUSE_WRITE_KILL_PRIV
` [PATCH v2 053/109] virtiofsd: cap-ng helpers
` [PATCH v2 054/109] virtiofsd: Drop CAP_FSETID if client asked for it
` [PATCH v2 055/109] virtiofsd: set maximum RLIMIT_NOFILE limit
` [PATCH v2 056/109] virtiofsd: fix libfuse information leaks
` [PATCH v2 057/109] docs: Add docs/tools
` [PATCH v2 058/109] virtiofsd: add security guide document
` [PATCH v2 059/109] virtiofsd: add --syslog command-line option
` [PATCH v2 060/109] virtiofsd: print log only when priority is high enough
` [PATCH v2 061/109] virtiofsd: Add ID to the log with FUSE_LOG_DEBUG level
` [PATCH v2 062/109] virtiofsd: Add timestamp "
` [PATCH v2 063/109] virtiofsd: Handle reinit
` [PATCH v2 064/109] virtiofsd: Handle hard reboot
` [PATCH v2 065/109] virtiofsd: Kill threads when queues are stopped
` [PATCH v2 066/109] vhost-user: Print unexpected slave message types
` [PATCH v2 067/109] contrib/libvhost-user: Protect slave fd with mutex
` [PATCH v2 068/109] virtiofsd: passthrough_ll: add renameat2 support
` [PATCH v2 069/109] virtiofsd: passthrough_ll: disable readdirplus on cache=never
` [PATCH v2 070/109] virtiofsd: passthrough_ll: control readdirplus
` [PATCH v2 071/109] virtiofsd: rename unref_inode() to unref_inode_lolocked()
` [PATCH v2 072/109] virtiofsd: fail when parent inode isn't known in lo_do_lookup()
` [PATCH v2 073/109] virtiofsd: extract root inode init into setup_root()
` [PATCH v2 074/109] virtiofsd: passthrough_ll: clean up cache related options
` [PATCH v2 075/109] virtiofsd: passthrough_ll: use hashtable
` [PATCH v2 076/109] virtiofsd: Clean up inodes on destroy
` [PATCH v2 077/109] virtiofsd: support nanosecond resolution for file timestamp
` [PATCH v2 078/109] virtiofsd: fix error handling in main()
` [PATCH v2 079/109] virtiofsd: cleanup allocated resource in se
` [PATCH v2 080/109] virtiofsd: fix memory leak on lo.source
` [PATCH v2 081/109] virtiofsd: add helper for lo_data cleanup
` [PATCH v2 082/109] virtiofsd: Prevent multiply running with same vhost_user_socket
` [PATCH v2 083/109] virtiofsd: enable PARALLEL_DIROPS during INIT
` [PATCH v2 084/109] virtiofsd: fix incorrect error handling in lo_do_lookup
` [PATCH v2 085/109] Virtiofsd: fix memory leak on fuse queueinfo
` [PATCH v2 086/109] virtiofsd: Support remote posix locks
` [PATCH v2 087/109] virtiofsd: use fuse_lowlevel_is_virtio() in fuse_session_destroy()
` [PATCH v2 088/109] virtiofsd: prevent fv_queue_thread() vs virtio_loop() races
` [PATCH v2 089/109] virtiofsd: make lo_release() atomic
` [PATCH v2 090/109] virtiofsd: prevent races with lo_dirp_put()
` [PATCH v2 091/109] virtiofsd: rename inode->refcount to inode->nlookup
` [PATCH v2 092/109] libvhost-user: Fix some memtable remap cases
` [PATCH v2 093/109] virtiofsd: add man page
` [PATCH v2 094/109] virtiofsd: passthrough_ll: fix refcounting on remove/rename
` [PATCH v2 095/109] virtiofsd: introduce inode refcount to prevent use-after-free
` [PATCH v2 096/109] virtiofsd: do not always set FUSE_FLOCK_LOCKS
` [PATCH v2 097/109] virtiofsd: convert more fprintf and perror to use fuse log infra
` [PATCH v2 098/109] virtiofsd: Reset O_DIRECT flag during file open
` [PATCH v2 099/109] virtiofsd: Fix data corruption with O_APPEND write in writeback mode
` [PATCH v2 100/109] virtiofsd: add definition of fuse_buf_writev()
` [PATCH v2 101/109] virtiofsd: use fuse_buf_writev to replace fuse_buf_write for better performance
` [PATCH v2 102/109] virtiofsd: process requests in a thread pool
` [PATCH v2 103/109] virtiofsd: prevent FUSE_INIT/FUSE_DESTROY races
` [PATCH v2 104/109] virtiofsd: fix lo_destroy() resource leaks
` [PATCH v2 105/109] virtiofsd: add --thread-pool-size=NUM option
` [PATCH v2 106/109] virtiofsd: Convert lo_destroy to take the lo->mutex lock itself
` [PATCH v2 107/109] virtiofsd/passthrough_ll: Pass errno to fuse_reply_err()
` [PATCH v2 108/109] virtiofsd: stop all queue threads on exit in virtio_loop()
` [PATCH v2 109/109] virtiofsd: add some options to the help message

question about handling MSI-X by VFIO
 2020-01-21 13:36 UTC 

[Qemu-devel] [PATCH] target/riscv: Disallow WFI instruction from U-mode
 2020-01-21 13:20 UTC  (3+ messages)

[PATCH v1 1/1] target/riscv: Correctly implement TSR trap
 2020-01-21 13:18 UTC  (2+ messages)

[PATCH 0/2] RISC-V TIME CSR for privileged mode
 2020-01-21 13:11 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] target/riscv: Hardwire mcounter.TM and upper bits of [m|s]counteren
 2020-01-21 13:05 UTC  (3+ messages)

[PATCH] s390x/event-facility: fix error propagation
 2020-01-21 12:55 UTC  (3+ messages)

Proposal for handling .hx files with Sphinx
 2020-01-21 13:50 UTC  (6+ messages)

[PATCH 0/2] implement crashloaded event for pvpanic
 2020-01-21 13:38 UTC  (5+ messages)
` [PATCH 1/2] pvpanic: introduce crashloaded "

[PULL 0/1] M68k for 5.0 patches
 2020-01-21 12:59 UTC  (3+ messages)
` [PULL 1/1] m68k: Fix regression causing Single-Step via GDB/RSP to not single step

[PATCH v1 00/36] Add RISC-V Hypervisor Extension v0.5
 2020-01-21 12:56 UTC  (9+ messages)
` [PATCH v1 15/36] target/riscv: Convert mstatus to pointers
` [PATCH v1 17/36] target/riscv: Set VS bits in mideleg for Hyp extension

[PATCH v3 0/5] Misc BDRV_SECTOR_SIZE updates
 2020-01-21 12:20 UTC  (8+ messages)
` [PATCH v3 3/5] qcow2: Use bs->bl.request_alignment when updating an L1 entry
` [PATCH v3 4/5] qcow2: Don't require aligned offsets in qcow2_co_copy_range_from()
` [PATCH v3 5/5] qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded value

[PATCH] Makefile: add missing mkdir MANUAL_BUILDDIR
 2020-01-21 11:56 UTC  (3+ messages)

[PATCH 0/3] Use only trace_event_get_state_backends() to check trace enablement
 2020-01-21 11:39 UTC  (2+ messages)

[PATCH 016/104] virtiofsd: Open vhost connection instead of mounting
 2020-01-21 11:38 UTC  (3+ messages)

[PATCH v5 00/15] io_uring: add Linux io_uring AIO engine
 2020-01-21 11:36 UTC  (2+ messages)

[PATCH v4 00/15] io_uring: add Linux io_uring AIO engine
 2020-01-21 11:35 UTC  (3+ messages)

[PATCH v3 0/5] Fix multifd + cancel + multifd
 2020-01-21 11:10 UTC  (7+ messages)
` [PATCH v3 2/5] migration: Create MigrationState active field
` [PATCH v3 3/5] migration: Don't wait in semaphore for thread we know has finished

[PATCH v2 0/6] buildsys: Build faster (mostly tools and linux-user)
 2020-01-21 10:59 UTC  (4+ messages)
` [PATCH v2 5/6] hw/core: Restrict reset handlers API to system-mode


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