qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-20 20:44:59 to 2019-11-21 15:25:50 UTC [more...]

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

[PATCH 00/15] s390x: Protected Virtualization support
 2019-11-21 15:11 UTC  (58+ messages)
` [PATCH 01/15] s390x: Cleanup cpu resets
` [PATCH 02/15] s390x: Beautify diag308 handling
` [PATCH 03/15] s390x: protvirt: Add diag308 subcodes 8 - 10
` [PATCH 04/15] Header sync protvirt
` [PATCH 05/15] s390x: protvirt: Sync PV state
` [PATCH 06/15] s390x: protvirt: Support unpack facility
` [PATCH 07/15] s390x: protvirt: Handle diag 308 subcodes 0,1,3,4
` [PATCH 08/15] s390x: protvirt: KVM intercept changes
` [PATCH 09/15] s390x: protvirt: SCLP interpretation
` [PATCH 11/15] RFC: s390x: Exit on vcpu reset error
` [PATCH 15/15] s390x: protvirt: Handle SIGP store status correctly

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

[PATCH] Fix incorrect int->float conversions caught by clang -Wimplicit-int-float-conversion
 2019-11-21 14:51 UTC  (6+ messages)

[PATCH for-4.2? v2 0/6] block: Fix resize (extending) of short overlays
 2019-11-21 14:33 UTC  (24+ messages)
` [PATCH v2 2/6] block: truncate: Don't make backing file data visible
` [PATCH v2 3/6] iotests: Add qemu_io_log()
` [PATCH v2 4/6] iotests: Fix timeout in run_job()
` [PATCH v2 5/6] iotests: Support job-complete "
` [PATCH v2 6/6] iotests: Test committing to short backing file

[PATCH] RISC-V: virt: This is a "sifive,test1" test finisher
 2019-11-21  2:40 UTC  (2+ messages)

[PATCH v3] target/i386: add VMX features to named CPU models
 2019-11-21 14:22 UTC 

[PATCH v6] Implement backend program convention command for vhost-user-blk
 2019-11-21 14:17 UTC  (2+ messages)

[PATCH for-4.2 0/2] i386: Add new versions of Skylake/Cascadelake/Icelake without TSX
 2019-11-21 14:12 UTC  (8+ messages)
` [PATCH for-4.2 1/2] "
` [PATCH for-4.2 2/2] i386: Add -noTSX aliases for hle=off, rtm=off CPU models

PCI memory sync question (kvm,dpdk,e1000,packet stalled)
 2019-11-21 14:05 UTC  (2+ messages)

[PATCH v4 0/5] blockdev: avoid acquiring AioContext lock twice at do_drive_backup and do_blockdev_backup
 2019-11-21 13:57 UTC  (6+ messages)
