qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-31 10:28:27 to 2023-08-01 10:34:28 UTC [more...]

[PATCH v3 00/17] Support smp.clusters for x86
 2023-08-01 10:35 UTC  (12+ messages)
` [PATCH v3 01/17] i386: Fix comment style in topology.h
` [PATCH v3 02/17] tests: Rename test-x86-cpuid.c to test-x86-topo.c
` [PATCH v3 03/17] softmmu: Fix CPUSTATE.nr_cores' calculation
` [PATCH v3 07/17] i386: Introduce module-level cpu topology to CPUX86State
` [PATCH v3 08/17] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v3 09/17] i386: Support module_id in X86CPUTopoIDs
` [PATCH v3 10/17] i386/cpu: Introduce cluster-id to X86CPU
` [PATCH v3 12/17] hw/i386/pc: Support smp.clusters for x86 PC machine
` [PATCH v3 14/17] i386: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v3 15/17] i386: Fix NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v3 16/17] i386: Use CPUCacheInfo.share_level to encode "

[PULL 0/5] Misc fixes, for thread-pool, xen, and xen-emulate
 2023-08-01  9:40 UTC  (6+ messages)
` [PULL 1/5] hw/xen: Clarify (lack of) error handling in transaction_commit()
` [PULL 2/5] xen-block: Avoid leaks on new error path
` [PULL 3/5] thread-pool: signal "request_cond" while locked
` [PULL 4/5] xen: Don't pass MemoryListener around by value
` [PULL 5/5] xen-platform: do full PCI reset during unplug of IDE devices

[PATCH 1/2] vmmouse: replace DPRINTF with tracing
 2023-08-01  9:39 UTC  (2+ messages)
` [PATCH 2/2] vmmouse: use explicit code

[PATCH] hw/i386/vmmouse:add relative packet flag for button status
 2023-08-01  9:38 UTC  (3+ messages)
` [RESEND PATCH] "

[RFC PATCH v4 00/24] vfio: Adopt iommufd
 2023-08-01  8:28 UTC  (2+ messages)

[PATCH 0/8] Adds CPU hot-plug support to Loongarch
 2023-08-01  8:32 UTC  (14+ messages)
` [PATCH 1/8] Update ACPI GED framework to support vcpu hot-(un)plug
` [PATCH 2/8] Update CPUs AML with cpu-(ctrl)dev change
` [PATCH 3/8] Introduced a new function to disconnect GPIO connections

[RFC] migration/block-dirty-bitmap: make loading bitmap for device with iothread future-proof
 2023-08-01  7:57 UTC  (3+ messages)

[PATCH RFC v1 0/3] Support dynamic MSI-X allocation
 2023-08-01  7:45 UTC  (4+ messages)
` [PATCH RFC v1 3/3] vfio/pci: dynamic MSI-X allocation in interrupt restoring

[PULL 00/10] tcg patch queue for rc2
 2023-08-01  6:08 UTC  (14+ messages)
` [PULL 01/10] util/interval-tree: Use qatomic_read for left/right while searching
` [PULL 02/10] util/interval-tree: Use qatomic_set_mb in rb_link_node
` [PULL 03/10] util/interval-tree: Introduce pc_parent
` [PULL 04/10] util/interval-tree: Use qatomic_read/set for rb_parent_color
` [PULL 05/10] accel/tcg: Clear tcg_ctx->gen_tb on buffer overflow
` [PULL 06/10] bsd-user: Allocate guest virtual address space
` [PULL 07/10] bsd-user: Specify host page alignment if none specified
` [PULL 08/10] target/ppc: Disable goto_tb with architectural singlestep
` [PULL 09/10] linux-user/armeb: Fix __kernel_cmpxchg() for armeb
` [PULL 10/10] target/s390x: Move trans_exc_code update to do_program_interrupt

[PATCH 0/5] linux-user: brk/mmap fixes
 2023-08-01  4:49 UTC  (22+ messages)
` [PATCH 1/5] linux-user: Unset MAP_FIXED_NOREPLACE for host
` [PATCH 2/5] linux-user: Do not call get_errno() in do_brk()
` [PATCH 3/5] linux-user: Use MAP_FIXED_NOREPLACE for do_brk()
` [PATCH 4/5] linux-user: Do nothing if too small brk is specified
` [PATCH 5/5] linux-user: Do not align brk with host page size

