qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-11 17:32:18 to 2023-08-14 13:30:25 UTC [more...]

[RFC PATCH 00/24] plugins: Allow to read registers
 2023-08-14 13:29 UTC  (20+ 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 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 10/24] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [RFC PATCH 12/24] gdbstub: Simplify XML lookup
` [RFC PATCH 13/24] hw/core/cpu: Remove gdb_get_dynamic_xml member

[PATCH v2] ui/dbus: implement damage regions for GL
 2023-08-14 13:06 UTC  (3+ messages)

[PATCH] ui/dbus: implement damage regions for GL
 2023-08-14 12:59 UTC  (3+ messages)

qemu-system-riscv64 -cpu host uses wrong privilege spec version
 2023-08-14 12:49 UTC 

[PATCH] i386/xen: Don't advertise XENFEAT_supervisor_mode_kernel
 2023-08-14 12:33 UTC  (2+ messages)

[RFC PATCH post-8.1] hw/xen: Clean up event channel 'type_val' handling to use union
 2023-08-14 12:31 UTC  (2+ messages)

[PATCH 0/2] Fix vhost reconnect issues
 2023-08-14 12:11 UTC  (5+ messages)
` [PATCH 1/2] vhost-user: fix lost reconnect
` [PATCH 2/2] vhost: Add Error parameter to vhost_scsi_common_start()

qemu-system-m68k: ../hw/scsi/scsi-disk.c:557: scsi_write_data: Assertion `r->req.aiocb == NULL' failed
 2023-08-14 10:56 UTC  (2+ messages)

[PATCH] Add api to read CPU registers in TCG plugins
 2023-08-14 10:22 UTC  (2+ messages)

[RFC PATCH 0/5] hw/arm: MPAM Emulation + PPTT cache description
 2023-08-14 10:13 UTC  (5+ messages)
` [RFC PATCH 1/5] hw/acpi: Add PPTT cache descriptions
` [RFC PATCH 2/5] HACK: target/arm/tcg: Add some more caches to cpu=max

[PATCH v3 00/15] linux-user: Implement VDSOs
 2023-08-14  9:52 UTC  (2+ messages)

[PATCH v5 00/11] Add la32 & va32 support for loongarch64-softmmu
 2023-08-14  8:59 UTC  (5+ messages)
` [PATCH v5 08/11] target/loongarch: Reject la64-only instructions in la32 mode

[PATCH v2 0/4] Add full zoned storage emulation to qcow2 driver
 2023-08-14  8:58 UTC  (5+ messages)
` [PATCH v2 1/4] docs/qcow2: add the zoned format feature
` [PATCH v2 2/4] qcow2: add configurations for zoned format extension
` [PATCH v2 3/4] qcow2: add zoned emulation capability
` [PATCH v2 4/4] iotests: test the zoned format feature for qcow2 file

[PATCH for-8.2 0/5] target/arm: Implement cortex-a710
 2023-08-14  8:49 UTC  (6+ messages)
` [PATCH 5/5] "

[PATCH v5 0/5] eBPF RSS through QMP support
 2023-08-14  8:36 UTC  (6+ messages)
` [PATCH v5 1/5] ebpf: Added eBPF map update through mmap

util/async-teardown.c: is it really needed for --disable-system build?
 2023-08-14  8:31 UTC  (6+ messages)

RFC: guest INTEL GDS mitigation status on patched host
 2023-08-14  8:29 UTC  (4+ messages)
` [PATCH] target/i386: Export GDS_NO bit to guests

[PATCH v2 0/8] Add some checks before translating instructions
 2023-08-14  8:28 UTC  (13+ messages)
` [PATCH v2 2/8] target/loongarch: Add a check parameter to the TRANS macro
` [PATCH v2 3/8] target/loongarch: Add avail_64 to check la64-only instructions
` [PATCH v2 4/8] target/loongarch: Add avail_FP/FP_SP/FP_DP to check fpu instructions
` [PATCH v2 6/8] target/loongarch: Add avail_LAM to check atomic instructions

