qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-25 10:10:34 to 2020-05-26 05:57:25 UTC [more...]

[PATCH] audio: fix wavcapture segfault
 2020-05-26  5:56 UTC  (2+ messages)

[PATCH 0/1] audio/mixeng: fix clang 10+ warning
 2020-05-26  5:51 UTC  (3+ messages)
` [PATCH] "

[PATCH v7 00/32] Add subcluster allocation to qcow2
 2020-05-26  5:48 UTC  (36+ messages)
` [PATCH v7 01/32] qcow2: Make Qcow2AioTask store the full host offset
` [PATCH v7 02/32] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()
` [PATCH v7 03/32] qcow2: Add calculate_l2_meta()
` [PATCH v7 04/32] qcow2: Split cluster_needs_cow() out of count_cow_clusters()
` [PATCH v7 05/32] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied()
` [PATCH v7 06/32] qcow2: Add get_l2_entry() and set_l2_entry()
` [PATCH v7 07/32] qcow2: Document the Extended L2 Entries feature
` [PATCH v7 08/32] qcow2: Add dummy has_subclusters() function
` [PATCH v7 09/32] qcow2: Add subcluster-related fields to BDRVQcow2State
` [PATCH v7 10/32] qcow2: Add offset_to_sc_index()
` [PATCH v7 11/32] qcow2: Add offset_into_subcluster() and size_to_subclusters()
` [PATCH v7 12/32] qcow2: Add l2_entry_size()
` [PATCH v7 13/32] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [PATCH v7 14/32] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type()
` [PATCH v7 15/32] qcow2: Add qcow2_get_subcluster_range_type()
` [PATCH v7 16/32] qcow2: Add qcow2_cluster_is_allocated()
` [PATCH v7 17/32] qcow2: Add cluster type parameter to qcow2_get_host_offset()
` [PATCH v7 18/32] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_*
` [PATCH v7 19/32] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC
` [PATCH v7 20/32] qcow2: Add subcluster support to calculate_l2_meta()
` [PATCH v7 21/32] qcow2: Add subcluster support to qcow2_get_host_offset()
` [PATCH v7 22/32] qcow2: Add subcluster support to zero_in_l2_slice()
` [PATCH v7 23/32] qcow2: Add subcluster support to discard_in_l2_slice()
` [PATCH v7 24/32] qcow2: Add subcluster support to check_refcounts_l2()
` [PATCH v7 25/32] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [PATCH v7 26/32] qcow2: Clear the L2 bitmap when allocating a compressed cluster
` [PATCH v7 27/32] qcow2: Add subcluster support to handle_alloc_space()
` [PATCH v7 28/32] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
` [PATCH v7 29/32] qcow2: Add subcluster support to qcow2_measure()
` [PATCH v7 30/32] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
` [PATCH v7 31/32] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters
` [PATCH v7 32/32] iotests: Add tests for qcow2 images with extended L2 entries

[PATCH 1/1] util/oslib: Returns real thread identifier on FreeBSD and NetBSD
 2020-05-26  5:40 UTC  (2+ messages)

[PATCH V2] Add a new PIIX option to control PCI hot unplugging of devices on non-root buses
 2020-05-26  5:32 UTC  (14+ messages)

[PATCH 00/24] Fixes around device realization
 2020-05-26  5:19 UTC  (7+ messages)
` [PATCH 06/24] armv7m: Bury unwanted "ARM,bitband-memory" devices

-nic model=rocker causes qemu to abort
 2020-05-26  5:17 UTC  (4+ messages)

[PATCH 00/55] qdev: Rework how we plug into the parent bus
 2020-05-26  5:14 UTC  (8+ messages)
` [PATCH 51/55] qdev: Make qdev_realize() support bus-less devices

[PATCH v3 00/22] microvm: add acpi support
 2020-05-26  4:48 UTC  (17+ messages)
` [PATCH v3 01/22] microvm: name qboot binary qboot.bin
` [PATCH v3 14/22] microvm: use 2G split unconditionally
` [PATCH v3 15/22] microvm: make virtio irq base runtime configurable
` [PATCH v3 22/22] [RfC] acpi: flip default to off for microvm

[RFC PATCH] tests/qtest/fuzz: Add direct MemoryRegion fuzzer
 2020-05-26  3:58 UTC  (3+ messages)

[PATCH v6 0/3] drop writes to read-only ram device & vfio regions
 2020-05-26  2:11 UTC  (9+ messages)
` [PATCH v6 1/3] memory: drop guest writes to read-only ram device regions