[PATCH 0/7] Enable vdpa net migration with features depending on CVQ
 2023-08-01  3:48 UTC  (4+ messages)

[PATCH] target/riscv: Fix page_check_range use in fault-only-first
 2023-08-01  3:37 UTC  (3+ messages)

[PATCH] vdpa: set old virtio status at cvq isolation probing end
 2023-08-01  3:28 UTC  (7+ messages)

[PATCH v2 00/11] tpm: introduce TPM CRB SysBus device
 2023-08-01  3:02 UTC  (9+ messages)
` [PATCH v2 05/11] tpm_crb: use the ISA bus
` [PATCH v2 06/11] tpm_crb: move ACPI table building to device interface

[PATCH] hw/riscv: split RAM into low and high memory
 2023-08-01  2:34 UTC  (3+ messages)

[RFC PATCH 00/19] QEMU gmem implemention
 2023-08-01  1:55 UTC  (30+ messages)
` [RFC PATCH 01/19] trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
` [RFC PATCH 02/19] *** HACK *** linux-headers: Update headers to pull in gmem APIs
` [RFC PATCH 03/19] RAMBlock: Support KVM gmemory
` [RFC PATCH 04/19] memory: Introduce memory_region_can_be_private()
` [RFC PATCH 05/19] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [RFC PATCH 06/19] i386/pc: Drop pc_machine_kvm_type()
` [RFC PATCH 07/19] target/i386: Implement mc->kvm_type() to get VM type
` [RFC PATCH 08/19] HostMem: Add private property to indicate to use kvm gmem
` [RFC PATCH 09/19] i386/kvm: Create gmem fd for KVM_X86_SW_PROTECTED_VM
` [RFC PATCH 10/19] kvm: Introduce support for memory_attributes
` [RFC PATCH 11/19] kvm/memory: Introduce the infrastructure to set the default shared/private value
` [RFC PATCH 12/19] i386/kvm: Set memory to default private for KVM_X86_SW_PROTECTED_VM
` [RFC PATCH 13/19] physmem: replace function name with __func__ in ram_block_discard_range()
` [RFC PATCH 14/19] physmem: Add ram_block_convert_range
` [RFC PATCH 15/19] kvm: handle KVM_EXIT_MEMORY_FAULT
` [RFC PATCH 16/19] trace/kvm: Add trace for page convertion between shared and private
` [RFC PATCH 17/19] pci-host/q35: Move PAM initialization above SMRAM initialization
` [RFC PATCH 18/19] q35: Introduce smm_ranges property for q35-pci-host
` [RFC PATCH 19/19] i386: Disable SMM mode for X86_SW_PROTECTED_VM

[PATCH v2 0/9] gfxstream + rutabaga_gfx
 2023-08-01  1:17 UTC  (10+ messages)
