qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-25 06:23:32 to 2020-09-25 13:59:18 UTC [more...]

[PATCH v2 0/6] Add physical display dimensions to spice/virtio-gpu
 2020-09-25 13:50 UTC  (5+ messages)
` [PATCH v2 1/6] edid: fix physical display size computation
` [PATCH v2 2/6] edid: use physical dimensions if available
` [PATCH v2 3/6] ui: add getter for UIInfo
` [PATCH v2 4/6] spice: remove the single monitor config logic

[RFC 0/3] NVMe passthrough: Take into account host IOVA reserved regions
 2020-09-25 13:48 UTC  (3+ messages)
` [RFC 1/3] util/vfio-helpers: Collect "
` [RFC 3/3] util/vfio-helpers: Rework the IOVA allocator to avoid "

[PATCH v2 0/6] migration/postcopy: Sync faulted addresses after network recovered
 2020-09-25 13:46 UTC  (4+ messages)

[PATCH v1 0/5] virtio-mem: block size and address-assignment optimizations
 2020-09-25 13:46 UTC  (4+ messages)
` [PATCH v1 1/5] virtio-mem: Probe THP size to determine default block size

[PATCH 0/4] block/export: add BlockExportOptions->iothread member
 2020-09-25 13:42 UTC  (5+ messages)
` [PATCH 1/4] util/vhost-user-server: use static library in meson.build
` [PATCH 2/4] qemu-storage-daemon: avoid compiling blockdev_ss twice
` [PATCH 3/4] block: move block exports to libblockdev
` [PATCH 4/4] block/export: add BlockExportOptions->iothread member

[PATCH v2 00/38] qapi: static typing conversion, pt1
 2020-09-25 13:47 UTC  (31+ messages)
` [PATCH v2 02/38] qapi-gen: Separate arg-parsing from generation
` [PATCH v2 09/38] qapi/common.py: Add indent manager
` [PATCH v2 18/38] qapi/events.py: Move comments into docstrings
` [PATCH v2 22/38] qapi/source.py: add type hint annotations
` [PATCH v2 24/38] qapi/gen.py: Fix edge-case of _is_user_module
` [PATCH v2 28/38] qapi/gen.py: update write() to be more idiomatic

[PATCH] hw/arm/sbsa-ref : Fix SMMUv3 Initialisation
 2020-09-25 13:39 UTC 

[PATCH v5 0/9] Fix scsi devices plug/unplug races w.r.t virtio-scsi iothread
 2020-09-25 13:36 UTC  (3+ messages)
` [PATCH v5 1/9] scsi/scsi_bus: switch search direction in scsi_device_find

[PATCH v2 0/6] pseries NUMA distance calculation
 2020-09-25 13:16 UTC  (9+ messages)
` [PATCH v2 2/6] spapr_numa: forbid asymmetrical NUMA setups
` [PATCH v2 3/6] spapr_numa: translate regular NUMA distance to PAPR distance
` [PATCH v2 4/6] spapr_numa: change reference-points and maxdomain settings

tools/virtiofs: Multi threading seems to hurt performance
 2020-09-25 13:13 UTC  (15+ messages)
` [Virtio-fs] "
  ` virtiofs vs 9p performance(Re: tools/virtiofs: Multi threading seems to hurt performance)
    ` virtiofs vs 9p performance

[PATCH v2 00/31] block/export: Add infrastructure and QAPI for block exports
 2020-09-25 13:18 UTC  (20+ messages)
` [PATCH v2 04/31] block/export: Add BlockExport infrastructure and block-export-add
` [PATCH v2 21/31] block/export: Add BLOCK_EXPORT_DELETED event
` [PATCH v2 26/31] nbd: Merge nbd_export_new() and nbd_export_create()
` [PATCH v2 27/31] nbd: Deprecate nbd-server-add/remove
` [PATCH v2 28/31] iotests: Factor out qemu_tool_pipe_and_status()
` [PATCH v2 29/31] iotests: Introduce qemu_nbd_list_log()
` [PATCH v2 30/31] iotests: Allow supported and unsupported formats at the same time
` [PATCH v2 31/31] iotests: Test block-export-* QMP interface

[PATCH v8 00/17] QEMU cpus.c refactoring part2
 2020-09-25 13:09 UTC  (3+ messages)

[PULL v5 00/87] Misc patches for 2020-09-24
 2020-09-25 13:06 UTC 

