qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-20 01:32:04 to 2020-01-20 13:58:15 UTC [more...]

Making QEMU easier for management tools and applications
 2020-01-20 13:57 UTC  (16+ messages)

[PATCH] linux-user: Reserve space for brk
 2020-01-20 13:46 UTC  (4+ messages)

[RFC PATCH v2 0/5] target/arm/kvm: Adjust virtual time
 2020-01-20 13:45 UTC  (14+ messages)
` [RFC PATCH v2 3/5] target/arm/kvm: Implement virtual time adjustment
` [RFC PATCH v2 5/5] target/arm/cpu: Add the kvm-no-adjvtime CPU property

[PATCH v2 0/7] Fix Exynos4210 DMA support
 2020-01-20 13:35 UTC  (7+ messages)
` [PATCH v2 1/7] dma/pl330: Convert to support tracing
` [PATCH v2 2/7] hw/arm/exynos4210: Fix DMA initialization
` [PATCH v2 4/7] hw/char/exynos4210_uart: Implement post_load function

[PATCH 0/9] cputlb: Various cleanups
 2020-01-20 13:41 UTC  (24+ messages)
` [PATCH 1/9] cputlb: Merge tlb_table_flush_by_mmuidx into tlb_flush_one_mmuidx_locked
` [PATCH 2/9] cputlb: Make tlb_n_entries private to cputlb.c
` [PATCH 3/9] cputlb: Pass CPUTLBDescFast to tlb_n_entries and sizeof_tlb
` [PATCH 4/9] cputlb: Hoist tlb portions in tlb_mmu_resize_locked
` [PATCH 5/9] cputlb: Hoist tlb portions in tlb_flush_one_mmuidx_locked
` [PATCH 6/9] cputlb: Split out tlb_mmu_flush_locked
` [PATCH 7/9] cputlb: Partially merge tlb_dyn_init into tlb_init
` [PATCH 9/9] cputlb: Hoist timestamp outside of loops over tlbs

[PATCH v1 00/36] Add RISC-V Hypervisor Extension v0.5
 2020-01-20  8:34 UTC  (3+ messages)
` [PATCH v1 23/36] target/riscv: Add hypvervisor trap support

[PATCH 000/104] virtiofs daemon [all]
 2020-01-20 13:28 UTC  (28+ messages)
` [PATCH 026/104] virtiofsd: Fast path for virtio read
` [PATCH 037/104] virtiofsd: passthrough_ll: add fallback for racy ops
` [PATCH 040/104] virtiofsd: Pass write iov's all the way through
` [PATCH 070/104] virtiofsd: fail when parent inode isn't known in lo_do_lookup()
` [PATCH 071/104] virtiofsd: extract root inode init into setup_root()
` [PATCH 072/104] virtiofsd: passthrough_ll: fix refcounting on remove/rename
` [PATCH 084/104] Virtiofsd: fix memory leak on fuse queueinfo
` [PATCH 093/104] virtiofsd: introduce inode refcount to prevent use-after-free
` [PATCH 094/104] virtiofsd: do not always set FUSE_FLOCK_LOCKS
` [PATCH 105/104] virtiofsd: Unref old/new inodes with the same mutex lock in lo_rename()

[PATCH v4 0/5] gpio: Add GPIO Aggregator
 2020-01-20 13:26 UTC  (2+ messages)

[PATCH v2 0/5] linux-user: Implement x86_64 vsyscalls
 2020-01-20 13:27 UTC  (5+ messages)
` [PATCH v2 3/5] linux-user/i386: Emulate "
` [PATCH v2 5/5] linux-user: Flush out implementation of gettimeofday

[PATCH v3] target/s390x/kvm: Enable adapter interruption suppression again
 2020-01-20 13:24 UTC 

[PATCH v2 0/2] fix memleaks in virtio_9p_device_unrealize
 2020-01-20 13:24 UTC  (5+ messages)
` [PATCH v2 1/2] virtio-9p-device: fix memleak "

[PATCH v2 0/2] MAINTAINERS: ARM & SD fixes
 2020-01-20 13:24 UTC  (3+ messages)
` [PATCH v2 2/2] MAINTAINERS: Move the OMAP section inside the ARM Machines one

KVM call for agenda for 2020-01-28
 2020-01-20 13:16 UTC 

[PATCH v3 00/10] Further bitmaps improvements
 2020-01-20 13:14 UTC  (16+ messages)
