qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-30 17:05:24 to 2021-10-01 17:52:29 UTC [more...]

[PATCH v4 00/11] virtio-iommu: Add ACPI support
 2021-10-01 17:33 UTC  (3+ messages)
` [PATCH v4 04/11] hw/arm/virt: Reject instantiation of multiple IOMMUs
` [PATCH v4 10/11] tests/acpi: add expected blob for VIOT test on virt machine

[PATCH v3 00/41] linux-user: Streamline handling of SIGSEGV
 2021-10-01 17:11 UTC  (38+ messages)
` [PATCH v3 01/41] accel/tcg: Split out adjust_signal_pc
` [PATCH v3 02/41] accel/tcg: Move clear_helper_retaddr to cpu loop
` [PATCH v3 03/41] accel/tcg: Split out handle_sigsegv_accerr_write
` [PATCH v3 04/41] accel/tcg: Fold cpu_exit_tb_from_sighandler into caller
` [PATCH v3 05/41] configure: Merge riscv32 and riscv64 host architectures
` [PATCH v3 06/41] linux-user: Reorg handling for SIGSEGV
` [PATCH v3 07/41] linux-user/host/x86: Populate host_signal.h
` [PATCH v3 08/41] linux-user/host/ppc: "
` [PATCH v3 09/41] linux-user/host/alpha: "
` [PATCH v3 10/41] linux-user/host/sparc: "
` [PATCH v3 11/41] linux-user/host/arm: "
` [PATCH v3 12/41] linux-user/host/aarch64: "
` [PATCH v3 13/41] linux-user/host/s390: "
` [PATCH v3 14/41] linux-user/host/mips: "
` [PATCH v3 15/41] linux-user/host/riscv: "
` [PATCH v3 16/41] target/arm: Fixup comment re handle_cpu_signal
` [PATCH v3 17/41] linux-user/host/riscv: Improve host_signal_write
` [PATCH v3 18/41] linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER
` [PATCH v3 19/41] hw/core: Add TCGCPUOps.record_sigsegv
` [PATCH v3 20/41] linux-user: Add cpu_loop_exit_segv
` [PATCH v3 21/41] target/alpha: Make alpha_cpu_tlb_fill sysemu only
` [PATCH v3 22/41] target/arm: Use cpu_loop_exit_segv for mte tag lookup
` [PATCH v3 23/41] target/arm: Implement arm_cpu_record_sigsegv
` [PATCH v3 24/41] target/cris: Make cris_cpu_tlb_fill sysemu only
` [PATCH v3 25/41] target/hexagon: Remove hexagon_cpu_tlb_fill
` [PATCH v3 26/41] target/hppa: Make hppa_cpu_tlb_fill sysemu only
` [PATCH v3 27/41] target/i386: Implement x86_cpu_record_sigsegv
` [PATCH v3 28/41] target/m68k: Make m68k_cpu_tlb_fill sysemu only
` [PATCH v3 29/41] target/microblaze: Make mb_cpu_tlb_fill "
` [PATCH v3 30/41] target/mips: Make mips_cpu_tlb_fill "
` [PATCH v3 32/41] linux-user/openrisc: Adjust signal for EXCP_RANGE, EXCP_FPE
` [PATCH v3 33/41] target/openrisc: Make openrisc_cpu_tlb_fill sysemu only
` [PATCH v3 34/41] target/ppc: Implement ppc_cpu_record_sigsegv
` [PATCH v3 35/41] target/riscv: Make riscv_cpu_tlb_fill sysemu only
` [PATCH v3 38/41] target/sh4: Make sh4_cpu_tlb_fill "
` [PATCH v3 39/41] target/sparc: Make sparc_cpu_tlb_fill "
` [PATCH v3 40/41] target/xtensa: Make xtensa_cpu_tlb_fill "

[PATCH v12 00/16] machine: smp parsing fixes and improvement
 2021-10-01 17:15 UTC  (4+ messages)
` [PATCH v12 16/16] machine: Make smp_parse return a boolean

hexagon container update
 2021-10-01 16:59 UTC 

[RFC PATCH 00/13] x86 User Interrupts support
 2021-10-01 16:41 UTC  (2+ messages)

[PATCH 0/3] arm_gicv3: Support multiple redistributor regions
 2021-10-01 16:34 UTC  (9+ messages)
` [PATCH 1/3] hw/intc/arm_gicv3: Move checking of redist-region-count to arm_gicv3_common_realize
` [PATCH 2/3] hw/intc/arm_gicv3: Set GICR_TYPER.Last correctly when nb_redist_regions > 1
` [PATCH 3/3] hw/intc/arm_gicv3: Support multiple redistributor regions

[PATCH v2] Hexagon (target/hexagon) probe the stores in a packet at start of commit
 2021-10-01 16:14 UTC  (4+ messages)

[PATCH v2] configure: Loosen GCC requirement from 7.5.0 to 7.4.0
 2021-10-01 16:15 UTC  (2+ messages)

[PATCH v3 00/10] virtio-iommu: Add ACPI support
 2021-10-01 15:37 UTC  (10+ messages)
` [PATCH v3 01/10] hw/acpi: Add VIOT table
` [PATCH v3 05/10] pc: Allow instantiating a virtio-iommu device
` [PATCH v3 07/10] tests/acpi: add test cases for VIOT