[PATCH v3 00/17] Support smp.clusters for x86
 2023-08-14  8:22 UTC  (7+ messages)
` [PATCH v3 14/17] i386: Use CPUCacheInfo.share_level to encode CPUID[4]

[PATCH 0/8] some testing and gdbstub fixes
 2023-08-14  7:59 UTC  (3+ messages)
` [PATCH 2/8] tests/docker: cleanup non-verbose output

[PATCH 0/2] nvme: avoid dynamic stack allocations
 2023-08-14  7:09 UTC  (4+ messages)
` [PATCH 1/2] hw/nvme: Use #define to avoid variable length array
` [PATCH 2/2] hw/nvme: Avoid dynamic stack allocation

[PATCH v2 0/5] Enable vdpa net migration with features depending on CVQ
 2023-08-14  6:58 UTC  (11+ messages)
` [PATCH v2 1/5] vdpa: use first queue SVQ state for CVQ default
` [PATCH v2 2/5] vdpa: export vhost_vdpa_set_vring_ready
` [PATCH v2 3/5] vdpa: rename vhost_vdpa_net_load to vhost_vdpa_net_cvq_load
` [PATCH v2 4/5] vdpa: move vhost_vdpa_set_vrings_ready to the caller
` [PATCH v2 5/5] vdpa: remove net cvq migration blocker

[PATCH v2] target/i386: Avoid cpu number overflow in legacy topology
 2023-08-14  6:32 UTC  (7+ messages)

[PATCH v3 00/32] Implement the stat system calls for FreeBSD
 2023-08-13  8:41 UTC  (33+ messages)
` [PATCH v3 01/32] Move _WANT_FREEBSD macros to include/qemu/osdep.h
` [PATCH v3 02/32] Disable clang warnings
` [PATCH v3 03/32] Update the definitions of __put_user and __get_user macros
` [PATCH v3 04/32] Declarations of h2t and t2h conversion functions
` [PATCH v3 05/32] Add struct target_freebsd11_stat to bsd-user/syscall_defs
` [PATCH v3 06/32] Add struct target_stat to bsd-user/syscall_defs.h
` [PATCH v3 07/32] Add structs target_freebsd11_nstat and target_freebsd11_statfs "
` [PATCH v3 08/32] Add struct target_statfs "
` [PATCH v3 09/32] Add struct target_freebsd_fhandle and fcntl flags "
` [PATCH v3 10/32] Define safe_fcntl macro in bsd-user/syscall_defs.h
` [PATCH v3 11/32] Rename target_freebsd_time_t to target_time_t
` [PATCH v3 12/32] Implement h2t_freebsd11_stat h2t_freebsd_nstat
` [PATCH v3 13/32] Implement h2t_freebsd_fhandle t2h_freebsd_fhandle functions
` [PATCH v3 14/32] Implement h2t_freebds11_statfs
` [PATCH v3 15/32] Implement target_to_host_fcntl_cmd
` [PATCH v3 16/32] Implement h2t_freebsd_stat and h2t_freebsd_statfs functions
` [PATCH v3 17/32] Implement stat related syscalls
` [PATCH v3 18/32] "
` [PATCH v3 19/32] "
` [PATCH v3 20/32] "
` [PATCH v3 21/32] "
` [PATCH v3 22/32] Implement freebsd11 "
` [PATCH v3 23/32] "
` [PATCH v3 24/32] "
` [PATCH v3 25/32] "
` [PATCH v3 26/32] "
` [PATCH v3 27/32] Implement do_freebsd_realpathat syscall
` [PATCH v3 28/32] Add os-stat.c to the build
` [PATCH v3 29/32] Add glue to call the following syscalls to the freebsd_syscall function:
` [PATCH v3 30/32] "
` [PATCH v3 31/32] "
` [PATCH v3 32/32] "

[PATCH for-8.2] target/m68k: Use tcg_gen_deposit_i32 in gen_partset_reg
 2023-08-13 15:54 UTC 

[PATCH v2 00/32] Implement the stat system calls for FreeBSD
 2023-08-13 15:48 UTC  (36+ messages)
` [PATCH v2 01/32] Move _WANT_FREEBSD macros to include/qemu/osdep.h
` [PATCH v2 02/32] Disable clang warnings
` [PATCH v2 03/32] Update the definitions of __put_user and __get_user macros
` [PATCH v2 04/32] Declarations of h2t and t2h conversion functions
` [PATCH v2 05/32] Add struct target_freebsd11_stat to bsd-user/syscall_defs
` [PATCH v2 06/32] Add struct target_stat to bsd-user/syscall_defs.h
` [PATCH v2 07/32] Add structs target_freebsd11_nstat and target_freebsd11_statfs "
` [PATCH v2 08/32] Add struct target_statfs "
` [PATCH v2 09/32] Add struct target_freebsd_fhandle and fcntl flags "
` [PATCH v2 10/32] Define safe_fcntl macro in bsd-user/syscall_defs.h
` [PATCH v2 11/32] Rename target_freebsd_time_t to target_time_t
` [PATCH v2 12/32] Implement h2t_freebsd11_stat h2t_freebsd_nstat
` [PATCH v2 13/32] Implement h2t_freebsd_fhandle t2h_freebsd_fhandle functions
` [PATCH v2 14/32] Implement h2t_freebds11_statfs
` [PATCH v2 15/32] Implement target_to_host_fcntl_cmd
` [PATCH v2 16/32] Implement h2t_freebsd_stat and h2t_freebsd_statfs functions
` [PATCH v2 17/32] Implement stat related syscalls
` [PATCH v2 18/32] "
` [PATCH v2 19/32] "
` [PATCH v2 20/32] "
` [PATCH v2 21/32] "
` [PATCH v2 22/32] Implement freebsd11 "
` [PATCH v2 23/32] "
` [PATCH v2 24/32] "
` [PATCH v2 25/32] "
` [PATCH v2 26/32] "
` [PATCH v2 27/32] Implement do_freebsd_realpathat syscall
` [PATCH v2 28/32] Add os-stat.c to the build
` [PATCH v2 29/32] Add glue to call the following syscalls to the freebsd_syscall function:
` [PATCH v2 30/32] "
` [PATCH v2 31/32] "
` [PATCH v2 32/32] "

[RFC PATCH v2 0/3] Vhost-vdpa Shadow Virtqueue RSS Support
 2023-08-13 12:01 UTC  (4+ messages)
` [RFC PATCH v2 1/3] vdpa: Add SetSteeringEBPF method for NetClientState
` [RFC PATCH v2 2/3] vdpa: Restore receive-side scaling state
` [RFC PATCH v2 3/3] vdpa: Allow VIRTIO_NET_F_RSS in SVQ

