qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-02 02:02:52 to 2021-09-02 12:22:07 UTC [more...]

[PULL 0/3] 9p queue 2021-09-02
 2021-09-02 11:42 UTC  (2+ messages)
` [PULL 1/3] hw/9pfs: avoid 'path' copy in v9fs_walk()

[PATCH v3 0/2] [RESEND] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
 2021-09-02 12:02 UTC  (2+ messages)

[PATCH v2 00/15] tests: acpi: add x2apic and various iommu tests
 2021-09-02 11:35 UTC  (16+ messages)
` [PATCH v2 01/15] tests: acpi: dump table with failed checksum
` [PATCH v2 02/15] tests: qtest: add qtest_has_accel() to check if tested binary supports accelerator
` [PATCH v2 03/15] tests: acpi: whitelist expected tables for acpi/q35/xapic testcase
` [PATCH v2 04/15] tests: acpi: q35: test for x2APIC entries in SRAT
` [PATCH v2 05/15] tests: acpi: update expected tables blobs
` [PATCH v2 06/15] tests: acpi: whitelist new expected table tests/data/acpi/q35/DMAR.dmar
` [PATCH v2 07/15] tests: acpi: add testcase for intel_iommu (DMAR table)
` [PATCH v2 08/15] tests: acpi: add expected blob for DMAR table
` [PATCH v2 09/15] tests: acpi: whitelist expected blobs for new acpi/q35/ivrs testcase
` [PATCH v2 10/15] tests: acpi: add testcase for amd-iommu (IVRS table)
` [PATCH v2 11/15] tests: acpi: update expected blobs
` [PATCH v2 12/15] tests: acpi: arm/virt: drop redundant test_acpi_one() in test_acpi_virt_tcg()
` [PATCH v2 13/15] tests: arm-cpu-features: use qtest_has_kvm() API
` [PATCH v2 14/15] tests: migration-test: use qtest_has_accel() API
` [PATCH v2 15/15] tests: bios-tables-test: use qtest_has_accel() API to register TCG only tests

[PATCH 0/3] hw/virtio: Minor housekeeping patches
 2021-09-02 12:07 UTC  (3+ messages)
` [PATCH 2/3] hw/virtio: Remove NULL check in virtio_free_region_cache()

[PATCH v2 00/22] QEMU RISC-V AIA support
 2021-09-02 11:25 UTC  (23+ messages)
` [PATCH v2 01/22] target/riscv: Fix trap cause for RV32 HS-mode CSR access from RV64 HS-mode
` [PATCH v2 02/22] target/riscv: Implement SGEIP bit in hip and hie CSRs
` [PATCH v2 03/22] target/riscv: Implement hgeie and hgeip CSRs
` [PATCH v2 04/22] target/riscv: Improve fidelity of guest external interrupts
` [PATCH v2 05/22] target/riscv: Allow setting CPU feature from machine/device emulation
` [PATCH v2 06/22] target/riscv: Add AIA cpu feature
` [PATCH v2 07/22] target/riscv: Add defines for AIA CSRs
` [PATCH v2 08/22] target/riscv: Allow AIA device emulation to set ireg rmw callback
` [PATCH v2 09/22] target/riscv: Implement AIA local interrupt priorities
` [PATCH v2 10/22] target/riscv: Implement AIA CSRs for 64 local interrupts on RV32
` [PATCH v2 11/22] target/riscv: Implement AIA hvictl and hviprioX CSRs
` [PATCH v2 12/22] target/riscv: Implement AIA interrupt filtering CSRs
` [PATCH v2 13/22] target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs
` [PATCH v2 14/22] target/riscv: Implement AIA xiselect and xireg CSRs
` [PATCH v2 15/22] target/riscv: Implement AIA IMSIC interface CSRs
` [PATCH v2 16/22] hw/riscv: virt: Use AIA INTC compatible string when available
` [PATCH v2 17/22] target/riscv: Allow users to force enable AIA CSRs in HART
` [PATCH v2 18/22] hw/intc: Add RISC-V AIA APLIC device emulation
` [PATCH v2 19/22] hw/riscv: virt: Add optional AIA APLIC support to virt machine
` [PATCH v2 20/22] hw/intc: Add RISC-V AIA IMSIC device emulation
` [PATCH v2 21/22] hw/riscv: virt: Add optional AIA IMSIC support to virt machine
` [PATCH v2 22/22] docs/system: riscv: Document AIA options for "

USB-MSD non-functional after merging v5.1 to v6.x (seems to be internal USB stack issue?)
 2021-09-02 11:34 UTC  (3+ messages)

[PULL 00/56] Block patches
 2021-09-02 11:21 UTC  (3+ messages)

[PATCH v2 0/3] softmmu/vl: Deprecate old and crufty display ui options
 2021-09-02 11:21 UTC  (6+ messages)
` [PATCH v2 3/3] softmmu/vl: Deprecate the -sdl and -curses option