` [PATCH v2 1/9] virtio: Add shared memory capability
` [PATCH v2 2/9] virtio-gpu: CONTEXT_INIT feature
` [PATCH v2 3/9] virtio-gpu: hostmem
` [PATCH v2 4/9] virtio-gpu: blob prep
` [PATCH v2 5/9] gfxstream + rutabaga prep: added need defintions, fields, and options
` [PATCH v2 6/9] gfxstream + rutabaga: add initial support for gfxstream
` [PATCH v2 7/9] gfxstream + rutabaga: meson support
` [PATCH v2 8/9] gfxstream + rutabaga: enable rutabaga
` [PATCH v2 9/9] docs/system: add basic virtio-gpu documentation

[PATCH 0/3] hw/ufs: fix compilation warnings
 2023-08-01  0:08 UTC  (2+ messages)

[PATCH] target/nios2: Fix semihost lseek offset computation
 2023-07-31 23:52 UTC 

[PATCH] vhost-user-scsi: support reconnect to backend
 2023-07-31 23:35 UTC  (23+ messages)
` [PATCH v2 0/4] Implement reconnect for vhost-user-scsi
  ` [PATCH v2 2/4] vhost-user-common: send get_inflight_fd once
` [PATCH v3 0/5] Implement reconnect for vhost-user-scsi
  ` [PATCH v3 1/5] vhost: fix the fd leak
  ` [PATCH v3 2/5] vhost-user-common: send get_inflight_fd once
  ` [PATCH v3 3/5] vhost: move and rename the conn retry times
  ` [PATCH v3 4/5] vhost-user-scsi: support reconnect to backend
  ` [PATCH v3 5/5] vhost-user-scsi: start vhost when guest kicks

[PATCH] target/nios2: Pass semihosting arg to exit
 2023-07-31 22:41 UTC 

[PATCH v2 0/4] virtio-net: add USO feature (UDP segmentation offload)
 2023-07-31 22:31 UTC  (5+ messages)
` [PATCH v2 1/4] tap: Add USO support to tap device
` [PATCH v2 2/4] tap: Add check for USO features
` [PATCH v2 3/4] virtio-net: Add USO flags to vhost support
` [PATCH v2 4/4] virtio-net: Add support for USO features

[PATCH 0/1] Added support for the MMU node in the RHCT
 2023-07-31 22:09 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/3] Fix segfault on migration return path
 2023-07-31 21:13 UTC  (12+ messages)
` [PATCH 1/3] migration: Stop marking RP bad after shutdown
` [PATCH 2/3] migration: Simplify calling of await_return_path_close_on_source
` [PATCH 3/3] migration: Replace the return path retry logic

[PATCH v2] target/openrisc: Set EPCR to next PC on FPE exceptions
 2023-07-31 21:03 UTC 

[RFC PATCH 0/6] Use Clang for compiling in the 64-bit MSYS2 job
 2023-07-31 20:53 UTC  (23+ messages)
` [RFC PATCH 3/6] util/oslib-win32: Fix compiling with Clang from MSYS2
` [RFC PATCH 4/6] hw/i386/intel_iommu: Fix VTD_IR_TableEntry for ms_struct layout
` [RFC PATCH 5/6] include/qemu/compiler: Fix problem with gcc_struct and Clang
` [RFC PATCH 6/6] gitlab-ci.d/windows: Use Clang for compiling in the 64-bit MSYS2 job

assert fails in s390x TCG
 2023-07-31 20:51 UTC  (3+ messages)

[PATCH] target/openrisc: Set EPCR to next PC on FPE exceptions
 2023-07-31 20:37 UTC  (3+ messages)

[PATCH] disas/riscv: Further correction to LUI disassembly
 2023-07-31 20:37 UTC  (2+ messages)

[PATCH] block-migration: Ensure we don't crash during migration cleanup
 2023-07-31 20:33 UTC 

[PATCH] migration/calc-dirty-rate: millisecond precision period
 2023-07-31 20:06 UTC  (6+ messages)

[PATCH v2] target/riscv: don't read write-only CSR
 2023-07-31 18:48 UTC  (2+ messages)

[PULL 0/6] target-arm queue
 2023-07-31 18:00 UTC  (8+ messages)
` [PULL 1/6] target/arm: Fix MemOp for STGP
` [PULL 2/6] elf2dmp: Don't abandon when Prcb is set to 0
` [PULL 3/6] target/arm: Avoid writing to constant TCGv in trans_CSEL()
` [PULL 4/6] target/arm/tcg: Don't build AArch64 decodetree files for qemu-system-arm
` [PULL 5/6] kvm: Fix crash due to access uninitialized kvm_state
` [PULL 6/6] gdbstub: Fix client Ctrl-C handling