[PATCH 0/3] microvm: memory config tweaks
 2020-05-26  1:52 UTC  (9+ messages)
` [PATCH 1/3] microvm: use 2G split unconditionally
` [PATCH 2/3] microvm: drop max-ram-below-4g support
` [PATCH 3/3] x86: move max-ram-below-4g to pc

[QUESTION] How to improve virtio-gpu performance
 2020-05-26  1:02 UTC  (2+ messages)

[RFC v3 0/4] QEMU cpus.c refactoring
 2020-05-25 22:58 UTC  (15+ messages)
` [RFC v3 1/4] softmmu: move softmmu only files from root
` [RFC v3 2/4] cpu-throttle: new module, extracted from cpus.c
` [RFC v3 3/4] cpu-timers, icount: new modules
` [RFC v3 4/4] cpus: extract out accel-specific code to each accel

[PATCH v2] hw/adc/stm32f2xx_adc: Correct memory region size and access size
 2020-05-25 22:12 UTC  (2+ messages)

[PATCH] hw/block/pflash_cfi01: Limit maximum flash size to 256 MiB
 2020-05-25 20:59 UTC  (3+ messages)

[PATCH v3 0/2] vhost-user reconnect issues during vhost initialization
 2020-05-25 20:56 UTC  (4+ messages)
` [PATCH v3 2/2] vhost-user-blk: delay vhost_user_blk_disconnect

[Bug 1877706] [NEW] [Feature request] qemu does not support for Octeon MIPS64 on X86
 2020-05-25 19:04 UTC  (3+ messages)
` [Bug 1877706] "

[PATCH 0/2] Update use_goto_tb() in hppa and rx targets
 2020-05-25 18:39 UTC  (5+ messages)

[PATCH] MAINTAINERS: add Thomas as additional s390x maintainer
 2020-05-25 18:15 UTC  (2+ messages)

[PATCH 0/2] qmp: Expose MachineClass::default_ram_id
 2020-05-25 18:06 UTC  (4+ messages)
` [PATCH 1/2] qapi: Fix comment format for @CpuInstanceProperties
` [PATCH 2/2] qmp: Expose MachineClass::default_ram_id

[PATCH v3] spapr: Add a new level of NUMA for GPUs
 2020-05-25 17:49 UTC  (3+ messages)

[PATCH 0/9] Record/replay acceptance tests
 2020-05-25 17:03 UTC  (11+ messages)
` [PATCH 1/9] tests/acceptance: allow console interaction with specific VMs
` [PATCH 2/9] tests/acceptance: add base class record/replay kernel tests
` [PATCH 3/9] tests/acceptance: add kernel record/replay test for x86_64
` [PATCH 4/9] tests/acceptance: add record/replay test for aarch64
` [PATCH 5/9] tests/acceptance: add record/replay test for arm
` [PATCH 6/9] tests/acceptance: add record/replay test for ppc64
` [PATCH 7/9] tests/acceptance: add record/replay test for m68k
` [PATCH 8/9] tests/acceptance: record/replay tests with advcal images
` [PATCH 9/9] tests/acceptance: Linux boot test for record/replay

[RFC PATCH 0/3] block: Synchronous bdrv_*() from coroutine in different AioContext
 2020-05-25 16:41 UTC  (4+ messages)
` [RFC PATCH 2/3] block: Allow bdrv_run_co() from "

[RFC v2 0/9] vDPA support in qemu
 2020-05-25 16:15 UTC  (5+ messages)
` [RFC v2 5/9] vhost-vdpa: implement vhost-vdpa backend

[PATCH v6 00/32] Add subcluster allocation to qcow2
 2020-05-25 16:06 UTC  (2+ messages)

[PATCH v4 0/4] Introduce 'yank' oob qmp command to recover from hanging qemu
 2020-05-25 15:44 UTC  (5+ messages)
` [PATCH v4 1/4] Introduce yank feature
` [PATCH v4 2/4] block/nbd.c: Add "
` [PATCH v4 3/4] chardev/char-socket.c: "
` [PATCH v4 4/4] migration: "

