qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-19 07:29:12 to 2021-10-19 14:56:47 UTC [more...]

[PATCH 00/64] Patch Round-up for stable 6.0.1, freeze on 2021-10-26
 2021-10-19 14:09 UTC  (28+ messages)
` [PATCH 01/64] multi-process: Initialize variables declared with g_auto*
` [PATCH 02/64] linux-user/aarch64: Enable hwcap for RND, BTI, and MTE
` [PATCH 09/64] target/xtensa: fix access ring in l32ex
` [PATCH 10/64] qemu-option: support accept-any QemuOptsList in qemu_opts_absorb_qdict
` [PATCH 11/64] qemu-config: load modules when instantiating option groups
` [PATCH 12/64] qemu-config: parse configuration files to a QDict
` [PATCH 13/64] vl: plumb keyval-based options into -readconfig
` [PATCH 14/64] vl: plug -object back "
` [PATCH 15/64] sockets: update SOCKET_ADDRESS_TYPE_FD listen(2) backlog
` [PATCH 16/64] hmp: Fix loadvm to resume the VM on success instead of failure
` [PATCH 17/64] configure: fix detection of gdbus-codegen
` [PATCH 18/64] vhost-vdpa: don't initialize backend_features
` [PATCH 19/64] esp: only assert INTR_DC interrupt flag if selection fails
` [PATCH 20/64] esp: only set ESP_RSEQ at the start of the select sequence
` [PATCH 21/64] runstate: Initialize Error * to NULL
` [PATCH 22/64] vfio: Fix unregister SaveVMHandler in vfio_migration_finalize
` [PATCH 23/64] vl: Fix an assert failure in error path
` [PATCH 26/64] hw/pci-host/q35: Ignore write of reserved PCIEXBAR LENGTH field
` [PATCH 27/64] block/nvme: Fix VFIO_MAP_DMA failed: No space left on device
` [PATCH 28/64] crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper
` [PATCH 29/64] block/nbd: Use qcrypto_tls_creds_check_endpoint()
` [PATCH 31/64] chardev/socket: "
` [PATCH 32/64] migration/tls: "
` [PATCH 33/64] ui/vnc: "
` [PATCH 36/64] tests: acpi: prepare for changing DSDT tables
` [PATCH 42/64] virtio-balloon: don't start free page hinting if postcopy is possible
` [PATCH 43/64] hw/net/can: sja1000 fix buff2frame_bas and buff2frame_pel when dlc is out of std CAN 8 bytes

Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
 2021-10-19 14:24 UTC  (22+ messages)
      ` Deprecate the ppc405 boards in QEMU?

