qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-19 21:18:45 to 2020-08-20 13:48:52 UTC [more...]

[PATCH v7 00/47] block: Deal with filters
 2020-08-20 13:47 UTC  (16+ messages)
` [PATCH v7 14/47] stream: "
` [PATCH v7 33/47] mirror: "
` [PATCH v7 35/47] commit: "

[PATCH v2 0/4] spapr/xive: Allocate vCPU IPIs from the vCPU contexts
 2020-08-20 13:45 UTC  (5+ messages)
` [PATCH v2 1/4] spapr/xive: Modify kvm_cpu_is_enabled() interface
` [PATCH v2 2/4] spapr/xive: Use kvmppc_xive_source_reset() in post_load
` [PATCH v2 3/4] spapr/xive: Allocate IPIs independently from the other sources
` [PATCH v2 4/4] spapr/xive: Allocate vCPU IPIs from the vCPU contexts

[PATCH v4 0/4] migration: Add block-bitmap-mapping parameter
 2020-08-20 13:42 UTC  (15+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] iotests.py: Add wait_for_runstate()
` [PATCH v4 3/4] iotests.py: Let wait_migration() return on failure
` [PATCH v4 4/4] iotests: Test node/bitmap aliases during migration

deprecation of in-tree builds
 2020-08-20 13:30 UTC  (9+ messages)

[PATCH] ui: Add more mouse buttons to SPICE
 2020-08-20 13:26 UTC  (2+ messages)

device compatibility interface for live migration with assigned devices
 2020-08-20 13:24 UTC  (29+ messages)
                      ` [ovirt-devel] "

[PATCH] audio/jack: fix use after free segfault
 2020-08-20 13:14 UTC  (4+ messages)

[PATCH v2 00/58] qom: Automated conversion of type checking boilerplate
 2020-08-20 13:14 UTC  (71+ messages)
` [PATCH v2 01/58] e1000: Rename QOM class cast macros
` [PATCH v2 02/58] megasas: "
` [PATCH v2 03/58] vmw_pvscsi: "
` [PATCH v2 04/58] pl110: Rename pl110_version enum values
` [PATCH v2 05/58] allwinner-h3: Rename memmap enum constants
` [PATCH v2 06/58] aspeed_soc: Rename memmap/irqmap "
` [PATCH v2 07/58] opentitan: Rename memmap "
` [PATCH v2 08/58] sifive_e: "
` [PATCH v2 09/58] sifive_u: "
` [PATCH v2 10/58] aspeed_timer: Fix ASPEED_TIMER macro definition
` [PATCH v2 11/58] versatile: Fix typo in PCI_VPB_HOST definition
` [PATCH v2 12/58] virtio-ccw: Fix definition of VIRTIO_CCW_BUS_GET_CLASS
` [PATCH v2 13/58] hvf: Add missing include
` [PATCH v2 14/58] hcd-dwc2: Rename USB_*CLASS macros for consistency
` [PATCH v2 15/58] tulip: Move TulipState typedef to header
` [PATCH v2 16/58] throttle-groups: Move ThrottleGroup "
` [PATCH v2 17/58] pci: Move PCIBusClass typedef to pci.h
` [PATCH v2 18/58] i8254: Move PITCommonState/PITCommonClass typedefs to i8254.h
` [PATCH v2 19/58] hvf: Move HVFState typedef to hvf.h
` [PATCH v2 20/58] mcf_fec: Move mcf_fec_state typedef to header
` [PATCH v2 21/58] s390_flic: Move KVMS390FLICState "
` [PATCH v2 22/58] can_emu: Delete macros for non-existing typedef
` [PATCH v2 23/58] nubus: Delete unused NUBUS_BRIDGE macro
` [PATCH v2 24/58] platform-bus: Delete macros for non-existing typedef
` [PATCH v2 25/58] armsse: Rename QOM macros to avoid conflicts
` [PATCH v2 26/58] xen-legacy-backend: Add missing typedef XenLegacyDevice
` [PATCH v2 27/58] spapr: Move typedef SpaprMachineState to spapr.h
` [PATCH v2 28/58] s390x: Move typedef SCLPEventFacility to event-facility.h
` [PATCH v2 29/58] vhost-user-gpu: Move QOM macro to header
` [PATCH v2 30/58] ahci: Move QOM macros "
` [PATCH v2 31/58] i8257: Move QOM macro "
` [PATCH v2 32/58] ahci: "
` [PATCH v2 33/58] pckbd: "
` [PATCH v2 34/58] vmbus: Move QOM macros to vmbus.h
` [PATCH v2 35/58] virtio-serial-bus: Move QOM macros to header
` [PATCH v2 36/58] piix: "
` [PATCH v2 37/58] auxbus: "
` [PATCH v2 38/58] rocker: "
` [PATCH v2 39/58] pxa2xx: "
` [PATCH v2 40/58] mptsas: "
` [PATCH v2 41/58] kvm: Move QOM macros to kvm.h
` [PATCH v2 42/58] vfio/pci: Move QOM macros to header
` [PATCH v2 43/58] qom: make object_ref/unref use a void * instead of Object *
` [PATCH v2 44/58] qom: provide convenient macros for declaring and defining types
` [PATCH v2 45/58] qom: Allow class type name to be specified in OBJECT_DECLARE*
` [PATCH v2 46/58] qom: DECLARE_*_CHECKERS macros
` [PATCH v2 47/58] qom: Make type checker functions accept const pointers
` [PATCH v2 48/58] qom: TYPE_INFO macro
` [PATCH v2 49/58] codeconverter: script for automating QOM code cleanups
` [PATCH v2 50/58] [automated] Delete duplicate QOM typedefs
` [PATCH v2 51/58] [automated] Use TYPE_INFO macro
` [PATCH v2 52/58] [automated] Move QOM typedefs and add missing includes
` [PATCH v2 53/58] [automated] Use DECLARE_*CHECKER* macros
` [PATCH v2 54/58] [semi-automated] Use DECLARE_*CHECKER* when possible (--force mode)
` [PATCH v2 55/58] [automated] Use OBJECT_DECLARE_TYPE where possible
` [PATCH v2 56/58] [automated] Use OBJECT_DECLARE_SIMPLE_TYPE when possible
` [PATCH v2 57/58] crypto: use QOM macros for declaration/definition of secret types
` [PATCH v2 58/58] crypto: use QOM macros for declaration/definition of TLS creds types

