qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-14 16:29:05 to 2019-11-15 15:24:51 UTC [more...]

[PATCH v1] s390x: kvm-unit-tests: a PONG device for Sub Channels tests
 2019-11-15 15:23 UTC  (13+ messages)

[PATCH qemu-web] Add a blog post on "Micro-Optimizing KVM VM-Exits"
 2019-11-15 15:19 UTC  (9+ messages)

[PATCH v3 for-4.2 0/4] Better NBD string length handling
 2019-11-15 15:15 UTC  (8+ messages)
` [PATCH v3 1/4] nbd/server: Prefer heap over stack for parsing client names
` [PATCH v3 2/4] bitmap: Enforce maximum bitmap name length

[PATCH v6] ssi: xilinx_spips: Skip spi bus update for a few register writes
 2019-11-15 15:11 UTC 

[PATCH for-4.2] hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled
 2019-11-15 14:50 UTC 

Invalid ARM instruction for clang-compiled Android code
 2019-11-15 14:01 UTC  (3+ messages)

[RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support
 2019-11-15 14:55 UTC  (2+ messages)

[RFC 00/24] backup performance: block_status + async
 2019-11-15 14:14 UTC  (25+ messages)
` [RFC 01/24] block/block-copy: specialcase first copy_range request
` [RFC 02/24] block/block-copy: use block_status
` [RFC 03/24] block/block-copy: factor out block_copy_find_inflight_req
` [RFC 04/24] block/block-copy: refactor interfaces to use bytes instead of end
` [RFC 05/24] block/block-copy: rename start to offset in interfaces
` [RFC 06/24] block/block-copy: reduce intersecting request lock
` [RFC 07/24] block/block-copy: hide structure definitions
` [RFC 08/24] block/block-copy: rename in-flight requests to tasks
` [RFC 09/24] block/block-copy: alloc task on each iteration
` [RFC 10/24] block/block-copy: add state pointer to BlockCopyTask
` [RFC 11/24] block/block-copy: move task size initial calculation to _task_create
` [RFC 12/24] block/block-copy: move block_copy_task_create down
` [RFC 13/24] block/block-copy: use aio-task-pool API
` [RFC 14/24] block/block-copy: More explicit call_state
` [RFC 15/24] block/block-copy: implement block_copy_async
` [RFC 16/24] block/block-copy: add max_chunk and max_workers paramters
` [RFC 17/24] block/block-copy: add ratelimit to block-copy
` [RFC 18/24] block/block-copy: add block_copy_cancel
` [RFC 19/24] blockjob: add set_speed to BlockJobDriver
` [RFC 20/24] job: call job_enter from job_user_pause
` [RFC 21/24] backup: move to block-copy
` [RFC 22/24] python: add simplebench.py
` [RFC 23/24] python: add qemu/bench_block_job.py
` [RFC 24/24] python: benchmark new backup architecture

[PATCH 0/3] docs: build an index page for the HTML docs
 2019-11-15 14:23 UTC  (5+ messages)
` [PATCH 2/3] docs: build a global index page

[PATCH] Modify tests to work with clang
 2019-11-15 14:14 UTC  (5+ messages)

[PATCH] hw: add compat machines for 5.0
 2019-11-15 14:08 UTC  (3+ messages)

QEMU HTML documentation now on qemu.org
 2019-11-15 14:05 UTC 

[RFC PATCH v2 00/26] Add subcluster allocation to qcow2
 2019-11-15 13:35 UTC  (7+ messages)
` [RFC PATCH v2 20/26] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2()
` [RFC PATCH v2 24/26] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit

[PATCH for-5.0 0/8] ppc: Consolidate QOM links and pointers to the same object
 2019-11-15 13:28 UTC  (15+ messages)
` [PATCH for-5.0 1/8] xive: Link "cpu" property to XiveTCTX::cs pointer
` [PATCH for-5.0 2/8] xive: Link "xive" property to XiveSource::xive pointer
` [PATCH for-5.0 3/8] xive: Link "xive" property to XiveEndSource::xrtr pointer
` [PATCH for-5.0 4/8] ppc/pnv: Link "psi" property to PnvLpc::psi pointer
` [PATCH for-5.0 5/8] ppc/pnv: Link "psi" property to PnvOCC::psi pointer
` [PATCH for-5.0 6/8] ppc/pnv: Link "chip" property to PnvHomer::chip pointer
` [PATCH for-5.0 7/8] ppc/pnv: Link "chip" property to PnvCore::chip pointer
` [PATCH for-5.0 8/8] ppc/pnv: Link "chip" property to PnvXive::chip pointer

9p: requests efficiency
 2019-11-15 13:26 UTC  (2+ messages)

[PATCH v2 0/6] Make the qemu_logfile handle thread safe
 2019-11-15 13:10 UTC  (7+ messages)
` [PATCH v2 1/6] Fix double free issue in qemu_set_log_filename()
` [PATCH v2 2/6] Cleaned up flow of code in qemu_set_log(), to simplify and clarify
` [PATCH v2 3/6] Add a mutex to guarantee single writer to qemu_logfile handle
` [PATCH v2 4/6] qemu_log_lock/unlock now preserves the "
` [PATCH v2 5/6] Add use of RCU for qemu_logfile
` [PATCH v2 6/6] Added tests for close and change of logfile

[PATCH] target/arm: Clean up arm_cpu_vq_map_next_smaller asserts
 2019-11-15 13:16 UTC 

[PULL] RISC-V Fixes for 4.2-rc2
 2019-11-15 12:34 UTC  (6+ messages)
` [PULL 1/4] remove unnecessary ifdef TARGET_RISCV64
` [PULL 2/4] target/riscv: Remove atomic accesses to MIP CSR
` [PULL 3/4] opensbi: Upgrade from v0.4 to v0.5
` [PULL 4/4] riscv/virt: Increase flash size

[PATCH v3 for 5.0 0/6] linux-user: Add support for real time clock ioctls
 2019-11-15 12:32 UTC  (7+ messages)
` [PATCH v3 for 5.0 1/6] linux-user: Add support for enable/disable RTC features using ioctls
` [PATCH v3 for 5.0 2/6] linux-user: Add support for read/set RTC time and alarm "
` [PATCH v3 for 5.0 3/6] linux-user: Add support for read/set RTC periodic interrupt and epoch "
` [PATCH v3 for 5.0 4/6] linux-user: Add support for get/set RTC wakeup alarm "
` [PATCH v3 for 5.0 5/6] linux-user: Add support for get/set RTC PLL correction "
` [PATCH v3 for 5.0 6/6] linux-user: Add support for read/clear RTC voltage low detector "

[PATCH v16 00/14] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-11-15 12:11 UTC  (17+ messages)
` [PATCH v16 01/14] util/cutils: Add Add qemu_strtold and qemu_strtold_finite
` [PATCH v16 02/14] util/cutils: Use qemu_strtold_finite to parse size
` [PATCH v16 03/14] util/cutils: refactor do_strtosz() to support suffixes list
` [PATCH v16 04/14] util/cutils: Add qemu_strtotime_ns()
` [PATCH v16 05/14] qapi: Add builtin type time
` [PATCH v16 06/14] tests: Add test for QAPI "
` [PATCH v16 07/14] numa: Extend CLI to provide initiator information for numa nodes
` [PATCH v16 08/14] numa: Extend CLI to provide memory latency and bandwidth information
` [PATCH v16 09/14] numa: Extend CLI to provide memory side cache information
` [PATCH v16 10/14] hmat acpi: Build Memory Proximity Domain Attributes Structure(s)
` [PATCH v16 11/14] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
` [PATCH v16 12/14] hmat acpi: Build Memory Side Cache "
` [PATCH v16 13/14] tests/numa: Add case for QMP build HMAT
` [PATCH v16 14/14] tests/bios-tables-test: add test cases for ACPI HMAT

[PATCH V2] WHPX: refactor load library
 2019-11-15 12:05 UTC  (2+ messages)

[PATCH v2 00/20] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2019-11-15 11:56 UTC  (5+ messages)
` [PATCH v2 06/20] nvme: add support for the abort command

[PATCH v7 0/3] qcow2: advanced compression options
 2019-11-15 12:05 UTC  (10+ messages)
` [PATCH v7 1/3] block: introduce compress filter driver

[PATCH v2] Add a blog post on "Micro-Optimizing KVM VM-Exits"
 2019-11-15 11:53 UTC  (2+ messages)

[PATCH] ahci: zero-initialize port struct
 2019-11-15 11:50 UTC  (9+ messages)
  ` [SeaBIOS] "

[PATCH v2 1/1] ide: check DMA transfer size in ide_dma_cb() to prevent qemu DoS from quests
 2019-11-15 11:09 UTC  (2+ messages)

[PATCH] Semihost SYS_READC implementation (v3)
 2019-11-15 10:54 UTC  (23+ messages)
` [PATCH] Semihost SYS_READC implementation (v4)

[PATCH] spapr/kvm: Set default cpu model for all machine classes
 2019-11-15 10:42 UTC  (7+ messages)

[RESEND PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-11-15  9:44 UTC  (5+ messages)
` [RESEND PATCH v21 2/6] docs: APEI GHES generation and CPER record description
` [RESEND PATCH v21 3/6] ACPI: Add APEI GHES table generation support

[PATCH v3 for-4.2] monitor/qmp: resume monitor when clearing its queue
 2019-11-15  8:59 UTC 

[PATCH] vfio: don't ignore return value of migrate_add_blocker
 2019-11-15  8:59 UTC  (2+ messages)

[Bug 1846427] [NEW] 4.1.0: qcow2 corruption on savevm/quit/loadvm cycle
 2019-11-15  8:43 UTC  (3+ messages)
` [Bug 1846427] "

[PATCH] target/i386: Remove monitor from some CPU model
 2019-11-15  8:33 UTC 

[PULL 00/11] target-arm queue
 2019-11-15  8:29 UTC  (6+ messages)
` [PULL 04/11] target/arm/cpu64: max cpu: Introduce sve<N> properties

Braille device (chardev/baum.c) is unable to detect the TTY correctly and does not act on graphic console connect/disconnect
 2019-11-15  8:27 UTC  (5+ messages)

[PATCH v2] monitor/qmp: resume monitor when clearing its queue
 2019-11-15  8:25 UTC  (3+ messages)

Convert VMDK to RAW
 2019-11-15  8:07 UTC  (3+ messages)

[PATCH] Implement backend program convention command for vhost-user-blk
 2019-11-15  6:51 UTC  (2+ messages)

[PATCH v9 Kernel 0/5] Add KABIs to support migration for VFIO devices
 2019-11-15  5:10 UTC  (29+ messages)
` [PATCH v9 Kernel 1/5] vfio: KABI for migration interface for device state
` [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap
` [PATCH v9 Kernel 3/5] vfio iommu: Add ioctl defination to unmap IOVA and return dirty bitmap

[RFC PATCH v1 0/8] s390x/vfio-ccw: Channel Path Handling
 2019-11-15  3:34 UTC  (9+ messages)
` [RFC PATCH v1 1/8] vfio-ccw: Return IOINST_CC_NOT_OPERATIONAL for EIO
` [RFC PATCH v1 2/8] vfio-ccw: Don't inject an I/O interrupt if the subchannel is not enabled
` [RFC PATCH v1 3/8] linux-headers: update
` [RFC PATCH v1 4/8] vfio-ccw: Refactor cleanup of regions
` [RFC PATCH v1 5/8] vfio-ccw: Add support for the schib region
` [RFC PATCH v1 6/8] vfio-ccw: Add support for the crw region
` [RFC PATCH v1 7/8] vfio-ccw: Refactor ccw irq handler
` [RFC PATCH v1 8/8] vfio-ccw: Add support for the CRW irq

[PATCH v5] iotests: Test NBD client reconnection
 2019-11-15  3:25 UTC  (3+ messages)

virtio,iommu_platform=on
 2019-11-15  1:43 UTC  (7+ messages)

QEMU for Qualcomm Hexagon - KVM Forum talk and code available
 2019-11-15  0:54 UTC  (8+ messages)

[ANNOUNCE] QEMU 4.1.1 Stable released
 2019-11-14 21:44 UTC 

[PATCH v3 for-4.2 0/4] tests: More iotest 223 improvements
 2019-11-14 21:34 UTC  (5+ messages)
` [PATCH v3 1/4] iotests: Fix 173
` [PATCH v3 2/4] iotests: Switch nbd tests to use Unix rather than TCP
` [PATCH v3 3/4] iotests: Include QMP input in .out files
` [PATCH v3 4/4] tests: More iotest 223 improvements

[PATCH v2 0/3] hw: Remove dynamic field width from trace events
 2019-11-14 21:26 UTC  (7+ messages)
` [PATCH v2 1/3] hw/block/pflash: "
` [PATCH v2 2/3] hw/mips/gt64xxx: "

[PATCH v2 0/5] MAINTAINERS: Fine adjustment for (mostly mips) content
 2019-11-14 21:23 UTC  (3+ messages)
` [PATCH v2 3/5] MAINTAINERS: Adjust maintainership for Malta board

[PATCH] pl031: Expose RTCICR as proper WC register
 2019-11-14 21:01 UTC  (7+ messages)

[PATCH v2 00/10] Further bitmaps improvements
 2019-11-14 18:51 UTC  (3+ messages)

[Qemu-devel] [QEMU-SECURITY] ide: fix assertion in ide_dma_cb() to prevent qemu DoS from quest
 2019-11-14 17:31 UTC  (5+ messages)
  `  "

[PATCH for-4.2 v2 0/3] qcow2: Fix data corruption on XFS
 2019-11-14 17:16 UTC  (5+ messages)
` [PATCH for-4.2 v2 3/3] block/file-posix: Let post-EOF fallocate serialize

[PATCH RFC] virtio-pci: disable vring processing when bus-mastering is disabled
 2019-11-14 17:17 UTC  (6+ 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).