` [PATCH v4 1/5] blockdev: fix coding style issues in drive_backup_prepare
` [PATCH v4 2/5] blockdev: unify qmp_drive_backup and drive-backup transaction paths
` [PATCH v4 3/5] blockdev: unify qmp_blockdev_backup and blockdev-backup "
` [PATCH v4 4/5] blockdev: honor bdrv_try_set_aio_context() context requirements
` [PATCH v4 5/5] iotests: fix 141 after qmp_drive_backup with transactions

[PATCH v4 00/37] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
 2019-11-21 14:00 UTC  (17+ messages)
` [PATCH v4 06/37] serial: initial qom-ification
` [PATCH v4 12/37] serial: start making SerialMM a sysbus device
` [PATCH v4 18/37] mips: baudbase is 115200 by default
` [PATCH v4 19/37] mips: use sysbus_add_io()
` [PATCH v4 20/37] mips: use sysbus_mmio_get_region() instead of internal fields
` [PATCH v4 21/37] sm501: make SerialMM a child, export chardev property
` [PATCH v4 25/37] dp8393x: replace PROP_PTR with PROP_LINK
` [PATCH v4 27/37] leon3: use qdev gpio facilities for the PIL

[qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019
 2019-11-21 13:59 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/2] Avoid sending zero-size packets
 2019-11-21 13:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/2] net: assert that tx packets have nonzero size

[PATCH] vhost-user-input: use free(elem) instead of g_free(elem)
 2019-11-21 13:51 UTC  (3+ messages)

[PATCH] vhost-user-fs: remove "vhostfd" property
 2019-11-21 13:43 UTC  (2+ messages)

[PATCH v3 0/2] virtio: make seg_max virtqueue size dependent
 2019-11-21 13:33 UTC  (2+ messages)

[PATCH] target/arm: Fix handling of cortex-m FTYPE flag in EXCRET
 2019-11-21 13:22 UTC 

[PATCH v2] target/i386: add VMX features to named CPU models
 2019-11-21 13:21 UTC 

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

QEMU HTML documentation now on qemu.org
 2019-11-21 12:51 UTC  (2+ messages)

[RFC v4 PATCH 00/49] Initial support of multi-process qemu
 2019-11-21 12:46 UTC  (30+ messages)
` [RFC v4 PATCH 09/49] multi-process: setup PCI host bridge for remote device
` [RFC v4 PATCH 13/49] multi-process: introduce proxy object
` [RFC v4 PATCH 14/49] mutli-process: build remote command line args
` [RFC v4 PATCH 15/49] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [RFC v4 PATCH 16/49] multi-process: Add LSI device proxy object
` [RFC v4 PATCH 17/49] multi-process: Synchronize remote memory
` [RFC v4 PATCH 18/49] multi-process: create IOHUB object to handle irq
` [RFC v4 PATCH 19/49] multi-process: configure remote side devices
` [RFC v4 PATCH 20/49] multi-process: add qdev_proxy_add to create proxy devices
` [RFC v4 PATCH 30/49] multi-process: send heartbeat messages to remote
` [RFC v4 PATCH 32/49] multi-process: Use separate MMIO communication channel

[PULL for rc3 0/5] a few doc and testing tweaks
 2019-11-21 12:45 UTC  (2+ messages)

[PATCH v2] linux-user/strace: Add missing signal strings
 2019-11-21 12:04 UTC  (2+ messages)

[PATCH v2] exynos4210_gic: Suppress gcc9 format-truncation warnings
 2019-11-21 12:00 UTC  (3+ messages)

[PATCH v2 00/20] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2019-11-21 11:57 UTC  (4+ messages)
` [PATCH v2 14/20] nvme: allow multiple aios per command

[PATCH] Hexagon: Swap SIGRGMAX-1 and SIGRTMIN+1
 2019-11-21 11:29 UTC  (8+ messages)

[PULL 0/3] virtio, acpi: fixes
 2019-11-21 11:27 UTC  (2+ messages)

[RFC 0/4] POC: Generating realistic block errors
 2019-11-21 11:12 UTC  (6+ messages)

[RFC PATCH 00/18] Add qemu-storage-daemon
 2019-11-21 11:08 UTC  (5+ messages)

[PULL 0/3] Fixes 20191121 patches
 2019-11-21 10:16 UTC  (4+ messages)
` [PULL 1/3] audio: fix audio recording
` [PULL 2/3] display: xlnx_dp: Provide sufficient bytes for silent audio channel
` [PULL 3/3] ui/gtk: fix gettext message's charset

[PATCH] ui/gtk: fix gettext message's charset
 2019-11-21 10:16 UTC  (2+ messages)

[PATCH] pseries: disable migration-test if /dev/kvm cannot be used
 2019-11-21  9:48 UTC  (5+ messages)

[PATCH 0/5] ppc/pnv: fix Homer/Occ mappings on multichip systems
 2019-11-21 10:00 UTC  (26+ messages)
` [PATCH 1/5] hw/ppc/pnv: incorrect homer and occ common area size
` [PATCH 2/5] hw/ppc/pnv_xscom: PBA bar mask values are incorrect with homer/occ sizes
` [PATCH 3/5] hw/ppc/pnv_xscom: Power8 occ common area is in PBA BAR 3
` [PATCH 4/5] hw/ppc/pnv_xscom: occ common area to be mapped only once
` [PATCH 5/5] hw/ppc/pnv_xscom: add PBA BARs for Power8 slw image

[PATCH v2] virtio-input: fix memory leak on unrealize
 2019-11-21  9:56 UTC 

[PATCH for-5.0 v5 00/23] ppc/pnv: add XIVE support for KVM guests
 2019-11-21  9:56 UTC  (20+ messages)
