qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-30 12:51:55 to 2020-09-30 22:10:10 UTC [more...]

[PATCH 0/9] nvme qemu cleanups and fixes
 2020-09-30 22:04 UTC  (7+ messages)
` [PATCH 1/9] hw/block/nvme: remove pointless rw indirection
` [PATCH 2/9] hw/block/nvme: fix log page offset check
` [PATCH 3/9] hw/block/nvme: support per-namespace smart log
` [PATCH 4/9] hw/block/nvme: validate command set selected
` [PATCH 5/9] hw/block/nvme: support for admin-only command set
` [PATCH 8/9] hw/block/nvme: add trace event for requests with non-zero status code

[PATCH v4 1/2] Introduce (x86) CPU model deprecation API
 2020-09-30 21:56 UTC  (2+ messages)

[RFC PATCH v4 00/29] Hexagon patch series
 2020-09-30 21:22 UTC  (7+ messages)
` [RFC PATCH v4 22/29] Hexagon (target/hexagon) macros
` [RFC PATCH v4 27/29] Hexagon (linux-user/hexagon) Linux user emulation

[PATCH V1 0/3] Passthru device support under emulated amd-iommu
 2020-09-30 20:43 UTC  (4+ messages)
` [PATCH V1 2/3] amd-iommu: Sync IOVA-to-GPA translation during page invalidation

[PATCH 00/14] *** ARC port for review ***
 2020-09-30 20:46 UTC  (15+ messages)
` [PATCH 01/14] arc: Add initial core cpu files
` [PATCH 02/14] arc: Decoder code
` [PATCH 03/14] arc: Opcode definitions table
` [PATCH 04/14] arc: TCG and decoder glue code and helpers
` [PATCH 05/14] arc: TCG instruction generator and hand-definitions
` [PATCH 06/14] arc: TCG instruction definitions
` [PATCH 07/14] arc: Add BCR and AUX registers implementation
` [PATCH 08/14] arc: Add IRQ and timer subsystem support
` [PATCH 09/14] arc: Add memory management unit (MMU) support
` [PATCH 10/14] arc: Add memory protection unit (MPU) support
` [PATCH 11/14] arc: Add gdbstub and XML for debugging support
` [PATCH 12/14] arc: Add Synopsys ARC emulation boards
` [PATCH 13/14] arc: Add support for ARCv2
` [PATCH 14/14] tests/tcg: ARC: Add TCG instruction definition tests

[PULL v8 00/86] Misc QEMU patches for 2020-09-24
 2020-09-30 19:58 UTC  (4+ messages)
` [PULL 29/86] meson: move libudev test
` [PULL 30/86] meson: move libmpathpersist test
` [PULL 31/86] meson: extend libmpathpersist test for static linking

[PATCH v4 00/46] qapi: static typing conversion, pt1
 2020-09-30 19:52 UTC  (20+ messages)
` [PATCH v4 04/46] qapi: modify docstrings to be sphinx-compatible
` [PATCH v4 37/46] qapi/instrospect.py: add preliminary type hint annotations
` [PATCH v4 38/46] qapi/introspect.py: add _gen_features helper
` [PATCH v4 39/46] qapi/introspect.py: Unify return type of _make_tree()
` [PATCH v4 40/46] qapi/introspect.py: replace 'extra' dict with 'comment' argument
` [PATCH v4 41/46] qapi/introspect.py: create a typed 'Node' data structure

[Bug 1896096] [NEW] Git version: Build process is broken in block_curl.c.o
 2020-09-30 19:38 UTC  (3+ messages)
` [Bug 1896096] "

[PATCH v3 00/11] user-mode: Prune build dependencies (part 3)
 2020-09-30 19:05 UTC  (18+ messages)
` [PATCH v3 01/11] qapi: Restrict query-uuid command to block code
` [PATCH v3 02/11] hw/core/qdev-properties: Use qemu_strtol() in set_mac() handler
` [PATCH v3 03/11] hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()
` [PATCH v3 04/11] hw/core/qdev-properties: Fix code style
` [PATCH v3 05/11] hw/core/qdev-properties: Export enum-related functions
` [PATCH v3 06/11] hw/core/qdev-properties: Export qdev_prop_enum
` [PATCH v3 07/11] hw/core/qdev-properties: Export some integer-related functions
` [PATCH v3 08/11] hw/core/qdev-properties: Extract system-mode specific properties
` [PATCH v3 09/11] hw/core: Add qdev stub for user-mode
` [PATCH v3 10/11] target/i386: Restrict X86CPUFeatureWord to X86 targets
` [PATCH v3 11/11] qapi: Restrict code generated for user-mode