[PATCH 0/9] nios2: Enable cross compile and fix signals
 2021-10-01 15:33 UTC  (12+ messages)
` [PATCH 1/9] tests/docker: Add debian-nios2-cross image
` [PATCH 1/2] tests/docker: Remove fedora-i386-cross from DOCKER_PARTIAL_IMAGES
` [PATCH 2/9] linux-user/nios2: Properly emulate EXCP_TRAP
` [PATCH 2/2] tests/docker: Fix fedora-i386-cross
` [PATCH 3/9] linux-user/nios2: Fixes for signal frame setup
` [PATCH 4/9] linux-user/elfload: Rename ARM_COMMPAGE to HI_COMMPAGE
` [PATCH 5/9] linux-user/nios2: Map a real kuser page
` [PATCH 6/9] linux-user/nios2: Fix EA vs PC confusion
` [PATCH 7/9] linux-user/nios2: Fix sigmask in setup_rt_frame
` [PATCH 8/9] linux-user/nios2: Use set_sigmask in do_rt_sigreturn
` [PATCH 9/9] tests/tcg: Enable container_cross_cc for nios2

[PATCH 0/5] 9pfs: introduce P9Array
 2021-10-01 15:27 UTC  (8+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] fsdev/p9array.h: check scalar type in P9ARRAY_NEW()
` [PATCH 3/5] 9pfs: make V9fsString usable via P9Array API
` [PATCH 4/5] 9pfs: make V9fsPath "
` [PATCH 5/5] 9pfs: use P9Array in v9fs_walk()

[PATCH v3] failover: fix unplug pending detection
 2021-10-01 15:19 UTC  (7+ messages)

[PATCH 00/11] qdev: Add JSON -device and fix QMP device_add
 2021-10-01 14:42 UTC  (3+ messages)