[PULL 00/29] pc,pci,virtio: features, fixes
 2021-10-19 14:08 UTC  (32+ messages)
  ` [PULL 01/29] tests: acpi: dump table with failed checksum
  ` [PULL 02/29] tests: qtest: add qtest_has_accel() to check if tested binary supports accelerator
  ` [PULL 03/29] tests: acpi: whitelist expected tables for acpi/q35/xapic testcase
  ` [PULL 04/29] tests: acpi: q35: test for x2APIC entries in SRAT
  ` [PULL 05/29] tests: acpi: update expected tables blobs
  ` [PULL 06/29] tests: acpi: whitelist new expected table tests/data/acpi/q35/DMAR.dmar
  ` [PULL 07/29] tests: acpi: add testcase for intel_iommu (DMAR table)
  ` [PULL 08/29] tests: acpi: add expected blob for DMAR table
  ` [PULL 09/29] tests: acpi: whitelist expected blobs for new acpi/q35/ivrs testcase
  ` [PULL 10/29] tests: acpi: add testcase for amd-iommu (IVRS table)
  ` [PULL 11/29] tests: acpi: update expected blobs
  ` [PULL 12/29] tests: acpi: arm/virt: drop redundant test_acpi_one() in test_acpi_virt_tcg()
  ` [PULL 13/29] tests: arm-cpu-features: use qtest_has_kvm() API
  ` [PULL 14/29] tests: migration-test: use qtest_has_accel() API
  ` [PULL 15/29] tests: bios-tables-test: use qtest_has_accel() API to register TCG only tests
  ` [PULL 16/29] vdpa: Skip protected ram IOMMU mappings
  ` [PULL 17/29] vdpa: Add vhost_vdpa_section_end
  ` [PULL 18/29] vdpa: Check for iova range at mappings changes
  ` [PULL 19/29] virtio-iommu: Remove the non transitional name
  ` [PULL 20/29] virtio-iommu: Drop base_name and change generic_name
  ` [PULL 21/29] libvhost-user: fix VHOST_USER_REM_MEM_REG skipping mmap_addr
  ` [PULL 22/29] vhost-user-rng: Add vhost-user-rng implementation
  ` [PULL 23/29] vhost-user-rng-pci: Add vhost-user-rng-pci implementation
  ` [PULL 24/29] docs: Add documentation for vhost based RNG implementation
  ` [PULL 25/29] vhost-user: fix duplicated notifier MR init
  ` [PULL 26/29] tests/acpi/bios-tables-test: add and allow changes to a new q35 DSDT table blob
  ` [PULL 27/29] tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35
  ` [PULL 28/29] tests/acpi/bios-tables-test: update DSDT blob for multifunction bridge test
  ` [PULL 29/29] failover: fix a regression introduced by JSON'ification of -device
  ` [PULL 30/29] vhost-user-blk-test: pass vhost-user socket fds to QSD

[PATCH v6] Work around vhost-user-blk-test hang
 2021-10-19 13:57 UTC  (2+ messages)

[PATCH] vhost-user-blk-test: pass vhost-user socket fds to QSD
 2021-10-19 13:56 UTC 

[PATCH] gdbstub: Switch to the thread receiving a signal
 2021-10-19 13:19 UTC  (4+ messages)

[PATCH V5] block/rbd: implement bdrv_co_block_status
 2021-10-19 13:00 UTC  (2+ messages)

[PATCH 1/6] hw/riscv: microchip_pfsoc: Use MachineState::ram and MachineClass::default_ram_id
 2021-10-19 12:57 UTC  (7+ messages)
` [PATCH 2/6] hw/riscv: opentitan: "
` [PATCH 6/6] hw/riscv: spike: "

[PATCH v8 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-10-19 12:24 UTC  (3+ messages)

[PATCH] block: Fail gracefully when blockdev-snapshot creates loops
 2021-10-19 12:23 UTC  (3+ messages)

[PATCH] block/file-posix: Fix return value translation for AIO discards
 2021-10-19 12:02 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 00/15] tests: acpi: add x2apic and various iommu tests
 2021-10-19 11:44 UTC  (11+ messages)
` [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 0/2] accel/tcg: Fix monitor deadlock
 2021-10-19 11:26 UTC  (3+ messages)
` [PATCH v2 1/2] rcu: Introduce force_rcu notifier

[PATCH v2 0/6] rSTify contribution-related wiki pages
 2021-10-19 11:55 UTC  (12+ messages)
` [PATCH v2 1/6] docs: rSTify the "TrivialPatches" wiki
` [PATCH v2 2/6] docs: rSTify the "SpellCheck" wiki
` [PATCH v2 3/6] docs: rSTify the "KeySigningParty" wiki
` [PATCH v2 4/6] docs: rSTify the "SubmitAPullRequest" wiki
` [PATCH v2 5/6] docs: rSTify the "SubmitAPatch" wiki
` [PATCH v2 6/6] docs/devel: Update the rST index file

[PATCH V4 00/10] vhost-vDPA multiqueue
 2021-10-19 11:17 UTC  (5+ messages)

[PATCH] po: update turkish translation
 2021-10-19 11:09 UTC  (7+ messages)

[PATCH] hw/qdev-core: Add compatibility for (non)-transitional devs
 2021-10-19 10:59 UTC  (4+ messages)

[PATCH v2 00/15] qdev: Add JSON -device
 2021-10-19 10:57 UTC  (4+ messages)
