qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-14 13:36:35 to 2019-11-15 13:36:14 UTC [more...]

[RFC PATCH v2 00/26] Add subcluster allocation to qcow2
 2019-11-15 13:35 UTC  (21+ messages)
` [RFC PATCH v2 10/26] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap()
` [RFC PATCH v2 15/26] qcow2: Add subcluster support to zero_in_l2_slice()
` [RFC PATCH v2 16/26] qcow2: Add subcluster support to discard_in_l2_slice()
` [RFC PATCH v2 18/26] qcow2: Add subcluster support to expand_zero_clusters_in_l1()
` [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 

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

[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] Modify tests to work with clang
 2019-11-15 12:17 UTC  (4+ messages)

[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] hw: add compat machines for 5.0
 2019-11-15  9:32 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)

Invalid ARM instruction for clang-compiled Android code
 2019-11-15 11:03 UTC 

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

[PATCH v1] s390x: kvm-unit-tests: a PONG device for Sub Channels tests
 2019-11-15 10:35 UTC  (11+ 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  (3+ 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  (8+ messages)
` [PATCH v2 2/5] MAINTAINERS: Adjust maintainership for Fulong 2E board
    ` [EXTERNAL]Re: "
` [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)

[Qemu-devel] [PATCH v4 00/14] block: Try to create well-typed json:{} filenames
 2019-11-14 15:53 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 03/14] qapi: Introduce default values for struct members

[RFC 0/4] POC: Generating realistic block errors
 2019-11-14 15:47 UTC  (4+ messages)

[PATCH] virtio: fix IO request length in virtio SCSI/block #PSBM-78839
 2019-11-14 15:33 UTC  (7+ messages)

[PATCH] MAINTAINERS: add more bitmap-related to Dirty Bitmaps section
 2019-11-14 15:19 UTC  (2+ messages)

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

[PATCH v5 00/20] Add virtual device fuzzing support
 2019-11-14 15:04 UTC  (3+ messages)

[PATCH v3] qemu-gdb: add an Object pretty printer
 2019-11-14 14:47 UTC 

[PATCH] gdbstub: Fix buffer overflow in handle_read_all_regs
 2019-11-14 14:43 UTC  (7+ messages)

[PATCH v3 0/4] arm/aspeed: Watchdog and SDRAM fixes
 2019-11-14 14:16 UTC  (3+ messages)

[PATCH 1/4] net/virtio: fix dev_unplug_pending
 2019-11-14 14:16 UTC  (4+ messages)
` [PATCH 2/4] net/virtio: return early when failover primary alread added
` [PATCH 3/4] net/virtio: avoid passing NULL to qdev_set_parent_bus
` [PATCH 4/4] net/virtio: return error when device_opts arg is NULL

[PATCH 00/30] virtiofs daemon (base)
 2019-11-14 14:13 UTC  (5+ messages)
` [PATCH 17/30] virtiofsd: Add main virtio loop

[PULL 0/1] Seabios 20191113 patches
 2019-11-14 14:12 UTC  (2+ messages)

[PATCH] migration: Fix the re-run check of the migrate-incoming command
 2019-11-14 13:50 UTC  (2+ messages)

[PATCH 0/1] tests/vm: Allow to set path to qemu-img
 2019-11-14 13:42 UTC  (2+ messages)
` [PATCH 1/1] tests/vm: Allow to set qemu-img path

[PATCH] tests: fix modules-test 'duplicate test case' error
 2019-11-14 13:40 UTC  (2+ 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).