qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-21 06:36:03 to 2020-01-21 13:49:53 UTC [more...]

[PATCH v2 00/10] Cleanups around the 'current_machine' global variable
 2020-01-21 12:49 UTC  (13+ 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 v2 000/109] virtiofs daemon [all]
 2020-01-21 12:24 UTC  (94+ 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 079/109] virtiofsd: cleanup allocated resource in se
` [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 084/109] virtiofsd: fix incorrect error handling in lo_do_lookup
` [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 092/109] libvhost-user: Fix some memtable remap cases
` [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 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 104/109] virtiofsd: fix lo_destroy() resource leaks
` [PATCH v2 105/109] virtiofsd: add --thread-pool-size=NUM option

[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

Making QEMU easier for management tools and applications
 2020-01-21 12:03 UTC  (12+ messages)

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

Proposal for handling .hx files with Sphinx
 2020-01-21 11:52 UTC  (5+ messages)

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

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

[Qemu-devel] [RFC PATCH] Implement qemu_thread_yield for posix, use it in mttcg to handle EXCP_YIELD
 2020-01-21 11:20 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  (6+ messages)
` [PATCH v2 5/6] hw/core: Restrict reset handlers API to system-mode

[PULL 0/5] 9p patches 2020-01-20
 2020-01-21 10:54 UTC  (2+ messages)

[PATCH 000/104] virtiofs daemon [all]
 2020-01-21 10:51 UTC  (4+ messages)
` [PATCH 006/104] virtiofsd: Trim down imported files

riscv: How to check floating point support is currently enabled?
 2020-01-21 10:49 UTC  (2+ messages)

[PATCH 0/2] implement crashloaded event for pvpanic
 2020-01-21 10:50 UTC  (6+ messages)
` [PATCH 1/2] pvpanic: introduce crashloaded "
` [PATCH 2/2] pvpanic: implement crashloaded event handling

[PATCH 0/2] pvpanic: implement crashloaded event for pvpanic
 2020-01-21 10:49 UTC  (4+ messages)
` [PATCH 2/2] pvpanic: implement crashloaded event handling

[PATCH 0/6] Fix more GCC9 -O3 warnings
 2020-01-21 10:49 UTC  (6+ messages)

[PATCH] riscv: Fix bug in setting xPIE of CSR for MRET and SRET instructions
 2020-01-21 10:47 UTC  (2+ messages)

[PATCH 0/2] RISC-V TIME CSR for privileged mode
 2020-01-21 10:44 UTC  (5+ messages)
` [PATCH 1/2] target/riscv: Emulate TIME CSRs "
` [PATCH 2/2] hw/riscv: Provide rdtime callback for TCG in CLINT emulation

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

[PATCH v5 0/6] Enable more iotests during "make check-block"
 2020-01-21 10:34 UTC  (8+ messages)
` [PATCH v5 1/6] iotests: remove 'linux' from default supported platforms
` [PATCH v5 2/6] iotests: Test 041 only works on certain systems
` [PATCH v5 3/6] iotests: Test 183 does not work on macOS and OpenBSD
` [PATCH v5 4/6] iotests: Check for the availability of the required devices in 267 and 127
` [PATCH v5 5/6] iotests: Skip Python-based tests if QEMU does not support virtio-blk
` [PATCH v5 6/6] iotests: Enable more tests in the 'auto' group to improve test coverage

[PATCH v3 00/10] Further bitmaps improvements
 2020-01-21 10:25 UTC  (15+ messages)
` [PATCH v3 04/10] hbitmap: drop meta bitmaps as they are unused
` [PATCH v3 06/10] block/dirty-bitmap: add _next_dirty API
` [PATCH v3 08/10] nbd/server: introduce NBDExtentArray

[PATCH v2 0/5] linux-user: Implement x86_64 vsyscalls
 2020-01-21 10:13 UTC  (5+ messages)
` [PATCH v2 3/5] linux-user/i386: Emulate "

[PATCH] s390x/event-facility: fix error propagation
 2020-01-21 10:06 UTC  (4+ messages)

[PATCH] spapr: Migrate CAS reboot flag
 2020-01-21  9:32 UTC  (15+ messages)

How to set a limit and clear Avocado cache?
 2020-01-21  9:15 UTC 

[PATCH v10 0/2] qcow2: add zstd cluster compression
 2020-01-21  9:06 UTC  (4+ messages)
` [PATCH v10 2/2] docs: qcow2: introduce compression type feature

[PATCH 00/15] Replace current_machine by qdev_get_machine()
 2020-01-21  8:59 UTC  (2+ messages)

[PATCH 0/2] aspeed/scu: Implement chip id register
 2020-01-21  8:52 UTC  (8+ messages)
` [PATCH 1/2] aspeed/scu: Create separate write callbacks
` [PATCH 2/2] aspeed/scu: Implement chip ID register

[PATCH v4 0/7] hw/arm/raspi: Run U-Boot on the raspi machines
 2020-01-21  8:32 UTC  (6+ messages)
` [PATCH v4 4/7] python/qemu/machine: Allow to use other serial consoles than default
` [PATCH v4 5/7] tests/boot_linux_console: Test booting U-Boot on the Raspberry Pi 2

[PATCH v2 66/86] ppc/{ppc440_bamboo,sam460x}: drop RAM size fixup
 2020-01-21  8:26 UTC  (4+ messages)
` [PATCH v3 64/84] ppc/{ppc440_bamboo,sam460ex}: "

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

[GSoC/Outreachy QEMU project proposal] Measure and Analyze QEMU Performance
 2020-01-21  8:07 UTC  (2+ messages)

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

[PATCH 0/2] virtio-balloon: Reject qmp_balloon during hot-unplug
 2020-01-21  7:31 UTC  (4+ messages)
` [PATCH 1/2] qdev: Introduce qdev_get_bus_device

[PATCH qemu v5] spapr: Kill SLOF
 2020-01-21  7:25 UTC  (3+ messages)

[PATCH 0/2] Some cleanup in arm/virt/acpi
 2020-01-21  6:35 UTC  (4+ messages)
` [PATCH 1/2] arm/virt/acpi: remove meaningless sub device "PR0" from PCI0


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