qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-23 17:36:24 to 2020-01-23 20:18:39 UTC [more...]

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

[qemu-web PATCH v2] Add "Security Process" information to the main website
 2020-01-23 19:43 UTC  (3+ messages)

GraphViz extension on QEMU Wiki
 2020-01-23 18:50 UTC  (4+ messages)

[PATCH] tests/boot-serial-test: Allow the HPPA machine to shudown
 2020-01-23 18:37 UTC  (5+ messages)

[PATCH 0/6] Fix more GCC9 -O3 warnings
 2020-01-23 18:26 UTC  (5+ messages)

qemu-img convert vs writing another copy tool
 2020-01-23 19:21 UTC  (4+ messages)

[PULL v2 00/59] Misc (x86 and QOM) patches for 2020-01-23
 2020-01-23 19:20 UTC  (3+ messages)

[PATCH] target/riscv: Disallow WFI instruction from U-mode
 2020-01-23 19:52 UTC 

[PATCH v3 0/2] MAINTAINERS: ARM fixes
 2020-01-23 17:21 UTC  (4+ messages)
` [PATCH v3 2/2] MAINTAINERS: Add an entry for the Siemens SX1 (OMAP310) machines

[PATCH] qemu_set_log_filename: filename argument may be NULL
 2020-01-23 19:36 UTC  (2+ messages)

[PATCH REPOST v3 00/80] refactor main RAM allocation to use hostmem backend
 2020-01-23 18:05 UTC  (20+ messages)
` [PATCH REPOST v3 13/80] arm/imx25_pdk: drop RAM size fixup
` [PATCH REPOST v3 20/80] arm/mps2-tz: use memdev for RAM
  ` [PATCH v4 "
` [PATCH REPOST v3 36/80] s390x/s390-virtio-ccw: "
` [PATCH REPOST v3 64/80] ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixup
` [PATCH REPOST v3 65/80] ppc/{ppc440_bamboo, sam460ex}: use memdev for RAM
` [PATCH REPOST v3 79/80] tests:numa-test: make top level args dynamic and g_autofree(cli) cleanups
` [PATCH REPOST v3 80/80] tests:numa-test: use explicit memdev to specify node RAM

[PATCH REPOST v3 00/80] refactor main RAM allocation to use hostmem backend
 2020-01-23 19:31 UTC  (3+ messages)
` [PATCH v4 81/80] m68k/q800: use memdev for RAM

[PATCH v4 0/6] Fix multifd + cancel + multifd
 2020-01-23 16:49 UTC  (5+ messages)
` [PATCH v4 5/6] migration: Create migration_is_running()
` [PATCH v4 6/6] migration: Don't send data if we have stopped

[PATCH] iscsi: Don't access non-existent scsi_lba_status_descriptor
 2020-01-23 17:05 UTC 

5.0 release schedule proposal
 2020-01-23 19:16 UTC  (3+ messages)

[PATCH] Makefile: List the sphinx documentation in 'make help'
 2020-01-23 17:48 UTC  (3+ messages)

Making QEMU easier for management tools and applications
 2020-01-23 19:12 UTC  (6+ messages)

[PATCH rc1 00/24] target/avr merger
 2020-01-23 17:36 UTC  (7+ messages)
` [PATCH rc1 12/24] hw/timer: Add limited support for Atmel 16 bit timer peripheral

[PATCH] riscv: Format Rd of FMV.W.X with NoN-boxing
 2020-01-23 18:52 UTC  (8+ messages)

[PULL v4 00/20] target-arm queue
 2020-01-23 17:15 UTC  (2+ messages)

[PULL] RISC-V Patches for the 5.0 Soft Freeze, Part 1
 2020-01-23 18:43 UTC  (3+ messages)

[Bug 1859656] Re: [2.6] Unable to reboot s390x KVM machine after initial deploy
 2020-01-23 17:02 UTC 

[PATCH] hw/s390x: Add a more verbose comment about get_machine_class() and the wrappers
 2020-01-23 17:42 UTC  (2+ messages)

[PATCH] iscsi: Cap block count from GET LBA STATUS (CVE-2020-1711)
 2020-01-23 17:46 UTC  (3+ messages)

[PATCH v2 0/2] finish qemu-nbd --partition deprecation
 2020-01-23 16:46 UTC  (3+ messages)
` [PATCH v2 1/2] docs: Fix typo in qemu-nbd -P replacement
` [PATCH v2 2/2] qemu-nbd: Removed deprecated --partition option

[PATCH v3 0/8] Fix Exynos4210 DMA support
 2020-01-23 16:57 UTC  (5+ messages)
` [PATCH v3 1/8] dma/pl330: Convert to support tracing

[PATCH 0/5] qemu-img: convert to rST
 2020-01-23 17:33 UTC  (5+ messages)
` [PATCH 2/5] docs/sphinx: Add new hxtool Sphinx extension

[PULL v3 00/20] target-arm queue
 2020-01-23 16:30 UTC 

[PATCH v29 00/22] Add RX archtecture support
 2020-01-23 16:24 UTC  (2+ messages)

[PATCH REPOST v3] target/arm/arch_dump: Add SVE notes
 2020-01-23 16:17 UTC  (3+ messages)

[PATCH v22 0/9] Add ARMv8 RAS virtualization support in QEMU
 2020-01-23 15:48 UTC  (5+ messages)
` [PATCH v22 3/9] ACPI: Build related register address fields via hardware error fw_cfg blob
` [PATCH v22 4/9] ACPI: Build Hardware Error Source Table

[PULL 00/20] target-arm queue
 2020-01-23 15:30 UTC  (16+ messages)
` [PULL 01/20] target/arm: add PMU feature to cortex-r5 and cortex-r5f
` [PULL 02/20] target/arm: Fix PAuth sbox functions
` [PULL 03/20] tests/tcg/aarch64: Fix compilation parameters for pauth-%
` [PULL 04/20] tests/tcg/aarch64: Add pauth-3
` [PULL 08/20] qemu-nbd: Convert invocation documentation to rST
` [PULL 09/20] docs: Create stub system manual
` [PULL 10/20] qemu-block-drivers: Convert to rST
` [PULL 11/20] target/arm/arch_dump: Add SVE notes
` [PULL 13/20] dma/pl330: Convert to support tracing
` [PULL 15/20] hw/arm/exynos4210: Fix DMA initialization
` [PULL 16/20] hw/char/exynos4210_uart: Convert to support tracing
` [PULL 17/20] hw/char/exynos4210_uart: Implement post_load function
` [PULL 18/20] hw/char/exynos4210_uart: Implement Rx FIFO level triggers and timeouts
` [PULL 19/20] hw/char/exynos4210_uart: Add receive DMA support
` [PULL 20/20] hw/arm/exynos4210: Connect serial port DMA busy signals with pl330

[PULL 000/111] virtiofs queue
 2020-01-23 16:10 UTC  (7+ messages)

[PATCH] hw/misc/stm32f4xx_syscfg: Fix copy/paste error
 2020-01-23 14:57 UTC  (2+ messages)

[PATCH 0/6] tests/acceptance/virtio_seg_max_adjust: Restrict it to Linux/X86
 2020-01-23 16:00 UTC  (5+ messages)
` [PATCH 5/6] tests/acceptance/virtio_seg_max_adjust: Restrict to X86 architecture

[PULL 00/17] Linux user for 5.0 patches
 2020-01-23 15:17 UTC  (2+ messages)

[PULL v2 00/17] virtio, pc: fixes, features
 2020-01-23 14:30 UTC  (2+ messages)

[RFC 0/2] virtio-rng: add a control queue
 2020-01-23 15:16 UTC 

[PULL 0/3] Ui 20200123 patches
 2020-01-23 14:21 UTC 

[qemu-web PATCH] Add "Security Process" information to the main website
 2020-01-23 14:11 UTC  (2+ messages)

[PULL v3 00/18] virtio, pc: fixes, features
 2020-01-23 14:31 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).