[Bug 1894804] [NEW] Second DEVICE_DELETED event missing during virtio-blk disk device detach
 2020-09-30 18:29 UTC  (2+ messages)
` [Bug 1894804] "

[PATCH v5 00/14] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-09-30 18:23 UTC  (9+ messages)
` [PATCH v5 03/14] hw/block/nvme: Introduce the Namespace Types definitions
` [PATCH v5 06/14] hw/block/nvme: Add support for active/inactive namespaces
` [PATCH v5 09/14] hw/block/nvme: Support Zoned Namespace Command Set

[PATCH 0/4] assorted gcc 10/fedora32 compile warning fixes
 2020-09-30 18:12 UTC  (11+ messages)
` [PATCH 1/4] vmdk: fix maybe uninitialized warnings
` [PATCH 2/4] nbd: silence maybe-uninitialized warnings
` [PATCH 3/4] qemu-io-cmds: avoid gcc 10 warning
` [PATCH 4/4] virtiofsd: avoid false positive compiler warning

[PATCH 00/16] hw/mips: Set CPU frequency
 2020-09-30 18:10 UTC  (5+ messages)
` [PATCH 02/16] target/mips: Move cpu_mips_get_random() with CP0 helpers
` [PATCH 03/16] target/mips/cp0_timer: Explicit unit in variable name

[PATCH 00/10] Fix scsi devices plug/unplug races w.r.t virtio-scsi iothread
 2020-09-30 18:04 UTC  (21+ messages)
` [PATCH 01/10] qdev: add "check if address free" callback for buses
` [PATCH 02/10] scsi: switch to bus->check_address
` [PATCH 05/10] device-core: use RCU for list of children of a bus
` [PATCH 06/10] device-core: use atomic_set on .realized property
` [PATCH 07/10] scsi/scsi-bus: scsi_device_find: don't return unrealized devices
` [PATCH 08/10] scsi/scsi_bus: Add scsi_device_get
` [PATCH 10/10] scsi/scsi_bus: fix races in REPORT LUNS

[PULL 00/12] Microvm 20200930 patches
 2020-09-30 17:48 UTC  (13+ messages)
` [PULL 01/12] move MemMapEntry
` [PULL 02/12] acpi: add acpi_dsdt_add_gpex
` [PULL 03/12] arm: use acpi_dsdt_add_gpex
` [PULL 04/12] microvm: add irq table
` [PULL 05/12] microvm: add pcie support
` [PULL 06/12] microvm/pcie: add 64bit mmio window
` [PULL 07/12] tests/acpi: allow updates for expected data files
` [PULL 08/12] tests/acpi: add empty tests/data/acpi/microvm/DSDT.pcie file
` [PULL 09/12] tests/acpi: factor out common microvm test setup
` [PULL 10/12] tests/acpi: add microvm pcie test
` [PULL 11/12] acpi/gpex: no reason to use a method for _CRS
` [PULL 12/12] tests/acpi: update expected data files

[PATCH v7 00/13] monitor: Optionally run handlers in coroutines
 2020-09-30 17:20 UTC  (11+ messages)
` [PATCH v7 06/13] qmp: Call monitor_set_cur() only in qmp_dispatch()

[PATCH] linux-user: correct errno returned from accept4() syscall
 2020-09-30 17:19 UTC  (2+ messages)

[PATCH v1 1/1] riscv: Convert interrupt logs to use qemu_log_mask()
 2020-09-30 16:59 UTC  (3+ messages)

ConcurrentDOS 386 + GEMVDI, VGA display issue
 2020-09-30 15:54 UTC 

[PATCH RFC 00/14] fix some comment spelling errors
 2020-09-30 16:19 UTC  (11+ messages)