[PATCH v6 0/5] hw/arm/virt: Introduce cpu topology support
 2021-09-02 11:20 UTC  (3+ messages)
` [PATCH v6 3/5] hw/arm/virt: Add cpu-map to device tree

[PATCH v8 00/14] machine: smp parsing fixes and improvement
 2021-09-02 11:03 UTC  (15+ messages)
` [PATCH v8 01/14] machine: Deprecate "parameter=0" SMP configurations
` [PATCH v8 02/14] machine: Minor refactor/fix for the smp parsers
` [PATCH v8 03/14] machine: Uniformly use maxcpus to calculate the omitted parameters
` [PATCH v8 04/14] machine: Set the value of cpus to match maxcpus if it's omitted
` [PATCH v8 05/14] machine: Improve the error reporting of smp parsing
` [PATCH v8 06/14] machine: Prefer cores over sockets in smp parsing since 6.2
` [PATCH v8 07/14] machine: Use ms instead of global current_machine in sanity-check
` [PATCH v8 08/14] machine: Tweak the order of topology members in struct CpuTopology
` [PATCH v8 09/14] machine: Make smp_parse generic enough for all arches
` [PATCH v8 10/14] machine: Remove smp_parse callback from MachineClass
` [PATCH v8 11/14] machine: Move smp_prefer_sockets to struct SMPCompatProps
` [PATCH v8 12/14] machine: Put all sanity-check in the generic SMP parser
` [PATCH v8 13/14] machine: Split out the smp parsing code
` [PATCH v8 14/14] tests/unit: Add a unit test for smp parsing

[PULL v1 00/10] Merge tpm 2021/09/01 v1
 2021-09-02 10:57 UTC  (2+ messages)

[PATCH v6 0/5] block/nbd: drop connection_co
 2021-09-02 10:38 UTC  (6+ messages)
` [PATCH v6 1/5] block/nbd: nbd_channel_error() shutdown channel unconditionally
` [PATCH v6 2/5] block/nbd: move nbd_recv_coroutines_wake_all() up
` [PATCH v6 3/5] block/nbd: refactor nbd_recv_coroutines_wake_all()
` [PATCH v6 4/5] block/nbd: drop connection_co
` [PATCH v6 5/5] block/nbd: check that received handle is valid

proposed schedule for 6.2 release
 2021-09-02 10:36 UTC 

[PATCH v1 0/3] QIOChannel flags + multifd zerocopy
 2021-09-02 10:28 UTC  (33+ messages)
` [PATCH v1 1/3] io: Enable write flags for QIOChannel
` [PATCH v1 2/3] io: Add zerocopy and errqueue
` [PATCH v1 3/3] migration: multifd: Enable zerocopy

[PATCH v2 0/9] escc: fix reset and R_STATUS when SDLC mode is enabled
 2021-09-02 10:26 UTC  (11+ messages)
` [PATCH v2 1/9] escc: checkpatch fixes
` [PATCH v2 2/9] escc: reset register values to zero in escc_reset()
` [PATCH v2 3/9] escc: introduce escc_soft_reset_chn() for software reset
` [PATCH v2 4/9] escc: introduce escc_hard_reset_chn() for hardware reset
` [PATCH v2 5/9] escc: implement soft reset as described in the datasheet
` [PATCH v2 6/9] escc: implement hard "
` [PATCH v2 7/9] escc: remove register changes from escc_reset_chn()
` [PATCH v2 8/9] escc: re-use escc_reset_chn() for hard and soft reset
` [PATCH v2 9/9] escc: fix STATUS_SYNC bit in R_STATUS register

[PATCH] coroutine: resize pool periodically instead of limiting size
 2021-09-02 10:24 UTC  (3+ messages)

[PATCH 0/2] iotests: Fix pylint warnings
 2021-09-02 10:13 UTC  (3+ messages)
