qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-31 08:26:04 to 2022-10-31 13:17:26 UTC [more...]

[PULL for 7.2 00/31] testing and plugins updates
 2022-10-31 13:10 UTC  (12+ messages)
` [PULL 01/31] tests/lcitool: Rename non-Debian specific helper
` [PULL 04/31] tests/docker: update test-mingw to run single build
` [PULL 06/31] configure: don't enable cross compilers unless in target_list
` [PULL 07/31] configure: fix the --enable-static --disable-pie case
` [PULL 08/31] tests/avocado: extend the timeout for x86_64 tcg tests
` [PULL 09/31] tests/docker: Add flex/bison to `debian-hexagon-cross`
` [PULL 10/31] tests/tcg: use regular semihosting for nios2-softmmu
` [PULL 12/31] semihosting/arm-compat-semi: Avoid using hardcoded /tmp
` [PULL 14/31] block/vvfat: Unify the mkdir() call
` [PULL 15/31] hw/usb: dev-mtp: Use g_mkdir()
` [PULL 26/31] target/s390x: fake instruction loading when handling 'ex'

[PULL 00/86] pci,pc,virtio: features, tests, fixes, cleanups
 2022-10-31 12:54 UTC  (81+ messages)
` [PULL 01/86] bios-tables-test: do not ignore allowed diff list
` [PULL 02/86] hw/i386/e820: remove legacy reserved entries for e820
` [PULL 03/86] tests/acpi: allow SSDT changes
` [PULL 04/86] acpi/ssdt: Fix aml_or() and aml_and() in if clause
` [PULL 05/86] acpi/nvdimm: define macro for NVDIMM Device _DSM
` [PULL 06/86] acpi/nvdimm: Implement ACPI NVDIMM Label Methods
` [PULL 07/86] test/acpi/bios-tables-test: SSDT: update golden master binaries
` [PULL 08/86] virtio-crypto: Support asynchronous mode
` [PULL 09/86] crypto: Support DER encodings
` [PULL 10/86] crypto: Support export akcipher to pkcs8
` [PULL 11/86] cryptodev: Add a lkcf-backend for cryptodev
` [PULL 12/86] acpi/tests/avocado/bits: initial commit of test scripts that are run by biosbits
` [PULL 14/86] acpi/tests/avocado/bits: add biosbits config file for running bios tests
` [PULL 15/86] acpi/tests/avocado/bits: add acpi and smbios avocado tests that uses biosbits
` [PULL 16/86] acpi/tests/avocado/bits/doc: add a doc file to describe the acpi bits test
` [PULL 17/86] MAINTAINERS: add myself as the maintainer for acpi biosbits avocado tests
` [PULL 18/86] hw/smbios: add core_count2 to smbios table type 4
` [PULL 19/86] bios-tables-test: teach test to use smbios 3.0 tables
` [PULL 20/86] tests/acpi: allow changes for core_count2 test
` [PULL 21/86] bios-tables-test: add test for number of cores > 255
` [PULL 22/86] tests/acpi: update tables for new core count test
` [PULL 23/86] tests/acpi: virt: allow acpi MADT and FADT changes
` [PULL 25/86] acpi: arm/virt: madt: bump to revision 4 accordingly to ACPI 6.0 Errata A
` [PULL 26/86] tests/acpi: virt: update ACPI MADT and FADT binaries
` [PULL 27/86] hw/pci: PCIe Data Object Exchange emulation
` [PULL 28/86] hw/mem/cxl-type3: Add MSIX support
` [PULL 29/86] hw/cxl/cdat: CXL CDAT Data Object Exchange implementation
` [PULL 30/86] hw/mem/cxl-type3: Add CXL CDAT Data Object Exchange
` [PULL 31/86] hw/pci-bridge/cxl-upstream: Add a CDAT table access DOE
` [PULL 32/86] tests/qtest/cxl-test: Remove temporary directories after testing
` [PULL 33/86] vhost: Change the sequence of device start
` [PULL 34/86] vhost-user: Support vhost_dev_start
` [PULL 35/86] hw/virtio/virtio-iommu-pci: Enforce the device is plugged on the root bus
` [PULL 36/86] virtio: re-order vm_running and use_started checks
` [PULL 37/86] virtio: introduce __virtio_queue_reset()
` [PULL 38/86] virtio: introduce virtio_queue_reset()
` [PULL 39/86] virtio: introduce virtio_queue_enable()
` [PULL 40/86] virtio: core: vq reset feature negotation support
` [PULL 41/86] virtio-pci: support queue reset
` [PULL 42/86] virtio-pci: support queue enable
` [PULL 43/86] vhost: expose vhost_virtqueue_start()
` [PULL 44/86] vhost: expose vhost_virtqueue_stop()
` [PULL 45/86] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()
` [PULL 46/86] vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()
` [PULL 47/86] virtio-net: introduce flush_or_purge_queued_packets()
` [PULL 48/86] virtio-net: support queue reset
` [PULL 49/86] virtio-net: support queue_enable
` [PULL 50/86] vhost: vhost-kernel: enable vq reset feature
` [PULL 51/86] virtio-net: "
` [PULL 52/86] virtio-rng-pci: Allow setting nvectors, so we can use MSI-X
` [PULL 54/86] acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors
` [PULL 55/86] tests: acpi: whitelist DSDT before generating PCI-ISA bridge AML automatically
` [PULL 56/86] acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeration generate AML
` [PULL 57/86] tests: acpi: update expected DSDT after ISA bridge is moved directly under PCI host bridge
` [PULL 59/86] acpi: add get_dev_aml_func() helper
` [PULL 60/86] acpi: enumerate SMB bridge automatically along with other PCI devices
` [PULL 61/86] tests: acpi: update expected blobs
` [PULL 62/86] tests: acpi: pc/q35 whitelist DSDT before \_GPE cleanup
` [PULL 63/86] acpi: pc/35: sanitize _GPE declaration order
` [PULL 64/86] tests: acpi: update expected blobs
` [PULL 65/86] hw/acpi/erst.c: Fix memory handling issues
` [PULL 66/86] MAINTAINERS: Add qapi/virtio.json to section "virtio"
` [PULL 67/86] qpci_device_enable: Allow for command bits hardwired to 0
` [PULL 68/86] hw/ide/piix: Ignore writes of hardwired PCI command register bits
` [PULL 69/86] msix: Assert that specified vector is in range
` [PULL 70/86] hw/i386/pc.c: CXL Fixed Memory Window should not reserve e820 in bios
` [PULL 71/86] hw/i386/acpi-build: Remove unused struct
` [PULL 72/86] hw/i386/acpi-build: Resolve redundant attribute
` [PULL 73/86] hw/i386/acpi-build: Resolve north rather than south bridges
` [PULL 74/86] hmat acpi: Don't require initiator value in -numa
` [PULL 75/86] tests: acpi: add and whitelist *.hmat-noinitiator expected blobs
` [PULL 77/86] tests: acpi: q35: update expected blobs *.hmat-noinitiators expected HMAT:
` [PULL 78/86] tests: Add HMAT AArch64/virt empty table files
` [PULL 79/86] hw/arm/virt: Enable HMAT on arm virt machine
` [PULL 80/86] tests: acpi: aarch64/virt: add a test for hmat nodes with no initiators
` [PULL 81/86] tests: virt: Update expected *.acpihmatvirt tables
` [PULL 82/86] vfio: move implement of vfio_get_xlat_addr() to memory.c
` [PULL 83/86] intel-iommu: don't warn guest errors when getting rid2pasid entry
` [PULL 84/86] intel-iommu: drop VTDBus
` [PULL 85/86] intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a function

[PATCH v4 0/3] AioContext removal: LinuxAioState and ThreadPool
 2022-10-31 12:59 UTC  (4+ messages)
` [PATCH v4 1/3] linux-aio: use LinuxAioState from the running thread
` [PATCH v4 2/3] io_uring: use LuringState "
` [PATCH v4 3/3] thread-pool: use ThreadPool "