[PATCH v4 0/3] block: make BlockConf.*_size properties 32-bit
 2020-05-25 15:20 UTC  (5+ messages)
` [PATCH v4 3/3] "

[Bug 1868116] Re: QEMU monitor no longer works
 2020-05-25 15:08 UTC 

[PATCH v3 0/9] user-mode: Prune build dependencies (part 2)
 2020-05-25 15:06 UTC  (10+ messages)
` [PATCH v3 1/9] target/i386: Restrict X86CPUFeatureWord to X86 targets
` [PATCH v3 2/9] qapi/misc: Restrict LostTickPolicy enum to machine code
` [PATCH v3 3/9] qapi/misc.json: Correct balloon documentation
` [PATCH v3 4/9] qapi/misc: Restrict balloon-related commands to machine code
` [PATCH v3 5/9] qapi/misc: Restrict query-vm-generation-id command "
` [PATCH v3 6/9] qapi/misc: Move query-uuid "
` [PATCH v3 7/9] qapi/misc: Restrict ACPI commands "
` [PATCH v3 8/9] qapi/misc: Restrict PCI "
` [PATCH v3 9/9] qapi/misc: Restrict device memory "

[Bug 1880518] [NEW] issue while installing docker inside s390x container
 2020-05-25 14:36 UTC  (2+ messages)
` [Bug 1880518] "

[Bug 1880332] [NEW] Possible regression in QEMU 5.0.0 after CVE-2020-10702 (segmentation fault)
 2020-05-25 14:41 UTC  (2+ messages)
` [Bug 1880332] "