` [PATCH for-5.0 v5 11/23] ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper
` [PATCH for-5.0 v5 14/23] ppc/spapr: Implement the XiveFabric interface
` [PATCH for-5.0 v5 15/23] ppc/xive: Use the XiveFabric and XivePresenter interfaces

[Bug 1853429] [NEW] qemu-kvm on aarch64 attach volume failed when vm is booting
 2019-11-21  9:29 UTC  (2+ messages)
` [Bug 1853429] "

[PATCH] Add minimal Hexagon target - First in a series of patches - linux-user changes + linux-user/hexagon + skeleton of target/hexagon - Files in target/hexagon/imported are from another project and therefore do not conform to qemu coding standards
 2019-11-21  9:00 UTC  (15+ messages)

qcow2 preallocation and backing files
 2019-11-21  8:51 UTC  (5+ messages)

[PATCH v2] linux-user/strace: Improve output of various syscalls
 2019-11-21  8:19 UTC  (4+ messages)

[PATCH v3 00/33] Clean-ups: qom-ify serial and remove QDEV_PROP_PTR
 2019-11-21  6:49 UTC  (8+ messages)
` [PATCH v3 07/33] serial: register vmsd with DeviceClass

[PATCH 0/6] qapi: Module fixes and cleanups
 2019-11-21  6:27 UTC  (5+ messages)
` [PATCH 6/6] qapi: Simplify QAPISchemaModularCVisitor

guest / host buffer sharing 
 2019-11-21  5:51 UTC  (7+ messages)

[PATCH v3 0/4] net/virtio: fixes for failover
 2019-11-21  5:18 UTC  (3+ messages)

[PATCH] spapr: Fix VSMT mode when it is not supported by the kernel
 2019-11-21  2:02 UTC  (11+ messages)

Open ISA (RISC-V, OpenPOWER, etc) Miniconf at LCA 2020
 2019-11-21  1:40 UTC 

[PATCH] exynos4210_gic: Suppress gcc9 format-truncation warnings
 2019-11-21  1:39 UTC  (5+ messages)

[PATCH] pseries: fix migration-test and pxe-test
 2019-11-21  1:26 UTC  (2+ messages)

[PATCH v16 00/14] Build ACPI Heterogeneous Memory Attribute Table (HMAT)
 2019-11-21  1:28 UTC  (12+ messages)
` [PATCH v16 08/14] numa: Extend CLI to provide memory latency and bandwidth information
` [PATCH v16 11/14] hmat acpi: Build System Locality Latency and Bandwidth Information Structure(s)
` [PATCH v16 13/14] tests/numa: Add case for QMP build HMAT

[PATCH 0/5] vfio/spapr: Handle changes of master irq chip for VFIO devices
 2019-11-21  0:56 UTC  (6+ messages)
` [PATCH 1/5] kvm: Introduce KVM irqchip change notifier
` [PATCH 2/5] vfio/pci: Split vfio_intx_update()
` [PATCH 3/5] vfio/pci: Respond to KVM irqchip change notifier
` [PATCH 4/5] spapr: Handle irq backend changes with VFIO PCI devices
` [PATCH 5/5] spapr: Work around spurious warnings from vfio INTx initialization

[PATCH v3 0/4] target/arm: Support for Data Cache Clean up to PoP
 2019-11-21  0:08 UTC  (5+ messages)
` [PATCH v3 1/4] tcg: cputlb: Add probe_read
` [PATCH v3 2/4] Memory: Enable writeback for given memory region
` [PATCH v3 3/4] migration: ram: Switch to ram block writeback
` [PATCH v3 4/4] target/arm: Add support for DC CVAP & DC CVADP ins

9p: requests efficiency
 2019-11-20 23:37 UTC  (3+ messages)

[PATCH] target/i386: add VMX features to named CPU models
 2019-11-20 22:14 UTC  (5+ messages)

[PATCH v2 0/2] migration: faster savevm_state_handler_insert()
 2019-11-20 21:48 UTC  (8+ messages)
` [PATCH v2 2/2] migration: savevm_state_handler_insert: constant-time element insertion

[PATCH] linux-user/strace: Improve output of various syscalls
 2019-11-20 21:02 UTC  (4+ messages)

[PATCH] configure: Use lld --image-base for --disable-pie user mode binaries
 2019-11-20 21:02 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).