qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-23 16:16:52 to 2020-07-24 08:59:07 UTC [more...]

[PATCH v7 00/47] block: Deal with filters
 2020-07-24  8:58 UTC  (8+ messages)
` [PATCH v7 28/47] block/null: Implement bdrv_get_allocated_file_size
` [PATCH v7 35/47] commit: Deal with filters
` [PATCH v7 36/47] nbd: Use CAF when looking for dirty bitmap

[PATCH v3 for-5.1?? 00/21] Fix error handling during bitmap postcopy
 2020-07-24  8:43 UTC  (22+ messages)
` [PATCH v3 01/21] qemu-iotests/199: fix style
` [PATCH v3 02/21] qemu-iotests/199: drop extra constraints
` [PATCH v3 03/21] qemu-iotests/199: better catch postcopy time
` [PATCH v3 04/21] qemu-iotests/199: improve performance: set bitmap by discard
` [PATCH v3 05/21] qemu-iotests/199: change discard patterns
` [PATCH v3 06/21] qemu-iotests/199: increase postcopy period
` [PATCH v3 07/21] migration/block-dirty-bitmap: fix dirty_bitmap_mig_before_vm_start
` [PATCH v3 08/21] migration/block-dirty-bitmap: rename state structure types
` [PATCH v3 09/21] migration/block-dirty-bitmap: rename dirty_bitmap_mig_cleanup
` [PATCH v3 10/21] migration/block-dirty-bitmap: move mutex init to dirty_bitmap_mig_init
` [PATCH v3 11/21] migration/block-dirty-bitmap: refactor state global variables
` [PATCH v3 12/21] migration/block-dirty-bitmap: rename finish_lock to just lock
` [PATCH v3 13/21] migration/block-dirty-bitmap: simplify dirty_bitmap_load_complete
` [PATCH v3 14/21] migration/block-dirty-bitmap: keep bitmap state for all bitmaps
` [PATCH v3 15/21] migration/block-dirty-bitmap: relax error handling in incoming part
` [PATCH v3 16/21] migration/block-dirty-bitmap: cancel migration on shutdown
` [PATCH v3 17/21] migration/savevm: don't worry if bitmap migration postcopy failed
` [PATCH v3 18/21] qemu-iotests/199: prepare for new test-cases addition
` [PATCH v3 19/21] qemu-iotests/199: check persistent bitmaps
` [PATCH v3 20/21] qemu-iotests/199: add early shutdown case to bitmaps postcopy
` [PATCH v3 21/21] qemu-iotests/199: add source-killed "

[PATCH] MAINTAINERS: Add an entry to review Avocado based acceptance tests
 2020-07-24  8:45 UTC  (2+ messages)

[PATCH-for-5.2] stubs/cmos: Use correct include
 2020-07-24  8:43 UTC 

[PATCH] pseries: fix kvmppc_set_fwnmi()
 2020-07-24  8:35 UTC 

[Bug 1888601] [NEW] QEMU v5.1.0-rc0/rc1 hang with nested virtualization
 2020-07-24  8:25 UTC  (4+ messages)