` [PATCH v3 01/10] hbitmap: assert that we don't create bitmap larger than INT64_MAX
` [PATCH v3 02/10] hbitmap: move hbitmap_iter_next_word to hbitmap.c
` [PATCH v3 03/10] hbitmap: unpublish hbitmap_iter_skip_words
` [PATCH v3 04/10] hbitmap: drop meta bitmaps as they are unused
` [PATCH v3 05/10] block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
` [PATCH v3 06/10] block/dirty-bitmap: add _next_dirty API

[PATCH v2] target/s390x/kvm: Enable adapter interruption suppression again
 2020-01-20 13:12 UTC  (4+ messages)

[PATCH 0/4] target/arm: Fix ComputePAC (LP 1859713)
 2020-01-20 13:12 UTC  (4+ messages)
` [PATCH 2/4] tests/tcg/aarch64: Fix compilation parameters for pauth-%

[PATCH] target/arm: add PMU feature to cortex-r5 and cortex-r5f
 2020-01-20 13:00 UTC  (3+ messages)

[PATCH] qapi: Fix code generation with Python 3.5
 2020-01-20 12:53 UTC  (8+ messages)
        ` [Qemu-devel] Xenial in Travis (was: qapi: Fix code generation with Python 3.5)

[PATCH 100/104] virtiofsd: process requests in a thread pool
 2020-01-20 12:54 UTC  (2+ messages)

[PULL 00/29] Migration pull patches
 2020-01-20 12:16 UTC  (31+ messages)
` [PULL 01/29] multifd: Initialize local variable
` [PULL 02/29] migration-test: Add migration multifd test
` [PULL 03/29] migration: Make sure that we don't call write() in case of error
` [PULL 04/29] migration-test: introduce functions to handle string parameters
` [PULL 05/29] runstate: ignore finishmigrate -> prelaunch transition
` [PULL 06/29] ram.c: remove unneeded labels
` [PULL 07/29] migration: Rate limit inside host pages
` [PULL 08/29] migration: Fix incorrect integer->float conversion caught by clang
` [PULL 09/29] migration: Fix the re-run check of the migrate-incoming command
` [PULL 10/29] misc: use QEMU_IS_ALIGNED
` [PULL 11/29] migration: add savevm_state_handler_remove()
` [PULL 12/29] migration: savevm_state_handler_insert: constant-time element insertion
` [PULL 13/29] migration/ram: Yield periodically to the main loop
` [PULL 14/29] migration/postcopy: reduce memset when it is zero page and matches_target_page_size
` [PULL 15/29] migration/postcopy: wait for decompress thread in precopy
` [PULL 16/29] migration/postcopy: count target page number to decide the place_needed
` [PULL 17/29] migration/postcopy: set all_zero to true on the first target page
` [PULL 18/29] migration/postcopy: enable random order target page arrival
` [PULL 19/29] migration/postcopy: enable compress during postcopy
` [PULL 20/29] migration/multifd: clean pages after filling packet
` [PULL 21/29] migration/multifd: not use multifd during postcopy
` [PULL 22/29] migration/multifd: fix nullptr access in terminating multifd threads
` [PULL 23/29] migration/multifd: fix destroyed mutex "
` [PULL 24/29] Bug #1829242 correction
` [PULL 25/29] migration: Define VMSTATE_INSTANCE_ID_ANY
` [PULL 26/29] migration: Change SaveStateEntry.instance_id into uint32_t
` [PULL 27/29] apic: Use 32bit APIC ID for migration instance ID
` [PULL 28/29] migration: Support QLIST migration
` [PULL 29/29] multifd: Be consistent about using uint64_t

[PATCH v22 0/9] Add ARMv8 RAS virtualization support in QEMU
 2020-01-20 12:15 UTC  (5+ messages)
` [PATCH v22 8/9] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH v3 0/7] gpio: Add GPIO Aggregator/Repeater
 2020-01-20 12:14 UTC  (4+ messages)

[for-5.0 PATCH 00/11] Support for reverse debugging with GDB
 2020-01-20 11:58 UTC  (5+ messages)

audio: audio input with new backend makes qemu to freeze
 2020-01-20 11:46 UTC  (2+ messages)

[PATCH 0/4] migration: Replace gemu_log with qemu_log
 2020-01-20 11:36 UTC  (4+ messages)