[GIT PULL 0/8] Host Memory Backends and Memory devices patches
 2022-10-31 10:14 UTC  (2+ messages)

[PULL 00/20] Crypto and I/O patches
 2022-10-31 10:13 UTC  (2+ messages)

[PULL 00/26] Net patches
 2022-10-31 10:13 UTC  (2+ messages)

[PATCH v9 0/2] vhost-vdpa: add support for vIOMMU
 2022-10-31 13:07 UTC  (8+ messages)
` [PATCH v9 2/2] "

[PULL 00/13] Block patches
 2022-10-30 22:28 UTC  (2+ messages)

[PATCH v10 0/2] vhost-vdpa: add support for vIOMMU
 2022-10-31 12:57 UTC  (2+ messages)
` [PATCH v10 1/2] vfio: move implement of vfio_get_xlat_addr() to memory.c

[PULL 0/8] QEMU Guest Agent patches
 2022-10-30 22:28 UTC  (2+ messages)

[PATCH v3 00/15] gdbstub/next (MemTxAttrs, re-factoring)
 2022-10-31 13:03 UTC  (8+ messages)
` [PATCH v3 01/15] hw: encode accessing CPU index in MemTxAttrs

[PATCH v2 0/3] hw/i386: Cleanup AML generation for north and south bridges
 2022-10-31 12:52 UTC  (7+ messages)
` [PATCH v2 1/3] hw/i386/acpi-build: Remove unused struct
` [PATCH v2 2/3] hw/i386/acpi-build: Resolve redundant attribute
` [PATCH v2 3/3] hw/i386/acpi-build: Resolve north rather than south bridges