` [Bug 1888601] "

[PATCH for-5.1] iotests: Select a default machine for the rx and avr targets
 2020-07-24  8:24 UTC  (2+ messages)

[PATCH v0 0/4] background snapshot
 2020-07-24  8:06 UTC  (13+ messages)
` [PATCH v0 2/4] migration: add background snapshot capability
` [PATCH v0 3/4] migration: add background snapshot

[PATCH 0/3] scripts/qmp/qom-fuse: Scrape off the bitrot
 2020-07-24  8:10 UTC  (7+ messages)
` [PATCH 3/3] scripts/qmp/qom-fuse: Fix getattr(), read() for files in /
  ` Status of scripts/qmp/ (was: [PATCH 0/3] scripts/qmp/qom-fuse: Scrape off the bitrot)

[PATCH-for-5.1? v2] qapi/error: Check format string argument in error_*prepend()
 2020-07-24  8:03 UTC  (2+ messages)

[PATCH v2] qapi: enable use of g_autoptr with QAPI types
 2020-07-24  7:58 UTC  (2+ messages)

[RFC PATCH] buildsys: Only build capstone if softmmu/user mode is enabled
 2020-07-24  7:56 UTC  (2+ messages)

[PATCH v2 00/22] Fix error handling during bitmap postcopy
 2020-07-24  7:50 UTC  (33+ messages)
` [PATCH v2 02/22] migration/block-dirty-bitmap: rename state structure types
` [PATCH v2 03/22] migration/block-dirty-bitmap: rename dirty_bitmap_mig_cleanup
` [PATCH v2 08/22] migration/block-dirty-bitmap: keep bitmap state for all bitmaps
` [PATCH v2 09/22] migration/block-dirty-bitmap: relax error handling in incoming part
` [PATCH v2 10/22] migration/block-dirty-bitmap: cancel migration on shutdown
` [PATCH v2 12/22] qemu-iotests/199: fix style
` [PATCH v2 14/22] qemu-iotests/199: better catch postcopy time
` [PATCH v2 16/22] qemu-iotests/199: change discard patterns
` [PATCH v2 17/22] qemu-iotests/199: increase postcopy period
` [PATCH v2 22/22] qemu-iotests/199: add source-killed case to bitmaps postcopy

[PATCH v2] gitlab-ci: Fix Avocado cache usage
 2020-07-24  7:42 UTC 

[PATCH 0/2] tests: Add 'fetch-acceptance' rule
 2020-07-24  7:35 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests: Exclude 'boot_linux.py' from fetch-acceptance rule

[PATCH v3 00/16] candidate fixes for 5.1-rc1 (testing, semihosting, OOM tcg, x86 fpu)
 2020-07-24  7:25 UTC  (19+ messages)
` [PATCH v3 01/16] shippable: add one more qemu to registry url
` [PATCH v3 02/16] semihosting: defer connect_chardevs a little more to use serialx
` [PATCH v3 03/16] semihosting: don't send the trailing '\0'
` [PATCH v3 04/16] util: add qemu_get_host_physmem utility function
` [PATCH v3 05/16] util/oslib-win32: add qemu_get_host_physmem implementation
` [PATCH v3 06/16] accel/tcg: better handle memory constrained systems
` [PATCH v3 07/16] target/i386: floatx80: avoid compound literals in static initializers
` [PATCH v3 08/16] linux-user: don't use MAP_FIXED in pgd_find_hole_fallback
` [PATCH v3 09/16] tests/docker: fix update command due to python3 str/bytes distinction
` [PATCH v3 10/16] tests/docker: fix binfmt_misc image building
` [PATCH v3 11/16] tests/docker: add support for DEB_KEYRING
` [PATCH v3 12/16] linux-user: fix clock_nanosleep()
` [PATCH v3 13/16] linux-user, ppc: fix clock_nanosleep() for linux-user-ppc
` [PATCH v3 14/16] python/qemu: Cleanup changes to ConsoleSocket
` [PATCH v3 15/16] python/qemu: Change ConsoleSocket to optionally drain socket
` [PATCH v3 16/16] tests/vm: add shutdown timeout in basevm.py

[PATCH] docs/nvdimm: add 'pmem=on' for the device dax backend file
 2020-07-24  7:15 UTC  (2+ messages)

[PATCH] block/amend: Check whether the node exists
 2020-07-24  7:08 UTC  (4+ messages)

[PATCH 1/1] s390x/s390-virtio-ccw: fix loadparm property getter
 2020-07-24  6:52 UTC  (3+ messages)

[PATCH for-5.1 0/2] tpm: Fix error reporting, improve help
 2020-07-24  6:42 UTC  (4+ messages)
` [PATCH for-5.1 2/2] tpm: Improve help on TPM types when none are available

[PATCH 0/7] IDE: SRST and other fixes
 2020-07-24  6:17 UTC  (10+ messages)
` [PATCH 1/7] ide: rename cmd_write to ctrl_write
` [PATCH 2/7] ide: don't tamper with the device register
` [PATCH 3/7] ide: model HOB correctly
` [PATCH 4/7] ide: reorder set/get sector functions
` [PATCH 5/7] ide: remove magic constants from the device register
` [PATCH 6/7] ide: clear interrupt on command write
` [PATCH 7/7] ide: cancel pending callbacks on SRST

[PATCH v2 0/7] target/riscv: NaN-boxing for multiple precison
 2020-07-24  6:05 UTC  (17+ messages)
` [PATCH v2 1/7] target/riscv: Generate nanboxed results from fp helpers
` [PATCH v2 2/7] target/riscv: Generalize gen_nanbox_fpr to gen_nanbox_s
` [PATCH v2 3/7] target/riscv: Generate nanboxed results from trans_rvf.inc.c
` [PATCH v2 4/7] target/riscv: Check nanboxed inputs to fp helpers
` [PATCH v2 5/7] target/riscv: Check nanboxed inputs in trans_rvf.inc.c
` [PATCH v2 6/7] target/riscv: Clean up fmv.w.x
` [PATCH v2 7/7] target/riscv: check before allocating TCG temps

