qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-19 17:09:29 to 2020-02-20 11:43:37 UTC [more...]

[PATCH v3 00/17] s390x: Protected Virtualization support
 2020-02-20 11:42 UTC  (22+ messages)
` [PATCH v3 04/17] s390x: protvirt: Add diag308 subcodes 8 - 10
` [PATCH v3 05/17] s390x: protvirt: Support unpack facility
` [PATCH v3 06/17] s390x: protvirt: Add migration blocker
` [PATCH v3 09/17] s390: protvirt: Move STSI data over SIDAD
` [PATCH v3 13/17] s390x: protvirt: Move diag 308 "
` [PATCH v3 16/17] s390x: protvirt: Handle SIGP store status correctly

[PATCH] Avoid cpu_physical_memory_rw() with a constant is_write argument
 2020-02-20 11:32 UTC  (4+ messages)

[PATCH v2] Avoid address_space_rw() with a constant is_write argument
 2020-02-20 11:28 UTC  (5+ messages)

Race condition in overlayed qcow2?
 2020-02-20 11:26 UTC  (7+ messages)

[PATCH v1 00/13] migrate/ram: Fix resizing RAM blocks while migrating
 2020-02-20 11:24 UTC  (15+ messages)
` [PATCH v1 01/13] util: vfio-helpers: Factor out and fix processing of existing ram blocks
` [PATCH v1 02/13] stubs/ram-block: Remove stubs that are no longer needed
` [PATCH v1 03/13] numa: Teach ram block notifiers about resizeable ram blocks
` [PATCH v1 04/13] numa: Make all callbacks of ram block notifiers optional
` [PATCH v1 07/13] migrate/ram: Get rid of "place_source" in ram_load_postcopy()
` [PATCH v1 13/13] migrate/ram: Tolerate partially changed mappings in postcopy code

[PATCH] aio-posix: avoid reacquiring rcu_read_lock() when polling
 2020-02-20 11:19 UTC  (2+ messages)

Requesting review about optimizing large guest start up time
 2020-02-20 11:11 UTC  (2+ messages)

[PATCH v2 0/2] This small series does two things:
 2020-02-20 10:56 UTC  (7+ messages)
` [PATCH v2 1/2] docs: Convert qemu-cpu-models.texi to rST

[PATCH v1] hw/i386: disable smbus migration for xenpv
 2020-02-20 10:50 UTC  (6+ messages)
` [PATCH v2] hw/i386: disable smbus migration for xenfv

[PATCH v2] util/async: make bh_aio_poll() O(1)
 2020-02-20 10:43 UTC  (3+ messages)

[PATCH] rcu_queue: add QSLIST functions
 2020-02-20 10:43 UTC  (2+ messages)

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

[PATCH] hw/char/pl011: Output characters using best-effort mode
 2020-02-20 10:10 UTC  (5+ messages)

[PATCH qemu v7 0/5] spapr: Kill SLOF
 2020-02-20 10:01 UTC  (7+ messages)
` [PATCH qemu v7 1/5] ppc/spapr: Move GPRs setup to one place
` [PATCH qemu v7 2/5] spapr/spapr: Make vty_getchars public
` [PATCH qemu v7 3/5] spapr/cas: Separate CAS handling from rebuilding the FDT
` [PATCH qemu v7 4/5] spapr: Implement Open Firmware client interface
` [PATCH qemu v7 5/5] spapr/vof: Add basic support for MBR/GPT/GRUB

(no subject)
 2020-02-20  9:57 UTC  (3+ messages)
` Program counter stuck at 0xFFFFFFFC when emulating e5500 processor on T4240-RDB board
` 

[PATCH] console: make QMP screendump use coroutine
 2020-02-20  9:43 UTC  (3+ messages)

[PATCH v2 0/5] vhost-user block device backend implementation
 2020-02-20  9:30 UTC  (5+ messages)
` [PATCH v2 1/5] vhost-user block device backend

[PULL 00/13] Linux user for 5.0 patches
 2020-02-20  9:20 UTC  (14+ messages)