` [PATCH RFC 03/14] riscv/: "
` [PATCH RFC 08/14] m68k/: "
` [PATCH RFC 12/14] arm/: "
` [PATCH RFC 13/14] alpha/: "

[Qemu-devel] [PULL 00/28] Kconfig for Arm machines
 2020-09-30 16:17 UTC  (5+ messages)
` [Qemu-devel] [PULL 04/28] hw/arm: Express dependencies of the highbank machines with Kconfig

[PATCH v1 00/20] s390x/tcg: Implement Vector enhancements facility and switch to z14
 2020-09-30 16:10 UTC  (23+ messages)
` [PATCH v1 01/20] softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)
` [PATCH v1 02/20] s390x/tcg: Implement VECTOR BIT PERMUTE
` [PATCH v1 03/20] s390x/tcg: Implement VECTOR MULTIPLY SUM LOGICAL
` [PATCH v1 04/20] s390x/tcg: Implement 32/128 bit for VECTOR FP ADD
` [PATCH v1 05/20] s390x/tcg: Implement 32/128 bit for VECTOR FP DIVIDE
` [PATCH v1 06/20] s390x/tcg: Implement 32/128 bit for VECTOR FP MULTIPLY
` [PATCH v1 07/20] s390x/tcg: Implement 32/128 bit for VECTOR FP SUBTRACT
` [PATCH v1 08/20] s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE (AND SIGNAL) SCALAR
` [PATCH v1 09/20] s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE *
` [PATCH v1 10/20] s390x/tcg: Implement 32/128 bit for VECTOR LOAD FP INTEGER
` [PATCH v1 11/20] s390x/tcg: Implement 64 bit for VECTOR FP LOAD LENGTHENED
` [PATCH v1 12/20] s390x/tcg: Implement 128 bit for VECTOR FP LOAD ROUNDED
` [PATCH v1 13/20] s390x/tcg: Implement 32/128 bit for VECTOR FP PERFORM SIGN OPERATION
` [PATCH v1 14/20] s390x/tcg: Implement 32/128 bit for VECTOR FP SQUARE ROOT
` [PATCH v1 15/20] s390x/tcg: Implement 32/128 bit for VECTOR FP TEST DATA CLASS IMMEDIATE
` [PATCH v1 16/20] s390x/tcg: Implement 32/128bit for VECTOR FP MULTIPLY AND (ADD|SUBTRACT)
` [PATCH v1 17/20] s390x/tcg: Implement VECTOR FP NEGATIVE "
` [PATCH v1 18/20] s390x/tcg: Implement VECTOR FP (MAXIMUM|MINIMUM)
` [PATCH v1 19/20] s390x/tcg: We support Vector enhancements facility
` [PATCH v1 20/20] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2

[PULL 00/13] Block patches
 2020-09-30 15:52 UTC  (4+ messages)
` [PULL 13/13] qemu/atomic.h: rename atomic_ to qatomic_

About 'qemu-security' mailing list
 2020-09-30 15:48 UTC  (7+ messages)

[PATCH v10 13/13] tests/acpi: add DSDT.hpbrroot DSDT table blob to test global i440fx hotplug
 2020-09-30 15:45 UTC  (12+ messages)

Outline for VHOST_USER_PROTOCOL_F_VDPA
 2020-09-30 15:34 UTC  (9+ messages)

[Bug 1897481] [NEW] qemu crashes with VGA pass-through, e-GPU, nvidia 1060
 2020-09-30 15:14 UTC  (3+ messages)
` [Bug 1897481] "

[PATCH] qemu-storage-daemon: Fix help line for --export
 2020-09-30 14:59 UTC  (3+ messages)

[PULL 0/2] acpi: unit test
 2020-09-30 15:18 UTC  (2+ messages)

[PATCH v2 0/4] qemu-storage-daemon: Remove QemuOpts from --object parser
 2020-09-30 15:10 UTC  (10+ messages)
` [PATCH v2 1/4] keyval: Parse help options
` [PATCH v2 2/4] qom: Factor out helpers from user_creatable_print_help()
` [PATCH v2 3/4] qom: Add user_creatable_print_help_from_qdict()
` [PATCH v2 4/4] qemu-storage-daemon: Remove QemuOpts from --object parser

[PATCH 0/4] qemu-storage-daemon: Remove QemuOpts from --object parser
 2020-09-30 14:56 UTC  (6+ messages)
` [PATCH 1/4] keyval: Parse help options