[RFC PATCH 00/19] vhost-user-rpmb (Replay Protected Memory Block)
 2020-09-25 13:06 UTC  (21+ messages)
` [RFC PATCH 01/19] tools/virtiofsd: add support for --socket-group
` [RFC PATCH 02/19] hw/block: add boilerplate for vhost-user-rpmb device
` [RFC PATCH 03/19] hw/virtio: move virtio-pci.h into shared include space
` [RFC PATCH 04/19] hw/block: add vhost-user-rpmb-pci boilerplate
` [RFC PATCH 05/19] virtio-pci: add notification trace points
` [RFC PATCH 06/19] tools/vhost-user-rpmb: add boilerplate and initial main
` [RFC PATCH 07/19] tools/vhost-user-rpmb: implement --print-capabilities
` [RFC PATCH 08/19] tools/vhost-user-rpmb: connect to fd and instantiate basic run loop
` [RFC PATCH 09/19] tools/vhost-user-rpmb: add a --verbose/debug flags for logging
` [RFC PATCH 10/19] tools/vhost-user-rpmb: handle shutdown and SIGINT/SIGHUP cleanly
` [RFC PATCH 11/19] tools/vhost-user-rpmb: add --flash-path for backing store
` [RFC PATCH 12/19] tools/vhost-user-rpmb: import hmac_sha256 functions
` [RFC PATCH 13/19] tools/vhost-user-rpmb: implement the PROGRAM_KEY handshake
` [RFC PATCH 14/19] tools/vhost-user-rpmb: implement VIRTIO_RPMB_REQ_GET_WRITE_COUNTER
` [RFC PATCH 15/19] tools/vhost-user-rpmb: implement VIRTIO_RPMB_REQ_DATA_WRITE
` [RFC PATCH 16/19] tools/vhost-user-rpmb: implement VIRTIO_RPMB_REQ_DATA_READ
` [RFC PATCH 17/19] tools/vhost-user-rpmb: add key persistence
` [RFC PATCH 18/19] tools/vhost-user-rpmb: allow setting of the write_count
` [RFC PATCH 19/19] docs: add a man page for vhost-user-rpmb

[PATCH v9 0/7] coroutines: generate wrapper code
 2020-09-25 12:58 UTC  (5+ messages)
` [PATCH v9 4/7] scripts: add block-coroutine-wrapper.py
` [PATCH 0.5/7] include/block/block.h: drop non-ascii quotation mark

[PATCH 00/14] raspi: add the bcm2835 cprman clock manager
 2020-09-25 12:55 UTC  (18+ messages)
` [PATCH 01/14] hw/core/clock: provide the VMSTATE_ARRAY_CLOCK macro
` [PATCH 02/14] hw/core/clock: trace clock values in Hz instead of ns
` [PATCH 03/14] hw/arm/raspi: fix cprman base address
` [PATCH 04/14] hw/arm/raspi: add a skeleton implementation of the cprman
` [PATCH 05/14] hw/misc/bcm2835_cprman: add a PLL skeleton implementation
` [PATCH 06/14] hw/misc/bcm2835_cprman: implement PLLs behaviour
` [PATCH 07/14] hw/misc/bcm2835_cprman: add a PLL channel skeleton implementation
` [PATCH 08/14] hw/misc/bcm2835_cprman: implement PLL channels behaviour
` [PATCH 09/14] hw/misc/bcm2835_cprman: add a clock mux skeleton implementation
` [PATCH 10/14] hw/misc/bcm2835_cprman: implement clock mux behaviour
` [PATCH 11/14] hw/misc/bcm2835_cprman: add the DSI0HSCK multiplexer
` [PATCH 12/14] hw/misc/bcm2835_cprman: add sane reset values to the registers
` [RFC PATCH 13/14] hw/char/pl011: add a clock input
` [RFC PATCH 14/14] hw/arm/bcm2835_peripherals: connect the UART clock

[PULL v4 00/92] Misc patches for 2020-09-24
 2020-09-25 12:56 UTC  (2+ messages)

[PATCH v9 0/7] coroutines: generate wrapper code
 2020-09-25 12:57 UTC  (3+ messages)

[PATCH v2 0/5] hw/arm/raspi: Fix SYS_timer to unbrick Linux kernels v3.7+
 2020-09-25 12:57 UTC  (4+ messages)
` [PATCH v2 4/5] hw/timer/bcm2835: Support the timer COMPARE registers