` [PATCH 09/11] qdev: Avoid QemuOpts in "

[PATCH v3 0/7] Reduce load on ppc target maintainers
 2021-10-01 14:18 UTC  (11+ messages)
` [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms
  ` Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)

[PATCH v4 00/13] qapi: static typing conversion, pt5b
 2021-10-01 14:11 UTC  (16+ messages)
` [PATCH v4 01/13] qapi/pylintrc: ignore 'consider-using-f-string' warning
` [PATCH v4 02/13] qapi/gen: use dict.items() to iterate over _modules
` [PATCH v4 03/13] qapi/parser: fix unused check_args_section arguments
` [PATCH v4 04/13] qapi: Add spaces after symbol declaration for consistency
` [PATCH v4 05/13] qapi/parser: remove FIXME comment from _append_body_line
` [PATCH v4 06/13] qapi/parser: clarify _end_section() logic
` [PATCH v4 07/13] qapi/parser: Introduce NullSection
` [PATCH v4 08/13] qapi/parser: add import cycle workaround
` [PATCH v4 09/13] qapi/parser: add type hint annotations (QAPIDoc)
` [PATCH v4 10/13] qapi/parser: Add FIXME for consolidating JSON-related types
` [PATCH v4 11/13] qapi/parser: enable mypy checks
` [PATCH v4 12/13] qapi/parser: Silence too-few-public-methods warning
` [PATCH v4 13/13] qapi/parser: enable pylint checks

[PATCH] hw/ppc: Deprecate the ref405ep and taihu machines and the 405 CPU models
 2021-10-01 13:41 UTC  (8+ messages)

[PATCH] hw/ssi: imx_spi: Improve chip select handling
 2021-10-01 13:04 UTC  (11+ messages)

Moving QEMU downloads to GitLab Releases?
 2021-10-01 12:50 UTC  (9+ messages)

OHCI/usb pass through
 2021-10-01 12:22 UTC  (4+ messages)

[PATCH 0/7] Cleanup sectioning in a few doc files
 2021-10-01 12:19 UTC  (5+ messages)
` [PATCH 1/7] docs: name included files ".rst.inc"

[PATCH 0/3] dtc: Fixes for the fdt check and update submodule to 1.6.1
 2021-10-01 11:41 UTC  (12+ messages)
` [PATCH 3/3] dtc: Update to version 1.6.1

virtio 4M limit
 2021-10-01 11:21 UTC 

[RFC PATCH] spapr/xive: Allocate vCPU IPIs from local context
 2021-10-01 11:11 UTC  (11+ messages)

[PATCH v5 00/26] linux-user: Move signal trampolines to new page
 2021-10-01 10:04 UTC  (2+ messages)

[PATCH v4 0/8] qapi: Add support for aliases
 2021-10-01  9:28 UTC  (2+ messages)

[PULL 00/22] target-arm queue
 2021-10-01  9:27 UTC  (2+ messages)

[PATCH] failover: allow to pause the VM during the migration
 2021-10-01  9:01 UTC  (5+ messages)

TCG Floating Point Support (Work in Progress)
 2021-10-01  8:03 UTC  (4+ messages)

Running 297 from GitLab CI
 2021-10-01  8:21 UTC  (2+ messages)

[RFC PATCH v4 00/20] vDPA shadow virtqueue
 2021-10-01  7:06 UTC  (21+ messages)
` [RFC PATCH v4 01/20] virtio: Add VIRTIO_F_QUEUE_STATE
` [RFC PATCH v4 02/20] virtio-net: Honor VIRTIO_CONFIG_S_DEVICE_STOPPED
` [RFC PATCH v4 03/20] virtio: Add virtio_queue_is_host_notifier_enabled
` [RFC PATCH v4 04/20] vhost: Make vhost_virtqueue_{start,stop} public
` [RFC PATCH v4 05/20] vhost: Add x-vhost-enable-shadow-vq qmp
` [RFC PATCH v4 06/20] vhost: Add VhostShadowVirtqueue
` [RFC PATCH v4 07/20] vdpa: Register vdpa devices in a list
` [RFC PATCH v4 08/20] vhost: Route guest->host notification through shadow virtqueue
` [RFC PATCH v4 09/20] vdpa: Save call_fd in vhost-vdpa
` [RFC PATCH v4 10/20] vhost-vdpa: Take into account SVQ in vhost_vdpa_set_vring_call
` [RFC PATCH v4 11/20] vhost: Route host->guest notification through shadow virtqueue
` [RFC PATCH v4 12/20] virtio: Add vhost_shadow_vq_get_vring_addr
` [RFC PATCH v4 13/20] vdpa: Save host and guest features
` [RFC PATCH v4 14/20] vhost: Add vhost_svq_valid_device_features to shadow vq
` [RFC PATCH v4 15/20] vhost: Shadow virtqueue buffers forwarding
` [RFC PATCH v4 16/20] vhost: Check for device VRING_USED_F_NO_NOTIFY at shadow virtqueue kick
` [RFC PATCH v4 17/20] vhost: Use VRING_AVAIL_F_NO_INTERRUPT at device call on shadow virtqueue
` [RFC PATCH v4 18/20] vhost: Add VhostIOVATree
` [RFC PATCH v4 19/20] vhost: Use a tree to store memory mappings
` [RFC PATCH v4 20/20] vdpa: Add custom IOTLB translations to SVQ

[PATCH] failover: fix unplug pending detection
 2021-10-01  6:32 UTC  (5+ messages)

[PATCH v2] failover: fix unplug pending detection
 2021-10-01  5:22 UTC  (2+ messages)

[PATCH v3] nbd/server: Add --selinux-label option
 2021-09-30 21:03 UTC  (6+ messages)

[PATCH qemu v2] QEMU coding style mandates spaces for indentation. This change replaces TABs in block files
 2021-09-30 20:41 UTC  (6+ messages)

[PULL v2 00/33] x86 and misc changes for 2021-09-28
 2021-09-30 20:15 UTC  (2+ messages)

[PATCH 00/16] Acceptance Tests: use Avocado 91.0 features and other improvements
 2021-09-30 19:44 UTC  (5+ messages)
` [PATCH 14/16] tests/acceptance/ppc_prep_40p.py: NetBSD 7.1.2 location update

[PATCH v1] Use CLOCK_MONOTONIC_RAW if available for get_clock()
 2021-09-30 19:17 UTC  (3+ messages)

[PATCH 0/3] virtio-iommu: Support VIRTIO_IOMMU_F_BYPASS_CONFIG
 2021-09-30 18:50 UTC  (4+ messages)
` [PATCH 1/3] NOMERGE: virtio-iommu: Add definitions for VIRTIO_IOMMU_F_BYPASS_CONFIG
` [PATCH 2/3] virtio-iommu: Default to bypass during boot
` [PATCH 3/3] virtio-iommu: Support bypass domain

[PATCH v3 00/13] qapi: static typing conversion, pt5b
 2021-09-30 17:43 UTC  (10+ messages)
` [PATCH v3 05/13] qapi/parser: improve detection of '@symbol:' preface
` [PATCH v3 06/13] qapi/parser: remove FIXME comment from _append_body_line
` [PATCH v3 09/13] qapi/parser: add import cycle workaround

[PATCH 0/2] tests/docker: Fix fedora-i386-cross
 2021-09-30 17:01 UTC  (3+ messages)
` [PATCH 2/2] "


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