qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-10 18:22:10 to 2024-09-11 06:55:10 UTC [more...]

[PATCH v3 00/17] intel_iommu: Enable stage-1 translation for emulated device
 2024-09-11  6:54 UTC  (20+ messages)
` [PATCH v3 01/17] intel_iommu: Use the latest fault reasons defined by spec
` [PATCH v3 02/17] intel_iommu: Make pasid entry type check accurate
` [PATCH v3 03/17] intel_iommu: Add a placeholder variable for scalable modern mode
` [PATCH v3 04/17] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation
` [PATCH v3 05/17] intel_iommu: Rename slpte to pte
` [PATCH v3 06/17] intel_iommu: Implement stage-1 translation
` [PATCH v3 07/17] intel_iommu: Check if the input address is canonical
` [PATCH v3 08/17] intel_iommu: Set accessed and dirty bits during first stage translation
` [PATCH v3 09/17] intel_iommu: Flush stage-1 cache in iotlb invalidation
` [PATCH v3 10/17] intel_iommu: Process PASID-based "
` [PATCH v3 11/17] intel_iommu: Add an internal API to find an address space with PASID
` [PATCH v3 12/17] intel_iommu: Add support for PASID-based device IOTLB invalidation
` [PATCH v3 13/17] intel_iommu: piotlb invalidation should notify unmap
` [PATCH v3 14/17] intel_iommu: Set default aw_bits to 48 in scalable modern mode
` [PATCH v3 15/17] intel_iommu: Modify x-scalable-mode to be string option to expose "
` [PATCH v3 16/17] intel_iommu: Introduce a property to control FS1GP cap bit setting
` [PATCH v3 17/17] tests/qtest: Add intel-iommu test

[PATCH] arm/kvm: add support for MTE
 2024-09-11  6:50 UTC  (5+ messages)

[PULL 00/10] testing and gdbstub updates
 2024-09-11  6:46 UTC  (11+ messages)
` [PULL 01/10] tests/docker: remove debian-armel-cross
` [PULL 02/10] tests/docker: update debian i686 and mipsel images to bookworm
` [PULL 03/10] tests/docker: use debian-all-test-cross for mips64el tests
` [PULL 04/10] docs/devel: fix duplicate line
` [PULL 05/10] scripts/ci: update the gitlab-runner playbook
` [PULL 06/10] gdbstub: Use specific MMU index when probing MTE addresses
` [PULL 07/10] gdbstub: Add support for MTE in system mode
` [PULL 08/10] tests/guest-debug: Support passing arguments to the GDB test script
` [PULL 09/10] tests/tcg/aarch64: Improve linker script organization
` [PULL 10/10] tests/tcg/aarch64: Extend MTE gdbstub tests to system mode

[PATCH] hw/char/stm32l4x5_usart.c: Fix ACK and min access size
 2024-09-11  6:26 UTC  (5+ messages)

[PATCH 00/39] Use g_assert_not_reached instead of (g_)assert(0, false)
 2024-09-11  6:13 UTC  (94+ messages)
` [PATCH 01/39] docs/spin: replace assert(0) with g_assert_not_reached()
` [PATCH 02/39] hw/acpi: "
` [PATCH 03/39] hw/arm: "
` [PATCH 04/39] hw/char: "
` [PATCH 05/39] hw/core: "
` [PATCH 06/39] hw/net: "
` [PATCH 07/39] hw/watchdog: "
` [PATCH 08/39] migration: "
` [PATCH 09/39] qobject: "
` [PATCH 10/39] system: "
` [PATCH 11/39] target/ppc: "
` [PATCH 12/39] tests/qtest: "
` [PATCH 13/39] tests/unit: "
` [PATCH 14/39] include/hw/s390x: replace assert(false) "
` [PATCH 15/39] block: "
` [PATCH 16/39] hw/hyperv: "
` [PATCH 17/39] hw/net: "
` [PATCH 18/39] hw/nvme: "
` [PATCH 19/39] hw/pci: "
` [PATCH 20/39] hw/ppc: "
` [PATCH 21/39] migration: "
` [PATCH 22/39] target/i386/kvm: "
` [PATCH 23/39] tests/qtest: "
` [PATCH 24/39] accel/tcg: remove break after g_assert_not_reached()
` [PATCH 25/39] block: "
` [PATCH 26/39] hw/acpi: "
` [PATCH 27/39] hw/gpio: "
` [PATCH 28/39] hw/misc: "
` [PATCH 29/39] hw/net: "
` [PATCH 30/39] hw/pci-host: "
` [PATCH 31/39] hw/scsi: "
` [PATCH 32/39] hw/tpm: "
` [PATCH 33/39] target/arm: "
` [PATCH 34/39] target/riscv: "
` [PATCH 35/39] tests/qtest: "
` [PATCH 36/39] ui: "
` [PATCH 37/39] fpu: "
` [PATCH 38/39] tcg/loongarch64: "
` [PATCH 39/39] scripts/checkpatch.pl: emit error when using assert(false)