[PATCH v4 0/3] Modify AMD topology to use socket/dies/core/thread model
 2020-08-20 12:57 UTC  (8+ messages)
` [PATCH v4 2/3] hw/i386: Update the EPYC "
` [PATCH v4 3/3] hw/i386: Remove node_id, nr_nodes and nodes_per_pkg from topology

[PATCH] ui: Add more mouse buttons to SPICE
 2020-08-20 11:05 UTC 

[PATCH] hw/arm/virt: Default to architecture appropriate CPU
 2020-08-20  8:55 UTC  (2+ messages)

[PATCH v5 0/1] audio/jack: fix use after free segfault
 2020-08-20 12:00 UTC  (7+ messages)
` [PATCH v5 1/1] "

[PULL v7 000/151] Meson-based build system
 2020-08-20 11:52 UTC  (5+ messages)

[PATCH] ppc/pnv: Add a HIOMAP erase command
 2020-08-20 10:12 UTC  (2+ messages)

[RFC PATCH 00/22] block/export: Add infrastructure and QAPI for block exports
 2020-08-20 11:12 UTC  (7+ messages)
` [RFC PATCH 07/22] block/export: Remove magic from block-export-add
` [RFC PATCH 08/22] nbd: Add max-connections to nbd-server-start

[PATCH 00/10] pseries NUMA distance rework
 2020-08-20 10:39 UTC  (17+ messages)
` [PATCH 02/10] numa: introduce MachineClass::forbid_asymmetrical_numa
` [PATCH 03/10] spapr: robustify NVLink2 NUMA node logic
` [PATCH 04/10] spapr: add spapr_machine_using_legacy_numa() helper
` [PATCH 05/10] spapr: make ibm, max-associativity-domains scale with user input
  ` [PATCH 05/10] spapr: make ibm,max-associativity-domains "
` [PATCH 07/10] spapr: create helper to set ibm,associativity
` [PATCH 08/10] spapr: introduce SpaprMachineClass::numa_assoc_domains

[PATCH V1 00/32] Live Update
 2020-08-20 10:33 UTC  (14+ messages)
` [PATCH V1 18/32] osdep: import MADV_DOEXEC
` [PATCH V1 30/32] vfio-pci: save and restore

[PATCH v3] block/nbd: use non-blocking connect: fix vm hang on connect()
 2020-08-20 10:31 UTC  (5+ messages)

[PATCH v1] pc: fix auto_enable_numa_with_memhp/auto_enable_numa_with_memdev for the 5.0 machine
 2020-08-20 10:01 UTC  (2+ messages)

