qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-23 11:43:16 to 2020-01-23 14:24:04 UTC [more...]

[PATCH] qemu-nbd: Removed deprecated --partition option
 2020-01-23 12:44 UTC  (4+ messages)

[PULL 000/111] virtiofs queue
 2020-01-23 11:58 UTC  (88+ messages)
` [PULL 001/111] virtiofsd: Pull in upstream headers
` [PULL 002/111] virtiofsd: Pull in kernel's fuse.h
` [PULL 003/111] virtiofsd: Add auxiliary .c's
` [PULL 004/111] virtiofsd: Add fuse_lowlevel.c
` [PULL 005/111] virtiofsd: Add passthrough_ll
` [PULL 006/111] virtiofsd: Trim down imported files
` [PULL 007/111] virtiofsd: Format imported files to qemu style
` [PULL 008/111] virtiofsd: remove mountpoint dummy argument
` [PULL 009/111] virtiofsd: remove unused notify reply support
` [PULL 010/111] virtiofsd: Remove unused enum fuse_buf_copy_flags
` [PULL 011/111] virtiofsd: Fix fuse_daemonize ignored return values
` [PULL 012/111] virtiofsd: Fix common header and define for QEMU builds
` [PULL 013/111] virtiofsd: Trim out compatibility code
` [PULL 014/111] vitriofsd/passthrough_ll: fix fallocate() ifdefs
` [PULL 015/111] virtiofsd: Make fsync work even if only inode is passed in
` [PULL 016/111] virtiofsd: Add options for virtio
` [PULL 017/111] virtiofsd: add -o source=PATH to help output
` [PULL 018/111] virtiofsd: Open vhost connection instead of mounting
` [PULL 019/111] virtiofsd: Start wiring up vhost-user
` [PULL 020/111] virtiofsd: Add main virtio loop
` [PULL 021/111] virtiofsd: get/set features callbacks
` [PULL 022/111] virtiofsd: Start queue threads
` [PULL 023/111] virtiofsd: Poll kick_fd for queue
` [PULL 024/111] virtiofsd: Start reading commands from queue
` [PULL 025/111] virtiofsd: Send replies to messages
` [PULL 026/111] virtiofsd: Keep track of replies
` [PULL 027/111] virtiofsd: Add Makefile wiring for virtiofsd contrib
` [PULL 028/111] virtiofsd: Fast path for virtio read
` [PULL 029/111] virtiofsd: add --fd=FDNUM fd passing option
` [PULL 030/111] virtiofsd: make -f (foreground) the default
` [PULL 031/111] virtiofsd: add vhost-user.json file
` [PULL 032/111] virtiofsd: add --print-capabilities option
` [PULL 033/111] virtiofs: Add maintainers entry
` [PULL 034/111] virtiofsd: passthrough_ll: create new files in caller's context
` [PULL 035/111] virtiofsd: passthrough_ll: add lo_map for ino/fh indirection
` [PULL 036/111] virtiofsd: passthrough_ll: add ino_map to hide lo_inode pointers
` [PULL 037/111] virtiofsd: passthrough_ll: add dirp_map to hide lo_dirp pointers
` [PULL 038/111] virtiofsd: passthrough_ll: add fd_map to hide file descriptors
` [PULL 039/111] virtiofsd: passthrough_ll: add fallback for racy ops
` [PULL 040/111] virtiofsd: validate path components
` [PULL 041/111] virtiofsd: Plumb fuse_bufvec through to do_write_buf
` [PULL 042/111] virtiofsd: Pass write iov's all the way through
` [PULL 043/111] virtiofsd: add fuse_mbuf_iter API
` [PULL 044/111] virtiofsd: validate input buffer sizes in do_write_buf()
` [PULL 045/111] virtiofsd: check input buffer size in fuse_lowlevel.c ops
` [PULL 046/111] virtiofsd: prevent ".." escape in lo_do_lookup()
` [PULL 047/111] virtiofsd: prevent ".." escape in lo_do_readdir()
` [PULL 048/111] virtiofsd: use /proc/self/fd/ O_PATH file descriptor
` [PULL 049/111] virtiofsd: sandbox mount namespace
` [PULL 050/111] virtiofsd: move to an empty network namespace
` [PULL 051/111] virtiofsd: move to a new pid namespace
` [PULL 052/111] virtiofsd: add seccomp whitelist
` [PULL 053/111] virtiofsd: Parse flag FUSE_WRITE_KILL_PRIV
` [PULL 054/111] virtiofsd: cap-ng helpers
` [PULL 055/111] virtiofsd: Drop CAP_FSETID if client asked for it
` [PULL 056/111] virtiofsd: set maximum RLIMIT_NOFILE limit
` [PULL 057/111] virtiofsd: fix libfuse information leaks
` [PULL 058/111] docs: Add docs/tools
` [PULL 059/111] virtiofsd: add security guide document
` [PULL 060/111] virtiofsd: add --syslog command-line option
` [PULL 061/111] virtiofsd: print log only when priority is high enough
` [PULL 062/111] virtiofsd: Add ID to the log with FUSE_LOG_DEBUG level
` [PULL 063/111] virtiofsd: Add timestamp "
` [PULL 064/111] virtiofsd: Handle reinit
` [PULL 065/111] virtiofsd: Handle hard reboot
` [PULL 066/111] virtiofsd: Kill threads when queues are stopped
` [PULL 067/111] vhost-user: Print unexpected slave message types
` [PULL 068/111] contrib/libvhost-user: Protect slave fd with mutex
` [PULL 069/111] virtiofsd: passthrough_ll: add renameat2 support
` [PULL 070/111] virtiofsd: passthrough_ll: disable readdirplus on cache=never
` [PULL 071/111] virtiofsd: passthrough_ll: control readdirplus
` [PULL 074/111] virtiofsd: extract root inode init into setup_root()
` [PULL 076/111] virtiofsd: passthrough_ll: use hashtable
` [PULL 077/111] virtiofsd: Clean up inodes on destroy
` [PULL 079/111] virtiofsd: fix error handling in main()
` [PULL 080/111] virtiofsd: cleanup allocated resource in se
` [PULL 081/111] virtiofsd: fix memory leak on lo.source
` [PULL 084/111] virtiofsd: enable PARALLEL_DIROPS during INIT
` [PULL 085/111] virtiofsd: fix incorrect error handling in lo_do_lookup
` [PULL 086/111] Virtiofsd: fix memory leak on fuse queueinfo
` [PULL 087/111] virtiofsd: Support remote posix locks
` [PULL 089/111] virtiofsd: prevent fv_queue_thread() vs virtio_loop() races
` [PULL 090/111] virtiofsd: make lo_release() atomic
` [PULL 091/111] virtiofsd: prevent races with lo_dirp_put()
` [PULL 094/111] virtiofsd: add man page
` [PULL 103/111] virtiofsd: use fuse_buf_writev to replace fuse_buf_write for better performance
` [PULL 110/111] virtiofsd: stop all queue threads on exit in virtio_loop()

[PATCH 0/3] convert qemu-nbd, qemu-block-drivers to rST
 2020-01-23 12:43 UTC  (7+ messages)
` [PATCH 1/3] qemu-nbd: Convert invocation documentation "
` [PATCH 2/3] docs: Create stub system manual

[PATCH REPOST v3 00/80] refactor main RAM allocation to use hostmem backend
 2020-01-23 12:40 UTC  (81+ messages)
` [PATCH REPOST v3 01/80] numa: remove deprecated -mem-path fallback to anonymous RAM
` [PATCH REPOST v3 03/80] machine: alias -mem-path and -mem-prealloc into memory-foo backend
` [PATCH REPOST v3 04/80] machine: introduce convenience MachineState::ram
` [PATCH REPOST v3 05/80] initialize MachineState::ram in NUMA case
` [PATCH REPOST v3 06/80] alpha:dp264: use memdev for RAM
` [PATCH REPOST v3 07/80] arm/aspeed: actually check RAM size
` [PATCH REPOST v3 08/80] arm/aspeed: use memdev for RAM
` [PATCH REPOST v3 09/80] arm/collie: "
` [PATCH REPOST v3 10/80] arm/cubieboard: "
` [PATCH REPOST v3 11/80] arm/digic_boards: "
` [PATCH REPOST v3 12/80] arm/highbank: "
` [PATCH REPOST v3 13/80] arm/imx25_pdk: drop RAM size fixup
` [PATCH REPOST v3 14/80] arm/imx25_pdk: use memdev for RAM
` [PATCH REPOST v3 15/80] arm/integratorcp: "
` [PATCH REPOST v3 16/80] arm/kzm: drop RAM size fixup
` [PATCH REPOST v3 17/80] arm/kzm: use memdev for RAM
` [PATCH REPOST v3 18/80] arm/mcimx6ul-evk: "
` [PATCH REPOST v3 19/80] arm/mcimx7d-sabre: "
` [PATCH REPOST v3 20/80] arm/mps2-tz: "
` [PATCH REPOST v3 21/80] arm/mps2: "
` [PATCH REPOST v3 22/80] arm/musicpal: "
` [PATCH REPOST v3 23/80] arm/nseries: "
` [PATCH REPOST v3 24/80] arm/omap_sx1: "
` [PATCH REPOST v3 25/80] arm/palm: "
` [PATCH REPOST v3 26/80] arm/raspi: "
` [PATCH REPOST v3 27/80] arm/sabrelite: "
` [PATCH REPOST v3 28/80] arm/sbsa-ref: "
` [PATCH REPOST v3 29/80] arm/versatilepb: "
` [PATCH REPOST v3 30/80] arm/vexpress: "
` [PATCH REPOST v3 31/80] arm/virt: "
` [PATCH REPOST v3 32/80] arm/xilinx_zynq: drop RAM size fixup
` [PATCH REPOST v3 33/80] arm/xilinx_zynq: use memdev for RAM
` [PATCH REPOST v3 34/80] arm/xlnx-versal-virt: "
` [PATCH REPOST v3 35/80] arm/xlnx-zcu102: "
` [PATCH REPOST v3 36/80] s390x/s390-virtio-ccw: "
` [PATCH REPOST v3 37/80] null-machine: "
` [PATCH REPOST v3 38/80] cris/axis_dev88: "
` [PATCH REPOST v3 39/80] hw/hppa/machine: Correctly check the firmware is in PDC range
` [PATCH REPOST v3 40/80] hw/hppa/machine: Restrict the total memory size to 3GB
` [PATCH REPOST v3 41/80] hw/hppa/machine: Map the PDC memory region with higher priority
` [PATCH REPOST v3 42/80] hppa: use memdev for RAM
` [PATCH REPOST v3 43/80] x86/microvm: "
` [PATCH REPOST v3 44/80] x86/pc: "
` [PATCH REPOST v3 45/80] lm32/lm32_boards: "
` [PATCH REPOST v3 46/80] lm32/milkymist: "
` [PATCH REPOST v3 47/80] m68k/an5206: "
` [PATCH REPOST v3 48/80] m68k/mcf5208: "
` [PATCH REPOST v3 49/80] m68k/next-cube: "
` [PATCH REPOST v3 50/80] mips/boston-cube: "
` [PATCH REPOST v3 51/80] mips/mips_fulong2e: drop RAM size fixup
` [PATCH REPOST v3 52/80] mips/mips_fulong2e: use memdev for RAM
` [PATCH REPOST v3 53/80] mips/mips_jazz: "
` [PATCH REPOST v3 54/80] mips/mips_malta: "
` [PATCH REPOST v3 55/80] mips/mips_mipssim: "
` [PATCH REPOST v3 56/80] mips/mips_r4k: "
` [PATCH REPOST v3 57/80] ppc/e500: drop RAM size fixup
` [PATCH REPOST v3 58/80] ppc/e500: use memdev for RAM
` [PATCH REPOST v3 59/80] ppc/mac_newworld: "
` [PATCH REPOST v3 60/80] ppc/mac_oldworld: "
` [PATCH REPOST v3 61/80] ppc/pnv: "
` [PATCH REPOST v3 62/80] ppc/ppc405_boards: add RAM size checks
` [PATCH REPOST v3 63/80] ppc/ppc405_boards: use memdev for RAM
` [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 66/80] ppc/prep: "
` [PATCH REPOST v3 67/80] ppc/spapr: "
` [PATCH REPOST v3 68/80] ppc/virtex_ml507: remove unused arguments
` [PATCH REPOST v3 69/80] ppc/virtex_ml507: use memdev for RAM
` [PATCH REPOST v3 70/80] sparc/leon3: "
` [PATCH REPOST v3 71/80] sparc/sun4m: "
` [PATCH REPOST v3 72/80] sparc/niagara: "
` [PATCH REPOST v3 73/80] remove no longer used memory_region_allocate_system_memory()
` [PATCH REPOST v3 74/80] exec: cleanup qemu_minrampagesize()/qemu_maxrampagesize()
` [PATCH REPOST v3 75/80] exec: drop bogus mem_path from qemu_ram_alloc_from_fd()
` [PATCH REPOST v3 76/80] make mem_path local variable
` [PATCH REPOST v3 77/80] hostmem: introduce "prealloc-threads" property
` [PATCH REPOST v3 78/80] hostmem: fix strict bind policy
` [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 v3 00/21] Multifd Migration Compression
 2020-01-23 12:17 UTC  (23+ messages)
` [PATCH v3 01/21] migration-test: Use g_free() instead of free()
` [PATCH v3 02/21] multifd: Make sure that we don't do any IO after an error
` [PATCH v3 03/21] qemu-file: Don't do IO after shutdown
` [PATCH v3 04/21] migration-test: Make sure that multifd and cancel works
` [PATCH v3 05/21] migration: Create migration_is_running()
` [PATCH v3 06/21] migration: Don't send data if we have stopped
` [PATCH v3 07/21] migration: Make multifd_save_setup() get an Error parameter
` [PATCH v3 08/21] migration: Make multifd_load_setup() "
` [PATCH v3 09/21] migration: Add multifd-compress parameter
` [PATCH v3 10/21] ram_addr: Split RAMBlock definition
` [PATCH v3 11/21] multifd: multifd_send_pages only needs the qemufile
` [PATCH v3 12/21] multifd: multifd_queue_page "
` [PATCH v3 13/21] multifd: multifd_send_sync_main "
` [PATCH v3 14/21] multifd: Use qemu_target_page_size()
` [PATCH v3 15/21] migration: Make checkpatch happy with comments
` [PATCH v3 16/21] migration: Add support for modules
` [PATCH v3 17/21] multifd: Split multifd code into its own file
` [PATCH v3 18/21] migration: Make no compression operations into its own structure
` [PATCH v3 19/21] migration: Add zlib compression multifd support
` [PATCH v3 20/21] configure: Enable test and libs for zstd
` [PATCH v3 21/21] migration: Add zstd compression multifd support

[PATCH rc1 00/24] target/avr merger
 2020-01-23 11:56 UTC  (3+ messages)

[PATCH] Makefile: List the sphinx documentation in 'make help'
 2020-01-23 11:53 UTC  (2+ messages)

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

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


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