qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-17 23:47:16 to 2020-03-18 17:07:18 UTC [more...]

[PATCH] pci: Display PCI IRQ pin in "info pci"
 2020-03-18 17:06 UTC  (7+ messages)

[PATCH for-5.0] compat: disable edid on correct virtio-gpu device
 2020-03-18 17:05 UTC  (2+ messages)

[PATCH v2 1/1] target/ppc: don't byte swap ELFv2 signal handler
 2020-03-18 17:01 UTC 

[PULL 0/4] Python queue for 5.0 soft freeze
 2020-03-18 17:02 UTC  (10+ messages)
` [PULL 1/4] scripts/simplebench: add simplebench.py
` [PULL 2/4] scripts/simplebench: add qemu/bench_block_job.py
` [PULL 3/4] scripts/simplebench: add example usage of simplebench
` [PULL 4/4] MAINTAINERS: add simplebench
` [PATCH 5/4] scripts/simplebench: fix python script ! headers

[PATCH v4 00/34] Configurable policy for handling deprecated interfaces
 2020-03-18 17:01 UTC  (13+ messages)
` [PATCH v4 27/34] qemu-options: New -compat to set policy for "
` [PATCH v4 28/34] qapi: Implement deprecated-output=hide for QMP command results
` [PATCH v4 29/34] qapi: Implement deprecated-output=hide for QMP events
` [PATCH v4 30/34] qapi: Implement deprecated-output=hide for QMP event data

[PATCH v13 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-18 17:01 UTC  (10+ messages)
` [PATCH v13 Kernel 4/7] vfio iommu: Implementation of ioctl to for dirty pages tracking
` [PATCH v13 Kernel 7/7] vfio: Selective dirty page tracking if IOMMU backed device pins pages

[PATCH 1/2] target/ppc: Fix slbia TLB invalidation gap
 2020-03-18 16:52 UTC  (4+ messages)
` [PATCH 2/2] target/ppc: Fix ISA v3.0 (POWER9) slbia implementation
` [EXTERNAL] [PATCH 1/2] target/ppc: Fix slbia TLB invalidation gap

[PATCH v10 00/16] s390x: Protected Virtualization support
 2020-03-18 16:50 UTC  (21+ messages)
` [PATCH v10 01/16] s390x: Move diagnose 308 subcodes and rcs into ipl.h
` [PATCH v10 02/16] Sync pv
` [PATCH v10 03/16] s390x: protvirt: Support unpack facility
` [PATCH v10 04/16] s390x: protvirt: Add migration blocker
` [PATCH v10 05/16] s390x: protvirt: Inhibit balloon when switching to protected mode
` [PATCH v10 06/16] s390x: protvirt: KVM intercept changes
` [PATCH v10 07/16] s390x: Add SIDA memory ops
` [PATCH v10 08/16] s390x: protvirt: Move STSI data over SIDAD
` [PATCH v10 09/16] s390x: protvirt: SCLP interpretation
` [PATCH v10 10/16] s390x: protvirt: Set guest IPL PSW
` [PATCH v10 11/16] s390x: protvirt: Move diag 308 data over SIDA
` [PATCH v10 12/16] s390x: protvirt: Disable address checks for PV guest IO emulation
` [PATCH v10 13/16] s390x: protvirt: Move IO control structures over SIDA
` [PATCH v10 14/16] s390x: protvirt: Handle SIGP store status correctly
` [PATCH v10 15/16] docs: system: Add protvirt docs
` [PATCH v10 16/16] s390x: Add unpack facility feature to GA1

[PATCH v4 0/3] delay timer_new from init to realize to fix memleaks
 2020-03-18 16:44 UTC  (19+ messages)
` [PATCH v4 2/3] mac_via: fix incorrect creation of mos6522 device in mac_via

[Bug 1867519] Re: libvirt 6.0 : virtual machine stuck when detaching PCI device using virsh command
 2020-03-18 15:49 UTC  (7+ messages)
` [Bug 1867519] Re: qemu 4.2 segfaults on VF detach

[PATCH v5 0/4] qmp: Optionally run handlers in coroutines
 2020-03-18 15:36 UTC  (3+ messages)
` [PATCH v5 3/4] qmp: Move dispatcher to a coroutine

[PATCH v5 0/7] reference implementation of RSS and hash report
 2020-03-18 15:19 UTC  (15+ messages)
` [PATCH v5 1/7] virtio-net: introduce RSS and hash report features
` [PATCH v5 2/7] virtio-net: implement RSS configuration command
` [PATCH v5 3/7] virtio-net: implement RX RSS processing
` [PATCH v5 4/7] tap: allow extended virtio header with hash info
` [PATCH v5 5/7] virtio-net: reference implementation of hash report
` [PATCH v5 6/7] vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macro
` [PATCH v5 7/7] virtio-net: add migration support for RSS and hash report

[PATCH 1/1] target/ppc: fix ELFv2 signal handler endianness
 2020-03-18 15:00 UTC  (5+ messages)

[PATCH v4 0/5] vfio/pci: Fix up breakage against split irqchip and INTx
 2020-03-18 14:52 UTC  (6+ messages)
` [PATCH v4 1/5] vfio/pci: Disable INTx fast path if using split irqchip
` [PATCH v4 2/5] vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfds
` [PATCH v4 3/5] KVM: Pass EventNotifier into kvm_irqchip_assign_irqfd
` [PATCH v4 4/5] KVM: Kick resamplefd for split kernel irqchip
` [PATCH v4 5/5] Revert "vfio/pci: Disable INTx fast path if using split irqchip"

