qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-14 02:40:06 to 2024-05-14 22:01:21 UTC [more...]

[PATCH 00/20] qapi: new sphinx qapi domain pre-requisites
 2024-05-14 21:57 UTC  (8+ messages)
` [PATCH 02/20] qapi: linter fixups
` [PATCH 03/20] docs/qapidoc: delint a tiny portion of the module
` [PATCH 04/20] qapi/parser: preserve indentation in QAPIDoc sections
` [PATCH 06/20] qapi/parser: fix comment parsing immediately following a doc block
` [PATCH 07/20] qapi/parser: add semantic 'kind' parameter to QAPIDoc.Section
` [PATCH 14/20] qapi: fix non-compliant JSON examples
` [PATCH 19/20] qapi: convert "Note" sections to plain rST

[PATCH v2 00/45] target/hppa: Misc improvements
 2024-05-14 21:32 UTC  (81+ messages)
` [PATCH v2 01/45] target/hppa: Move cpu_get_tb_cpu_state out of line
` [PATCH v2 02/45] target/hppa: Use hppa_form_gva_psw in hppa_cpu_get_pc
` [PATCH v2 03/45] target/hppa: Move constant destination check into use_goto_tb
` [PATCH v2 04/45] target/hppa: Pass displacement to do_dbranch
` [PATCH v2 05/45] target/hppa: Allow prior nullification in do_ibranch
` [PATCH v2 06/45] target/hppa: Use CF_BP_PAGE instead of cpu_breakpoint_test
` [PATCH v2 07/45] target/hppa: Add install_iaq_entries
` [PATCH v2 08/45] target/hppa: Add install_link
` [PATCH v2 09/45] target/hppa: Delay computation of IAQ_Next
` [PATCH v2 10/45] target/hppa: Skip nullified insns in unconditional dbranch path
` [PATCH v2 11/45] target/hppa: Simplify TB end
` [PATCH v2 12/45] target/hppa: Add IASQ entries to DisasContext
` [PATCH v2 13/45] target/hppa: Add space arguments to install_iaq_entries
` [PATCH v2 14/45] target/hppa: Add space argument to do_ibranch
` [PATCH v2 17/45] target/hppa: Introduce and use DisasIAQE for branch management
` [PATCH v2 18/45] target/hppa: Use displacements in DisasIAQE
` [PATCH v2 19/45] target/hppa: Rename cond_make_* helpers
` [PATCH v2 20/45] target/hppa: Use TCG_COND_TST* in do_cond
` [PATCH v2 21/45] target/hppa: Use TCG_COND_TST* in do_log_cond
` [PATCH v2 22/45] target/hppa: Use TCG_COND_TST* in do_unit_zero_cond
` [PATCH v2 23/45] target/hppa: Use TCG_COND_TST* in do_unit_addsub
` [PATCH v2 24/45] target/hppa: Use TCG_COND_TST* in trans_bb_imm
` [PATCH v2 25/45] target/hppa: Use registerfields.h for FPSR
` [PATCH v2 26/45] target/hppa: Use TCG_COND_TST* in trans_ftest
` [PATCH v2 27/45] target/hppa: Remove cond_free
` [PATCH v2 28/45] target/hppa: Introduce DisasDelayException
` [PATCH v2 29/45] target/hppa: Use delay_excp for conditional traps
` [PATCH v2 30/45] target/hppa: Use delay_excp for conditional trap on overflow
` [PATCH v2 31/45] linux-user/hppa: Force all code addresses to PRIV_USER
` [PATCH v2 32/45] target/hppa: Store full iaoq_f and page offset of iaoq_b in TB
` [PATCH v2 33/45] target/hppa: Do not mask in copy_iaoq_entry
` [PATCH v2 34/45] target/hppa: Improve hppa_cpu_dump_state
` [PATCH v2 35/45] target/hppa: Split PSW X and B into their own field
` [PATCH v2 36/45] target/hppa: Manage PSW_X and PSW_B in translator
` [PATCH v2 37/45] target/hppa: Implement PSW_B
` [PATCH v2 38/45] target/hppa: Implement PSW_X
` [PATCH v2 39/45] target/hppa: Drop tlb_entry return from hppa_get_physical_address
` [PATCH v2 40/45] target/hppa: Adjust priv for B,GATE at runtime
` [PATCH v2 41/45] target/hppa: Implement CF_PCREL