[PULL 00/26] migration and friends queue
 2020-09-25 12:35 UTC  (28+ messages)
` [PULL 01/26] migration: Properly destroy variables on incoming side
` [PULL 02/26] migration: Rework migrate_send_rp_req_pages() function
` [PULL 03/26] migration/dirtyrate: setup up query-dirtyrate framwork
` [PULL 04/26] migration/dirtyrate: add DirtyRateStatus to denote calculation status
` [PULL 05/26] migration/dirtyrate: Add RamblockDirtyInfo to store sampled page info
` [PULL 06/26] migration/dirtyrate: Add dirtyrate statistics series functions
` [PULL 07/26] migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.h
` [PULL 08/26] migration/dirtyrate: Record hash results for each sampled page
` [PULL 09/26] migration/dirtyrate: Compare page hash results for recorded "
` [PULL 10/26] migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZE
` [PULL 11/26] migration/dirtyrate: Implement set_sample_page_period() and is_sample_period_valid()
` [PULL 12/26] migration/dirtyrate: Implement calculate_dirtyrate() function
` [PULL 13/26] migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() function
` [PULL 14/26] migration/dirtyrate: Add trace_calls to make it easier to debug
` [PULL 15/26] migration: Truncate state file in xen-save-devices-state
` [PULL 16/26] migration: increase max-bandwidth to 128 MiB/s (1 Gib/s)
` [PULL 17/26] migration/tls: save hostname into MigrationState
` [PULL 18/26] migration/tls: extract migration_tls_client_create for common-use
` [PULL 19/26] migration/tls: add tls_hostname into MultiFDSendParams
` [PULL 20/26] migration/tls: extract cleanup function for common-use
` [PULL 21/26] migration/tls: add support for multifd tls-handshake
` [PULL 22/26] migration/tls: add trace points for multifd-tls
` [PULL 23/26] monitor: Use LOCK_GUARD macros
` [PULL 24/26] virtiofsd: document cache=auto default
` [PULL 25/26] virtiofsd: Used glib "shared" thread pool
` [PULL 26/26] virtiofsd: Add -o allow_direct_io|no_allow_direct_io options

[PULL 00/11] capstone + disassembler patch queue
 2020-09-25 12:33 UTC  (3+ messages)

[PATCH v3 0/2] vhost-vdpa: add trace functions in vhost-vdpa.c
 2020-09-25 12:24 UTC  (4+ messages)
` [PATCH v3 1/2] util/hexdump: introduce qemu_hexdump_line()
` [PATCH v3 2/2] vhost-vdpa: add trace-events

[PATCH] virtio-pmem-pci: force virtio version 1
 2020-09-25 12:19 UTC  (5+ messages)

[PATCH QEMU v25 00/17] Add migration support for VFIO devices
 2020-09-25 12:17 UTC  (5+ messages)
` [PATCH v26 07/17] vfio: Register SaveVMHandlers for VFIO device
` [PATCH v26 16/17] vfio: Make vfio-pci device migration capable

[PULL v2 00/92] Misc patches for 2020-09-24
 2020-09-25 11:44 UTC  (4+ messages)

[PULL v3 00/92] Misc patches for 2020-09-24
 2020-09-25 11:30 UTC 

[PATCH v6 00/15] preallocate filter
 2020-09-25 11:25 UTC  (15+ messages)
` [PATCH v6 10/15] iotests: qemu_io_silent: support --image-opts
` [PATCH v6 11/15] iotests: add 298 to test new preallocate filter driver
` [PATCH v6 12/15] scripts/simplebench: support iops
` [PATCH v6 13/15] scripts/simplebench: improve view of ascii table
` [PATCH v6 14/15] scripts/simplebench: improve ascii table: add difference line
` [PATCH v6 15/15] scripts/simplebench: add bench_prealloc.py

[PULL 00/92] Misc patches for 2020-09-24
 2020-09-25 10:08 UTC  (2+ messages)

[PULL 00/13] Block patches
 2020-09-25  9:59 UTC  (4+ messages)

[PATCH] build: Build and install the info manual
 2020-09-25  9:45 UTC  (4+ messages)

[PATCH 0/7] Retrieve zPCI hardware information from VFIO
 2020-09-25  9:41 UTC  (5+ messages)
` [PATCH 3/7] s390x/pci: create a header dedicated to PCI CLP
` [PATCH 4/7] s390x/pci: use a PCI Group structure

