messages from 2024-05-13 06:34:08 to 2024-05-13 14:39:23 UTC [more...]
[PATCH v2 0/3] qapi/vfio: Add VFIO migration QAPI event
2024-05-13 14:38 UTC (9+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] vfio/migration: Emit "
` [PATCH v2 3/3] vfio/migration: Don't emit STOP_COPY VFIO migration QAPI event twice
[PATCH 0/4] tests: Remove xfsprogs and g++ from the dockerfiles
2024-05-13 14:26 UTC (10+ messages)
` [PATCH 1/4] tests/lcitool: Remove 'xfsprogs' from QEMU
` [PATCH 2/4] tests/lcitool: Remove g++ from the containers (except for the MinGW one)
` [PATCH 3/4] tests/lcitool/projects/qemu.yml: Sort entries alphabetically again
` [PATCH 4/4] tests/docker/dockerfiles: Update container files with "lcitool-refresh"
[PATCH 0/6] error: Eliminate QERR_IO_ERROR
2024-05-13 14:28 UTC (13+ messages)
` [PATCH 1/6] block: Improve error message when external snapshot can't flush
` [PATCH 2/6] dump/win_dump: Improve error messages on write error
` [PATCH 3/6] block/vmdk: Improve error messages on extent "
` [PATCH 4/6] cpus: Improve error messages on memsave, pmemsave "
` [PATCH 5/6] migration: Rephrase message on failure to save / load Xen device state
` [PATCH 6/6] qerror: QERR_IO_ERROR is no longer used, drop
[PATCH v5 00/10] vfio: Improve error reporting (part 2)
2024-05-13 14:26 UTC (21+ messages)
` [PATCH v5 01/10] vfio: Add Error** argument to .set_dirty_page_tracking() handler
` [PATCH v5 02/10] vfio: Add Error** argument to vfio_devices_dma_logging_start()
` [PATCH v5 03/10] vfio: Extend migration_file_set_error() with Error** argument
` [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 09/10] vfio: Also trace event failures in vfio_save_complete_precopy()
` [PATCH v5 10/10] vfio: Extend vfio_set_migration_error() with Error* argument
Intention to work on GSoC project
2024-05-13 14:23 UTC (5+ messages)
[PATCH v2 00/33] accel/tcg: Improve disassembly for target and plugin
2024-05-13 14:18 UTC (3+ messages)
` [PATCH v2 13/33] plugins: Use DisasContextBase for qemu_plugin_insn_haddr
[PATCH v2 00/45] target/hppa: Misc improvements
2024-05-13 14:15 UTC (57+ 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 15/45] target/hppa: Use umax in do_ibranch_priv
` [PATCH v2 16/45] target/hppa: Always make a copy "
` [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 42/45] target/hppa: Implement PSW_T
` [PATCH v2 43/45] target/hppa: Implement PSW_H, PSW_L
` [PATCH v2 44/45] target/hppa: Log cpu state at interrupt
` [PATCH v2 45/45] target/hppa: Log cpu state on return-from-interrupt
[PATCH 0/2] hw/core: revert deprecation of 'parameter=1' for SMP topology
2024-05-13 14:22 UTC (5+ messages)
` [PATCH 1/2] hw/core: allow parameter=1 for SMP topology on any machine
` [PATCH 2/2] tests: add testing of parameter=1 for SMP topology
[RFC PATCH v3 00/18] SMMUv3 nested translation support
2024-05-13 13:57 UTC (6+ messages)
` [RFC PATCH v3 01/18] hw/arm/smmu-common: Add missing size check for stage-1
` [RFC PATCH v3 02/18] hw/arm/smmu: Fix IPA for stage-2 events
[PATCH 0/3] Initial support for One-Time Programmable Memory (OTP) in BCM2835
2024-05-13 13:51 UTC (8+ messages)
` [PATCH 1/3] hw/nvram: Add BCM2835 OTP device
` [PATCH 2/3] hw/arm: Connect OTP device to BCM2835
` [PATCH 3/3] hw/misc: Implement mailbox properties for customer OTP and device specific private keys
[PATCH v2 0/4] Fix "virtio-gpu: fix scanout migration post-load"
2024-05-13 13:44 UTC (8+ messages)
` [PATCH v2 1/4] migration: add "exists" info to load-state-field trace
` [PATCH v2 2/4] migration: fix a typo
` [PATCH v2 3/4] virtio-gpu: add x-vmstate-version
` [PATCH v2 4/4] virtio-gpu: fix v2 migration
[Bug 2065579] Re: [UBUNTU 22.04] OS guest boot issues on 9p filesystem
2024-05-13 13:18 UTC
[PATCH 0/2] backup: allow specifying minimum cluster size
2024-05-13 13:24 UTC (4+ messages)
` [PATCH 1/2] copy-before-write: "
[PATCH v4 00/22] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
2024-05-13 13:18 UTC (3+ messages)
[PATCH v9 0/6] Pointer Masking update for Zjpm v1.0
2024-05-13 12:50 UTC (19+ messages)
` [PATCH v9 2/6] target/riscv: Add new CSR fields for S{sn, mn, m}pm extensions as part of Zjpm v0.8
` [PATCH v9 3/6] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
` [PATCH v9 4/6] target/riscv: Add pointer masking tb flags
` [PATCH v9 5/6] target/riscv: Update address modify functions to take into account pointer masking
` [PATCH v9 6/6] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension
Unmapping KVM Guest Memory from Host Kernel
2024-05-13 10:31 UTC (4+ messages)
[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
2024-05-13 12:41 UTC (7+ messages)
` [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
[Semihosting Tests PATCH 0/3] add SYS_GET_CMDLINE test
2024-05-13 12:36 UTC (5+ messages)
` [Semihosting Tests PATCH 1/3] .editorconfig: add code conventions for tooling
` [Semihosting Tests PATCH 2/3] update includes for bare metal compiling
` [Semihosting Tests PATCH 3/3] add SYS_GET_CMDLINE test
[PATCH] vfio: container: Fix missing allocation of VFIOSpaprContainer
2024-05-13 12:23 UTC (2+ messages)
[PATCH RESEND] target/riscv/cpu.c: fix Zvkb extension config
2024-05-13 12:21 UTC (3+ messages)
[PATCH 1/1] tests/fp/meson: don't build fp-bench test if fenv.h is missing
2024-05-13 12:21 UTC (10+ messages)
[PATCH 0/3] gitlab: fix failing TSAN job in CI
2024-05-13 11:50 UTC (10+ messages)
` [PATCH 1/3] dockerfiles: add 'MAKE' env variable to remaining containers
` [PATCH 2/3] gitlab: use $MAKE instead of 'make'
` [PATCH 3/3] gitlab: use 'setarch -R' to workaround tsan bug
[PATCH] ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear function
2024-05-13 11:49 UTC (2+ messages)
[PATCH v2] configure: Fix error message when C compiler is not working
2024-05-13 11:48 UTC (2+ messages)
[PATCH 0/2] Minor fixes and improvements for Virtual IRQs
2024-05-13 11:46 UTC (3+ messages)
` [PATCH 1/2] target/riscv: Extend virtual irq csrs masks to be 64 bit wide
` [PATCH 2/2] target/riscv: Move Guest irqs out of the core local irqs range
[PATCH 00/45] target/hppa: Misc improvements
2024-05-13 11:41 UTC (3+ messages)
` [PATCH 04/45] target/hppa: Pass displacement to do_dbranch
[PATCH 0/3] Trivial ARM changes
2024-05-13 11:34 UTC (7+ messages)
` [PATCH 1/3] hw/rtc/ds1338: Trace send and receive operations
` [PATCH 2/3] hw/timer/imx_gpt: Convert DPRINTF to trace events
` [PATCH 3/3] hw/watchdog/wdt_imx2: Remove redundant assignment
[PATCH v2] vhost-user-gpu: fix import of DMABUF
2024-05-13 11:13 UTC
[PATCH v2 0/3] Upgrade ACPI SPCR table to support SPCR table version 4 format
2024-05-13 10:36 UTC (5+ messages)
` [PATCH v2 1/3] qtest: allow SPCR acpi table changes
[PATCH] target/riscv: Remove experimental prefix from "B" extension
2024-05-13 10:34 UTC (2+ messages)
[PATCH v5] riscv: thead: Add th.sxstatus CSR emulation
2024-05-13 10:31 UTC (2+ messages)
[PATCH v5 00/19] Add a host IOMMU device abstraction to check with vIOMMU
2024-05-13 10:28 UTC (4+ messages)
` [PATCH v5 01/19] backends: Introduce HostIOMMUDevice abstract
[PATCH v5] target/riscv: Implement dynamic establishment of custom decoder
2024-05-13 10:27 UTC (2+ messages)
[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
2024-05-13 9:56 UTC (15+ messages)
[PATCH] docs/system: Remove ADC from raspi documentation
2024-05-13 9:21 UTC (2+ messages)
[PATCH v11 00/10] Support blob memory and venus on qemu
2024-05-13 9:20 UTC (7+ messages)
` [PATCH v11 01/10] virtio-gpu: Unrealize GL device
` [PATCH v11 08/10] virtio-gpu: Handle resource blob commands
` [PATCH v11 09/10] virtio-gpu: Register capsets dynamically
[PATCH] ui/sdl2: Allow host to power down screen
2024-05-13 8:30 UTC (2+ messages)
[PATCH 1/2] Add gd_motion_event trace event
2024-05-13 8:22 UTC (6+ messages)
` [PATCH v2 0/2] ui/gtk: Fix motion event scaling issue
` [PATCH v2 1/2] ui/gtk: Add gd_motion_event trace event
` [PATCH v2 2/2] ui/gtk: Fix mouse/motion event scaling issue with GTK display backend
Kubernetes runners down?
2024-05-13 7:42 UTC
[PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
2024-05-13 7:30 UTC (12+ messages)
[PATCH] fix: correct typo in ext_zvkb configuration variable Signed-off-by: Kaiyao Duan <inspiremenow@murena.io>
2024-05-13 7:24 UTC (2+ messages)
[PATCH] hw/nvme: Add CLI options for PCI vendor/device IDs and IEEE-OUI ID
2024-05-13 7:23 UTC (2+ messages)
[PATCH v2 1/2] Revert "vhost-user: fix lost reconnect"
2024-05-13 7:15 UTC (3+ messages)
` [PATCH v2 2/2] vhost-user: fix lost reconnect again
[PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
2024-05-13 6:54 UTC (3+ messages)
[PATCH v3 0/5] mirror: allow specifying working bitmap
2024-05-13 6:46 UTC (3+ messages)
` [PATCH v3 3/5] "
[PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
2024-05-13 6:52 UTC (5+ messages)
[PATCH v2 00/11] qcow2: make subclusters discardable
2024-05-13 6:32 UTC (5+ messages)
` [PATCH v2 03/11] qcow2: put discard requests in the common queue when discard-no-unref enabled
` [PATCH v2 06/11] iotests/290: add test case to check 'discard-no-unref' option behavior
` [PATCH v2 07/11] qcow2: add get_sc_range_info() helper for working with subcluster ranges
` [PATCH v2 10/11] qcow2: zero_l2_subclusters: fall through to discard operation when requested
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).