Avocado error fetching QEMU boot_linux.py assets
 2020-07-24  5:56 UTC  (2+ messages)

[PATCH 0/2] ppc: Enable 2nd DAWR support on p10
 2020-07-24  4:56 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH v5 0/6] Add several Power ISA 3.1 32/64-bit vector instructions
 2020-07-24  4:58 UTC  (7+ messages)
` [PATCH v5 1/6] Update PowerPC AT_HWCAP2 definition
` [PATCH v5 2/6] target/ppc: add vmulld to INDEX_op_mul_vec case
` [PATCH v5 3/6] target/ppc: add vmulh{su}w instructions
` [PATCH v5 4/6] target/ppc: add vmulh{su}d instructions
` [PATCH v5 5/6] target/ppc: add vdiv{su}{wd} vmod{su}{wd} instructions
` [PATCH v5 6/6] target/ppc: add vmsumudm vmsumcud instructions

[Bug 1888431] [NEW] v5.1.0-rc1 build fails on Mac OS X 10.11.6
 2020-07-24  4:49 UTC  (2+ messages)
` [Bug 1888431] "

[PATCH] hw/input/virtio-input-hid.c: Don't undef CONFIG_CURSES
 2020-07-24  4:27 UTC  (2+ messages)

[PATCH 1/2] net: forbid the reentrant RX
 2020-07-24  4:00 UTC  (4+ messages)
` [PATCH 2/2] e1000e: make TX reentrant

[PATCH v1] hw/pci-host: save/restore pci host config register
 2020-07-24  3:21 UTC 

[for-5.2 v4 00/10] Generalize memory encryption models
 2020-07-24  2:57 UTC  (11+ messages)
` [for-5.2 v4 01/10] host trust limitation: Introduce new host trust limitation interface
` [for-5.2 v4 02/10] host trust limitation: Handle memory encryption via interface
` [for-5.2 v4 03/10] host trust limitation: Move side effect out of machine_set_memory_encryption()
` [for-5.2 v4 04/10] host trust limitation: Rework the "memory-encryption" property
` [for-5.2 v4 05/10] host trust limitation: Decouple kvm_memcrypt_*() helpers from KVM
` [for-5.2 v4 06/10] host trust limitation: Add Error ** to HostTrustLimitation::kvm_init
` [for-5.2 v4 07/10] spapr: Add PEF based host trust limitation
` [for-5.2 v4 08/10] spapr: PEF: block migration
` [for-5.2 v4 09/10] host trust limitation: Alter virtio default properties for protected guests
` [for-5.2 v4 10/10] s390: Recognize host-trust-limitation option

[PATCH 00/12] Add a General Virtual Device Fuzzer
 2020-07-24  1:35 UTC  (3+ messages)
` [PATCH 02/12] fuzz: Add general virtual-device fuzzer

[Bug 1888728] [NEW] Bare chroot in linux-user fails with pgb_reserved_va: Assertion `guest_base != 0' failed
 2020-07-23 23:10 UTC  (2+ messages)
` [Bug 1888728] "

[PATCH v2] linux-user: Add most IFTUN ioctls
 2020-07-23 23:10 UTC 

Testing the virtio-vhost-user QEMU patch
 2020-07-23 22:27 UTC  (3+ messages)

[PATCH v2 0/3] Adding support for printing contents of 'struct termios' which is used by ioctls of group 'ioctl_tty'
 2020-07-23 21:27 UTC  (6+ messages)
` [PATCH v2 1/3] linux-user: Add generic 'termbits.h' for some archs
` [PATCH v2 2/3] linux-user: Add missing termbits types and values definitions
` [PATCH v2 3/3] linux-user: Add strace support for printing arguments for ioctls used for terminals and serial lines

[PATCH v4 0/4] nbd: reduce max_block restrictions
 2020-07-23 20:32 UTC  (5+ messages)