[PATCH v3 0/2] MTE support for KVM guest
 2020-09-25  9:36 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: kvm: Save/restore MTE registers
` [PATCH v3 2/2] arm64: kvm: Introduce MTE VCPU feature

[PATCH V1 00/32] Live Update
 2020-09-25  9:26 UTC  (13+ messages)
` [PATCH V1 01/32] savevm: add vmstate handler iterators
` [PATCH V1 04/32] savevm: HMP Command for cprsave
` [PATCH V1 11/32] cpu: disable ticks when suspended

[PATCH 0/4] qemu/bswap: Use compiler __builtin_bswap()
 2020-09-25  9:22 UTC  (7+ messages)
` [PATCH 4/4] qemu/bswap: Remove <byteswap.h> dependency

[PATCH v3 00/47] qapi: static typing conversion, pt1
 2020-09-25  9:20 UTC  (5+ messages)
` [PATCH v3 05/47] qapi/doc.py: Change code templates from function to string
` [PATCH v3 12/47] qapi: enforce import order/styling with isort

[PATCH 0/8] softfloat: Implement float128_muladd
 2020-09-25  9:17 UTC  (5+ messages)
` [PATCH 6/8] "

[PATCH v3 1/1] accel/tcg: Fix computing of is_write for MIPS
 2020-09-25  9:05 UTC  (2+ messages)

[PATCH] tests/vm: Add Haiku test based on their vagrant images
 2020-09-25  9:00 UTC  (4+ messages)

[RFC v4 00/70] support vector extension v1.0
 2020-09-25  8:51 UTC  (6+ messages)
` [RFC v4 17/70] target/riscv: rvv-1.0: configure instructions
` [RFC v4 53/70] target/riscv: rvv-1.0: floating-point slide instructions

SEV guest debugging support for Qemu
 2020-09-25  8:51 UTC  (7+ messages)

[PATCH v7 0/5] fix & merge block_status_above and is_allocated_above
 2020-09-25  8:38 UTC  (2+ messages)

[PATCH] docs: add 'io_uring' option to 'aio' param in qemu-options.hx
 2020-09-25  8:38 UTC  (2+ messages)

[PATCH v2 1/1] accel/tcg: Fix computing of is_write for mips
 2020-09-25  8:34 UTC  (3+ messages)

[PATCH v2 0/3] qga: add command guest-get-disk
 2020-09-25  8:32 UTC  (2+ messages)

[PATCH v4] hw/i386/pc: add max combined fw size as machine configuration option
 2020-09-25  8:23 UTC  (3+ messages)

[RFC PATCH v3 0/7] Use ACPI PCI hot-plug for Q35
 2020-09-25  8:20 UTC  (4+ messages)
` [RFC PATCH v3 2/7] hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35

[PATCH v1 0/3] Remove the limitation of Intel PT CPUID info
 2020-09-25  8:20 UTC  (10+ messages)

[PATCH] configure: Fix build dependencies with vhost-vdpa
 2020-09-25  7:59 UTC  (3+ messages)

[PATCH 00/16] hw/block/nvme: zoned namespace command set
 2020-09-25  7:55 UTC  (3+ messages)

[PATCH 0/1] tcg: Adjust simd_desc size encoding
 2020-09-25  7:56 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 00/37] qapi: static typing conversion, pt1
 2020-09-25  7:49 UTC  (9+ messages)
` [PATCH 14/37] qapi/common.py: Move comments into docstrings

[PATCH 1/3] virtio-net: Set mac address to hardware if the peer is vdpa
 2020-09-25  7:46 UTC  (5+ messages)

[PATCH v5] hw/i386/pc: add max combined fw size as machine configuration option
 2020-09-25  7:00 UTC  (2+ messages)

[PATCH 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon)
 2020-09-25  6:49 UTC  (8+ messages)

[PATCH v5 00/20] Convert QAPI doc comments to generate rST instead of texinfo
 2020-09-25  6:48 UTC  (5+ messages)
` [PATCH v5 14/20] scripts/qapi: Remove texinfo generation support

[PATCH v5.1.0] build: Build and install the info manual
 2020-09-25  2:36 UTC 

[Bug 1849644] [NEW] QEMU VNC websocket proxy requires non-standard 'binary' subprotocol
 2020-09-25  6:09 UTC  (2+ messages)
` [Bug 1849644] "


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