[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-05-14 20:06 UTC  (4+ messages)
` [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation

[PATCH 0/9] migration/mapped-ram: Add direct-io support
 2024-05-14 17:57 UTC  (7+ messages)
` [PATCH 4/9] migration: Add direct-io parameter

[PATCH 00/11] maintainer updates (plugins, testing) pre-PR
 2024-05-14 17:51 UTC  (14+ messages)
` [PATCH 01/11] tests/tcg: don't append QEMU_OPTS for armv6m-undef test
` [PATCH 02/11] scripts/update-linux-header.sh: be more src tree friendly
` [PATCH 03/11] plugins: prepare introduction of new inline ops
` [PATCH 04/11] plugins: extract generate ptr for qemu_plugin_u64
` [PATCH 05/11] plugins: add new inline op STORE_U64
` [PATCH 06/11] tests/plugin/inline: add test for STORE_U64 inline op
` [PATCH 07/11] plugins: conditional callbacks
` [PATCH 08/11] tests/plugin/inline: add test for conditional callback
` [PATCH 09/11] plugins: distinct types for callbacks
` [PATCH 10/11] plugins: extract cpu_index generate
` [PATCH 11/11] plugins: remove op from qemu_plugin_inline_cb

[PATCH 0/3] error: Eliminate QERR_QGA_COMMAND_FAILED
 2024-05-14 17:39 UTC  (11+ messages)
` [PATCH 1/3] qga-win32: Improve guest-set-user-password, guest-file-open errors
` [PATCH 2/3] qga: Shorten several error messages
` [PATCH 3/3] qerror: QERR_QGA_COMMAND_FAILED is no longer used, drop

[PATCH 0/3] Assorted fixes for PMU
 2024-05-14 16:52 UTC  (11+ messages)
` [PATCH 1/3] target/riscv: Save counter values during countinhibit update
` [PATCH 2/3] target/riscv: Enforce WARL behavior for scounteren/hcounteren

[PATCH v9 0/6] Pointer Masking update for Zjpm v1.0
 2024-05-14 16:08 UTC  (7+ messages)

[PATCH v2 00/11] VFIO: misc cleanups
 2024-05-14 16:03 UTC  (18+ messages)
` [PATCH v2 01/11] vfio/pci: Use g_autofree in vfio_realize
` [PATCH v2 02/11] vfio/pci: Use g_autofree in iommufd_cdev_get_info_iova_range()
` [PATCH v2 06/11] vfio/container: Make vfio_connect_container() return bool
` [PATCH v2 07/11] vfio/container: Make vfio_set_iommu() "
` [PATCH v2 08/11] vfio/container: Make vfio_get_device() "
` [PATCH v2 09/11] vfio/iommufd: Make iommufd_cdev_*() "
` [PATCH v2 10/11] vfio/cpr: Make vfio_cpr_register_container() "
` [PATCH v2 11/11] backends/iommufd: Make iommufd_backend_*() "

[PATCH v6 0/9] vfio: Improve error reporting (part 2
 2024-05-14 15:31 UTC  (10+ messages)
` [PATCH v6 1/9] vfio: Add Error** argument to .set_dirty_page_tracking() handler
` [PATCH v6 2/9] vfio: Add Error** argument to vfio_devices_dma_logging_start()
` [PATCH v6 3/9] migration: Extend migration_file_set_error() with Error* argument
` [PATCH v6 4/9] vfio/migration: Add an Error** argument to vfio_migration_set_state()
` [PATCH v6 5/9] vfio/migration: Add Error** argument to .vfio_save_config() handler
` [PATCH v6 6/9] vfio: Reverse test on vfio_get_xlat_addr()
` [PATCH v6 7/9] memory: Add Error** argument to memory_get_xlat_addr()
` [PATCH v6 8/9] vfio: Add Error** argument to .get_dirty_bitmap() handler
` [PATCH v6 9/9] vfio: Also trace event failures in vfio_save_complete_precopy()

[PULL 00/25] Migration next patches
 2024-05-14 15:33 UTC  (8+ messages)
` [PULL 20/25] migration: stop vm for cpr
  ` CPR/liveupdate: test results using prior bug fix

[PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
 2024-05-14 15:19 UTC  (12+ messages)

[PATCH v5 00/10] vfio: Improve error reporting (part 2)
 2024-05-14 14:35 UTC  (20+ messages)
` [PATCH v5 04/10] vfio: Use new Error** argument in vfio_save_setup()
` [PATCH v5 05/10] vfio: Add Error** argument to .vfio_save_config() handler
` [PATCH v5 06/10] vfio: Reverse test on vfio_get_dirty_bitmap()
` [PATCH v5 07/10] memory: Add Error** argument to memory_get_xlat_addr()
` [PATCH v5 08/10] vfio: Add Error** argument to .get_dirty_bitmap() handler
` [PATCH v5 10/10] vfio: Extend vfio_set_migration_error() with Error* argument

[PATCH v3 1/2] Revert "vhost-user: fix lost reconnect"
 2024-05-14 13:58 UTC  (4+ messages)
` [PATCH v3 2/2] vhost-user: fix lost reconnect again

[PATCH v6 0/7] Live Migration With IAA
 2024-05-14 14:08 UTC  (5+ messages)
` [PATCH v6 6/7] migration/multifd: implement qpl compression and decompression

[PULL 00/11] Ui patches
 2024-05-14 13:17 UTC  (12+ messages)
` [PULL 01/11] Allow UNIX socket option for VNC websocket
` [PULL 02/11] ui/gtk: Draw guest frame at refresh cycle
` [PULL 03/11] ui/gtk: Check if fence_fd is equal to or greater than 0
` [PULL 04/11] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
` [PULL 05/11] ui/console: Use qemu_dmabuf_get_..() helpers instead
` [PULL 06/11] ui/console: Use qemu_dmabuf_set_..() "
` [PULL 07/11] ui/console: Use qemu_dmabuf_new() and free() "
` [PULL 08/11] ui/console: move QemuDmaBuf struct def to dmabuf.c
` [PULL 09/11] ui/gtk: Add gd_motion_event trace event
` [PULL 10/11] ui/gtk: Fix mouse/motion event scaling issue with GTK display backend
` [PULL 11/11] ui/sdl2: Allow host to power down screen

[PATCH v2 0/4] Fix "virtio-gpu: fix scanout migration post-load"
 2024-05-14 13:06 UTC  (7+ messages)
` [PATCH v2 2/4] migration: fix a typo
` [PATCH v2 3/4] virtio-gpu: add x-vmstate-version

[PULL 00/11] gitlab CI fix and glib update
 2024-05-14 12:51 UTC  (12+ messages)
` [PULL 01/11] configure: Fix error message when C compiler is not working
` [PULL 02/11] dockerfiles: add 'MAKE' env variable to remaining containers
` [PULL 03/11] gitlab: use $MAKE instead of 'make'
` [PULL 04/11] gitlab: use 'setarch -R' to workaround tsan bug
` [PULL 05/11] Bump minimum glib version to v2.66
` [PULL 06/11] Remove glib compatibility code that is not required anymore
` [PULL 07/11] block/gluster: Use URI parsing code from glib
` [PULL 08/11] block/nbd: "
` [PULL 09/11] block/nfs: "
` [PULL 10/11] block/ssh: "
` [PULL 11/11] util/uri: Remove the old URI parsing code

[PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
 2024-05-14 12:56 UTC  (6+ messages)

[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
 2024-05-14 12:23 UTC  (10+ messages)
` [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation

[PATCH] target/loongarch/kvm: fpu save the vreg registers high 192bit
 2024-05-14 12:14 UTC  (2+ messages)

[RFC PATCH] target/loongarch/kvm: Add pmu support
 2024-05-14 12:13 UTC  (2+ messages)

[PATCH 0/2] backup: allow specifying minimum cluster size
 2024-05-14 12:09 UTC  (5+ messages)
` [PATCH 1/2] copy-before-write: "

[PATCH] tests/libqos: Add loongarch virt machine node
 2024-05-14 11:51 UTC 

[PATCH v2] target/riscv: Remove experimental prefix from "B" extension
 2024-05-14 11:38 UTC  (3+ messages)

[PATCH v2 0/3] Upgrade ACPI SPCR table to support SPCR table version 4 format
 2024-05-14 11:18 UTC  (11+ messages)
` [PATCH v2 1/3] qtest: allow SPCR acpi table changes
` [PATCH v2 2/3] hw/acpi: Upgrade ACPI SPCR table to support SPCR table version 4 format

[PATCH] hw/loongarch: Add VM mode in IOCSR feature register in kvm mode
 2024-05-14 11:08 UTC  (2+ messages)

[PATCH] hw/riscv/virt: Add hotplugging and virtio-md-pci support
 2024-05-14 11:06 UTC 

[PATCH ats_vtd v1 00/24] ATS support for VT-d
 2024-05-14  9:20 UTC  (15+ messages)
` [PATCH ats_vtd v1 03/24] intel_iommu: check if the input address is canonical
` [PATCH ats_vtd v1 04/24] intel_iommu: set accessed and dirty bits during first stage translation
` [PATCH ats_vtd v1 08/24] pcie: add helper to declare PASID capability for a pcie device
` [PATCH ats_vtd v1 07/24] memory: add permissions in IOMMUAccessFlags
` [PATCH ats_vtd v1 09/24] pcie: helper functions to check if PASID and ATS are enabled
` [PATCH ats_vtd v1 06/24] intel_iommu: do not consider wait_desc as an invalid descriptor
` [PATCH ats_vtd v1 14/24] pci: add IOMMU operations to get address spaces and memory regions with PASID

[PATCH] target/riscv: rvzicbo: Fixup CBO extension register calculation
 2024-05-14  9:10 UTC  (3+ messages)

[PATCH v2 0/2] Add extioi virt extension support
 2024-05-14  9:07 UTC  (3+ messages)
` [PATCH v2 1/2] hw/intc/loongarch_extioi: Add extioi virt extension definition
` [PATCH v2 2/2] hw/loongarch/virt: Enable extioi virt extension

[PATCH v3 0/6] X86: Alias isa-bios area and clean up
 2024-05-14  8:31 UTC  (3+ messages)

[PULL 00/27] Build/arch cleanups, target/i386 fixes for 2024-05-10
 2024-05-14  8:51 UTC  (2+ messages)

[PATCH v7 00/12] Enabling DCD emulation support in Qemu
 2024-05-14  8:28 UTC  (5+ messages)
` [PATCH v7 04/12] hw/mem/cxl_type3: Add support to create DC regions to type3 memory devices
` [PATCH v7 06/12] hw/mem/cxl_type3: Add host backend and address space handling for DC regions

[PATCH v3] mc146818rtc: add a way to generate RTC interrupts via QMP
 2024-05-14  6:57 UTC  (2+ messages)

[PATCH v2 00/33] accel/tcg: Improve disassembly for target and plugin
 2024-05-14  6:25 UTC  (3+ messages)
` [PATCH v2 29/33] target/riscv: Use translator_ld* for everything

[PATCH 2/2] target/riscv: do not set mtval2 for non guest-page faults
 2024-05-14  6:16 UTC  (4+ messages)
` [PATCH v2 "

[PATCH intel_iommu 0/7] FLTS for VT-d
 2024-05-14  6:13 UTC  (8+ messages)

[PATCH 1/2] target/riscv: prioritize pmp errors in raise_mmu_exception()
 2024-05-14  5:48 UTC  (2+ messages)

[PATCH v2 0/4] Fix fp16 checking in vector fp widen/narrow instructions
 2024-05-14  5:22 UTC  (2+ messages)

riscv disassembler error with pmpcfg0
 2024-05-14  5:19 UTC  (2+ messages)

[PATCH] dias/riscv: Decode all of the pmpcfg and pmpaddr CSRs
 2024-05-14  5:16 UTC 

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-05-14  3:56 UTC  (16+ messages)

[PATCH 0/2] hw/core: revert deprecation of 'parameter=1' for SMP topology
 2024-05-14  3:49 UTC  (5+ messages)
` [PATCH 1/2] hw/core: allow parameter=1 for SMP topology on any machine

[PATCH] target/ppc: handle vcpu hotplug failure gracefully
 2024-05-14  3:09 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).