qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-07 14:53:01 to 2022-11-08 06:23:49 UTC [more...]

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

[PATCH v3] checkpatch: better pattern for inline comments
 2022-11-08  6:20 UTC 

[PATCH] LOCK GUARDS: replace manual lock()/unlock() calls to QEMU_LOCK_GUARD()
 2022-11-08  5:11 UTC 

[PULL 0/2] Net patches
 2022-11-08  4:19 UTC  (3+ messages)
` [PULL 1/2] vhost-vdpa: fix assert !virtio_net_get_subqueue(nc)->async_tx.elem in virtio_net_reset
` [PULL 2/2] tests/qtest: netdev: test stream and dgram backends

[PATCH v4 00/11] Hexagon (target/hexagon) performance and bug fixes
 2022-11-08  4:05 UTC  (12+ messages)
` [PATCH v4 01/11] Hexagon (target/hexagon) Add pkt and insn to DisasContext
` [PATCH v4 02/11] Hexagon (target/hexagon) Fix predicated assignment to .tmp and .cur
` [PATCH v4 03/11] Hexagon (target/hexagon) Add overrides for S2_asr_r_r_sat/S2_asl_r_r_sat
` [PATCH v4 04/11] Hexagon (target/hexagon) Only use branch_taken when packet has multi cof
` [PATCH v4 05/11] Hexagon (target/hexagon) Remove PC from the runtime state
` [PATCH v4 06/11] Hexagon (target/hexagon) Remove next_PC from "
` [PATCH v4 07/11] Hexagon (target/hexagon) Add overrides for direct call instructions
` [PATCH v4 08/11] Hexagon (target/hexagon) Add overrides for compound compare and jump
` [PATCH v4 09/11] Hexagon (target/hexagon) Add overrides for various forms of jump
` [PATCH v4 10/11] Hexagon (target/hexagon) Use direct block chaining for direct jump/branch
` [PATCH v4 11/11] Hexagon (target/hexagon) Use direct block chaining for tight loops

[PATCH v8 0/5] add generic vDPA device support
 2022-11-08  3:30 UTC  (9+ messages)
` [PATCH v8 1/5] virtio: get class_id and pci device id by the virtio id
` [PATCH v8 2/5] vdpa: add vdpa-dev support
` [PATCH v8 3/5] vdpa: add vdpa-dev-pci support
` [PATCH v8 4/5] vdpa-dev: mark the device as unmigratable
` [PATCH v8 5/5] docs: Add generic vhost-vdpa device documentation

[PATCH] hw/arm/boot: set initrd parameters to 64bit in fdt
 2022-11-08  2:35 UTC 

[PATCH v1 0/4] Support native debug icount trigger
 2022-11-08  1:54 UTC  (6+ messages)
