qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-12 10:38:34 to 2019-11-13 10:32:44 UTC [more...]

QEMU for Qualcomm Hexagon - KVM Forum talk and code available
 2019-11-13 10:31 UTC  (5+ messages)

[PATCH v9 Kernel 0/5] Add KABIs to support migration for VFIO devices
 2019-11-13 10:24 UTC  (13+ 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
` [PATCH v9 Kernel 4/5] vfio iommu: Implementation of ioctl to get dirty pages bitmap
` [PATCH v9 Kernel 5/5] vfio iommu: Implementation of ioctl to get dirty bitmap before unmap

[PATCH V4] target/i386/kvm: Add Hyper-V direct tlb flush support
 2019-11-13 10:19 UTC  (5+ messages)

[Qemu-devel] [Bug 1734792] [NEW] qemu-x86_64 fails with unsupported syscall 319
 2019-11-13 10:04 UTC  (2+ messages)
` [Bug 1734792] Re: linux-user mode does not support memfd_create syscall

[PATCH RFC] virtio-pci: disable vring processing when bus-mastering is disabled
 2019-11-13 10:09 UTC  (2+ messages)

virtio,iommu_platform=on
 2019-11-13 10:00 UTC  (9+ messages)

[PATCH] enable translating statx syscalls on more arches
 2019-11-13  9:55 UTC  (6+ messages)

[Qemu-devel] [Bug 1811758] [NEW] virtio-rng backend should use getentropy() syscall when available
 2019-11-13  9:34 UTC  (2+ messages)
` [Bug 1811758] "

[Bug 1852115] [NEW] qemu --static user build fails with fedora rawhide glibc-2.30.9000
 2019-11-13  9:26 UTC  (3+ messages)
` [Bug 1852115] "

[PATCH] ahci: zero-initialize port struct
 2019-11-13  9:35 UTC  (2+ messages)

[PATCH 0/2] block: Fix multiple blockdev-snapshot calls
 2019-11-13  9:28 UTC  (8+ messages)
` [PATCH 1/2] block: Remove 'backing': null from bs->{explicit_, }options
  ` [PATCH 1/2] block: Remove 'backing': null from bs->{explicit_,}options
` [PATCH 2/2] iotests: Test multiple blockdev-snapshot calls

How to extend QEMU's vhost-user tests after implementing vhost-user-blk device backend
 2019-11-13  9:23 UTC 

[PATCH v3 0/8] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
 2019-11-13  9:14 UTC  (11+ messages)
` [PATCH v3 1/8] blockdev: merge drive_backup_prepare with do_drive_backup
` [PATCH v3 2/8] blockdev: fix coding style issues in drive_backup_prepare
` [PATCH v3 3/8] blockdev: place drive_backup_prepare with the other related transaction functions
` [PATCH v3 4/8] blockdev: change qmp_drive_backup to make use of transactions
` [PATCH v3 5/8] blockdev: merge blockdev_backup_prepare with do_blockdev_backup
` [PATCH v3 6/8] blockdev: place blockdev_backup_prepare with the other related transaction helpers
` [PATCH v3 7/8] blockdev: change qmp_blockdev_backup to make use of transactions
` [PATCH v3 8/8] blockdev: honor bdrv_try_set_aio_context() context requirements

About MONITOR/MWAIT in i386 CPU model
 2019-11-13  8:42 UTC 

[PATCH v2 00/20] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2019-11-13  7:13 UTC  (22+ messages)
` [PATCH v2 04/20] nvme: populate the mandatory subnqn and ver fields
` [PATCH v2 06/20] nvme: add support for the abort command
` [PATCH v2 08/20] nvme: add support for the get log page command
` [PATCH v2 09/20] nvme: add support for the asynchronous event request command
` [PATCH v2 12/20] nvme: bump supported specification version to 1.3
` [PATCH v2 13/20] nvme: refactor prp mapping
` [PATCH v2 14/20] nvme: allow multiple aios per command
` [PATCH v2 15/20] nvme: add support for scatter gather lists
` [PATCH v2 19/20] nvme: make lba data size configurable

[PATCH v1 0/2] TCG plugin doc updates
 2019-11-13  7:07 UTC  (6+ messages)
` [PATCH v1 1/2] docs/devel: rename plugins.rst to tcg-plugins.rst
` [PATCH v1 2/2] docs/devel: update tcg-plugins.rst with API versioning details

[PATCH v9 Qemu 00/15] Add migration support for VFIO devices
 2019-11-13  4:24 UTC  (18+ messages)
` [PATCH v9 QEMU 01/15] vfio: KABI for migration interface for device state
` [PATCH v9 QEMU 02/15] vfio iommu: Add ioctl defination to get dirty pages bitmap
` [PATCH v9 QEMU 03/15] vfio iommu: Add ioctl defination to unmap IOVA and return dirty bitmap
` [PATCH v9 QEMU 04/15] vfio: Add function to unmap VFIO region
` [PATCH v9 QEMU 05/15] vfio: Add vfio_get_object callback to VFIODeviceOps
` [PATCH v9 QEMU 06/15] vfio: Add save and load functions for VFIO PCI devices
` [PATCH v9 QEMU 07/15] vfio: Add migration region initialization and finalize function
` [PATCH v9 QEMU 08/15] vfio: Add VM state change handler to know state of VM
` [PATCH v9 QEMU 09/15] vfio: Add migration state change notifier
` [PATCH v9 QEMU 10/15] vfio: Register SaveVMHandlers for VFIO device
` [PATCH v9 QEMU 11/15] vfio: Add save state functions to SaveVMHandlers
` [PATCH v9 QEMU 12/15] vfio: Add load "
` [PATCH v9 QEMU 13/15] vfio: Add vfio_listener_log_sync to mark dirty pages
` [PATCH v9 QEMU 14/15] vfio: Add ioctl to get dirty pages bitmap during dma unmap
` [PATCH v9 QEMU 15/15] vfio: Make vfio-pci device migration capable

[PATCH v14 00/11] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-11-13  1:01 UTC  (9+ messages)
` [PATCH v14 03/11] tests: Add test for QAPI builtin type time

[PATCH v2 0/4] arm/aspeed: Watchdog and SDRAM fixes
 2019-11-13  0:52 UTC  (5+ messages)
` [PATCH v2 1/4] aspeed/sdmc: Make ast2600 default 1G
` [PATCH v2 2/4] aspeed/scu: Fix W1C behavior
` [PATCH v2 3/4] watchdog/aspeed: Improve watchdog timeout message
` [PATCH v2 4/4] watchdog/aspeed: Fix AST2600 frequency behaviour

[PATCH 0/4] arm/aspeed: Watchdog and SDRAM fixes
 2019-11-13  0:48 UTC  (5+ messages)
` [PATCH 4/4] watchdog/aspeed: Fix AST2600 frequency behaviour

[PATCH 00/55] Patch Round-up for stable 4.1.1, freeze on 2019-11-12
 2019-11-12 23:12 UTC  (4+ messages)

guest / host buffer sharing 
 2019-11-12 22:55 UTC  (7+ messages)
    ` [virtio-dev] "

[ANNOUNCE] QEMU 4.2.0-rc1 is now available
 2019-11-12 22:15 UTC 

[PATCH for 4.2 v1 1/1] riscv/virt: Increase flash size
 2019-11-12 21:22 UTC  (3+ messages)

[PATCH 0/5] MAINTAINERS: Fine adjustment for (mostly mips) content
 2019-11-12 20:57 UTC  (4+ messages)
` [PATCH 1/5] MAINTAINERS: Add a section on git infrastructure

[PATCH] WHPX: refactor load library
 2019-11-12 19:47 UTC  (3+ messages)

[PATCH v1 0/5] Make the qemu_logfile handle thread safe
 2019-11-12 19:20 UTC  (12+ messages)
` [PATCH v1 1/5] Add a mutex to guarantee single writer to qemu_logfile handle
` [PATCH v1 2/5] qemu_log_lock/unlock now preserves the "
` [PATCH v1 3/5] Add use of RCU for qemu_logfile
` [PATCH v1 4/5] Added tests for close and change of logfile
` [PATCH v1 5/5] Fix double free issue in qemu_set_log_filename()

[PATCH v4 00/20] Add virtual device fuzzing support
 2019-11-12 19:04 UTC  (10+ messages)
` [PATCH v4 01/20] softmmu: split off vl.c:main() into main.c
` [PATCH v4 12/20] libqtest: add in-process qtest.c tx/rx handlers
` [PATCH v4 15/20] fuzz: add fuzzer skeleton

[PATCH v2] WHPX: support for xcr0
 2019-11-12 18:52 UTC  (2+ messages)

[PULL 0/2] Linux user for 4.2 patches
 2019-11-12 18:39 UTC  (4+ messages)
` [PULL 1/2] linux-user: fix missing break
` [PULL 2/2] linux-user: remove host stime() syscall

[PATCH v7 0/8] Acceptance test: Add "boot_linux" acceptance test
 2019-11-12 18:20 UTC  (17+ messages)
` [PATCH v7 3/8] Acceptance tests: use avocado tags for machine type
` [PATCH v7 4/8] Acceptance tests: use relative location for tests
` [PATCH v7 6/8] Acceptance tests: add the build directory to the system PATH
` [PATCH v7 8/8] Acceptance test: add "boot_linux" tests

[PATCH] microvm: fix memory leak in microvm_fix_kernel_cmdline
 2019-11-12 17:59 UTC  (2+ messages)

[PULL v1 0/3] MicroBlaze fixes
 2019-11-12 17:46 UTC  (5+ messages)
` [PULL v1 1/3] target/microblaze: Plug temp leaks for loads/stores
` [PULL v1 2/3] target/microblaze: Plug temp leaks with delay slot setup
` [PULL v1 3/3] target/microblaze: Plug temp leak around eval_cond_jmp()

[PATCH v2] s390x: Properly fetch the short psw on diag308 subc 0/1
 2019-11-12 17:05 UTC  (3+ messages)

[PULL 0/8] testing and tcg plugin api ver
 2019-11-12 16:22 UTC  (11+ messages)
` [PULL 1/8] tests/vm: netbsd autoinstall, using serial console
` [PULL 2/8] tests/vm: add console_consume helper
` [PULL 3/8] tests/vm: use console_consume for netbsd
` [PULL 4/8] tests/vm: update netbsd to version 8.1
` [PULL 5/8] tests: only run ipmi-bt-test if CONFIG_LINUX
` [PULL 6/8] tests/vm: support sites with sha512 checksums
` [PULL 7/8] .travis.yml: don't run make check with multiple jobs
` [PULL 8/8] tcg plugins: expose an API version concept

[PATCH] linux-user: remove host stime() syscall
 2019-11-12 16:07 UTC  (4+ messages)

[PATCH] linux-user: fix missing break
 2019-11-12 16:07 UTC  (3+ messages)

[RFC v5 000/126] error: auto propagated local_err
 2019-11-12 15:33 UTC  (22+ messages)
` [RFC v5 015/126] hw/s390x: rename Error ** parameter to more common errp
` [RFC v5 023/126] hw/vfio/ap: drop local_err from vfio_ap_realize
` [RFC v5 026/126] python: add commit-per-subsystem.py
` [RFC v5 028/126] s390x: introduce ERRP_AUTO_PROPAGATE
` [RFC v5 030/126] kvm: "
` [RFC v5 037/126] S390 Machines: "
` [RFC v5 051/126] vfio-ccw: "
` [RFC v5 056/126] virtio-ccw: "

[RFC PATCH] tests/vm: make --interactive (and therefor DEBUG=1) unconditional
 2019-11-12 15:24 UTC  (2+ messages)

[PATCH 0/2] A pair of memory access problems
 2019-11-12 15:25 UTC  (4+ messages)
` [PATCH 2/2] vfio-helpers: Free QEMUVFIOState in qemu_vfio_close()

[PATCH 1/1] target/arm: Add support for cortex-m7 CPU
 2019-11-12 15:18 UTC  (2+ messages)

[RFC v2 00/14] Add SDEI support for arm64
 2019-11-12 14:52 UTC  (3+ messages)
` [RFC v2 14/14] virt/acpi: add SDEI table if SDEI is enabled

[PATCH 0/5] ARM virt: Add NVDIMM support
 2019-11-12 14:39 UTC  (4+ messages)
` [PATCH 5/5] hw/arm/virt: Add nvdimm hotplug support

[RFC PATCH 00/18] Add qemu-storage-daemon
 2019-11-12 14:25 UTC  (3+ messages)
` [RFC PATCH 18/18] qemu-storage-daemon: Add --monitor option

[PATCH 0/2] tests/acceptance: Use QEMUMachine on tests that expect failure
 2019-11-12 13:58 UTC  (3+ messages)
` [PATCH 1/2] python/qemu: Add set_qmp_monitor() to QEMUMachine
` [PATCH 2/2] tests/acceptance: Makes linux_initrd and empty_cpu_model use QEMUMachine

[PULL 0/5] Trivial branch patches
 2019-11-12 13:52 UTC  (2+ messages)

[qemu-web PATCH v3] documentation: link to nightly documentation
 2019-11-12 12:09 UTC  (2+ messages)

[PULL 0/6] qtest and misc patches
 2019-11-12 12:09 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/11] RFC crypto/luks: encryption key managment using amend interface
 2019-11-12 12:07 UTC  (5+ messages)
`  "

[PATCH] pl031: Expose RTCICR as proper WC register
 2019-11-12 11:57 UTC  (4+ messages)

[PULL 00/39] Misc (mostly x86) patches for 2019-10-24
 2019-11-12 11:57 UTC  (4+ messages)
` [PULL 20/39] hw/i386: Introduce the microvm machine type

[PATCH] i386: define the 'flush_l1d' CPUID feature bit (CVE-2018-3646)
 2019-11-12 11:48 UTC  (2+ messages)

[PATCH v3 0/2] virtio: make seg_max virtqueue size dependent
 2019-11-12 11:39 UTC  (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] tests: add virtio-scsi and virtio-blk seg_max_adjust test

[qemu-web PATCH] Add device fuzzing blog post
 2019-11-12 11:39 UTC  (4+ messages)

[PATCH] qemu-coroutine-sleep: Silence Coverity warning
 2019-11-12 11:22 UTC  (4+ messages)

API definition for LUKS key management
 2019-11-12 11:02 UTC  (5+ messages)

[PATCH] hw: add compat machines for 5.0
 2019-11-12 10:48 UTC 

[PATCH qemu-web] Add a blog post on "Micro-Optimizing KVM VM-Exits"
 2019-11-12 10:37 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).