qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-07 15:14:48 to 2023-06-08 13:20:11 UTC [more...]

[PATCH 00/33] target/mips: Finalise the Ingenic MXU ASE support
 2023-06-08 10:42 UTC  (13+ messages)
` [PATCH 03/33] target/mips: Add emulation of LXW LXB LXH LXBU LXHU instructions
` [PATCH 04/33] target/mips: Add emulation of S32MADD/MADDU/MSUB/MSUBU instructions
` [PATCH 06/33] target/mips: fix MXU D16MAX D16MIN Q8MAX Q8MIN instructions
` [PATCH 07/33] target/mips: Add emulation of MXU S32SLT D16SLT D16AVG[R] Q8AVG[R] insns
` [PATCH 09/33] target/mips: Add emulation of MXU S32CPS D16CPS Q8ABD Q16SAT insns
` [PATCH 14/33] target/mips: Add emulation of MXU Q16ADD instruction
` [PATCH 19/33] target/mips: Add emulation of MXU Q8ADDE Q8ACCE D8SUM D8SUMC instructions
` [PATCH 22/33] target/mips: Add emulation of MXU S32MUL S32MULU S32EXTR S32EXTRV insns
` [PATCH 24/33] target/mips: Add emulation of MXU D32SARL D32SARW instructions
` [PATCH 27/33] target/mips: Add emulation of MXU D32/Q16- SLLV/SLRV/SARV instructions
` [PATCH 30/33] target/mips: Add emulation of MXU Q16SCOP instruction
` [PATCH 33/33] target/mips: Add emulation of MXU Q8SAD instruction

[PATCH 0/8] Tiva C Implementation
 2023-06-08 13:15 UTC  (3+ messages)
` [PATCH 1/8] The tivac board initial machine definition

[PATCH 0/9] disas/riscv: Add vendor extension support
 2023-06-08 13:04 UTC  (3+ messages)
` [PATCH 7/9] disas/riscv: Provide infrastructure for vendor extensions

[PATCH] ui/sdl2: Support multiple OpenGL-enabled windows
 2023-06-08 12:59 UTC  (4+ messages)

[PATCH v3 00/14] simpletrace: refactor and general improvements
 2023-06-08 12:41 UTC  (15+ messages)
` [PATCH v3 01/14] simpletrace: add __all__ to define public interface
` [PATCH v3 02/14] simpletrace: annotate magic constants from QEMU code
` [PATCH v3 03/14] simpletrace: improve parsing of sys.argv; fix files never closed
` [PATCH v3 04/14] simpletrace: changed naming of edict and idtoname to improve readability
` [PATCH v3 05/14] simpletrace: update code for Python 3.11
` [PATCH v3 06/14] simpletrace: improved error handling on struct unpack
` [PATCH v3 07/14] simpletrace: define exception and add handling
` [PATCH v3 08/14] simpletrace: made Analyzer into context-manager
` [PATCH v3 09/14] simpletrace: refactor to separate responsibilities
` [PATCH v3 10/14] simpletrace: move logic of process into internal function
` [PATCH v3 11/14] simpletrace: move event processing to Analyzer class
` [PATCH v3 12/14] simpletrace: added simplified Analyzer2 class
` [PATCH v3 13/14] MAINTAINERS: add maintainer of simpletrace.py
` [PATCH v3 14/14] scripts/analyse-locks-simpletrace.py: changed iteritems() to items()

[PATCH v3] hvf: Report HV_DENIED error
 2023-06-08 12:30 UTC 

[PATCH v5 0/3] NUMA: Apply cluster-NUMA-node boundary for aarch64 and riscv machines
 2023-06-08 12:24 UTC  (2+ messages)

[PATCH v14 00/10] TCG code quality tracking
 2023-06-08 12:22 UTC  (8+ messages)
` [PATCH v14 08/10] Adding info [tb-list|tb] commands to HMP (WIP)

[PATCH v6 0/9] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-06-08 11:52 UTC  (3+ messages)
` [PATCH v6 6/9] migration: modified migration QAPIs to accept 'channels' argument "

[PATCH v2 0/5] gitlab: improvements to handling of stable staging branches
 2023-06-08 11:42 UTC  (4+ messages)