[PATCH] bios-tables-test: do not ignore allowed diff list
 2022-10-31 12:50 UTC  (6+ messages)

[PATCH v3 0/5] Only generate cluster node in PPTT when specified
 2022-10-31 12:50 UTC  (14+ messages)
` [PATCH v3 1/5] hw/acpi/aml-build: "
` [PATCH v3 2/5] tests: virt: update expected ACPI tables for virt test
` [PATCH v3 3/5] tests: acpi: add and whitelist *.topology blobs
` [PATCH v3 4/5] tests: acpi: aarch64: add topology test for aarch64
` [PATCH v3 5/5] tests: acpi: aarch64: add *.topology tables

[PATCH v5 0/6] ASID support in vhost-vdpa net
 2022-10-31 12:36 UTC  (10+ messages)
` [PATCH v5 2/6] vdpa: Allocate SVQ unconditionally
` [PATCH v5 6/6] vdpa: Always start CVQ in SVQ mode

[PATCH v5 00/17] pci: Abort if pci_add_capability fails
 2022-10-31 12:39 UTC  (9+ messages)
` [PATCH v5 01/17] hw/vfio/pci: Ensure MSI and MSI-X do not overlap
` [PATCH v5 02/17] pci: Allow to omit errp for pci_add_capability

[PATCH v6 00/17] pci: Abort if pci_add_capability fails
 2022-10-31 12:37 UTC  (19+ messages)
` [PATCH v6 01/17] hw/vfio/pci: Ensure MSI and MSI-X do not overlap
` [PATCH v6 02/17] pci: Allow to omit errp for pci_add_capability
` [PATCH v6 03/17] hw/i386/amd_iommu: Omit "
` [PATCH v6 04/17] ahci: "
` [PATCH v6 05/17] e1000e: "
` [PATCH v6 06/17] eepro100: "
` [PATCH v6 07/17] hw/nvme: "
` [PATCH v6 08/17] msi: "
` [PATCH v6 09/17] hw/pci/pci_bridge: "
` [PATCH v6 10/17] pcie: "
` [PATCH v6 11/17] pci/shpc: "
` [PATCH v6 12/17] msix: "
` [PATCH v6 13/17] pci/slotid: "
` [PATCH v6 14/17] hw/pci-bridge/pcie_pci_bridge: "
` [PATCH v6 15/17] hw/vfio/pci: "
` [PATCH v6 16/17] virtio-pci: "
` [PATCH v6 17/17] pci: Remove legacy errp from pci_add_capability

