qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-29 15:36:03 to 2023-07-31 14:16:13 UTC [more...]

[PULL 0/6] target-arm queue
 2023-07-31 14:15 UTC  (3+ messages)
` [PULL 1/6] target/arm: Fix MemOp for STGP
` [PULL 3/6] target/arm: Avoid writing to constant TCGv in trans_CSEL()

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

[RFC PATCH 0/6] Use Clang for compiling in the 64-bit MSYS2 job
 2023-07-31 14:10 UTC  (15+ messages)
` [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 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 0/5] linux-user: brk/mmap fixes
 2023-07-31 13:45 UTC  (12+ 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] linux-user/elfload: Set V in ELF_HWCAP for RISC-V
 2023-07-31 12:10 UTC 

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

[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  (26+ messages)
` [PATCH v2 0/4] Implement reconnect for vhost-user-scsi
  ` [PATCH v2 1/4] vhost: fix the fd leak
  ` [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  (3+ messages)

[PATCH v3 0/3] Enable -cpu <cpu>,help
 2023-07-31  9:54 UTC  (6+ messages)
` [PATCH v3 1/3] qapi: Moved architecture agnostic data types to `machine`
` [PATCH v3 2/3] qapi, target/: Enable 'query-cpu-model-expansion' on all architectures
` [PATCH v3 3/3] cpu, softmmu/vl.c: Change parsing of -cpu argument to allow -cpu cpu, help to print options for the CPU type similar to how the '-device' option works

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

[PATCH v2] target/riscv: Use existing lookup tables for MixColumns
 2023-07-31  8:40 UTC 

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

[PATCH] target/s390x: Move trans_exc_code update to do_program_interrupt
 2023-07-31  8:26 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  (11+ messages)
` [PATCH for-8.2 1/6] vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup()
` [PATCH for-8.2 2/6] sysemu: Add pre VM state change callback

[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 

[RFC][PATCH] accel/tcg: Use lookup_and_goto_ptr() for linux-user in translator_use_goto_tb()
 2023-07-30 20:37 UTC  (6+ messages)

[PULL 0/1] hw/nvme fixes
 2023-07-30 19:29 UTC  (2+ messages)
` [PULL 1/1] hw/nvme: use stl/ldl pci dma api

[PATCH] hda-audio: use log-scale for amplifier levels
 2023-07-30 19:17 UTC  (2+ messages)

[PATCH QEMU v2 0/3] migration: enrich the dirty-limit test case
 2023-07-30 16:18 UTC  (4+ messages)
` [PATCH QEMU v2 1/3] tests: Add migration dirty-limit capability test
` [PATCH QEMU v2 2/3] tests/migration: Introduce dirty-ring-size option into guestperf
` [PATCH QEMU v2 3/3] tests/migration: Introduce dirty-limit "

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

[PATCH v2] target/ppc: Fix VRMA page size for ISA v3.0
 2023-07-30 16:35 UTC  (2+ messages)

[PATCH for-8.2 0/2] ppc: get rid of free() (gitlab #1798)
 2023-07-30 17:13 UTC  (8+ messages)
` [PATCH for-8.2 1/2] hw/ppc: use g_free() in spapr_tce_table_post_load()
` [PATCH for-8.2 2/2] target/ppc: use g_free() in test_opcode_table()

[PATCH QEMU v3 0/3] migration: craft the doc comments
 2023-07-30 16:48 UTC  (4+ messages)
` [PATCH QEMU v3 3/3] MAINTAINERS: Add section "Migration dirty limit and dirty page rate"
` [PATCH QEMU v3 1/3] qapi: Reformat the dirty-limit migration doc comments
` [PATCH QEMU v3 2/3] qapi: Craft the dirty-limit capability comment

[PATCH 0/6] ppc fixes possibly for 8.1
 2023-07-30 16:18 UTC  (5+ messages)
` [PATCH 5/6] hw/ppc: Always store the decrementer value

[PATCH v2 0/5] Complete i.MX6UL and i.MX7 processor for bare metal application
 2023-07-29 21:18 UTC  (6+ messages)
` [PATCH v2 1/5] Refactor i.MX6UL processor code
` [PATCH v2 2/5] Add i.MX6UL TZ missing devices
` [PATCH v2 3/5] Refactor i.MX7 processor code
` [PATCH v2 4/5] Add i.MX7 missing TZ devices and memory regions
` [PATCH v2 5/5] Add i.MX7 SRC device implementation

[PATCH] target/riscv: Fix page_check_range use in fault-only-first
 2023-07-29 21:18 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).