[RFC (fix for 5.0?)] block/io: do not do pointer arithmetic on void *
 2020-03-18 14:39 UTC  (3+ messages)

[PATCH v8 0/8] virtio-iommu: VFIO integration
 2020-03-18 14:35 UTC  (12+ messages)
` [PATCH v8 1/8] hw/vfio/common: Remove error print on mmio region translation by viommu
` [PATCH v8 2/8] memory: Add interface to set iommu page size mask
` [PATCH v8 3/8] vfio: set iommu page size as per host supported page size
` [PATCH v8 4/8] virtio-iommu: set supported page size mask
` [PATCH v8 5/8] virtio-iommu: Add iommu notifier for map/unmap
` [PATCH v8 6/8] virtio-iommu: Call iommu notifier for attach/detach
` [PATCH v8 7/8] virtio-iommu: add iommu replay
` [PATCH v8 8/8] virtio-iommu: add iommu notifier memory-region

[PATCH] Documentation: create/move s390x documentation
 2020-03-18 14:40 UTC  (5+ messages)

[PATCH] MAINTAINERS: Upgrade myself as 9pfs co-maintainer
 2020-03-18 13:33 UTC 

[PULL v2 00/37] Linux user for 5.0 patches
 2020-03-18 14:08 UTC  (3+ messages)

[PATCH] hw/rdma/vmw/pvrdma_dev_ring: Replace strncpy with pstrcpy
 2020-03-18 13:48 UTC 

[Bug 1867786] [NEW] Qemu PPC64 freezes with multi-core CPU
 2020-03-18 13:36 UTC  (2+ messages)
` [Bug 1867786] "

[PATCH] hw/scsi/vmw_pvscsi: Remove assertion for kick after reset
 2020-03-18 13:32 UTC  (2+ messages)

[PATCH] build: Silence clang warning on older glib autoptr usage
 2020-03-18 12:55 UTC  (5+ messages)

[PULL 00/10] Bitmaps patches
 2020-03-18 12:47 UTC  (3+ messages)

[RFC v1] arm/virt: Add memory hot remove support
 2020-03-18 12:37 UTC 

[PATCH v9 00/15] s390x: Protected Virtualization support
 2020-03-18 12:34 UTC  (15+ messages)
` [PATCH v9 04/15] s390x: protvirt: Inhibit balloon when switching to protected mode
` [PATCH v9 14/15] docs: Add protvirt docs
` [PATCH v9 15/15] s390x: Add unpack facility feature to GA1

[PATCH v4 00/30] Add subcluster allocation to qcow2
 2020-03-18 12:08 UTC  (5+ messages)
` [PATCH v4 01/30] qcow2: Make Qcow2AioTask store the full host offset
` [PATCH v4 02/30] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset()

[PATCH v7 3/5] virtio-iommu: Call iommu notifier for attach/detach
 2020-03-18 12:00 UTC  (16+ messages)
                        ` [EXT] "

[PATCH] hmp-cmd: fix a missing_break warning
 2020-03-18 11:36 UTC  (5+ messages)

Qemu API documentation
 2020-03-18 11:09 UTC  (2+ messages)

[PATCH v7 00/13] APIC ID fixes for AMD EPYC CPU model
 2020-03-18 10:47 UTC  (6+ messages)

[PATCH] kvm: support to get/set dirty log initial-all-set capability
 2020-03-18 10:47 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: Add an entry for the HVF accelerator
 2020-03-18 10:47 UTC  (2+ messages)

[PATCH 00/11] accel: Allow targets to use Kconfig, disable semihosting by default
 2020-03-18 10:31 UTC  (3+ messages)
` [PATCH 09/11] target/mips: Always enable CONFIG_SEMIHOSTING

[PATCH 0/4] travis-ci: Add a KVM-only s390x job
 2020-03-18 10:16 UTC  (9+ messages)
` [PATCH 1/4] tests/test-util-filemonitor: Fix Travis-CI $ARCH env variable name
` [PATCH 2/4] tests/test-util-sockets: Skip test on non-x86 Travis containers
` [PATCH 3/4] tests/migration: Disable autoconverge test on Travis-CI s390x

[PATCH v2 0/2] net/colo-compare.c: Expose COLO-compare parameters to users
 2020-03-18  8:44 UTC  (4+ messages)
` [PATCH v2 1/2] net/colo-compare.c: Expose "compare_timeout" "
` [PATCH v2 2/2] net/colo-compare.c: Expose "expired_scan_cycle" "

[PATCH v2 0/8] user-mode: Prune build dependencies (part 2)
 2020-03-18  8:25 UTC  (3+ messages)
` [PATCH v2 1/8] target/i386: Restrict X86CPUFeatureWord to X86 targets