[PATCH v2 0/6] buildsys: Build faster (mostly tools and linux-user)
 2020-01-20 11:14 UTC  (14+ messages)
` [PATCH v2 1/6] configure: Do not build libfdt if not required
` [PATCH v2 2/6] Makefile: Clarify all the codebase requires qom/ objects
` [PATCH v2 3/6] Makefile: Restrict system emulation and tools objects
` [PATCH v2 4/6] Makefile: Remove unhelpful comment
` [PATCH v2 5/6] hw/core: Restrict reset handlers API to system-mode
` [PATCH v2 6/6] hw/core/Makefile: Group generic objects versus system-mode objects

[PATCH v1] hw/i386: disable smbus migration for xenpv
 2020-01-20 11:18 UTC  (7+ messages)
` [PATCH v2] hw/i386: disable smbus migration for xenfv

[PATCH] audio/oss: fix buffer pos calculation
 2020-01-20 11:12 UTC  (2+ messages)

[PATCH v3 0/8] hw/avr: Introduce the Arduino boards
 2020-01-20 11:05 UTC  (9+ messages)
` [PATCH v3 4/8] hw/avr: Add some "

[PATCH REPOST v3] target/arm/arch_dump: Add SVE notes
 2020-01-20 11:09 UTC  (2+ messages)

[PATCH v2 0/2] ppc: add support for Directed Privileged Doorbell (non-hypervisor)
 2020-01-20 10:49 UTC  (3+ messages)
` [PATCH v2 1/2] target/ppc: Add privileged message send facilities
` [PATCH v2 2/2] target/ppc: add support for Hypervisor Facility Unavailable Exception

[PATCH] i386: pass CLZERO to guests with EPYC CPU model on AMD ZEN platform
 2020-01-20 10:56 UTC  (4+ messages)

[PATCH v2] vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaks
 2020-01-20 10:41 UTC  (2+ messages)

[PATCH] block/backup: fix memory leak in bdrv_backup_top_append()
 2020-01-20 10:42 UTC  (5+ messages)

Feedback on multi-process QEMU muser prototype
 2020-01-20 10:41 UTC  (3+ messages)

[PATCH v4 00/15] io_uring: add Linux io_uring AIO engine
 2020-01-20 10:35 UTC  (2+ messages)

[qemu-web PATCH] documentation: update links to readthedocs
 2020-01-20 10:31 UTC  (7+ messages)

[RFC PATCH v3 0/6] target/arm/kvm: Adjust virtual time
 2020-01-20 10:10 UTC  (7+ messages)
` [RFC PATCH v3 1/6] target/arm/kvm: trivial: Clean up header documentation
` [RFC PATCH v3 2/6] hw/arm/virt: Add missing 5.0 options call to 4.2 options
` [RFC PATCH v3 3/6] target/arm/kvm64: kvm64 cpus have timer registers
` [RFC PATCH v3 4/6] tests/arm-cpu-features: Check feature default values
` [RFC PATCH v3 5/6] target/arm/kvm: Implement virtual time adjustment
` [RFC PATCH v3 6/6] target/arm/cpu: Add the kvm-no-adjvtime CPU property

qemu-4.0.1: vhost_region_add_section:Section rounded to 0 prior to previous a0000
 2020-01-20  9:42 UTC  (12+ messages)

[PATCH v7 00/11] Multi-phase reset mechanism
 2020-01-20  9:18 UTC  (7+ messages)
` [PATCH v7 03/11] hw/core: create Resettable QOM interface

[PATCH v9 0/2] qcow2: add zstd cluster compression
 2020-01-20  9:12 UTC  (2+ messages)

[RFC] migration: introduce failed-unrecovarable status
 2020-01-20  9:11 UTC  (2+ messages)

[PATCH for-5.0 v2 0/3] benchmark util
 2020-01-20  9:10 UTC  (2+ messages)
` ping "

[PATCH v2 for-5.0 0/7] block-copy improvements: part I
 2020-01-20  9:09 UTC  (3+ messages)

[PATCH v2 0/5] fix migration with bitmaps and mirror
 2020-01-20  9:04 UTC  (2+ messages)

[PATCH RFC 00/12] *** mulitple RDMA channels for migration ***
 2020-01-20  9:05 UTC  (5+ messages)