` [PATCH 2/2] iotests: Fix use-{list,dict}-literal warnings

[PATCH v4 0/5] iotests/297: Cover tests/
 2021-09-02 10:15 UTC  (9+ messages)
` [PATCH v4 1/5] iotests/297: Drop 169 and 199 from the skip list
` [PATCH v4 2/5] migrate-bitmaps-postcopy-test: Fix pylint warnings
` [PATCH v4 3/5] migrate-bitmaps-test: "
` [PATCH v4 4/5] mirror-top-perms: Fix AbnormalShutdown path
` [PATCH v4 5/5] iotests/297: Cover tests/

[PATCH v3 00/11] block/nvme: Rework error reporting
 2021-09-02  9:46 UTC  (14+ messages)
` [PATCH v3 01/11] block/nvme: Use safer trace format string
` [PATCH v3 02/11] util/vfio-helpers: Let qemu_vfio_verify_mappings() use error_report()
` [PATCH v3 03/11] util/vfio-helpers: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
` [PATCH v3 04/11] util/vfio-helpers: Remove unreachable code in qemu_vfio_dma_map()
` [PATCH v3 05/11] block/nvme: Have nvme_create_queue_pair() report errors consistently
` [PATCH v3 06/11] util/vfio-helpers: Pass Error handle to qemu_vfio_dma_map()
` [PATCH v3 07/11] util/vfio-helpers: Extract qemu_vfio_water_mark_reached()
` [PATCH v3 08/11] util/vfio-helpers: Use error_setg in qemu_vfio_find_[fixed/temp]_iova
` [PATCH v3 09/11] util/vfio-helpers: Simplify qemu_vfio_dma_map() returning directly
` [PATCH v3 10/11] util/vfio-helpers: Let qemu_vfio_do_mapping() propagate Error
` [PATCH v3 11/11] block/nvme: Only report VFIO error on failed retry

[PATCH 0/5] optimize the downtime for vfio migration
 2021-09-02  9:43 UTC  (2+ messages)

[PATCH v2 0/8] i386: Assorted KVM PV and Hyper-V feature improvements
 2021-09-02  9:35 UTC  (9+ messages)
` [PATCH v2 1/8] i386: Add 6.2 machine types
` [PATCH v2 2/8] i386: docs: Briefly describe KVM PV features
` [PATCH v2 3/8] i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUID
` [PATCH v2 4/8] i386: Support KVM_CAP_HYPERV_ENFORCE_CPUID
` [PATCH v2 5/8] i386: Move HV_APIC_ACCESS_RECOMMENDED bit setting to hyperv_fill_cpuids()
` [PATCH v2 6/8] i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenment
` [PATCH v2 7/8] i386: Make Hyper-V version id configurable
` [PATCH v2 8/8] i386: Change the default Hyper-V version to match WS2016

[PATCH v2] block: drop BLK_PERM_GRAPH_MOD
 2021-09-02  9:37 UTC 

[PATCH 0/6] virtio-iommu: Add ACPI support
 2021-09-02  9:36 UTC  (5+ messages)
` [PATCH 6/6] pc: Allow instantiating a virtio-iommu device

[RFC] qemu_cleanup: do vm_shutdown() before bdrv_drain_all_begin()
 2021-09-02  9:32 UTC  (2+ messages)

[PATCH RFC 0/8] blockdev-replace
 2021-09-02  9:28 UTC  (2+ messages)

[PATCH 4/4] vl: Prioritize realizations of devices
 2021-09-02  8:26 UTC  (14+ messages)

[PATCH v5 0/4] hw/arm/smmuv3: Support non PCI/PCIe devices
 2021-09-02  8:22 UTC  (13+ messages)
` [PATCH v5 2/4] hw/arm/smmuv3: Update implementation of CFGI commands based on device SID
` [PATCH v5 4/4] hw/arm/virt: Add PL330 DMA controller and connect with SMMU v3

[PATCH v6 0/4] hw/arm/smmuv3: Support non PCI/PCIe devices
 2021-09-02  8:14 UTC  (5+ messages)
` [PATCH v6 1/4] hw/arm/smmuv3: Support non PCI/PCIe device connect with SMMU v3
` [PATCH v6 2/4] hw/arm/smmuv3: Update CFGI commands to support non PCI/PCIe devices
` [PATCH v6 3/4] hw/arm/virt: Update SMMU v3 creation to support non PCI/PCIe device connection
` [PATCH v6 4/4] hw/arm/virt: Add PL330 DMA controller and connect with SMMU v3

[PATCH 0/1] hw/arm/aspeed: Add Fuji machine type
 2021-09-02  8:12 UTC  (2+ messages)

