qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-15 01:45:18 to 2019-11-15 16:42:38 UTC [more...]

[PATCH for-5.0 v5 00/23] ppc/pnv: add XIVE support for KVM guests
 2019-11-15 16:24 UTC  (16+ messages)
` [PATCH for-5.0 v5 01/23] ppc/xive: Record the IPB in the associated NVT
` [PATCH for-5.0 v5 02/23] ppc/xive: Introduce helpers for the NVT id
` [PATCH for-5.0 v5 03/23] ppc/pnv: Remove pnv_xive_vst_size() routine
` [PATCH for-5.0 v5 04/23] ppc/pnv: Dump the XIVE NVT table
` [PATCH for-5.0 v5 05/23] ppc/pnv: Quiesce some XIVE errors
` [PATCH for-5.0 v5 06/23] ppc/xive: Introduce OS CAM line helpers
` [PATCH for-5.0 v5 07/23] ppc/xive: Check V bit in TM_PULL_POOL_CTX
` [PATCH for-5.0 v5 08/23] ppc/xive: Introduce a XivePresenter interface
` [PATCH for-5.0 v5 09/23] ppc/xive: Implement the "
` [PATCH for-5.0 v5 10/23] ppc/pnv: Loop on the threads of the chip to find a matching NVT
` [PATCH for-5.0 v5 11/23] ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper
` [PATCH for-5.0 v5 13/23] ppc/pnv: Implement the XiveFabric interface
` [PATCH for-5.0 v5 14/23] ppc/spapr: "
` [PATCH for-5.0 v5 15/23] ppc/xive: Use the XiveFabric and XivePresenter interfaces
` [PATCH for-5.0 v5 19/23] ppc/xive: Remove the get_tctx() XiveRouter handler

[qemu-web PATCH v3] Add a blog post on "Micro-Optimizing KVM VM-Exits"
 2019-11-15 16:24 UTC 

[PATCH for-4.2] hw/i386: Fix compiler warning when CONFIG_IDE_ISA is disabled
 2019-11-15 16:15 UTC  (7+ messages)

[PATCH 0/2] docs/microvm.rst: fix alignment and explain shut down
 2019-11-15 16:13 UTC  (3+ messages)
` [PATCH 1/2] docs/microvm.rst: fix alignment in "Limitations"
` [PATCH 2/2] docs/microvm.rst: add instructions for shutting down the guest

[PATCH] vfio: vfio-pci requires EDID
 2019-11-15 16:14 UTC 

[PATCH] ppc/pnv: Drop "chip" link from POWER9 PSI object
 2019-11-15 16:17 UTC  (2+ messages)

[PATCH] target/arm: Clean up arm_cpu_vq_map_next_smaller asserts
 2019-11-15 16:06 UTC  (3+ messages)

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

[PATCH] display: xlnx_dp: Provide sufficient bytes for silent audio channel
 2019-11-15 15:56 UTC 

[PATCH v6] ssi: xilinx_spips: Skip spi bus update for a few register writes
 2019-11-15 15:49 UTC  (2+ messages)

[PATCH v1 0/1] hw/arm: versal: Add the CRP as unimplemented
 2019-11-15 15:47 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH v3 for-4.2 0/4] Better NBD string length handling
 2019-11-15 15:47 UTC  (9+ 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 qemu-web] Add a blog post on "Micro-Optimizing KVM VM-Exits"
 2019-11-15 15:27 UTC  (10+ messages)

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

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  (4+ messages)
` [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

[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  (10+ 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  (2+ 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  (10+ messages)
` [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages 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)


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