qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-23 08:25:16 to 2020-01-23 13:46:13 UTC [more...]

[PULL 000/111] virtiofs queue
 2020-01-23 11:58 UTC  (46+ 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 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 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 026/111] virtiofsd: Keep track of replies
` [PULL 027/111] virtiofsd: Add Makefile wiring for virtiofsd contrib
` [PULL 029/111] virtiofsd: add --fd=FDNUM fd passing option
` [PULL 030/111] virtiofsd: make -f (foreground) the default
` [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 040/111] virtiofsd: validate path components
` [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 047/111] virtiofsd: prevent ".." escape in lo_do_readdir()
` [PULL 049/111] virtiofsd: sandbox mount namespace
` [PULL 051/111] virtiofsd: move to a new pid namespace
` [PULL 053/111] virtiofsd: Parse flag FUSE_WRITE_KILL_PRIV
` [PULL 055/111] virtiofsd: Drop CAP_FSETID if client asked for it
` [PULL 063/111] virtiofsd: Add timestamp to the log with FUSE_LOG_DEBUG level
` [PULL 074/111] virtiofsd: extract root inode init into setup_root()
` [PULL 076/111] virtiofsd: passthrough_ll: use hashtable

[PATCH v3 00/21] Multifd Migration Compression
 2020-01-23 11:58 UTC  (21+ 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 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/3] convert qemu-nbd, qemu-block-drivers to rST
 2020-01-23 11:51 UTC  (5+ messages)
` [PATCH 2/3] docs: Create stub system manual

[PATCH 0/6] tests/acceptance/virtio_seg_max_adjust: Restrict it to Linux/X86
 2020-01-23 11:51 UTC  (9+ messages)
` [PATCH 1/6] tests/acceptance/virtio_seg_max_adjust: Only remove listed machines
` [PATCH 4/6] tests/acceptance/virtio_seg_max_adjust: Only test Xen as superuser
` [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

[PATCH REPOST v3 00/80] refactor main RAM allocation to use hostmem backend
 2020-01-23 11:38 UTC  (81+ messages)
` [PATCH REPOST v3 01/80] numa: remove deprecated -mem-path fallback to anonymous RAM
` [PATCH REPOST v3 02/80] machine: introduce memory-backend property
` [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

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

[PATCH 00/26] Various qom & qdev enhancements
 2020-01-23 11:39 UTC  (7+ messages)
` [PATCH 10/26] object: add object_property_set_defaut_{bool, str, int, uint}()
` [PATCH 19/26] qdev: set properties with device_class_set_props()

[PATCH v4 00/11] 9pfs: readdir optimization
 2020-01-23 11:36 UTC  (14+ messages)
` [PATCH v4 06/11] tests/virtio-9p: added splitted readdir test
` [PATCH v4 07/11] tests/virtio-9p: failing "
` [PATCH v4 08/11] 9pfs: readdir benchmark
` [PATCH v4 09/11] hw/9pfs/9p-synth: avoid n-square issue in synth_readdir()
` [PATCH v4 10/11] 9pfs: T_readdir latency optimization

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

[PATCH 0/6] Fix more GCC9 -O3 warnings
 2020-01-23 11:28 UTC  (3+ messages)

[Qemu-devel] [Bug 1661815] [NEW] Stack address is returned from function translate_one
 2020-01-23 11:11 UTC  (2+ messages)
` [Bug 1661815] "

Maintainers, please add Message-Id: when merging patches
 2020-01-23 11:17 UTC  (8+ messages)

[PATCH v5 0/2] virtio: make seg_max virtqueue size dependent
 2020-01-23 11:14 UTC  (5+ messages)
` [PATCH v5 2/2] tests: add virtio-scsi and virtio-blk seg_max_adjust test

[PATCH v3 00/80] refactor main RAM allocation to use hostmem backend
 2020-01-23 10:52 UTC  (3+ messages)
` [PATCH v3 01/80] numa: remove deprecated -mem-path fallback to anonymous RAM
` [PATCH v3 02/80] machine: introduce memory-backend property

[PATCH v3 0/2] ide: Fix incorrect handling of some PRDTs and add the corresponding unit-test
 2020-01-23 10:52 UTC  (3+ messages)

Making QEMU easier for management tools and applications
 2020-01-23 10:27 UTC  (4+ messages)

[PATCH] target/s390x/translate: Do not leak stack address in translate_one()
 2020-01-23 10:25 UTC  (2+ messages)

[PATCH] target/i386: Add the 'model-id' for Skylake -v3 CPU models
 2020-01-23  9:27 UTC  (2+ messages)

[PATCH qemu v5] spapr: Kill SLOF
 2020-01-23  8:43 UTC  (7+ messages)

[PATCH v9 0/6] Add vTPM emulator support for ppc64 platform
 2020-01-23  8:32 UTC  (3+ messages)
` [PATCH v9 4/6] tpm_spapr: Support suspend and resume

[PULL 00/17] Linux user for 5.0 patches
 2020-01-23  8:22 UTC  (15+ messages)
` [PULL 01/17] linux-user:Fix align mistake when mmap guest space
` [PULL 02/17] linux-user: Reserve space for brk
` [PULL 03/17] linux-user: Add support for FS_IOC_<GET|SET>VERSION ioctls
` [PULL 06/17] linux-user: Add support for FD<SETEMSGTRESH|SETMAXERRS|GETMAXERRS> ioctls
` [PULL 07/17] linux-user: Add support for FDFMT<BEG|TRK|END> ioctls
` [PULL 09/17] linux-user: Add support for KCOV_<ENABLE|DISABLE> ioctls
` [PULL 10/17] linux-user: Add support for KCOV_INIT_TRACE ioctl
` [PULL 11/17] linux-user: Add support for TYPE_LONG and TYPE_ULONG in do_ioctl()
` [PULL 12/17] linux-user: Add support for enabling/disabling RTC features using ioctls
` [PULL 13/17] linux-user: Add support for getting/setting RTC time and alarm "
` [PULL 14/17] linux-user: Add support for getting/setting RTC periodic interrupt and epoch "
` [PULL 15/17] linux-user: Add support for getting/setting RTC wakeup alarm "
` [PULL 16/17] linux-user: Add support for getting/setting RTC PLL correction "
` [PULL 17/17] linux-user: Add support for read/clear RTC voltage low detector "


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