` [PULL 01/13] linux-user: Implement membarrier syscall
` [PULL 02/13] linux-user: implement getsockopt SO_RCVTIMEO and SO_SNDTIMEO
` [PULL 03/13] configure: linux-user doesn't need neither fdt nor slirp
` [PULL 04/13] linux-user/strace: Improve output of various syscalls
` [PULL 05/13] configure: Avoid compiling system tools on user build by default
` [PULL 06/13] linux-user: Use `qemu_log' for non-strace logging
` [PULL 07/13] linux-user: Use `qemu_log' for strace
` [PULL 08/13] linux-user: remove gemu_log from the linux-user tree
` [PULL 09/13] linux-user: Add support for getting alsa timer version and id
` [PULL 10/13] linux-user: Add support for getting/setting specified alsa timer parameters using ioctls
` [PULL 11/13] linux-user: Add support for selecting alsa timer using ioctl
` [PULL 12/13] linux-user: Add support for getting/setting selected alsa timer parameters using ioctls
` [PULL 13/13] linux-user: Add support for selected alsa timer instructions "

[PATCH v2 for-5.0 0/7] block-copy improvements: part I
 2020-02-20  9:10 UTC  (8+ messages)
` [PATCH v2 6/7] block/block-copy: reduce intersecting request lock
` [PATCH v2 7/7] block/block-copy: hide structure definitions

[PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
 2020-02-20  7:31 UTC  (14+ messages)

[Qemu-devel] [Bug 1823790] [NEW] QEMU forces systemd into tight loop
 2020-02-20  6:56 UTC  (2+ messages)
` [Bug 1823790] Re: QEMU mishandling of SO_PEERSEC "

[PATCH v4 00/14] Fixes for DP8393X SONIC device emulation
 2020-02-20  6:55 UTC  (7+ messages)

[PATCH v7 0/4] colo: Add support for continuous replication
 2020-02-20  6:52 UTC  (7+ messages)

[RFC PATCH v2] target/ppc: Enable hardfloat for PPC
 2020-02-20  5:43 UTC  (6+ messages)

[PATCH 0/2] aspeed/smc: fix data corruption on witherspoon machines
 2020-02-20  4:05 UTC  (5+ messages)
` [PATCH 1/2] aspeed/smc: Add some tracing
` [PATCH 2/2] aspeed/smc: Fix User mode select/unselect scheme

The issues about architecture of the COLO checkpoint
 2020-02-20  3:51 UTC  (16+ messages)

[PATCH V4 0/5] Introduce Advanced Watch Dog module
 2020-02-20  3:36 UTC  (7+ messages)

[PATCH v5 00/18] target/ppc: Correct some errors with real mode handling
 2020-02-20  3:23 UTC  (19+ messages)
` [PATCH v5 01/18] ppc: Remove stub support for 32-bit hypervisor mode
` [PATCH v5 02/18] ppc: Remove stub of PPC970 HID4 implementation
` [PATCH v5 03/18] target/ppc: Correct handling of real mode accesses with vhyp on hash MMU
` [PATCH v5 04/18] target/ppc: Introduce ppc_hash64_use_vrma() helper
` [PATCH v5 05/18] spapr, ppc: Remove VPM0/RMLS hacks for POWER9
` [PATCH v5 06/18] target/ppc: Remove RMOR register from POWER9 & POWER10
` [PATCH v5 07/18] target/ppc: Use class fields to simplify LPCR masking
` [PATCH v5 08/18] target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]
` [PATCH v5 09/18] target/ppc: Correct RMLS table
` [PATCH v5 10/18] target/ppc: Only calculate RMLS derived RMA limit on demand
` [PATCH v5 11/18] target/ppc: Streamline construction of VRMA SLB entry
` [PATCH v5 12/18] target/ppc: Don't store VRMA SLBE persistently
` [PATCH v5 13/18] spapr: Don't use weird units for MIN_RMA_SLOF
` [PATCH v5 14/18] spapr,ppc: Simplify signature of kvmppc_rma_size()
` [PATCH v5 15/18] spapr: Don't attempt to clamp RMA to VRMA constraint
` [PATCH v5 16/18] spapr: Don't clamp RMA to 16GiB on new machine types
` [PATCH v5 17/18] spapr: Clean up RMA size calculation
` [PATCH v5 18/18] spapr: Fold spapr_node0_size() into its only caller

[PATCH v3 00/12] target/ppc: Correct some errors with real mode handling
 2020-02-20  3:13 UTC  (11+ messages)
` [PATCH v3 02/12] ppc: Remove stub of PPC970 HID4 implementation
` [PATCH v3 04/12] target/ppc: Introduce ppc_hash64_use_vrma() helper
` [PATCH v3 11/12] target/ppc: Streamline construction of VRMA SLB entry

[PATCH v2] pcie_root_port: Add enable_hotplug option
 2020-02-20  2:35 UTC  (3+ messages)

[PATCH v9 0/3] Acceptance test: Add "boot_linux" acceptance test
 2020-02-20  2:06 UTC  (4+ messages)
` [PATCH v9 1/3] Acceptance tests: introduce BUILD_DIR and SOURCE_DIR
` [PATCH v9 2/3] Acceptance test: add "boot_linux" tests
` [PATCH v9 3/3] Acceptance tests: add make targets to download images

[PATCH v2 fixed 00/16] Ram blocks with resizable anonymous allocations under POSIX
 2020-02-19 22:50 UTC  (13+ messages)
