qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-10 09:29:02 to 2020-03-10 14:52:38 UTC [more...]

[PATCH v3 0/9] block-copy improvements: part I
 2020-03-10 14:50 UTC  (16+ messages)
` [PATCH v3 1/9] job: refactor progress to separate object
` [PATCH v3 2/9] block/block-copy: fix progress calculation
` [PATCH v3 3/9] block/block-copy: specialcase first copy_range request
` [PATCH v3 4/9] block/block-copy: use block_status
` [PATCH v3 5/9] block/block-copy: factor out find_conflicting_inflight_req
` [PATCH v3 6/9] block/block-copy: refactor interfaces to use bytes instead of end
` [PATCH v3 7/9] block/block-copy: rename start to offset in interfaces

[PATCH v3 0/4] Tighten qemu-img rules on missing backing format
 2020-03-10 14:50 UTC  (10+ messages)
` [PATCH v3 4/4] qemu-img: Deprecate use of -b without -F

[PATCH 00/14]: hw/i386/vmport: Bug fixes and improvements
 2020-03-10 14:46 UTC  (49+ messages)
` [PATCH 04/14] hw/i386/vmport: Introduce vmx-version property
` [PATCH 05/14] hw/i386/vmport: Report VMX type in CMD_GETVERSION
` [PATCH 06/14] hw/i386/vmport: Define enum for all commands
` [PATCH 07/14] hw/i386/vmport: Add support for CMD_GETBIOSUUID
` [PATCH 12/14] i386/cpu: Store LAPIC bus frequency in CPU structure
` [PATCH 14/14] hw/i386/vmport: Assert vmport initialized before registering commands

[PATCH 0/5] docs/system: Split target-arm.rst
 2020-03-10 14:29 UTC  (5+ messages)
` [PATCH 1/5] Makefile: Allow for subdirectories in Sphinx manual dependencies
` [PATCH 2/5] docs/system: Split target-arm.rst into sub-documents

[PATCH v3 00/12] redundant code: Fix warnings reported by Clang static code analyzer
 2020-03-10 14:26 UTC  (7+ messages)
` [PATCH v3 02/12] block/iscsi:Remove redundant statement in iscsi_open()
` [PATCH v3 04/12] scsi/esp-pci: Remove redundant statement in esp_pci_io_write()

[PATCH] hw/scsi/megasas:Clean up some redundant code fix Clang warnings
 2020-03-10 13:58 UTC  (3+ messages)

[Question] About GET LBA STATUS(16) support in qemu scsi emulation layer
 2020-03-10 13:51 UTC 

[PULL 00/12] hmp queue
 2020-03-10 13:51 UTC  (2+ messages)

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

[PATCH 0/4] tests/vm: minor install tweaks, update netbsd & freebsd
 2020-03-10 13:40 UTC  (6+ messages)
` [PATCH 3/4] tests/vm: update FreeBSD to 12.1

[PATCH] docs/system: add a little more detail to ARM machines
 2020-03-10 13:38 UTC  (2+ messages)

[PATCH v2 0/7] block: Relax restrictions for blockdev-snapshot
 2020-03-10 13:28 UTC  (15+ messages)
` [PATCH v2 1/7] block: Make bdrv_get_cumulative_perm() public
` [PATCH v2 2/7] block: Relax restrictions for blockdev-snapshot
` [PATCH v2 3/7] iotests: Fix run_job() with use_log=False
` [PATCH v2 4/7] iotests: Test mirror with temporarily disabled target backing file
` [PATCH v2 5/7] block: Fix cross-AioContext blockdev-snapshot
` [PATCH v2 6/7] iotests: Add iothread cases to 155
` [PATCH v2 7/7] qapi: Add '@allow-write-only-overlay' feature for 'blockdev-snapshot'

[PATCH] modules: load modules from versioned /var/run dir
 2020-03-10 13:16 UTC  (5+ messages)

[PATCH v2] docs: Add RX target
 2020-03-10 13:09 UTC 

[PATCH] docs: Add RX target
 2020-03-10 12:49 UTC  (6+ messages)

I am trying to fixes a issue with QEMU with VxWorks
 2020-03-10 12:48 UTC  (3+ messages)

[Qemu-devel] [Bug 1813165] [NEW] KVM internal error. Suberror: 1 emulation failure
 2020-03-10 12:38 UTC  (5+ messages)
` [Bug 1813165] "

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

[PULL 00/33] Trivial branch patches
 2020-03-10 12:34 UTC  (10+ messages)

[PATCH v3 0/2] spapr: Use vIOMMU translation for virtio by default
 2020-03-10 12:24 UTC  (12+ messages)
` [PATCH v3 1/2] spapr: Disable legacy virtio devices for pseries-5.0 and later
` [PATCH v3 2/2] spapr: Enable virtio iommu_platform=on by default
` Upstream QEMU guest support policy ? Re: [PATCH v3 0/2] spapr: Use vIOMMU translation for virtio "

[PATCH RESEND 0/3] fix some warnings by static code scan tool
 2020-03-10 12:18 UTC  (7+ messages)
` [PATCH RESEND 2/3] vhost: fix a null pointer reference of vhost_log

[RFC] cpus: avoid get stuck in pause_all_vcpus
 2020-03-10 12:09 UTC  (3+ messages)

[PATCH v2 00/14] LUKS: encryption slot management using amend interface
 2020-03-10 12:02 UTC  (6+ messages)
` [PATCH v2 02/14] qcrypto/luks: implement encryption key management

[PATCH v2 0/7] ARM virt: Add NVDIMM support
 2020-03-10 11:59 UTC  (6+ messages)