[PATCH RFC v2 00/19] i386: KVM: expand Hyper-V features early
 2020-09-30 14:56 UTC  (22+ messages)
` [PATCH RFC v2 01/19] WIP: update linux/headers
` [PATCH RFC v2 02/19] i386: fill in FEAT_HYPERV_EDX from edx instead of eax
` [PATCH RFC v2 03/19] i386: drop x86_cpu_get_supported_feature_word() forward declaration
` [PATCH RFC v2 04/19] i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()
` [PATCH RFC v2 05/19] i386: move hyperv_interface_id "
` [PATCH RFC v2 06/19] i386: move hyperv_version_id "
` [PATCH RFC v2 07/19] i386: move hyperv_limits "
` [PATCH RFC v2 08/19] i386: keep hyperv_vendor string up-to-date
` [PATCH RFC v2 09/19] i386: invert hyperv_spinlock_attempts setting logic with hv_passthrough
` [PATCH RFC v2 10/19] i386: always fill Hyper-V CPUID feature leaves from X86CPU data
` [PATCH RFC v2 11/19] i386: introduce hv_cpuid_cache
` [PATCH RFC v2 12/19] i386: drop FEAT_HYPERV feature leaves
` [PATCH RFC v2 13/19] i386: split hyperv_handle_properties() into hyperv_expand_features()/hyperv_fill_cpuids()
` [PATCH RFC v2 14/19] i386: move eVMCS enablement to hyperv_init_vcpu()
` [PATCH RFC v2 15/19] i386: switch hyperv_expand_features() to using error_setg()
` [PATCH RFC v2 16/19] i386: adjust the expected KVM_GET_SUPPORTED_HV_CPUID array size
` [PATCH RFC v2 17/19] i386: prefer system KVM_GET_SUPPORTED_HV_CPUID ioctl over vCPU's one
` [PATCH RFC v2 18/19] i386: use global kvm_state in hyperv_enabled() check
` [PATCH RFC v2 19/19] i386: expand Hyper-V features during CPU feature expansion time

[PATCH 0/2] hw/block/m25p80: Fix Numonyx flash dummy cycle register behavior
 2020-09-30 14:47 UTC  (2+ messages)

[PATCH v2 00/13] block/export: convert vhost-user-blk-server to block exports API
 2020-09-30 14:33 UTC  (5+ messages)
` [PATCH v2 11/13] block/export: convert vhost-user-blk server to block export API

[PATCH v3] introduce VFIO-over-socket protocol specificaion
 2020-09-30 14:24 UTC  (7+ messages)
` [PATCH v4] introduce vfio-user protocol specification

[PATCH] PoC: Rust binding for QAPI (qemu-ga only, for now)
 2020-09-30 14:02 UTC  (22+ messages)

[PATCH] block/nvme: Add driver statistics for access alignment and hw errors
 2020-09-30 13:36 UTC 

[PATCH] tests/acceptance: Add a 'virt_kvm' test using the GICv3
 2020-09-30 13:24 UTC  (2+ messages)

[PATCH] job: delete job_{lock, unlock} functions and replace them with lock guard
 2020-09-30 13:17 UTC  (4+ messages)
  ` [PATCH] job: delete job_{lock,unlock} "

[PATCH v4 00/12] Support disabling TCG on ARM (part 2)
 2020-09-30 13:17 UTC  (4+ messages)
` [PATCH v4 02/12] meson: Allow optional target/${ARCH}/Kconfig

[PATCH v1 00/15] testing/next pre-PR (python3.6, check-tcg)
 2020-09-30 13:15 UTC  (6+ messages)
` [PATCH v1 03/15] meson: move libmpathpersist test

use of 'apt' in scripting in our dockerfiles provokes warnings
 2020-09-30 12:58 UTC  (3+ 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).