` [PATCH v4 1/4] block: add max_pwrite_zeroes_fast to BlockLimits
` [PATCH v4 2/4] block/nbd: define new max_write_zero_fast limit

[PATCH v11 00/11] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-07-23 20:18 UTC  (5+ messages)
` [PATCH v11 01/11] qcow2: Fix capitalization of header extension constant

[PATCH-for-5.1] gitlab-ci: Fix Avocado cache
 2020-07-23 20:03 UTC 

[PATCH for-5.1? 0/4] non-blocking connect
 2020-07-23 19:35 UTC  (2+ messages)

[PATCH 0/4] qom: reduce boilerplate required for declaring and defining objects
 2020-07-23 19:26 UTC  (10+ messages)
` [PATCH 1/4] qom: make object_ref/unref use a void * instead of Object *
` [PATCH 2/4] qom: provide convenient macros for declaring and defining types
` [PATCH 3/4] crypto: use QOM macros for declaration/definition of secret types
` [PATCH 4/4] crypto: use QOM macros for declaration/definition of TLS creds types

[PULL 0/1] x86 bug fix for -rc2
 2020-07-23 19:13 UTC  (2+ messages)
` [PULL 1/1] KVM: fix CPU reset wrt HF2_GIF_MASK

[PATCH] kvm: kvm_init_vcpu take Error pointer
 2020-07-23 18:59 UTC  (2+ messages)

[PATCH for-5.1? 0/3] Fix nbd reconnect dead-locks
 2020-07-23 18:55 UTC  (7+ messages)
` [PATCH 1/3] block/nbd: allow drain during reconnect attempt
` [PATCH 2/3] block/nbd: on shutdown terminate connection attempt
` [PATCH 3/3] block/nbd: nbd_co_reconnect_loop(): don't sleep if drained

[RFC PATCH] s390x/pci: vfio-pci breakage with disabled mem enforcement
 2020-07-23 18:12 UTC  (3+ messages)

[PULL 0/9] acpi,virtio,pc: bugfixes
 2020-07-23 18:00 UTC  (2+ messages)

[PATCH-for-5.1] libvhost-user: Report descriptor index on panic
 2020-07-23 18:00 UTC  (3+ messages)

[PATCH for-5.1 0/3] virtiofsd: allow virtiofsd to run in a container
 2020-07-23 17:55 UTC  (5+ messages)
` [PATCH for-5.1 2/3] virtiofsd: add container-friendly -o chroot sandboxing option

[PATCH v2] vhost-vdpa :Fix Coverity CID 1430270 / CID 1420267
 2020-07-23 17:55 UTC  (2+ messages)

[PULL V2 00/33] Net patches
 2020-07-23 17:51 UTC  (5+ messages)
` [PULL V2 29/33] net/colo-compare.c: Correct ordering in complete and finalize

[PATCH] ACPI: Assert that we don't run out of the preallocated memory
 2020-07-23 17:50 UTC  (2+ messages)

[PATCH 0/7] Make SPICE a load module
 2020-07-23 17:46 UTC  (8+ messages)
` [PATCH 1/7] spice: simplify chardev setup
` [PATCH 2/7] build: fix device module builds
` [PATCH 3/7] minikconf: Pass variables for modules
` [PATCH 4/7] spice: Make spice a module configuration
` [PATCH 5/7] spice: Move all the spice-related code in spice-app.so
` [PATCH 6/7] build: Add SPICE_CFLAGS and SPICE_LIBS to relevant files
` [PATCH 7/7] spice: Call qemu spice functions indirectly

[Bug 1888714] [NEW] Memory Leak in hpet_timer results in unusable machine
 2020-07-23 17:23 UTC 

[PATCH 1/1] s390x/protvirt: allow to IPL secure execution guests with -no-reboot
 2020-07-23 17:15 UTC  (2+ messages)

please try to avoid sending pullreqs late on release-candidate day
 2020-07-23 16:36 UTC  (6+ messages)

Possible regression with VGA and resolutions in Windows 10?
 2020-07-23 16:19 UTC  (2+ messages)

[PATCH v2 0/3] trace: Add a trace backend for the recorder library
 2020-07-23 16:15 UTC  (6+ messages)
` [PATCH v2 2/3] trace: Add support for recorder back-end


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