qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-30 22:14:23 to 2023-07-31 18:01:39 UTC [more...]

[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

[PATCH 0/5] linux-user: brk/mmap fixes
 2023-07-31 17:43 UTC  (19+ 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

[RFC PATCH 0/6] Use Clang for compiling in the 64-bit MSYS2 job
 2023-07-31 17:25 UTC  (21+ 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

[RFC PATCH 00/19] QEMU gmem implemention
 2023-07-31 17:22 UTC  (23+ 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

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

[PATCH 0/3] Fix segfault on migration return path
 2023-07-31 17:06 UTC  (8+ messages)
` [PATCH 2/3] migration: Simplify calling of await_return_path_close_on_source
` [PATCH 3/3] migration: Replace the return path retry logic

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

[PATCH] migration/calc-dirty-rate: millisecond precision period
 2023-07-31 14:51 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  (35+ messages)
` [RFC PATCH 01/24] contrib/plugins: Use GRWLock in execlog
` [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 05/24] target/arm: Move the reference to arm-core.xml
` [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: "
` [RFC PATCH 10/24] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [RFC PATCH 11/24] gdbstub: Use GDBFeature for GDBRegisterState
` [RFC PATCH 12/24] gdbstub: Simplify XML lookup
` [RFC PATCH 13/24] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [RFC PATCH 14/24] gdbstub: Add members to identify registers to GDBFeature
` [RFC PATCH 15/24] target/arm: Fill new members of GDBFeature
` [RFC PATCH 16/24] target/ppc: "
` [RFC PATCH 17/24] target/riscv: "
` [RFC PATCH 18/24] hw/core/cpu: Add a parameter to gdb_read_register/gdb_write_register
` [RFC PATCH 19/24] gdbstub: Hide gdb_has_xml
` [RFC PATCH 20/24] gdbstub: Expose functions to read registers
` [RFC PATCH 21/24] plugins: Allow "
` [RFC PATCH 22/24] contrib/plugins: Allow to log registers
` [RFC PATCH 23/24] plugins: Support C++
` [RFC PATCH 24/24] contrib/plugins: Add cc plugin

[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] vhost-user-scsi: support reconnect to backend
 2023-07-31 12:10 UTC  (24+ messages)
` [PATCH v2 0/4] Implement reconnect for vhost-user-scsi
  ` [PATCH v2 2/4] vhost-user-common: send get_inflight_fd once
  ` [PATCH v2 3/4] vhost: move and rename the conn retry times
  ` [PATCH v2 4/4] vhost-user-scsi: support reconnect to backend
` [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 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

assert fails in s390x TCG
 2023-07-31 11:31 UTC  (2+ messages)

[PATCH for-8.2 v2 0/6] vfio/migration: Add P2P support for VFIO migration
 2023-07-31 10:25 UTC  (7+ messages)
` [PATCH for-8.2 v2 1/6] vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup()
` [PATCH for-8.2 v2 2/6] sysemu: Add prepare callback to struct VMChangeStateEntry
` [PATCH for-8.2 v2 3/6] qdev: Add qdev_add_vm_change_state_handler_full()
` [PATCH for-8.2 v2 4/6] vfio/migration: Refactor PRE_COPY and RUNNING state checks
` [PATCH for-8.2 v2 5/6] vfio/migration: Add P2P support for VFIO migration
` [PATCH for-8.2 v2 6/6] vfio/migration: Allow migration of multiple P2P supporting devices

[PATCH] elf2dmp: Don't abandon when Prcb is set to 0
 2023-07-31 10:21 UTC  (6+ messages)

[PATCH 0/7] Enable vdpa net migration with features depending on CVQ
 2023-07-31 10:15 UTC  (3+ messages)

[PATCH v5 0/3] linux-user: Fix and optimize target memory layout
 2023-07-31 10:08 UTC  (3+ messages)

[PATCH] Fix some typos in documentation and comments
 2023-07-31  9:57 UTC  (3+ messages)

[PATCH] target/hppa: Move iaoq registers and thus reduce generated code size
 2023-07-31  9:55 UTC  (2+ messages)

[PATCH v3 0/3] Enable -cpu <cpu>,help
 2023-07-31  9:54 UTC  (3+ messages)
` [PATCH v3 1/3] qapi: Moved architecture agnostic data types to `machine`

[PATCH v3] linux-user/armeb: Fix __kernel_cmpxchg() for armeb
 2023-07-31  9:42 UTC  (2+ messages)

[PATCH] vdpa: set old virtio status at cvq isolation probing end
 2023-07-31  9:40 UTC  (6+ messages)

[PATCH] target/riscv: Use accelerated helper for AES64KS1I
 2023-07-31  9:39 UTC 

linux-user/armeb: Fix __kernel_cmpxchg() for armeb
 2023-07-31  9:29 UTC  (3+ messages)

[PATCH] tests/avocado: fix waiting for vm shutdown in replay_linux This patch fixes the race condition in waiting for shutdown of the replay linux test
 2023-07-31  9:25 UTC 

[PATCH] ui/dbus: fix clang compilation issue
 2023-07-31  9:24 UTC  (2+ messages)

[PATCH v2 0/2] Accompany -nostdlib with -fno-stack-protector
 2023-07-31  9:10 UTC  (3+ messages)
` [PATCH v2 1/2] tests/migration: Add -fno-stack-protector
` [PATCH v2 2/2] tests/tcg: "

[PATCH RFC v1 0/3] Support dynamic MSI-X allocation
 2023-07-31  8:40 UTC  (16+ messages)
` [PATCH RFC v1 1/3] vfio/pci: detect the support of "
` [PATCH RFC v1 2/3] vfio/pci: enable vector on "

[RFC PATCH] target/i386: Truncate ESP when exiting from long mode
 2023-07-31  8:35 UTC  (3+ messages)

[PATCH 0/3] Accompany -nostdlib with -fno-stack-protector
 2023-07-31  7:54 UTC  (9+ messages)
` [PATCH 1/3] pc-bios/optionrom: Add -fno-stack-protector
` [PATCH 2/3] tests/migration: "
` [PATCH 3/3] tests/tcg: "

[RFC] migration/block-dirty-bitmap: make loading bitmap for device with iothread future-proof
 2023-07-31  7:35 UTC  (2+ messages)

[PATCH for-8.2 0/2] arm/kvm: use kvm_{get,set}_one_reg
 2023-07-31  7:15 UTC  (3+ messages)
` [PATCH for-8.2 2/2] arm/kvm: convert to kvm_get_one_reg

[PATCH for-8.2 0/6] vfio/migration: Add P2P support for VFIO migration
 2023-07-31  7:05 UTC  (5+ messages)
` [PATCH for-8.2 1/6] vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup()

[PATCH 00/26] Migration PULL 2023-07-24
 2023-07-31  6:56 UTC  (3+ messages)

[PATCH v2 0/8] machine: Unified CPU type check
 2023-07-31  5:33 UTC  (8+ messages)
` [PATCH v2 3/8] machine: Print supported CPU models instead of typenames

[PATCH v3 0/6] Add nRF51 DETECT signal with test
 2023-07-31  5:17 UTC  (3+ messages)
` [PATCH v3 6/6] qtest: microbit-test: add tests for nRF51 DETECT

[PATCH] hw/riscv: split RAM into low and high memory
 2023-07-31  1:53 UTC 


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