` [PATCH RFC 12/12] migration/rdma: only register the virt-ram block for MultiRDMA

[PATCH] riscv: Fix defination of TW bits in mstatus CSR
 2020-01-20  8:58 UTC 

[PATCH] qom/object: Display more helpful message when an interface is missing
 2020-01-20  8:58 UTC  (2+ messages)

[PATCH v2] qapi: Allow getting flat output from 'query-named-block-nodes'
 2020-01-20  8:50 UTC 

[PATCH] backup-top: fix a memory leak in bdrv_backup_top_append()
 2020-01-20  8:48 UTC  (3+ messages)

[PATCH] python: Treat None-return of greeting cmd
 2020-01-20  8:22 UTC  (2+ messages)

[PATCH] spapr: Migrate CAS reboot flag
 2020-01-20  8:04 UTC  (9+ messages)

[PATCH 062/104] virtiofsd: Handle hard reboot
 2020-01-20  6:46 UTC  (2+ messages)

[PATCH v7 00/20] Add virtual device fuzzing support
 2020-01-20  5:55 UTC  (30+ messages)
` [PATCH v7 01/20] softmmu: split off vl.c:main() into main.c
` [PATCH v7 02/20] libqos: rename i2c_send and i2c_recv
` [PATCH v7 02/20] module: check module wasn't already initialized
` [PATCH v7 03/20] fuzz: add FUZZ_TARGET module type
` [PATCH v7 05/20] libqtest: add a layer of abstraction to send/recv
` [PATCH v7 04/20] qtest: add qtest_server_send abstraction
` [PATCH v7 06/20] libqtest: make bufwrite rely on the TransportOps
` [PATCH v7 06/20] module: check module wasn't already initialized
` [PATCH v7 07/20] qtest: add in-process incoming command handler
` [PATCH v7 08/20] libqos: rename i2c_send and i2c_recv
` [PATCH v7 08/20] libqos: split qos-test and libqos makefile vars
` [PATCH v7 09/20] libqos: move useful qos-test funcs to qos_external
` [PATCH v7 09/20] libqos: split qos-test and libqos makefile vars
` [PATCH v7 10/20] libqos: move useful qos-test funcs to qos_external
` [PATCH v7 10/20] libqtest: make bufwrite rely on the TransportOps
` [PATCH v7 11/20] fuzz: add fuzzer skeleton
` [PATCH v7 12/20] exec: keep ram block across fork when using qtest
` [PATCH v7 13/20] fuzz: support for fork-based fuzzing
` [PATCH v7 14/20] fuzz: add support for qos-assisted fuzz targets
` [PATCH v7 15/20] fuzz: add target/fuzz makefile rules
` [PATCH v7 16/20] fuzz: add configure flag --enable-fuzzing
` [PATCH v7 17/20] fuzz: add documentation to docs/devel/
` [PATCH v7 17/20] fuzz: add i440fx fuzz targets
` [PATCH v7 18/20] "
` [PATCH v7 18/20] fuzz: add virtio-net fuzz target
` [PATCH v7 19/20] "
` [PATCH v7 19/20] fuzz: add virtio-scsi "
` [PATCH v7 20/20] fuzz: add documentation to docs/devel/
` [PATCH v7 20/20] fuzz: add virtio-scsi fuzz target

[PATCH v3] ui: Print available display backends with '-display help'
 2020-01-20  6:09 UTC  (3+ messages)

[PATCH v3 0/2] hw/timer/m48t59: Convert to trace events
 2020-01-20  5:54 UTC  (4+ messages)
` [PATCH v3 1/2] MAINTAINERS: Add missing m48t59 files to the PReP section

[Bug 1853083] [NEW] qemu ppc64 4.0 boot AIX5.1 hung
 2020-01-20  4:17 UTC  (2+ messages)
` [Bug 1853083] "

[PATCH V4 0/5] Introduce Advanced Watch Dog module
 2020-01-20  2:56 UTC  (4+ messages)

[PATCH] audio/sdl2: fix unrecognized audio format
 2020-01-20  2:44 UTC 

[PATCH v6 0/3] target/ppc: single step for KVM HV
 2020-01-20  2:35 UTC  (3+ messages)
` [PATCH v6 3/3] target/ppc: support single stepping with "

[PATCH v3 0/2] Adjust some codes about memory hotplug
 2020-01-20  1:27 UTC  (3+ messages)
` [PATCH v3 1/2] hw/acpi: Remove extra indent in ACPI GED hotplug cb
` [PATCH v3 2/2] hw/arm: Use helper function to trigger hotplug handler plug


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