[PATCH] tcg/arm: Increase stack alignment for function generation
 2021-09-02  8:06 UTC  (10+ messages)

[PULL 00/51] target-arm queue
 2021-09-02  7:48 UTC  (2+ messages)

How does qemu detect the completion of interrupt execution?
 2021-09-02  7:43 UTC  (4+ messages)

[PATCH v1] kvm: unsigned datatype in ioctl wrapper
 2021-09-02  7:38 UTC  (2+ messages)

How to comminicate between two QOM model?
 2021-09-02  7:07 UTC  (2+ messages)

[PATCH 0/8] ppc: cleanups
 2021-09-02  6:33 UTC  (17+ messages)
` [PATCH 2/8] ppc/spapr: Add a POWER10 DD2 CPU
` [PATCH 3/8] ppc/pnv: Add a comment on the "primary-topology-index" property
` [PATCH 4/8] ppc/pnv: Remove useless variable
` [PATCH 5/8] ppc/pnv: Add an assert when calculating the RAM distribution on chips
` [PATCH 6/8] ppc/xive: Export priority_to_ipb() helper
` [PATCH 7/8] ppc/xive: Export xive_tctx_word2() helper
` [PATCH 8/8] ppc/pnv: Rename "id" to "quad-id" in PnvQuad

[PATCH v6 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-09-02  6:34 UTC  (5+ messages)
` [PATCH v6 10/10] ACPI ERST: step 6 of bios-tables-test

[PATCH v5 0/2] memory: Have 'info mtree' remove duplicated Address Space information
 2021-09-02  6:26 UTC  (3+ messages)
` [PATCH v5 1/2] memory: Split mtree_info() as mtree_info_flatview() + mtree_info_as()
` [PATCH v5 2/2] memory: Have 'info mtree' remove duplicated Address Space information

[PATCH v2 0/5] hw/arm: xilinx_zynq: Fix upstream U-Boot boot failure
 2021-09-02  6:11 UTC  (11+ messages)
` [PATCH v2 3/5] hw/char: cadence_uart: Move clock/reset check to uart_can_receive()
` [PATCH v2 4/5] hw/char: cadence_uart: Convert to memop_with_attrs() ops
` [PATCH v2 5/5] hw/char: cadence_uart: Ignore access when unclocked or in reset for uart_{read, write}()
  ` [PATCH v2 5/5] hw/char: cadence_uart: Ignore access when unclocked or in reset for uart_{read,write}()

[PATCH 0/3] Disable vhost device IOTLB is IOMMU is not enabled
 2021-09-02  5:46 UTC  (2+ messages)

[PATCH] virtio-net: fix use after unmap/free for sg
 2021-09-02  5:44 UTC 

[PATCH v3 0/6] hw/arm: xilinx_zynq: Fix upstream U-Boot boot failure
 2021-09-02  5:39 UTC  (10+ messages)
` [PATCH v3 3/6] hw/char: cadence_uart: Move clock/reset check to uart_can_receive()
` [PATCH v3 4/6] hw/char: cadence_uart: Convert to memop_with_attrs() ops
` [PATCH v3 5/6] hw/char: cadence_uart: Ignore access when unclocked or in reset for uart_{read, write}()
` [PATCH v3 6/6] hw/char: cadence_uart: Log a guest error when device is unclocked or in reset

[PATCH v1 1/1] target/riscv: Update the ePMP CSR address
 2021-09-02  5:19 UTC  (3+ messages)

[PATCH] s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASK
 2021-09-02  3:59 UTC  (2+ messages)

[PATCH 1/2] Use EGL device extension in display initialization
 2021-09-02  3:22 UTC  (3+ messages)

[PATCH v2 00/19] target/ppc: DFP instructions using decodetree
 2021-09-02  3:23 UTC  (3+ messages)
` [PATCH v2 07/19] target/ppc: Move REQUIRE_ALTIVEC/VECTOR to translate.c

[PATCH] .mailmap: Fix more contributor entries
 2021-09-02  3:23 UTC  (3+ messages)
  ` [Internet]Re: "

[PATCH] target/riscv: Fix satp write
 2021-09-02  2:49 UTC  (7+ messages)

[PATCH v7 00/14] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-09-02  2:26 UTC  (3+ messages)
` [PATCH v7 14/14] disas/riscv: Add Zb[abcs] instructions

[RFC PATCH 0/2] riscv: Adding custom CSR related Kconfig options
 2021-09-02  2:25 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).