[RFC PATCH 0/3] Vhost-vdpa Shadow Virtqueue RSS Support
 2023-08-13 11:15 UTC  (3+ messages)
` [RFC PATCH 2/3] vdpa: Restore receive-side scaling state

[PATCH v2 00/12] tests: enable meson test timeouts to improve debuggability
 2023-08-13  7:02 UTC  (3+ messages)

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

[PATCH] Fix signal handler to detect crashes in qemu-linux-user
 2023-08-13  2:30 UTC  (4+ messages)

[PULL 0/2] pci: last minute bugfixes
 2023-08-12 18:06 UTC  (5+ messages)

[PATCH for-8.2 00/24] tcg: Introduce negsetcond opcodes
 2023-08-12 17:21 UTC  (6+ messages)
` [PATCH 20/24] tcg/i386: Add cf parameter to tcg_out_cmp

[PATCH for-8.1] tcg/i386: Output %gs prefix in tcg_out_vex_opc
 2023-08-12 15:50 UTC 

[PATCH] meson: Fix MESONINTROSPECT parsing
 2023-08-12 13:31 UTC  (7+ messages)

[PATCH RFC 0/7] move softmmu options processing from os-posix.c to vl.c
 2023-08-12 12:48 UTC  (8+ messages)
` [PATCH RFC 1/7] include/sysemu/os-posix.h: move *daemonize* declaration together
` [PATCH RFC 2/7] os-posix: create and export os_set_runas()
` [PATCH RFC 3/7] os-posix.c: create and export os_set_chroot()
` [PATCH RFC 4/7] os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()
` [PATCH RFC 5/7] softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c
` [PATCH RFC 6/7] os-posix.c: move code around
` [PATCH RFC 7/7] util/async-teardown.c: move to softmmu/, only build it when system build is requested

[PATCH] meson: Use subprocess.check_output()
 2023-08-12  9:51 UTC  (2+ messages)

[PATCH] hw/block/fdc: do not set SEEK status bit in multi track commands
 2023-08-12  8:59 UTC 

[PATCH v3 0/3] hw/i2c/aspeed: Fix Tx and Rx error
 2023-08-12  6:52 UTC  (4+ messages)
` [PATCH v3 1/3] hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool mode
` [PATCH v3 2/3] hw/i2c/aspeed: Fix TXBUF transmission start position error
` [PATCH v3 3/3] hw/i2c/aspeed: Add support for buffer organization