` [PATCH v1 1/4] target/riscv: Add itrigger support when icount is not enabled

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-08  1:35 UTC  (5+ messages)
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions

[PULL 00/14] MIPS patches for 2022-11-08
 2022-11-07 23:58 UTC  (15+ messages)
` [PULL 01/14] target/mips: Set CP0St_{KX, SX, UX} for Loongson-2F
` [PULL 02/14] target/mips: Cast offset field of Octeon BBIT to int16_t
` [PULL 03/14] target/mips: Enable LBX/LWX/* instructions for Octeon
` [PULL 04/14] target/mips: Disable DSP ASE for Octeon68XX
` [PULL 05/14] target/mips: Don't check COP1X for 64 bit FP mode
` [PULL 06/14] disas/nanomips: Fix invalid PRId64 format calling img_format()
` [PULL 07/14] disas/nanomips: Fix invalid PRIx64 "
` [PULL 08/14] disas/nanomips: Use G_GNUC_PRINTF to avoid invalid string formats
` [PULL 09/14] disas/nanomips: Remove headers already included by "qemu/osdep.h"
` [PULL 10/14] disas/nanomips: Move setjmp into nanomips_dis
` [PULL 11/14] disas/nanomips: Merge insn{1,2,3} into words[3]
` [PULL 12/14] disas/nanomips: Split out read_u16
` [PULL 13/14] disas/nanomips: Tidy read for 48-bit opcodes
` [PULL 14/14] MAINTAINERS: Inherit from nanoMIPS

[PATCH 0/2] util/log: Make the per-thread flag immutable
 2022-11-07 23:44 UTC  (5+ messages)

[PULL 0/2] loongarch for 7.2 patches
 2022-11-07 23:44 UTC  (2+ messages)

[PATCH 1/2] target/mips: Don't check COP1X for 64 bit FP mode
 2022-11-07 23:29 UTC  (6+ messages)
` [PATCH 2/2] target/mips: Correct check for CABS instructions

[PATCH] target/mips: enable LBX/LWX/* instructions for Octeon
 2022-11-07 23:22 UTC  (3+ messages)

[PATCH 0/5] disas/nanomips: Format string fixes
 2022-11-07 23:23 UTC  (2+ messages)

[PATCH v2 0/3] MIPS system emulation miscellaneous fixes
 2022-11-07 23:21 UTC  (4+ messages)
` [PATCH v2 2/3] target/mips: Cast offset field of Octeon BBIT to int16_t

[PATCH] docs/cxl: Fix some typos
 2022-11-07 22:34 UTC  (3+ messages)

[PULL v3 00/81] pci,pc,virtio: features, tests, fixes, cleanups
 2022-11-07 22:28 UTC  (8+ messages)
` [PULL v3 49/81] acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors

[PATCH-for-7.2 0/2] hw/sd/sdhci: Do not set Buf Wr Ena before writing block (CVE-2022-3872)
 2022-11-07 22:12 UTC  (3+ messages)
` [PATCH-for-7.2 1/2] "
` [PATCH-for-7.2 2/2] hw/sd/sdhci: Factor common Present State bits in sdhci_data_transfer()

[RFC PATCH] tests/docker: allow user to override check target
 2022-11-07 20:56 UTC  (4+ messages)

[PULL 00/12] qtest and s390x patches
 2022-11-07 20:11 UTC  (2+ messages)

[PULL 0/7] Trivial branch for 7.2 patches
 2022-11-07 20:03 UTC  (2+ messages)

[PULL 00/12] Misc bugfix patches (+ improved module errors) for QEMU 7.2
 2022-11-07 20:03 UTC  (2+ messages)

[PATCH v2] checkpatch: better pattern for inline comments
 2022-11-07 19:27 UTC 

[PATCH] hw/sd/sdhci: reset data count in sdhci_buff_access_is_sequential()
 2022-11-07 19:12 UTC  (2+ messages)

[PATCH v10 0/9] s390x: CPU Topology
 2022-11-07 18:04 UTC  (7+ messages)
` [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

[PULL v2 00/82] pci,pc,virtio: features, tests, fixes, cleanups
 2022-11-07 17:54 UTC  (8+ messages)
` [PULL v2 31/82] vhost: Change the sequence of device start

[PATCH 0/3] Fix the "-nic help" option
 2022-11-07 17:34 UTC  (3+ messages)
` [PATCH 1/3] net: Move the code to collect available NIC models to a separate function

[PATCH V2] hw/riscv: virt: Remove size restriction for pflash
 2022-11-07 17:34 UTC  (10+ messages)

[PATCH v2] hw/acpi: fix breakage due to missing aml stub definitions when acpi is off
 2022-11-07 17:15 UTC  (3+ messages)

[PATCH v3 0/7] memory: prevent dma-reentracy issues
 2022-11-07 17:09 UTC  (2+ messages)

[PATCH v2] migration: check magic value for deciding the mapping of channels
 2022-11-07 16:51 UTC 

[PATCH for 7.2 0/2] s390x/s390-virtio-ccw:
 2022-11-07 16:49 UTC  (4+ messages)
` [PATCH for 7.2 1/2] Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"
` [PATCH for 7.2 2/2] s390x/s390-virtio-ccw: Switch off zPCI enhancements on older machines

[PATCH qemu.git v2 0/9] hw/timer/imx_epit: imprive and fix compare timer handling
 2022-11-07 16:42 UTC  (10+ messages)
` [PATCH qemu.git v2 6/9] hw/timer/imx_epit: remove explicit fields cnt and freq
` [PATCH qemu.git v2 3/9] hw/timer/imx_epit: simplify interrupt logic
` [PATCH qemu.git v2 1/9] hw/timer/imx_epit: improve comments
` [PATCH qemu.git v2 4/9] hw/timer/imx_epit: software reset clears the interrupt
` [PATCH qemu.git v2 7/9] hw/timer/imx_epit: factor out register write handlers
` [PATCH qemu.git v2 2/9] hw/timer/imx_epit: cleanup CR defines
` [PATCH qemu.git v2 5/9] hw/timer/imx_epit: do not persist CR.SWR bit
` [PATCH qemu.git v2 9/9] hw/timer/imx_epit: fix compare timer handling
` [PATCH qemu.git v2 8/9] hw/timer/imx_epit: change reset handling

[PATCH v8 0/4] block: small refactorings
 2022-11-07 16:35 UTC  (5+ messages)
` [PATCH v8 1/4] block: drop bdrv_detach_child()
` [PATCH v8 2/4] block: drop bdrv_remove_filter_or_cow_child
` [PATCH v8 3/4] block: bdrv_refresh_perms(): allow external tran
` [PATCH v8 4/4] block: refactor bdrv_list_refresh_perms to allow any list of nodes

[PATCH v2 0/3] block: Start/end drain on correct AioContext
 2022-11-07 15:13 UTC  (4+ messages)
` [PATCH v2 1/3] block: Make bdrv_child_get_parent_aio_context I/O
` [PATCH v2 2/3] block-backend: Update ctx immediately after root
` [PATCH v2 3/3] block: Start/end drain on correct AioContext

[PATCH] checkpatch: better pattern for inline comments
 2022-11-07 14:56 UTC 

[RFC PATCH] hw/virtio: introduce virtio_device_should_start
 2022-11-07 13:30 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).