qemu-img cache modes with Linux cgroup v1
 2023-07-31 17:19 UTC  (3+ messages)

[PULL 0/1] hw/nvme fixes
 2023-07-31 16:26 UTC  (2+ messages)

virtio-blk using a single iothread
 2023-07-31 15:51 UTC  (4+ messages)

[PATCH v2] target/riscv: Use existing lookup tables for MixColumns
 2023-07-31 15:16 UTC  (2+ messages)

[PATCH] target/s390x: Move trans_exc_code update to do_program_interrupt
 2023-07-31 14:59 UTC  (5+ messages)

[RFC][PATCH] accel/tcg: Use lookup_and_goto_ptr() for linux-user in translator_use_goto_tb()
 2023-07-31 14:50 UTC  (4+ messages)

[PATCH v2 0/3] block: align CoR requests to subclusters
 2023-07-31 14:51 UTC  (3+ messages)

[PATCH v2 0/3] qemu-img: map: implement support for compressed clusters
 2023-07-31 14:45 UTC  (3+ messages)

[PATCH 0/6] qemu-img: rebase: add compression support
 2023-07-31 14:43 UTC  (4+ messages)

[PATCH v2 0/5] Complete i.MX6UL and i.MX7 processor for bare metal application
 2023-07-31 14:31 UTC  (3+ messages)
` [PATCH v2 1/5] Refactor i.MX6UL processor code

[RFC PATCH] hw/riscv: hart: allow other cpu instance
 2023-07-31 14:12 UTC  (2+ messages)

[RFC PATCH 00/24] plugins: Allow to read registers
 2023-07-31 14:00 UTC  (18+ messages)
` [RFC PATCH 02/24] gdbstub: Introduce GDBFeature structure
` [RFC PATCH 03/24] gdbstub: Add num_regs member to GDBFeature
` [RFC PATCH 04/24] gdbstub: Introduce gdb_find_static_feature()
` [RFC PATCH 06/24] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
` [RFC PATCH 07/24] target/arm: Use GDBFeature for dynamic XML
` [RFC PATCH 08/24] target/ppc: "
` [RFC PATCH 09/24] target/riscv: "

[PATCH] gdbstub: Fix client Ctrl-C handling
 2023-07-31 13:59 UTC  (7+ messages)

[PATCH] target/ppc: Disable goto_tb with architectural singlestep
 2023-07-31 13:57 UTC  (2+ messages)

[PATCH v2] kvm: Fix crash due to access uninitialized kvm_state
 2023-07-31 13:55 UTC  (4+ messages)

[PATCH] linux-user/elfload: Set V in ELF_HWCAP for RISC-V
 2023-07-31 12:10 UTC 

[PATCH] kvm: Fix crash by initializing kvm_state early
 2023-07-31 13:03 UTC  (4+ messages)

[PATCH 0/7] ppc: record-replay fixes and enablement
 2023-07-31 12:09 UTC  (9+ messages)
` [PATCH 4/7] spapr: Fix record-replay machine reset consuming too many events
` [PATCH 5/7] tests/avocado: boot ppc64 pseries replay-record test to Linux VFS mount
` [PATCH 6/7] tests/avocado: reverse-debugging cope with re-executing breakpoints
` [PATCH 7/7] tests/avocado: ppc64 reverse debugging tests for pseries and powernv

[PATCH for-8.2 v2 0/6] vfio/migration: Add P2P support for VFIO migration
 2023-07-31 10:25 UTC  (4+ messages)
` [PATCH for-8.2 v2 2/6] sysemu: Add prepare callback to struct VMChangeStateEntry
` [PATCH for-8.2 v2 4/6] vfio/migration: Refactor PRE_COPY and RUNNING state checks
` [PATCH for-8.2 v2 6/6] vfio/migration: Allow migration of multiple P2P supporting devices


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