qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-19 18:02:58 to 2020-01-20 11:37:02 UTC [more...]

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

audio: audio input with new backend makes qemu to freeze
 2020-01-20 11:27 UTC 

[PATCH] linux-user: Reserve space for brk
 2020-01-20 11:25 UTC  (2+ messages)

[PATCH v3 00/10] Further bitmaps improvements
 2020-01-20 11:13 UTC  (10+ 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 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 000/104] virtiofs daemon [all]
 2020-01-20 10:56 UTC  (21+ messages)
` [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] 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)

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

[PULL 00/29] Migration pull patches
 2020-01-20 10:33 UTC  (30+ 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

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 v2 0/5] target/arm/kvm: Adjust virtual time
 2020-01-20 10:31 UTC  (11+ 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] target/s390x/kvm: Enable adapter interruption suppression again
 2020-01-20 10:30 UTC  (3+ 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

Making QEMU easier for management tools and applications
 2020-01-20 10:08 UTC  (15+ messages)

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 v3 0/7] gpio: Add GPIO Aggregator/Repeater
 2020-01-20  9:33 UTC  (3+ 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 0/9] cputlb: Various cleanups
 2020-01-20  9:02 UTC  (19+ 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] 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

[PATCH v20 0/7]target-ppc/spapr: Add FWNMI support in QEMU for PowerKVM guests
 2020-01-20  0:48 UTC  (7+ messages)
` [PATCH v20 2/7] ppc: spapr: Introduce FWNMI capability
` [PATCH v20 5/7] ppc: spapr: Handle "ibm, nmi-register" and "ibm, nmi-interlock" RTAS calls
  ` [PATCH v20 5/7] ppc: spapr: Handle "ibm,nmi-register" and "ibm,nmi-interlock" "
` [PATCH v20 6/7] migration: Include migration support for machine check handling

[Qemu-devel] [PATCH v4 0/7] RISC-V: Hypervisor prep work part 2
 2020-01-20  0:31 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 3/7] target/riscv: Create function to test if FP is enabled

[PATCH v3 00/14] Fixes for DP8393X SONIC device emulation
 2020-01-19 22:59 UTC  (15+ messages)
` [PATCH v3 13/14] dp8393x: Don't reset Silicon Revision register
` [PATCH v3 04/14] dp8393x: Have dp8393x_receive() return the packet size
` [PATCH v3 01/14] dp8393x: Mask EOL bit from descriptor addresses
` [PATCH v3 03/14] dp8393x: Clean up endianness hacks
` [PATCH v3 12/14] dp8393x: Always update RRA pointers and sequence numbers
` [PATCH v3 07/14] dp8393x: Implement packet size limit and RBAE interrupt
` [PATCH v3 09/14] dp8393x: Use long-word-aligned RRA pointers in 32-bit mode
` [PATCH v3 02/14] dp8393x: Always use 32-bit accesses
` [PATCH v3 08/14] dp8393x: Don't clobber packet checksum
` [PATCH v3 11/14] dp8393x: Clear descriptor in_use field to release packet
` [PATCH v3 05/14] dp8393x: Update LLFA and CRDA registers from rx descriptor
` [PATCH v3 10/14] dp8393x: Pad frames to word or long word boundary
` [PATCH v3 06/14] dp8393x: Clear RRRA command register bit only when appropriate
` [PATCH v3 14/14] dp8393x: Don't stop reception upon RBE interrupt assertion

[Bug 1860053] [NEW] Possible lack of precision when calling clock_gettime via vDSO on user mode ppc64le
 2020-01-19 22:38 UTC  (3+ messages)
` [Bug 1860053] "

[PATCH v4 00/20] Add Allwinner H3 SoC and Orange Pi PC Machine
 2020-01-19 22:30 UTC  (22+ messages)
` [PATCH v4 01/20] hw/arm: add Allwinner H3 System-on-Chip
` [PATCH v4 02/20] hw/arm: add Xunlong Orange Pi PC machine
` [PATCH v4 03/20] hw/arm/allwinner-h3: add Clock Control Unit
` [PATCH v4 04/20] hw/arm/allwinner-h3: add USB host controller
` [PATCH v4 05/20] hw/arm/allwinner-h3: add System Control module
` [PATCH v4 06/20] hw/arm/allwinner: add CPU Configuration module
` [PATCH v4 07/20] hw/arm/allwinner: add Security Identifier device
` [PATCH v4 08/20] hw/arm/allwinner: add SD/MMC host controller
` [PATCH v4 10/20] hw/arm/allwinner-h3: add Boot ROM support
` [PATCH v4 16/20] tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PC

[PATCH 0/6] Fix Exynos4210 DMA support
 2020-01-19 19:09 UTC  (10+ messages)
` [PATCH 6/6] hw/arm/exynos4210: Connect serial port DMA busy signals with pl330


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