[PATCH] docs: fix vhost-user protocol doc
 2024-09-11  6:04 UTC  (2+ messages)
` [PATCH v2] "

[PULL 00/10] Crypto fixes patches
 2024-09-11  5:59 UTC  (2+ messages)

[PATCH v2] adb-mouse: convert to use QemuInputHandler
 2024-09-11  5:52 UTC  (4+ messages)

QEMU commit 0a923be2f642 broke my or1k image
 2024-09-11  5:42 UTC 

[PATCH] hw/char/stm32l4x5_usart.c: Enable USART ACK bit response
 2024-09-11  4:32 UTC 

[PATCH v3 0/1] Add support for generating OpenSBI domains in the device tree
 2024-09-11  3:53 UTC  (4+ messages)

[PATCH v2 0/2] Add FDT table support with acpi ged pm register
 2024-09-11  3:09 UTC  (3+ messages)
` [PATCH v2 1/2] acpi: ged: Add macro for acpi sleep control register
` [PATCH v2 2/2] hw/loongarch/virt: Add FDT table support with acpi ged pm register

[PATCH for-9.2 v15 00/11] hw/pci: SR-IOV related fixes and improvements
 2024-09-11  3:05 UTC  (8+ messages)

[PATCH] virtio/vhost-user: fix qemu crash when hotunplug vhost-user-net device
 2024-09-11  2:56 UTC  (5+ messages)

about "-netdev id=id" User Documentation
 2024-09-11  2:35 UTC 

[PATCH v2 00/17] intel_iommu: Enable stage-1 translation for emulated device
 2024-09-11  2:29 UTC  (3+ messages)

[PATCH] tests/functional/qemu_test: Use Python hashlib instead of external programs
 2024-09-11  2:06 UTC  (3+ messages)

[PATCH v4 0/2] riscv: char: Avoid dropped charecters
 2024-09-11  1:53 UTC  (4+ messages)
` [PATCH v4 2/2] hw/char: sifive_uart: Print uart characters async

[PATCH] migration/multifd: Fix build for qatzip
 2024-09-11  1:17 UTC  (6+ messages)
` [External] "

[RFC PATCH V2 0/5] Added Interrupt controller emulation for loongarch kvm
 2024-09-11  1:16 UTC  (4+ messages)
` [RFC PATCH V2 1/5] include: Add macro definitions needed for interrupt controller kvm emulation

[PATCH 0/2] Add FDT table support with acpi ged pm register
 2024-09-11  1:00 UTC  (4+ messages)
` [PATCH 1/2] acpi: ged: Add macro for acpi ged sleep register

[PATCH v4 0/5] target/sparc: emulate floating point queue when raising fp traps
 2024-09-11  0:44 UTC  (3+ messages)

[PATCH RFC 00/10] migration: auto-converge refinements for huge VM
 2024-09-10 22:23 UTC  (7+ messages)
` [PATCH RFC 10/10] tests/migration-tests: Add test case for responsive CPU throttle