` [PATCH v2 2/7] hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer length

[kvm-unit-tests PATCH v4 00/13] arm/arm64: Add ITS tests
 2020-03-10 11:56 UTC  (8+ messages)
` [kvm-unit-tests PATCH v4 03/13] arm/arm64: gic: Introduce setup_irq() helper

[PATCH 0/4] linux-user: generate syscall_nr.h from linux unistd.h
 2020-03-10 11:54 UTC  (6+ messages)
` [PATCH 1/4] scripts: add a script to generate syscall_nr.h
` [PATCH 2/4] linux-user, aarch64: sync syscall numbers with kernel v5.5
` [PATCH 3/4] linux-user,nios2: "
` [PATCH 4/4] linux-user, openrisc: "

[PATCH v2] qom-qmp-cmds: fix two memleaks in qmp_object_add
 2020-03-10 11:54 UTC  (3+ messages)

[PATCH v10 0/10] qemu-binfmt-conf.sh
 2020-03-10 11:47 UTC  (4+ messages)
` [PATCH v10 02/10] qemu-binfmt-conf.sh: enforce safe tests

[PATCH v4 00/21] linux-user: generate syscall_nr.sh
 2020-03-10 11:26 UTC  (25+ messages)
` [PATCH v4 01/21] linux-user: introduce parameters to generate syscall_nr.h
` [PATCH v4 02/21] linux-user, alpha: add syscall table generation support
` [PATCH v4 03/21] linux-user, hppa: "
` [PATCH v4 04/21] linux-user, m68k: "
` [PATCH v4 05/21] linux-user, xtensa: "
` [PATCH v4 06/21] linux-user, sh4: "
` [PATCH v4 07/21] linux-user, microblaze: "
` [PATCH v4 08/21] linux-user, arm: "
` [PATCH v4 09/21] linux-user, ppc: "
` [PATCH v4 10/21] linux-user, s390x: remove syscall definitions for !TARGET_S390X
` [PATCH v4 11/21] linux-user, s390x: add syscall table generation support
` [PATCH v4 12/21] linux-user, sparc, sparc64: "
` [PATCH v4 13/21] linux-user, x86_64, i386: cleanup TARGET_NR_arch_prctl
` [PATCH v4 14/21] linux-user, i386: add syscall table generation support
` [PATCH v4 15/21] linux-user, x86_64: "
` [PATCH v4 16/21] linux-user, mips: "
` [PATCH v4 17/21] linux-user, mips64: "
` [PATCH v4 18/21] linux-user, scripts: add a script to update syscall.tbl
` [PATCH v4 19/21] linux-user: update syscall.tbl from linux 0bf999f9c5e7
` [PATCH v4 20/21] linux-user,mips: move content of mips_syscall_args
` [PATCH v4 21/21] linux-user,mips: update syscall-args-o32.c.inc

KVM call today 2020-03-10
 2020-03-10 11:20 UTC 

[PATCH] qcow2: remove QCowL2Meta parameter from handle_copied
 2020-03-10 11:19 UTC  (3+ messages)

[PATCH v2] configure: Improve zstd test
 2020-03-10 11:14 UTC 

[PATCH qemu v8 0/3] spapr: Kill SLOF
 2020-03-10 11:09 UTC  (5+ messages)
` [PATCH qemu v8 1/3] ppc/spapr: Move GPRs setup to one place

[PATCH v3 0/4] Implements the NetBSD Virtual Machine Monitor accelerator
 2020-03-10 10:58 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/4] Introduce the NVMM impl

[PATCH v2 0/4] reference implementation of RSS
 2020-03-10 10:29 UTC  (11+ messages)
` [PATCH v2 2/4] virtio-net: implement RSS configuration command
` [PATCH v2 3/4] virtio-net: implement RX RSS processing
` [PATCH v2 4/4] virtio-net: block migration if RSS feature negotiated

(no subject)
 2020-03-10 10:14 UTC  (2+ messages)
` Wiki account creation request

[PATCH v7 00/17] target/ppc: Correct some errors with real mode handling
 2020-03-10 10:06 UTC  (3+ messages)
` [PATCH v7 07/17] target/ppc: Use class fields to simplify LPCR masking

[Bug 1866792] [NEW] formating vdi-disk over nbd fails
 2020-03-10  9:57 UTC 

Any interest in dwc-otg (aka dwc2) device emulation? For Raspi 3 and below
 2020-03-10  9:52 UTC  (5+ messages)

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

[RFC PATCH 1/2] GitLab CI: avoid calling before_scripts on unintended jobs
 2020-03-10  9:30 UTC  (7+ messages)
` [RFC PATCH 2/2] GitLab CI: crude mapping of PMM's scripts to jobs

[PATCH v7 00/15] s390x: Protected Virtualization support
 2020-03-10  9:28 UTC  (10+ messages)
` [PATCH v7 02/15] s390x: protvirt: Support unpack facility
    ` [PATCH v8 1/2] s390x: ipl: Consolidate iplb validity check into one function
      ` [PATCH v8 2/2] s390x: protvirt: Support unpack facility

[Bug 1858488] [NEW] qemu git && 4.2: timed audio issues with sb16, gus not working?
 2020-03-10  9:11 UTC  (2+ messages)
` [Bug 1858488] "

[Bug 1857640] [NEW] qemu-system-i386 registers clobbered after gdb set due to k_gs_base bug in gdbstub
 2020-03-10  9:11 UTC  (2+ messages)
` [Bug 1857640] "

[Bug 1863025] [NEW] Use-after-free after flush in TCG accelerator
 2020-03-10  9:14 UTC  (2+ messages)
` [Bug 1863025] "


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