[PATCH v3 00/12] preallocate filter
 2020-08-20  9:46 UTC  (4+ messages)
` [PATCH v3 12/12] block/qcow2: automatically insert preallocate filter when on FUSE

[PATCH V5] Introduce a new flag for i440fx to disable PCI hotplug on the root bus
 2020-08-20  9:22 UTC  (3+ messages)

[PATCH V6] Introduce a new flag for i440fx to disable PCI hotplug on the root bus
 2020-08-20  9:21 UTC 

Difficulty making usb-serial device visible within the guest
 2020-08-20  9:14 UTC  (3+ messages)

[PULL v6 000/150] Meson-based build system
 2020-08-20  8:51 UTC  (11+ messages)

hw-display-qxl.so: undefined symbol: qemu_qxl_io_log_semaphore
 2020-08-20  8:46 UTC  (6+ messages)

[PULL 0/2] Block patches for 5.1.0-rc4
 2020-08-20  8:45 UTC  (2+ messages)

[RFC v3 0/8] QEMU cpus.c refactoring part2
 2020-08-20  8:17 UTC  (3+ messages)
` [RFC v3 2/8] cpus: prepare new CpusAccel cpu accelerator interface

[PATCH v2 for 5.2 0/3] block: add logging facility for long standing IO requests
 2020-08-20  8:03 UTC  (5+ messages)
` [PATCH 2/3] "

[PATCH 1/2] target/mips: Coding style update to fix checkpatch errors
 2020-08-20  7:44 UTC  (6+ messages)
` [PATCH 2/2] target/mips: Add definition of Loongson-3A3000 CPU

[PATCH v8 0/6] block: seriously improve savevm/loadvm performance
 2020-08-20  7:42 UTC  (2+ messages)

[PATCH v7 0/7] coroutines: generate wrapper code
 2020-08-20  7:38 UTC  (7+ messages)
` [PATCH v7 4/7] scripts: add coroutine-wrapper.py

[PATCH v2] softfloat: add alternative sNaN propagation for fmax/fmin
 2020-08-20  7:30 UTC 

[PATCH v2] ide:do nothing for identify cmd if no any device attached
 2020-08-20  7:02 UTC 

[PATCH 0/8] spapr/xive: Activate StoreEOI in P10 compat guests
 2020-08-20  6:59 UTC  (12+ messages)
` [PATCH 1/8] spapr/xive: Add a 'hv-prio' property to represent the KVM escalation priority
` [PATCH 2/8] linux-headers: Update for KVM_DEV_XIVE_GRP_SOURCE_INFO
` [PATCH 3/8] spapr/xive: Query the characteristics of a source in KVM
` [PATCH 7/8] spapr/xive: Use the xics flag to check for XIVE-only IRQ backends

[PATCH] spapr/xive: Allocate IPIs from the vCPU contexts
 2020-08-20  6:45 UTC  (6+ messages)

[PATCH v7 00/13] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-08-20  5:38 UTC  (7+ messages)
` [PATCH v7 13/13] tests/acceptance: console boot tests for quanta-gsj

QEMU Library support
 2020-08-20  5:18 UTC  (3+ messages)

[RFC v2 0/1] memory: Delete assertion in memory_region_unregister_iommu_notifier
 2020-08-20  2:28 UTC  (9+ messages)
` [RFC v3 "
  ` [RFC v3 1/1] memory: Skip bad range assertion if notifier supports arbitrary masks

[PATCH v6 0/8] Generalize start-powered-off property from ARM
 2020-08-20  2:04 UTC  (6+ messages)
` [PATCH v6 7/8] sparc/sun4m: Use start-powered-off CPUState property

[PATCH] virtio: vdpa: omit check return of g_malloc
 2020-08-20  1:26 UTC  (3+ messages)

[PATCH] qtest: add fuzz test case
 2020-08-20  1:22 UTC  (7+ messages)

[PATCH v7 0/1] audio/jack: fix use after free segfault
 2020-08-20  0:28 UTC  (3+ messages)
` [PATCH v7 1/1] "

[PATCH v13 00/11] iotests: Dump QCOW2 dirty bitmaps metadata
 2020-08-20  0:49 UTC  (3+ messages)

[PATCH v6 0/1] audio/jack: fix use after free segfault
 2020-08-20  0:25 UTC  (2+ messages)
` [PATCH v6 1/1] "

[PATCH 0/1] qcow2: Skip copy-on-write when allocating a zero cluster
 2020-08-19 17:53 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).