[PATCH Kernel v23 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-25 14:41 UTC  (5+ messages)
` [PATCH Kernel v23 1/8] vfio: UAPI for migration interface for device state
` [PATCH Kernel v23 4/8] vfio iommu: Add ioctl definition for dirty pages tracking

[PATCH QEMU v23 00/18] Add migration support for VFIO devices
 2020-05-25 14:34 UTC  (3+ messages)
` [PATCH QEMU v23 18/18] qapi: Add VFIO devices migration stats in Migration stats

[PATCH v2] tests/acceptance: Add a boot test for the xlnx-versal-virt machine
 2020-05-25 14:31 UTC  (2+ messages)

[PATCH RFC v3 00/11] KVM: Dirty ring support (QEMU part)
 2020-05-25 14:29 UTC  (6+ messages)
` [PATCH RFC v3 01/11] linux-headers: Update

[PATCH] pci: Display PCI IRQ pin in "info pci"
 2020-05-25 14:14 UTC  (3+ messages)

[PATCH v2 0/8] user-mode: Prune build dependencies (part 2)
 2020-05-25 14:12 UTC  (5+ messages)
` [PATCH v2 2/8] qapi/misc: Restrict LostTickPolicy enum to machine code
` [PATCH v2 7/8] qapi/misc: Restrict PCI commands "

[Bug 1880355] [NEW] Length restrictions for fw_cfg_dma_transfer?
 2020-05-25 13:59 UTC  (5+ messages)

[PATCH v2 0/3] revert 9pfs reply truncation, wait for free room to reply
 2020-05-25 13:48 UTC  (2+ messages)

[PATCH v4 0/5] coroutines: generate wrapper code
 2020-05-25 13:48 UTC  (8+ messages)
` [PATCH v4 1/5] block/io: refactor coroutine wrappers
` [PATCH v4 2/5] block: declare some coroutine functions in block/coroutines.h
` [PATCH v4 3/5] block: generate coroutine-wrapper code
` [PATCH v4 4/5] block: drop bdrv_prwv
` [PATCH v4 5/5] block/io: refactor save/load vmstate

[RFC PATCH] hw/sparc/sun4m: Use memdev backend for main RAM
 2020-05-25 13:45 UTC  (6+ messages)

[PATCH 0/7] Gitlab CI improvements and fixes
 2020-05-25 13:32 UTC  (9+ messages)
` [PATCH 1/7] MAINTAINERS: Add Philippe, Alex and Wainer to the Gitlab-CI section
` [PATCH 2/7] gitlab-ci: Remove flex/bison packages
` [PATCH 3/7] GitLab CI: avoid calling before_scripts on unintended jobs
` [PATCH 4/7] gitlab-ci: Move edk2 and opensbi YAML files to .gitlab-ci.d folder
` [PATCH 5/7] gitlab-ci: Do not use the standard container images from gitlab
` [PATCH 6/7] gitlab-ci: Determine the number of jobs dynamically
` [PATCH 7/7] linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITS

[PATCH Kernel v22 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-25 13:20 UTC  (4+ messages)

[PATCH] tests/acceptance: Add a boot test for the xlnx-versal-virt machine
 2020-05-25 13:13 UTC  (2+ messages)

[RFC PATCH] hw/net/e1000e: Do not abort() on invalid PSRCTL register value
 2020-05-25 12:23 UTC 

[PATCH v2 0/9] pc-bios: s390x: Cleanup part 1
 2020-05-25 12:20 UTC  (11+ messages)
` [PATCH v2 2/9] pc-bios: s390x: Consolidate timing functions into time.h
` [PATCH v2 4/9] pc-bios: s390x: Rename and use PSW_MASK_ZMODE constant
` [PATCH v2 5/9] pc-bios: s390x: Use PSW masks where possible

[PATCH 0/9] ppc/pnv: Introduce the XIVE2 and PHB5 controllers for the POWER10 chip
 2020-05-25 12:11 UTC  (19+ messages)
` [PATCH 3/9] ppc/xive2: Introduce a XIVE2 core framework
` [PATCH 4/9] ppc/xive2: Introduce a presenter matching routine
` [PATCH 5/9] ppc/pnv: Add a XIVE2 controller to the POWER10 chip
` [PATCH 6/9] ppc/pnv: Add a OCC model for POWER10
` [PATCH 7/9] ppc/pnv: Add POWER10 quads
` [PATCH 8/9] ppc/pnv: Add model for POWER9 PHB5 PCIe Host bridge

[PATCH 0/2] hw/arm/pxa2xx: Logging cleanups
 2020-05-25 11:41 UTC  (3+ messages)
` [PATCH 1/2] hw/input/pxa2xx_keypad: Replace hw_error() by qemu_log_mask()
` [PATCH 2/2] hw/arm/pxa2xx: Replace printf() call "

[PATCH v2] hw/display/cg3: Convert debug printf()s to trace events
 2020-05-25 11:28 UTC 

[PATCH 0/3] hw/display/vmware_vga: Trivial cleanups
 2020-05-25 11:23 UTC  (4+ messages)
` [PATCH 1/3] MAINTAINERS: Cover vmware_vga related files in VMware section
` [PATCH 2/3] hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)
` [RFC PATCH 3/3] hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion

[PATCH v4 2/3] crypto/linux_keyring: add 'secret_keyring' secret object
 2020-05-25 11:19 UTC  (2+ messages)
` [PATCH v4 3/3] test-crypto-secret: add 'secret_keyring' object tests

[PATCH v4 0/3] Add secret_keyring object
 2020-05-25 11:16 UTC  (2+ messages)
` [PATCH v4 1/3] crypto/secret: move main logic from 'secret' to 'secret_common'

[RFC v2 00/18] Refactor configuration of guest memory protection
 2020-05-25 11:14 UTC  (7+ messages)
` [RFC v2 10/18] guest memory protection: Add guest memory protection interface
` [RFC v2 11/18] guest memory protection: Handle memory encrption via interface
` [RFC v2 17/18] spapr: Added PEF based guest memory protection

[PATCH] hw/adc/stm32f2xx_adc: Correct memory region size and access size
 2020-05-25 11:09 UTC  (2+ messages)

[PATCH 0/7] hw/sparc/leon3: Few fixes and disable HelenOS test
 2020-05-25 11:02 UTC  (8+ messages)

[PATCH v2 0/8] s390: Extended-Length SCCB & DIAGNOSE 0x318
 2020-05-25 10:53 UTC  (10+ messages)
` [PATCH v2 3/8] s390/sclp: rework sclp boundary and length checks
` [PATCH v2 6/8] s390/sclp: add extended-length sccb support for kvm guest

[PATCH] cpus: Fix botched configure_icount() error API violation fix
 2020-05-25 10:21 UTC  (4+ messages)


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