` [PATCH v2 12/15] virtio-net: Store failover primary opts pointer locally

[PATCH v5 0/2] Improve vhost-user VQ notifier unmap
 2021-10-19 10:55 UTC  (5+ messages)
` [PATCH v5 1/2] vhost-user: fix VirtQ notifier cleanup
` [PATCH v5 2/2] vhost-user: remove VirtQ notifier restore

[PATCH 0/2] failover: fix a regression introduced by JSON'ification of -device
 2021-10-19 10:54 UTC  (2+ messages)

[RFC PATCH] chardev: don't exit() straight away on C-a x
 2021-10-19 10:49 UTC  (6+ messages)

[RFC PATCH v4 00/20] vDPA shadow virtqueue
 2021-10-19 10:28 UTC  (12+ messages)
` [RFC PATCH v4 11/20] vhost: Route host->guest notification through "
` [RFC PATCH v4 18/20] vhost: Add VhostIOVATree
` [RFC PATCH v4 20/20] vdpa: Add custom IOTLB translations to SVQ

[PATCH v5] Prevent vhost-user-blk-test hang
 2021-10-19 10:15 UTC  (2+ messages)

[PATCH] bios-tables-test: don't disassemble empty files
 2021-10-19 10:14 UTC  (2+ messages)

[PATCH v2] chardev: don't exit() straight away on C-a x
 2021-10-19 10:11 UTC  (3+ messages)

[PATCH] monitor: Fix find_device_state() for IDs containing slashes
 2021-10-19 10:13 UTC  (3+ messages)

[PATCH v3 00/21] Adding partial support for 128-bit riscv target
 2021-10-19  9:48 UTC  (22+ messages)
` [PATCH v3 01/21] memory: change define name for consistency
` [PATCH v3 02/21] memory: add a few defines for octo (128-bit) values
` [PATCH v3 03/21] Int128.h: addition of a few 128-bit operations
` [PATCH v3 04/21] target/riscv: additional macros to check instruction support
` [PATCH v3 05/21] target/riscv: separation of bitwise logic and aritmetic helpers
` [PATCH v3 06/21] target/riscv: array for the 64 upper bits of 128-bit registers
` [PATCH v3 07/21] target/riscv: setup everything so that riscv128-softmmu compiles
` [PATCH v3 08/21] target/riscv: adding accessors to the registers upper part
` [PATCH v3 09/21] target/riscv: moving some insns close to similar insns
` [PATCH v3 10/21] target/riscv: support for 128-bit loads and store
` [PATCH v3 11/21] target/riscv: support for 128-bit bitwise instructions
` [PATCH v3 12/21] target/riscv: support for 128-bit U-type instructions
` [PATCH v3 13/21] target/riscv: support for 128-bit shift instructions
` [PATCH v3 14/21] target/riscv: support for 128-bit arithmetic instructions
` [PATCH v3 15/21] target/riscv: support for 128-bit M extension
` [PATCH v3 16/21] target/riscv: adding high part of some csrs
` [PATCH v3 17/21] target/riscv: helper functions to wrap calls to 128-bit csr insns
` [PATCH v3 18/21] target/riscv: modification of the trans_csrxx for 128-bit support
` [PATCH v3 19/21] target/riscv: actual functions to realize crs 128-bit insns
` [PATCH v3 20/21] target/riscv: adding 128-bit access functions for some csrs
` [PATCH v3 21/21] target/riscv: support for 128-bit satp

[PULL 0/7] Migration.next patches
 2021-10-19  9:29 UTC  (8+ messages)
` [PULL 1/7] multifd: Implement yank for multifd send side
` [PULL 2/7] multifd: Unconditionally unregister yank function
` [PULL 3/7] migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bitmap_*()
` [PULL 4/7] migration: allow multifd for socket protocol only
` [PULL 5/7] migration: allow enabling mutilfd for specific "
` [PULL 6/7] migration/rdma: Try to register On-Demand Paging memory region
` [PULL 7/7] migration/rdma: advise prefetch write for ODP region