[PATCH v1 0/3] softmmu/physmem: file_ram_open() readonly improvements
 2023-08-12  6:21 UTC  (22+ messages)
` [PATCH v1 1/3] softmmu/physmem: fallback to opening guest RAM file as readonly in a MAP_PRIVATE mapping
          `  "
            `  "
              `  "
                `  "
                  `  "

[PATCH] hw/pci-host: Allow extended config space access for Designware PCIe host
 2023-08-12  5:37 UTC  (5+ messages)

[PULL 0/2] riscv-to-apply queue
 2023-08-12  1:16 UTC  (4+ messages)
` [PULL 1/2] target/riscv/kvm.c: fix mvendorid size in vcpu_set_machine_ids()
` [PULL 2/2] hw/riscv/virt.c: change 'aclint' TCG check

[PATCH v2 00/11] target/arm: Implement cortex-a710
 2023-08-11 21:40 UTC  (12+ messages)
` [PATCH v2 01/11] target/arm: Reduce dcz_blocksize to uint8_t
` [PATCH v2 02/11] target/arm: Allow cpu to configure GM blocksize
` [PATCH v2 03/11] target/arm: Support more GM blocksizes
` [PATCH v2 04/11] target/arm: When tag memory is not present, set MTE=1
` [PATCH v2 05/11] target/arm: Introduce make_ccsidr64
` [PATCH v2 06/11] target/arm: Apply access checks to neoverse-n1 special registers
` [PATCH v2 07/11] target/arm: Apply access checks to neoverse-v1 "
` [PATCH v2 08/11] target/arm: Implement RMR_EL3 for neoverse-v1
` [PATCH v2 09/11] target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)
` [PATCH v2 10/11] target/arm: Implement FEAT_HPDS2 as a no-op
` [PATCH v2 11/11] target/arm: Implement cortex-a710

Question about MTRR settings for IVSHMEM device
 2023-08-11 18:58 UTC 

[ANNOUNCE] QEMU 7.2.5 Stable released
 2023-08-11 18:19 UTC 

[ANNOUNCE] QEMU 8.0.4 Stable released
 2023-08-11 18:23 UTC 

[PATCH for-8.1 0/1] hw/riscv/virt.c: fix 'aclint' prop regression
 2023-08-11 18:12 UTC  (5+ messages)
` [PATCH for-8.1 1/1] hw/riscv/virt.c: change 'aclint' TCG check

[PATCH] block/vpc: Avoid dynamic stack allocation
 2023-08-11 17:52 UTC 

scripts/symlink-install-tree.py error
 2023-08-11 17:38 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).