` [PATCH v2 5/5] gitlab: support disabling job auto-run in upstream

[PATCH v2] hw/acpi: Fix PM control register access
 2023-06-08 11:37 UTC  (3+ messages)

[PATCH] ui/sdl2: Allow high-dpi
 2023-06-08 11:32 UTC  (3+ messages)

[PATCH] vdpa: dont check vhost_vdpa->suspended when unsupported
 2023-06-08 10:59 UTC  (6+ messages)

Concept of LD-ID in QEMU
 2023-06-08 10:36 UTC 

[PATCH v2 00/12] aspeed: fixes and extensions
 2023-06-08 10:19 UTC  (6+ messages)
` [PATCH v2 06/12] aspeed/smc: Wire CS lines at reset
` [PATCH v2 12/12] target/arm: Allow users to set the number of VFP registers

[PATCH v2] hvf: Report HV_DENIED error
 2023-06-08 10:15 UTC  (2+ messages)

[PATCH v3 0/5] Optimize UNMAP call and bug fix
 2023-06-08  9:52 UTC  (6+ messages)
` [PATCH v3 1/5] util: Add iova_tree_foreach_range_data
` [PATCH v3 2/5] intel_iommu: Fix a potential issue in VFIO dirty page sync
` [PATCH v3 3/5] intel_iommu: Fix flag check in replay
` [PATCH v3 4/5] intel_iommu: Fix address space unmap
` [PATCH v3 5/5] intel_iommu: Optimize out some unnecessary UNMAP calls

[PULL 00/17] Block patches
 2023-06-08  9:52 UTC  (6+ messages)
` [PULL 02/17] block: Collapse padded I/O vecs exceeding IOV_MAX
` [PULL 05/17] parallels: Out of image offset in BAT leads to image inflation

[PATCH v4 0/4] target/riscv: Add Smrnmi support
 2023-06-08  9:52 UTC  (7+ messages)
` [PATCH v4 1/4] target/riscv: Add Smrnmi cpu extension
` [PATCH v4 2/4] target/riscv: Add Smrnmi CSRs
` [PATCH v4 3/4] target/riscv: Handle Smrnmi interrupt and exception
` [PATCH v4 4/4] target/riscv: Add Smrnmi mnret instruction

[Qemu RFC 0/7] Early enabling of DCD emulation in Qemu
 2023-06-08  9:43 UTC  (6+ messages)

[QEMU][PATCH v6 4/4] tests/qtest: Introduce tests for Xilinx VERSAL CANFD controller
 2023-06-08  9:42 UTC  (2+ messages)

[PATCH] target/ppc: Implement gathering irq statistics
 2023-06-08  9:34 UTC  (3+ messages)

[PATCH 0/4] ppc/spapr: Nested HV fix and tidying
 2023-06-08  9:13 UTC  (5+ messages)
` [PATCH 1/4] ppc/spapr: H_ENTER_NESTED should restore host XER ca field
` [PATCH 2/4] ppc/spapr: Add a nested state struct
` [PATCH 3/4] ppc/spapr: load and store l2 state with helper functions
` [PATCH 4/4] ppc/spapr: Move spapr nested HV to a new file

[PATCH v6 0/2] hw/i386/pc: Update max_cpus and default to SMBIOS
 2023-06-08  8:40 UTC  (6+ messages)
` [PATCH v6 1/2] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
` [PATCH v6 2/2] pc: q35: Bump max_cpus to 1024

[PATCH v2 0/3] hw/smbios: Cleanup topology related variables
 2023-06-08  8:28 UTC  (11+ messages)
` [PATCH v2 1/3] hw/smbios: Fix smbios_smp_sockets caculation
` [PATCH v2 2/3] hw/smbios: Fix thread count in type4
` [PATCH v2 3/3] hw/smbios: Fix core "

[RFC v3] linux-user/riscv: Add syscall riscv_hwprobe
 2023-06-08  7:55 UTC 

[PATCH v3 0/4] target/riscv: Add Smrnmi support
 2023-06-08  7:12 UTC  (4+ messages)
` [PATCH v3 1/4] target/riscv: Add Smrnmi cpu extension

[QEMU PATCH 0/1]
 2023-06-08  7:06 UTC  (3+ messages)
` [QEMU PATCH 1/1] virtgpu: do not destroy resources when guest suspend

[PATCH 0/5] misc: Enforce .[ch].inc extension for re-included .c/.h files
 2023-06-08  6:46 UTC  (4+ messages)
` [PATCH 4/5] target: Rename per-target 'helper.h' -> 'helper.h.inc'