[PATCH] hw/ppc/ppc4xx_pci: Fix ppc4xx_pci_map_irq() for recent Linux kernels
 2021-10-19  9:18 UTC 

[PULL 00/40] Misc patches for 2021-10-13
 2021-10-19  9:05 UTC  (5+ messages)
` [PULL 37/40] monitor: Tidy up find_device_state()

[PATCH] multiboot: Use DMA instead port-based transfer
 2021-10-19  8:28 UTC  (2+ messages)

[PATCH] hw/core/machine: Add the missing delimiter in cpu_slot_to_string()
 2021-10-19  8:23 UTC  (3+ messages)

[PATCH v4 0/3] hw/arm/virt_acpi_build: Generate DBG2 table
 2021-10-19  8:04 UTC  (4+ messages)
` [PATCH v4 3/3] bios-tables-test: Generate reference table for virt/DBG2

[PATCH v5 0/3] hw/arm/virt_acpi_build: Generate DBG2 table
 2021-10-19  8:00 UTC  (4+ messages)
` [PATCH v5 1/3] tests/acpi: Add void table for virt/DBG2 bios-tables-test
` [PATCH v5 2/3] hw/arm/virt_acpi_build: Generate DBG2 table
` [PATCH v5 3/3] bios-tables-test: Generate reference table for virt/DBG2

[PATCH] README: Fix some documentation URLs
 2021-10-19  7:55 UTC  (3+ messages)

[PATCH v3 0/2] Improve vhost-user VQ notifier unmap
 2021-10-19  8:00 UTC  (6+ messages)
` [PATCH v3 2/2] vhost-user: remove VirtQ notifier restore

[PATCH 0/3] hw/nvram: Fix Memory Leaks in Xilinx eFUSE
 2021-10-19  7:53 UTC  (2+ messages)

[PATCH-for-6.2 0/2] disas/nios2: Simplify endianess conversion
 2021-10-19  7:43 UTC  (2+ messages)

[PATCH V3] net/colo: check vnet_hdr_support flag when using virtio-net
 2021-10-19  7:38 UTC  (2+ messages)

[PATCH 0/2] analyze-migration.py: trivial fixes
 2021-10-19  7:56 UTC  (2+ messages)

[PATCH] softmmu/physmem.c: Fix typo in comment
 2021-10-19  7:47 UTC  (2+ messages)

[PATCH 00/31] Add Loongarch softmmu support
 2021-10-19  7:35 UTC  (18+ messages)
` [PATCH 02/31] target/loongarch: Add CSR registers definition
` [PATCH 03/31] target/loongarch: Set default csr values
` [PATCH 04/31] target/loongarch: Add basic vmstate description of CPU
` [PATCH 05/31] target/loongarch: Implement qmp_query_cpu_definitions()
` [PATCH 08/31] target/loongarch: Add tlb instruction support
` [PATCH 09/31] target/loongarch: Add other core instructions support
` [PATCH 10/31] target/loongarch: Add loongarch interrupt and exception handle
` [PATCH 11/31] target/loongarch: Add stabletimer support
` [PATCH 12/31] target/loongarch: Add timer related instructions support
` [PATCH 13/31] hw/pci-host: Add ls7a1000 PCIe Host bridge support for Loongson Platform
` [PATCH 14/31] hw/loongarch: Add a virt loongarch 3A5000 board support
` [PATCH 15/31] hw/loongarch: Add loongarch cpu interrupt support(CPUINTC)
` [PATCH 16/31] hw/loongarch: Add loongarch ipi interrupt support(IPI)
` [PATCH 17/31] hw/intc: Add loongarch ls7a interrupt controller support(PCH-PIC)
` [PATCH 18/31] hw/intc: Add loongarch ls7a msi interrupt controller support(PCH-MSI)
` [PATCH 19/31] hw/intc: Add loongarch extioi interrupt controller(EIOINTC)
` [PATCH 20/31] hw/loongarch: Add irq hierarchy for the system


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