[PATCH v1] linux-user: Add option to run `execve`d programs through QEMU
 2024-09-10 22:06 UTC  (3+ messages)

[PATCH 0/2] tcg: Fix branch/label link during plugin expansion
 2024-09-10 21:56 UTC  (7+ messages)
` [PATCH 1/2] tcg: Return TCGOp from tcg_gen_op[1-6]
` [PATCH 2/2] tcg: Propagate new TCGOp to add_as_label_use

[PATCH] softmmu: Support concurrent bounce buffers
 2024-09-10 21:36 UTC  (6+ messages)

[PATCH] softmmu: Expand comments describing max_bounce_buffer_size
 2024-09-10 21:35 UTC 

[PATCH v5 0/2] Add support for generating OpenSBI domains in the device tree
 2024-09-10 21:28 UTC  (3+ messages)
` [PATCH v5 1/2] hw/riscv: "
` [PATCH v5 2/2] docs/system/riscv: Add documentation for command-line OpenSBI domains

[PATCH v5 0/2] Add support for generating OpenSBI domains in the device tree
 2024-09-10 21:25 UTC  (5+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 1/2] hw/riscv: "
` [PATCH v5 2/2] Add documentation for command-line OpenSBI domains
` [PATCH v5 2/2] docs/system/riscv: "

[PATCH v4 0/2] Add support for generating OpenSBI domains in the device tree
 2024-09-10 21:00 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] Add documentation for command-line OpenSBI domains

[PATCH v2 00/10] Maintainer updates (testing, gdbstub) pre-PR
 2024-09-10 20:43 UTC  (7+ messages)
` [PATCH v2 01/10] tests/docker: remove debian-armel-cross
` [PATCH v2 02/10] tests/docker: update debian i686 and mipsel images to bookworm
` [PATCH v2 03/10] tests/docker: use debian-all-test-cross for mips64el tests

[PATCH v11 00/10] Support persistent reservation operations
 2024-09-10 20:23 UTC  (3+ messages)
` [PATCH v11 09/10] hw/nvme: add reservation protocal command

[PATCH] MAINTAINERS: Add myself as a reviewer of VT-d
 2024-09-10 20:22 UTC  (4+ messages)

[PATCH 0/5] Interrupt Remap support for emulated amd viommu
 2024-09-10 20:14 UTC  (2+ messages)

[PULL 00/22] Tests and misc patches
 2024-09-10 19:52 UTC  (3+ messages)

[PATCH] vfio/iommufd: no hw_info for mediated devices
 2024-09-10 19:51 UTC  (3+ messages)

[PATCH v2 00/17] Multifd 🔀 device state transfer support with VFIO consumer
 2024-09-10 19:48 UTC  (4+ messages)
` [PATCH v2 12/17] migration/multifd: Device state transfer support - send side

[PATCH 0/2] misc: Rename included template headers using '.inc' suffix
 2024-09-10 19:18 UTC  (2+ messages)

[PATCH v1 00/14] s390x: virtio-mem support
 2024-09-10 18:45 UTC  (3+ messages)

[PATCH v1] virtio-mem: don't warn about THP sizes on a kernel without THP support
 2024-09-10 18:44 UTC  (3+ messages)

[PATCH v2 00/10] target/s390x: pc-relative translation
 2024-09-10 18:33 UTC  (3+ messages)
` [PATCH v2 10/10] target/s390x: Enable CF_PCREL

[PATCH 0/5] license: Fix typos and update deprecated SPDX tags
 2024-09-10 18:25 UTC  (2+ messages)

[PATCH v2 0/7] Introduce SMP Cache Topology
 2024-09-10 18:23 UTC  (2+ messages)

[PATCH] docs/devel: Prohibit calling object_unparent() for memory region
 2024-09-10 18:21 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).