[PATCH 00/16] target/riscv, KVM: fixes and enhancements
 2023-06-08  6:39 UTC  (9+ messages)
` [PATCH 13/16] target/riscv/kvm.c: add multi-letter extension KVM properties
` [PATCH 16/16] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM

[PATCH] target/riscv/vector_helper.c: clean up reference of MTYPE
 2023-06-08  5:35 UTC 

[RFC PATCH 00/19] hugetlb support for KVM guest_mem
 2023-06-08  4:38 UTC  (2+ messages)

[PATCH QEMU v5 0/8] migration: introduce dirtylimit capability
 2023-06-08  2:02 UTC  (9+ messages)
` [PATCH QEMU v5 1/8] softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"
` [PATCH QEMU v5 2/8] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
` [PATCH QEMU v5 3/8] qapi/migration: Introduce vcpu-dirty-limit parameters
` [PATCH QEMU v5 4/8] migration: Introduce dirty-limit capability
` [PATCH QEMU v5 5/8] migration: Refactor auto-converge capability logic
` [PATCH QEMU v5 6/8] migration: Implement dirty-limit convergence algo
` [PATCH QEMU v5 7/8] migration: Extend query-migrate to provide dirty page limit info
` [PATCH QEMU v5 8/8] tests: Add migration dirty-limit capability test

[PATCH v2] block/file-posix: fix wps checking in raw_co_prw
 2023-06-08  2:44 UTC  (3+ messages)

Building of docs does not work anymore
 2023-06-08  0:04 UTC  (3+ messages)

[PATCH 1/1] tests/avocado: update firmware to enable sbsa-ref/max
 2023-06-07 21:03 UTC  (4+ messages)

[PATCH 0/1] update maintainers list for vfio-user & multi-process QEMU
 2023-06-07 20:54 UTC  (5+ messages)
` [PATCH 1/1] maintainers: "

[PATCH v5 0/3] hw/i386/pc: Update max_cpus and default to SMBIOS
 2023-06-07 20:44 UTC  (10+ messages)
` [PATCH v5 1/3] hw/i386/pc: Refactor logic to set SMBIOS defaults
` [PATCH v5 2/3] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models
` [PATCH v5 3/3] pc: q35: Bump max_cpus to 1024

[RFC v2 0/6] Native Library Calls
 2023-06-07 19:19 UTC  (10+ messages)
` [RFC v2 1/6] build: Add configure options for native calls
` [RFC v2 2/6] Add the libnative library
` [RFC v2 3/6] target/i386: Add native library calls
` [RFC v2 4/6] target/mips: "
` [RFC v2 5/6] target/arm: "
` [RFC v2 6/6] linux-user: Add '-native-bypass' option

[PATCH v5 00/11] *** Add allwinner-r40 support ***
 2023-06-07 19:06 UTC  (4+ messages)

[PATCH] iotests: fix 194: filter out racy postcopy-active event
 2023-06-07 18:49 UTC  (3+ messages)

[PULL 00/12] xen queue
 2023-06-07 18:42 UTC  (2+ messages)

[PULL 0/2] vfio-user queue
 2023-06-07 18:42 UTC  (2+ messages)

[PATCH 04/20] migration: file URI
 2023-06-07 18:39 UTC  (2+ messages)

[PATCH V2] migration: file URI
 2023-06-07 18:38 UTC 

[PATCH v3 00/14] qemu patches for 64-bit NBD extensions
 2023-06-07 18:22 UTC  (4+ messages)
` [PATCH v3 10/14] nbd/client: Initial support for extended headers

[PATCH 1/2] block/file-posix: fix g_file_get_contents return path
 2023-06-07 16:08 UTC  (4+ messages)
` [PATCH 2/2] block/file-posix: fix wps checking in raw_co_prw

[PATCH v2 00/11] block: Re-enable the graph lock
 2023-06-07 18:19 UTC  (2+ messages)

[PATCH V9 00/46] Live Update
 2023-06-07 17:37 UTC  (5+ messages)

[PATCH v4] 9pfs: prevent opening special files (CVE-2023-2861)
 2023-06-07 17:22 UTC  (2+ messages)

[QEMU][PATCH v7 00/10] Introduce xenpvh machine for arm architecture
 2023-06-07 17:04 UTC  (11+ messages)