[PATCH v2 0/9] user-mode: Prune build dependencies (part 3)
 2020-03-18  8:25 UTC  (2+ messages)

[PULL 00/13] target: Add the Renesas RX architecture
 2020-03-18  8:20 UTC  (3+ messages)

Missing Null check
 2020-03-18  8:14 UTC  (2+ messages)

[PATCH 0/3] Fix Skylake, Cascadelake and Icelake Server CPU models
 2020-03-18  8:02 UTC  (2+ messages)

[PULL 00/13] x86 and machine queue for 5.0 soft freeze
 2020-03-18  7:59 UTC  (15+ messages)
` [PULL 01/13] target/i386: Add Denverton-v2 (no MPX) CPU model
` [PULL 02/13] target/i386: Add new property note to versioned CPU models
` [PULL 03/13] i386: Add missing cpu feature bits in EPYC model
` [PULL 04/13] i386: Add 2nd Generation AMD EPYC processors
` [PULL 05/13] hw/i386: Rename X86CPUTopoInfo structure to X86CPUTopoIDs
` [PULL 06/13] machine/memory encryption: Disable mem merge
` [PULL 07/13] cpu: Use DeviceClass reset instead of a special CPUClass reset
` [PULL 08/13] hw/i386: Introduce X86CPUTopoInfo to contain topology info
` [PULL 09/13] hw/i386: Consolidate topology functions
` [PULL 10/13] machine: Add SMP Sockets in CpuTopology
` [PULL 11/13] hw/i386: Remove unnecessary initialization in x86_cpu_new
` [PULL 12/13] hw/i386: Update structures to save the number of nodes per package
` [PULL 13/13] hw/i386: Rename apicid_from_topo_ids to x86_apicid_from_topo_ids

[PATCH v2] ppc/spapr: Set the effective address provided flag in mc error log
 2020-03-18  7:34 UTC 

[PATCH 0/2] net/colo-compare.c: Expose more COLO internal
 2020-03-18  7:00 UTC  (5+ messages)

[PATCH v4 0/2] add new options to set smbios type 4 fields
 2020-03-18  6:48 UTC  (3+ messages)
` [PATCH v4 1/2] hw/smbios: add options for type 4 max-speed and current-speed
` [PATCH v4 2/2] tests/bios-tables-test: add smbios cpu speed test

[PULL 00/45] ppc-for-5.0 queue 20200317
 2020-03-18  5:46 UTC  (5+ messages)

[PATCH] Makes softmmu compile with clang at HEAD
 2020-03-18  6:20 UTC 

[Bug 1859418] [NEW] disk driver with iothread setting hangs live migrations
 2020-03-18  4:17 UTC  (2+ messages)
` [Bug 1859418] "

[PATCH RESEND v2] block/nvme: introduce PMR support from NVMe 1.4 spec
 2020-03-18  4:20 UTC  (10+ messages)

[PATCH] ppc/spapr: Set the effective address provided flag in mc error log
 2020-03-18  4:06 UTC  (4+ messages)

[PATCH v3 0/5] vfio/pci: Fix up breakage against split irqchip and INTx
 2020-03-18  2:56 UTC  (2+ messages)

[PATCH 0/6] hw/net: Make Net/CanBus can_receive() handlers return a boolean
 2020-03-18  2:31 UTC  (3+ messages)

[PATCH v3 0/2] net: tulip: add checks to avoid OOB access
 2020-03-18  2:07 UTC  (7+ messages)
` [PATCH v3 2/2] net: tulip: add .can_recieve routine

[PATCH V2] vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM
 2020-03-18  2:06 UTC  (12+ messages)

[PULL 00/61] Misc patches for soft freeze
 2020-03-18  0:23 UTC  (7+ messages)
` [PULL 09/61] MAINTAINERS: Add entry for Guest X86 HAXM CPUs

[PULL 0/6] Python and tests (mostly acceptance) patches 2020-03-17
 2020-03-18  0:19 UTC  (7+ messages)
` [PULL 1/6] python/qemu/qmp.py: QMP debug with VM label
` [PULL 2/6] Acceptance tests: introduce BUILD_DIR and SOURCE_DIR
` [PULL 3/6] Acceptance test: add "boot_linux" tests
` [PULL 4/6] Acceptance tests: add make targets to download images
` [PULL 5/6] tests/docker: add CentOS 8 Dockerfile
` [PULL 6/6] tests/docker: make "buildah bud" output similar to "docker build"

[Qemu-devel] [Bug 1811533] [NEW] Unstable Win10 guest with qemu 3.1 + huge pages + hv_stimer
 2020-03-18  0:01 UTC  (2+ messages)
` [Bug 1811533] "

[PATCH] tools/virtiofsd: add support for --socket-group
 2020-03-17 23:54 UTC  (8+ 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).