qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-13 12:17:38 to 2024-04-16 09:20:22 UTC [more...]

[PATCH v3 00/16] Add AST2700 support
 2024-04-16  9:18 UTC  (2+ messages)
` [PATCH v3 04/16] aspeed/sdmc: fix coding style

[PATCH v10 00/21] i386: Introduce smp.modules and clean up cache topology
 2024-04-16  9:30 UTC  (2+ messages)

[PATCH 0/6] reset: Add RESET_TYPE_SNAPSHOT_LOAD
 2024-04-16  9:10 UTC  (11+ messages)
` [PATCH 1/6] hw/misc: Don't special case RESET_TYPE_COLD in npcm7xx_clk, gcr
` [PATCH 2/6] allwinner-i2c, adm1272: Use device_cold_reset() for software-triggered reset
` [PATCH 3/6] scripts/coccinelle: New script to add ResetType to hold and exit phases
` [PATCH 4/6] hw, target: Add ResetType argument to hold and exit phase methods
` [PATCH 5/6] docs/devel/reset: Update to new API for "

[PATCH] chardev/char-win-stdio: Fix keyboard input after exit Qemu on
 2024-04-16  9:10 UTC  (3+ messages)

Questions about "QEMU gives wrong MPIDR value for Arm CPU types with MT=1" (gitlab issue #1608)
 2024-04-16  8:56 UTC  (4+ messages)

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-04-16  8:55 UTC  (4+ messages)
` [PATCH v5 28/65] i386/tdx: Disable pmu for TD guest

[PATCH] vhost-user-gpu: fix import of DMABUF
 2024-04-16  8:50 UTC  (3+ messages)

Intention to work on GSoC project
 2024-04-16  8:41 UTC  (7+ messages)

[PATCH 0/6] disas/cris: Use GString instead of sprintf
 2024-04-16  8:35 UTC  (2+ messages)

[PATCH] hw/nvram: Make (len + offset) check more strict
 2024-04-16  8:26 UTC 

[PATCH v2 0/2] Improvements for switches in hw/cpu/Kconfig
 2024-04-16  7:34 UTC  (5+ messages)
` [PATCH v2 1/2] hw: Fix problem with the A*MPCORE switches in the Kconfig files
` [PATCH v2 2/2] hw: Add a Kconfig switch for the TYPE_CPU_CLUSTER device

[PATCH v9 00/20] virtio-net RSS/hash report fixes and improvements
 2024-04-16  7:13 UTC  (10+ messages)
` [PATCH v9 13/20] virtio-net: Return an error when vhost cannot enable RSS
` [PATCH v9 17/20] ebpf: Fix RSS error handling

[PATCH v2 0/5] Check host IOMMU compatilibity with vIOMMU
 2024-04-16  7:09 UTC  (4+ messages)
` [PATCH v2 3/5] intel_iommu: Add a framework to do compatibility check with host IOMMU cap/ecap

[RFC QEMU PATCH v9 0/1] S3 support
 2024-04-16  7:01 UTC  (3+ messages)
` [RFC QEMU PATCH v9 1/2] virtio-pci: only reset pm state during resetting
` [RFC QEMU PATCH v9 2/2] virtio-pci: implement No_Soft_Reset bit

[PATCH 0/8] target/ppc: Move fixed-point insns to decodetree
 2024-04-16  6:39 UTC  (9+ messages)
` [PATCH 1/8] target/ppc: Move mul{li, lw, lwo, hw, hwu} instructions "
` [PATCH 2/8] target/ppc: Make divw[u] handler method decodetree compatible
` [PATCH 3/8] target/ppc: Move divw[u, e, eu] instructions to decodetree
` [PATCH 4/8] target/ppc: Move neg, darn, mod{sw, uw} "
` [PATCH 5/8] target/ppc: Move multiply fixed-point insns (64-bit operands) "
` [PATCH 6/8] target/ppc: Move div/mod fixed-point insns (64 bits "
` [PATCH 7/8] target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions "
` [PATCH 8/8] target/ppc: Move logical fixed-point "

[PATCH v2 00/10] Add a host IOMMU device abstraction
 2024-04-16  6:11 UTC  (33+ messages)
` [PATCH v2 01/10] backends: Introduce abstract HostIOMMUDevice
` [PATCH v2 02/10] vfio: Introduce HIODLegacyVFIO device
` [PATCH v2 03/10] backends/iommufd: Introduce abstract HIODIOMMUFD device
` [PATCH v2 05/10] vfio: Implement get_host_iommu_info() callback
` [PATCH v2 06/10] backends/iommufd: Introduce helper function iommufd_backend_get_device_info()
` [PATCH v2 07/10] backends/iommufd: Implement get_host_iommu_info() callback
` [PATCH v2 08/10] vfio: Create host IOMMU device instance
` [PATCH v2 09/10] hw/pci: Introduce pci_device_set/unset_iommu_device()
` [PATCH v2 10/10] vfio: Pass HostIOMMUDevice to vIOMMU

[PATCH 0/7] plugins: Use unwind info for special gdb registers
 2024-04-16  4:06 UTC  (8+ messages)
` [PATCH 1/7] tcg: Introduce INDEX_op_plugin_pc
` [PATCH 2/7] accel/tcg: Set CPUState.plugin_ra before all plugin callbacks
` [PATCH 3/7] accel/tcg: Return the TranslationBlock from cpu_unwind_state_data
` [PATCH 4/7] plugins: Introduce TCGCPUOps callbacks for mid-tb register reads
` [PATCH 5/7] target/i386: Split out gdb-internal.h
` [PATCH 6/7] target/i386: Introduce cpu_compute_eflags_ccop
` [PATCH 7/7] target/i386: Implement TCGCPUOps for plugin register reads

[PATCH 0/7] plugins: Use unwind info for special gdb registers
 2024-04-16  4:05 UTC 

[PATCH v8] virtio-pci: fix use of a released vector
 2024-04-16  3:20 UTC  (4+ messages)

[PATCH 1/2] target/riscv: prioritize pmp errors in raise_mmu_exception()
 2024-04-16  3:14 UTC  (3+ messages)

[PATCH for-9.0] ppc440_pcix: Do not expose a bridge device on PCI bus
 2024-04-16  2:26 UTC  (4+ messages)

[RFC v3 0/6] virtio,vhost: Add VIRTIO_F_IN_ORDER support
 2024-04-16  0:47 UTC  (2+ messages)

[RFC 0/1] hw/nvme: add atomic write support
 2024-04-15 23:46 UTC  (2+ messages)
` [RFC 1/1] "

[PATCH v5 0/3] ui/console: Private QemuDmaBuf struct
 2024-04-15 23:07 UTC  (4+ messages)
` [PATCH v5 1/3] ui/console: Introduce dpy_gl_qemu_dmabuf_get_..() helpers
` [PATCH v5 2/3] ui/console: Introduce dpy_gl_qemu_dmabuf_set_..() helpers
` [PATCH v5 3/3] ui/console: Introduce dpy_gl_qemu_dmabuf_new() and free() helpers

[PATCH v6 00/12] Enabling DCD emulation support in Qemu
 2024-04-15 20:17 UTC  (16+ messages)
` [PATCH v6 08/12] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH v6 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v6 10/12] hw/mem/cxl_type3: Add dpa range validation for accesses to DC regions
` [PATCH v6 11/12] hw/cxl/cxl-mailbox-utils: Add superset extent release mailbox support

[PATCH] qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead
 2024-04-15 18:39 UTC 

[PATCH v2] target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASK
 2024-04-15 18:30 UTC  (4+ messages)

[PATCH v8] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-04-15 17:31 UTC  (7+ messages)

[PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-04-15 17:29 UTC  (2+ messages)

[PATCH v2 00/13] Drop old distros, bump glib and switch to glib URI parsing code
 2024-04-15 17:23 UTC  (19+ messages)
` [PATCH v2 02/13] tests/lcitool/libvirt-ci: Update to the latest master branch
` [PATCH v2 03/13] tests/docker/dockerfiles: Run lcitool-refresh after the lcitool update
` [PATCH v2 04/13] tests: Update our CI to use CentOS Stream 9 instead of 8
` [PATCH v2 05/13] .travis.yml: Update the jobs to Ubuntu 22.04
` [PATCH v2 06/13] ci: move external build environment setups to CentOS Stream 9
` [PATCH v2 07/13] Bump minimum glib version to v2.66
` [PATCH v2 08/13] Remove glib compatibility code that is not required anymore
` [PATCH v2 09/13] block/gluster: Use URI parsing code from glib

[PATCH] target/sparc: resolve ASI_USERTXT correctly
 2024-04-15 16:37 UTC  (8+ messages)

Add 'info pg' command to monitor
 2024-04-15 16:37 UTC  (4+ messages)
` [PATCH 1/2] monitor: Implement a generic x86 page table iterator
` [PATCH 2/2] monitor: Add an "info pg" command that prints the current page tables

XIVE VFIO kernel resample failure in INTx mode under heavy load
 2024-04-15 16:33 UTC  (9+ messages)

[PATCH] tests/avocado: update sunxi kernel from armbian to 6.6.16
 2024-04-15 15:18 UTC 

[PATCH v2 0/6] hw/ppc: SPI model
 2024-04-15 15:14 UTC  (5+ messages)
` [PATCH v2 1/6] hw/ppc: remove SPI responder model
` [PATCH v2 2/6] hw/ppc: SPI controller model - registers implementation

[PULL 0/2] Misc HW patches for 2024-04-15
 2024-04-15 14:55 UTC  (3+ messages)
` [PULL 1/2] hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately
` [PULL 2/2] hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI bus

[PATCH] hw/misc/applesmc: Simplify DeviceReset handler
 2024-04-15 14:48 UTC  (2+ messages)

[PATCH] hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately
 2024-04-15 14:47 UTC  (2+ messages)

[PATCH v2] ppc440_pcix: Do not expose a bridge device on PCI bus
 2024-04-15 14:47 UTC  (4+ messages)

[PATCH 6.8 008/172] virtio_net: Do not send RSS key if it is not supported
 2024-04-15 14:18 UTC 

[PULL 0/1] virtio: bugfix
 2024-04-15 14:24 UTC  (3+ messages)
` [PULL 1/1] virtio-pci: fix use of a released vector

[PATCH for-9.1 0/9] Switch to glib URI parsing code
 2024-04-15 14:16 UTC  (2+ messages)
` MAINTAINERS tweak [was: [PATCH for-9.1 0/9] Switch to glib URI parsing code]

[PATCH v2] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI
 2024-04-15 14:03 UTC  (3+ messages)
` [PATCH v4] "

[PATCH 00/12] misc: Remove sprintf() due to macOS deprecation
 2024-04-15 14:01 UTC  (4+ messages)
` [PATCH 02/12] hw/vfio/pci: Replace sprintf() by g_strdup_printf()

[PATCH] x86/loader: only patch linux kernels
 2024-04-15 13:48 UTC  (6+ messages)
  ` secure boot & direct kernel load (was: Re: [PATCH] x86/loader: only patch linux kernels)

[PATCH 00/20] arm: Rework target/ headers to build various hw/ files once
 2024-04-15 12:51 UTC  (3+ messages)
` [PATCH 08/20] target/arm: Rename arm_cpu_mp_affinity

Qemu for TC377
 2024-04-15 11:51 UTC  (2+ messages)

Hermetic virtio-vsock in QEMU
 2024-04-15 11:20 UTC  (2+ messages)

[PATCH] vl: fix "type is NULL" in -vga help
 2024-04-15 11:15 UTC 

Discrepancy between mmap call on DPDK/libvduse and rust vm-memory crate
 2024-04-15 10:51 UTC  (5+ messages)

[PATCH v5 1/3] ui/console: Introduce dpy_gl_qemu_dmabuf_get_..() helpers
 2024-04-15 10:10 UTC  (2+ messages)

[PATCH v2] hw/i386/acpi: Set PCAT_COMPAT bit only when pic is not disabled
 2024-04-15 10:08 UTC  (4+ messages)

[PATCH v7 00/10] Support blob memory and venus on qemu
 2024-04-15 10:05 UTC  (9+ messages)
` [PATCH v7 07/10] virtio-gpu: Handle resource blob commands

[PATCH v4 0/5] Add device DM163 (led driver, matrix colors shield & display)
 2024-04-15 10:00 UTC  (13+ messages)
` [PATCH v4 1/5] hw/display : Add device DM163
` [PATCH v4 2/5] hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoC
` [PATCH v4 3/5] hw/arm : Create Bl475eMachineState
` [PATCH v4 4/5] hw/arm : Connect DM163 to B-L475E-IOT01A
` [PATCH v4 5/5] tests/qtest : Add testcase for DM163

[PATCH v7] virtio-pci: Fix the crash that the vector was used after released
 2024-04-15  9:26 UTC  (3+ messages)

[PATCH v6] virtio-pci: Fix the crash that the vector was used after released
 2024-04-15  9:20 UTC  (7+ messages)

[PATCH v2 00/15] hw/southbridge: Extract ICH9 QOM container model
 2024-04-15  8:05 UTC  (3+ messages)
` [PATCH v2 11/15] hw/southbridge/ich9: Add a AHCI function

[PATCH v2] tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint`
 2024-04-15  7:35 UTC  (2+ messages)

[PATCH 0/5] Sparc CPU naming and help text improvements
 2024-04-15  7:26 UTC  (2+ messages)

[PATCH 1/1] target/riscv/kvm.c: Fix the hart bit setting of AIA
 2024-04-15  6:52 UTC 

[PATCH v2 00/13] misc: Remove sprintf() due to macOS deprecation
 2024-04-15  6:44 UTC  (3+ messages)
` [PATCH v2 03/13] hw/ppc/spapr: Replace sprintf() by snprintf()

[PATCH RESEND 0/2] Fix crash of VMs configured with the CDROM device
 2024-04-15  5:50 UTC  (3+ messages)
` [PATCH RESEND 2/2] scsi-disk: "

COLO state?
 2024-04-15  2:41 UTC  (2+ messages)

[RFC PATCH 0/4] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
 2024-04-15  1:47 UTC  (4+ messages)

[PATCH] m25p80: Add support for the GD25WQ32E flash
 2024-04-14 19:36 UTC  (2+ messages)

[PATCH] tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint`
 2024-04-14 16:34 UTC  (3+ messages)

Patch "virtio_net: Do not send RSS key if it is not supported" has been added to the 6.8-stable tree
 2024-04-14 13:43 UTC 

[PULL 0/1] target/sparc late fix
 2024-04-14 12:07 UTC  (2+ messages)

Point where target instructions are read
 2024-04-13 20:51 UTC  (9+ 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).