` [QEMU][PATCH v7 01/10] hw/i386/xen/: move xen-mapcache.c to hw/xen/
` [QEMU][PATCH v7 02/10] hw/i386/xen: rearrange xen_hvm_init_pc
` [QEMU][PATCH v7 03/10] hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState
` [QEMU][PATCH v7 04/10] xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
` [QEMU][PATCH v7 05/10] include/hw/xen/xen_common: return error from xen_create_ioreq_server
` [QEMU][PATCH v7 06/10] hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
` [QEMU][PATCH v7 07/10] hw/xen/xen-hvm-common: Use g_new and error_report
` [QEMU][PATCH v7 08/10] meson.build: do not set have_xen_pci_passthrough for aarch64 targets
` [QEMU][PATCH v7 09/10] hw/arm: introduce xenpvh machine
` [QEMU][PATCH v7 10/10] meson.build: enable xenpv machine build for ARM

[PULL 0/5] misc ci fixes
 2023-06-07 17:03 UTC  (7+ messages)
` [PULL 1/5] tcg/tci: Adjust passing of MemOpIdx
` [PULL 2/5] tcg/tci: Adjust call-clobbered regs for int128_t
` [PULL 3/5] target/arm: Only include tcg/oversized-guest.h if CONFIG_TCG
` [PULL 4/5] gitlab: Add cross-arm64-kvm-only
` [PULL 5/5] iotests: fix 194: filter out racy postcopy-active event

[PATCH 0/3] migration: Fix multifd cancel test
 2023-06-07 16:58 UTC  (6+ messages)
` [PATCH 2/3] migration/multifd: Protect accesses to migration_threads

[PATCH V2] oslib: qemu_clear_cloexec
 2023-06-07 16:42 UTC  (2+ messages)

[PATCH v2 0/8] misc AHCI cleanups
 2023-06-07 16:32 UTC  (5+ messages)
` [PATCH v2 5/8] hw/ide/ahci: PxCI should not get cleared when ERR_STAT is set

[PULL 0/6] tricore queue
 2023-06-07 16:24 UTC  (7+ messages)
` [PULL 1/6] tests/tcg/tricore: Move asm tests into 'asm' directory
` [PULL 2/6] tests/tcg/tricore: Uses label for memory addresses
` [PULL 3/6] tests/tcg/tricore: Add first C program
` [PULL 4/6] target/tricore: Refactor PCXI/ICR register fields
` [PULL 5/6] target/tricore: Fix wrong PSW for call insns
` [PULL 6/6] tests/tcg/tricore: Add recursion test for CSAs

[PATCH v2 0/3] migration: Fix multifd cancel test
 2023-06-07 16:24 UTC  (5+ messages)
` [PATCH v2 1/3] migration/multifd: Rename threadinfo.c functions
` [PATCH v2 2/3] migration/multifd: Protect accesses to migration_threads
` [PATCH v2 3/3] tests/qtest: Re-enable multifd cancel test

[PATCH] vdpa: fix not using CVQ buffer in case of error
 2023-06-07 16:04 UTC  (4+ messages)

[PATCH V3] migration: simplify blockers
 2023-06-07 15:58 UTC  (2+ messages)

[PULL 0/3] SNAFU build system fixes for 2023-06-07
 2023-06-07 15:47 UTC  (4+ messages)
` [PULL 1/3] meson: fix "static build" entry in summary
` [PULL 2/3] configure: check for $download value properly
` [PULL 3/3] tests: fp: remove unused submodules

[PATCH v2] target/riscv/vector_helper.c: Remove the check for extra tail elements
 2023-06-07 15:46 UTC  (2+ messages)

[PATCH v3] 9pfs: prevent opening special files (CVE-2023-2861)
 2023-06-07 15:34 UTC  (3+ messages)

[PATCH 0/3] qemu-img: map: implement support for compressed clusters
 2023-06-07 15:26 UTC  (4+ messages)
` [PATCH 1/3] block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()
` [PATCH 2/3] qemu-img: map: report compressed data blocks
` [PATCH 3/3] qemu-iotests: update expected tests output to contain "compressed" field

[PATCH V3] memory: RAM_NAMED_FILE flag
 2023-06-07 15:18 UTC 

QEMU developers fortnightly conference call for 2023-06-13
 2023-06-07 15:17 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).