[PATCH 0/4] Endianess and coding style fixes for SVQ event idx support
 2022-10-31 12:35 UTC  (11+ messages)
` [PATCH 2/4] vhost: convert byte order on SVQ used event write
` [PATCH 4/4] vhost: convert byte order on avail_event read

[PULL 00/55] MIPS patches for 2022-10-30
 2022-10-31 12:28 UTC  (2+ messages)

[PATCH v4 0/7] ppc/e500: Add support for two types of flash, cleanup
 2022-10-31 12:13 UTC  (11+ messages)
` [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model

[PATCH] accel/tcg: Complete cpu initialization before registration
 2022-10-31 11:07 UTC  (2+ messages)

[PATCH v5 0/6] ppc/e500: Add support for two types of flash, cleanup
 2022-10-31 11:54 UTC  (7+ messages)
` [PATCH v5 1/6] hw/sd/sdhci: MMIO region is implemented in 32-bit accesses
` [RFC PATCH v5 2/6] hw/sd/sdhci: Map host controller interface in host endianess
` [PATCH v5 3/6] hw/block/pflash_cfi0{1, 2}: Error out if device length isn't a power of two
` [PATCH v5 4/6] docs/system/ppc/ppce500: Use qemu-system-ppc64 across the board(s)
` [PATCH v5 5/6] hw/ppc/e500: Implement pflash handling
` [PATCH v5 6/6] hw/ppc/e500: Add Freescale eSDHC to e500plat

[PATCH] qga: Add initial OpenBSD support
 2022-10-31 11:40 UTC  (3+ messages)

[RFC PATCH] Add new build target 'check-spelling'
 2022-10-31 10:52 UTC  (5+ messages)

[PATCH 0/3] tcg/sparc: Remove support for sparc32plus
 2022-10-31 10:47 UTC  (6+ messages)
` [PATCH 1/3] "

type mismatch in SSDT
 2022-10-31 10:46 UTC  (4+ messages)

[PULL 0/1] Imp 202210 patches
 2022-10-31 10:33 UTC  (2+ messages)

[PATCH] Add nsis.py to W32/W64 section in MAINTAINERS
 2022-10-31 10:28 UTC  (3+ messages)

[PULL 00/21] s390x and qtest patches
 2022-10-31 10:27 UTC  (2+ messages)

[PATCH v4 00/30] testing/next pre-PR
 2022-10-31 10:24 UTC  (3+ messages)
` [PATCH v4 29/30] tests/unit: cleanups for test-io-channel-command

[PATCH] target/i386/cpu: disable PERFCORE for AMD when cpu.pmu is off
 2022-10-31 10:07 UTC  (2+ messages)

[PATCH v2] vl: defuse PID file path resolve error
 2022-10-31  9:47 UTC 

[PATCH 0/7] nsis: gitlab-ci: Improve QEMU Windows installer packaging
 2022-10-31  9:29 UTC  (7+ messages)

[PATCH V5 0/4] PASID support for Intel IOMMU
 2022-10-31  9:28 UTC  (6+ messages)
` [PATCH V5 4/4] intel-iommu: PASID support

[PULL 0/4] Patches for Windows
 2022-10-31  9:14 UTC  (5+ messages)
` [PULL 1/4] scripts/nsis.py: Drop the unnecessary path separator
` [PULL 2/4] scripts/nsis.py: Fix destination directory name when invoked on Windows
` [PULL 3/4] scripts/nsis.py: Automatically package required DLLs of QEMU executables
` [PULL 4/4] block/nfs: Fix 32-bit Windows build

[PATCH v2] target/arm: honor HCR_E2H and HCR_TGE in ats_write64()
 2022-10-31  8:43 UTC 

[PATCH] linux-user: implement execveat
 2022-10-31  8:40 UTC 

[PATCH qemu.git 11/11] hw/timer/imx_epit: rework CR write handling
 2022-10-31  8: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).