` [PATCH v2 fixed 01/16] util: vfio-helpers: Factor out and fix processing of existing ram blocks
` [PATCH v2 fixed 08/16] util/mmap-alloc: Factor out calculation of pagesize to mmap_pagesize()
` [PATCH v2 fixed 09/16] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PATCH v2 fixed 10/16] util/mmap-alloc: Factor out populating of memory to mmap_populate()
` [PATCH v2 fixed 11/16] util/mmap-alloc: Prepare for resizable mmaps

[PATCH v2 00/20] linux-user: generate syscall_nr.sh
 2020-02-19 22:03 UTC  (21+ messages)
` [PATCH v2 01/20] linux-user: introduce parameters to generate syscall_nr.h
` [PATCH v2 02/20] linux-user, alpha: add syscall table generation support
` [PATCH v2 03/20] linux-user, hppa: "
` [PATCH v2 04/20] linux-user, m68k: "
` [PATCH v2 05/20] linux-user, xtensa: "
` [PATCH v2 06/20] linux-user, sh4: "
` [PATCH v2 07/20] linux-user, microblaze: "
` [PATCH v2 08/20] linux-user, arm: "
` [PATCH v2 09/20] linux-user, ppc: "
` [PATCH v2 10/20] linux-user, s390x: remove syscall definitions for !TARGET_S390X
` [PATCH v2 11/20] linux-user, s390x: add syscall table generation support
` [PATCH v2 12/20] linux-user, sparc, sparc64: "
` [PATCH v2 13/20] linux-user, i386: "
` [PATCH v2 14/20] linux-user, x86_64: "
` [PATCH v2 15/20] linux-user, mips: "
` [PATCH v2 16/20] linux-user, mips64: "
` [PATCH v2 17/20] linux-user, scripts: add a script to update syscall.tbl
` [PATCH v2 18/20] linux-user: update syscall.tbl from linux 0bf999f9c5e7
` [PATCH v2 19/20] linux-user,mips: move content of mips_syscall_args
` [PATCH v2 20/20] linux-user,mips: update syscall-args-o32.c.inc

[PATCH v1] block/nvme: introduce PMR support from NVMe 1.4 spec
 2020-02-19 20:25 UTC  (2+ messages)

Emulating Solaris 10 on SPARC64 sun4u
 2020-02-19 20:10 UTC  (5+ messages)

[PATCH 00/22] linux-user: generate syscall_nr.sh
 2020-02-19 20:02 UTC  (6+ messages)
` [PATCH 21/22] linux-user,mips: move content of mips_syscall_args

[PATCH v2 0/6] tests/boot_linux_console: add extra boot acceptance tests
 2020-02-19 19:20 UTC  (9+ messages)
` [PATCH v2 1/6] tests/boot_linux_console: add microvm acceptance test
` [PATCH v2 2/6] tests/boot_linux_console: add BIOS "

[PATCH 8/9] virStorageFileGetMetadataRecurse: Allow format probing under special circumstances
 2020-02-19 19:12 UTC 

[PATCH] util/async: make bh_aio_poll() O(1)
 2020-02-19 19:05 UTC  (4+ messages)

[PATCH 0/3] Optimize VM's downtime while do checkpoint in COLO
 2020-02-19 18:51 UTC  (5+ messages)
` [PATCH 1/3] migration/colo: wrap incoming checkpoint process into new helper
` [PATCH 2/3] COLO: Migrate dirty pages during the gap of checkpointing

[PATCH 0/3] Migration mechanism with FD
 2020-02-19 18:02 UTC  (2+ messages)

[PATCH v4 0/5] vhost-user block device backend implementation
 2020-02-19 16:38 UTC  (4+ messages)
` [PATCH v4 1/5] extend libvhost to support IOThread and coroutine

[PATCH] memory: batch allocate ioeventfds[] in address_space_update_ioeventfds()
 2020-02-19 16:45 UTC  (3+ messages)

[PATCH v3] virtio: increase virtqueue size for virtio-scsi and virtio-blk
 2020-02-19 15:14 UTC  (2+ messages)

[PATCH v2 00/13] hw/arm: Add raspi0 and raspi1 machines
 2020-02-19 17:28 UTC  (5+ messages)
` [PATCH v2 07/13] hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC type

[PATCH v2 00/22] Fix error handling during bitmap postcopy
 2020-02-19 17:22 UTC  (12+ messages)
` [PATCH v2 21/22] qemu-iotests/199: add early shutdown case to bitmaps postcopy
` [PATCH v2 22/22] qemu-iotests/199: add source-killed "

RFC: Split EPT huge pages in advance of dirty logging
 2020-02-19 17:19 UTC  (4+ messages)

[PATCH v2 00/14] tests/vm: Add support for aarch64 VMs
 2020-02-19 16:35 UTC  (2+ messages)
` [PATCH v2 11/14] tests/vm: allow wait_ssh() to specify command


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