qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-16 15:29:09 to 2023-06-19 14:33:12 UTC [more...]

[PULL 00/33] target-arm queue
 2023-06-19 14:29 UTC  (18+ messages)
` [PULL 01/33] target/arm: Fix return value from LDSMIN/LDSMAX 8/16 bit atomics
` [PULL 04/33] target/arm: Consistently use finalize_memop_asimd() for ASIMD loads/stores
` [PULL 05/33] target/arm: Convert hint instruction space to decodetree
` [PULL 07/33] target/arm: Convert CFINV, XAFLAG and AXFLAG "
` [PULL 08/33] target/arm: Convert MSR (immediate) "
` [PULL 09/33] target/arm: Convert MSR (reg), MRS, SYS, SYSL "
` [PULL 10/33] target/arm: Convert exception generation instructions "
` [PULL 11/33] target/arm: Convert load/store exclusive and ordered "
` [PULL 12/33] target/arm: Convert LDXP, STXP, CASP, CAS "
` [PULL 15/33] target/arm: Convert ld/st reg+imm9 insns "
` [PULL 19/33] target/arm: Convert load (pointer auth) "
` [PULL 21/33] target/arm: Convert load/store (multiple structures) "
` [PULL 22/33] target/arm: Convert load/store single structure "
` [PULL 25/33] hw/sd/allwinner-sdhost: Don't send non-boolean IRQ line levels
` [PULL 27/33] hw/arm/Kconfig: sbsa-ref uses Bochs display
` [PULL 31/33] hw/misc/bcm2835_property: Use 'raspberrypi-fw-defs.h' definitions
` [PULL 33/33] hw/misc/bcm2835_property: Handle CORE_CLK_ID firmware property

[PATCH v3 0/5] tcg: Issue memory barriers for guest memory model
 2023-06-19 14:23 UTC  (6+ messages)
` [PATCH v3 1/5] target/microblaze: Define TCG_GUEST_DEFAULT_MO
` [PATCH v3 2/5] tcg: Do not elide memory barriers for !CF_PARALLEL in system mode
` [PATCH v3 3/5] tcg: Elide memory barriers implied by the host memory model
` [PATCH v3 4/5] tcg: Add host memory barriers to cpu_ldst.h interfaces
` [PATCH v3 5/5] accel/tcg: Remove check_tcg_memory_orders_compatible

[PATCH] target/arm: Restructure has_vfp_d32 test
 2023-06-19 14:02 UTC 

[PATCH v2 00/38] crypto: Provide aes-round.h and host accel
 2023-06-19 13:59 UTC  (22+ messages)
` [PATCH v2 02/38] util: Add cpuinfo-ppc.c
` [PATCH v2 07/38] target/i386: Use aesenc_SB_SR_AK
` [PATCH v2 10/38] target/ppc: "
` [PATCH v2 13/38] target/i386: Use aesdec_ISB_ISR_AK
` [PATCH v2 15/38] target/ppc: "
` [PATCH v2 30/38] crypto: Add aesdec_ISB_ISR_AK_IMC
` [PATCH v2 31/38] target/ppc: Use aesdec_ISB_ISR_AK_IMC
` [PATCH v2 32/38] crypto: Remove AES_shifts, AES_ishifts
` [PATCH v2 34/38] crypto: Remove AES_imc
` [PATCH v2 35/38] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN

[PATCH v2 00/12] aspeed: fixes and extensions
 2023-06-19 13:54 UTC  (7+ messages)
` [PATCH v2 12/12] target/arm: Allow users to set the number of VFP registers

[PATCH 0/7] target/i386: add a few simple features
 2023-06-19 13:49 UTC  (16+ messages)
` [PATCH 1/7] target/i386: fix INVD vmexit
` [PATCH 2/7] target/i386: TCG supports 3DNow! prefetch(w)
` [PATCH 3/7] target/i386: TCG supports RDSEED
` [PATCH 4/7] target/i386: TCG supports 32-bit SYSCALL
` [PATCH 5/7] target/i386: TCG supports XSAVEERPTR
` [PATCH 6/7] target/i386: implement RDPID in TCG
` [PATCH 7/7] target/i386: implement WBNOINVD "

[PATCH] accel/tcg: Handle MO_ATOM_WITHIN16 in do_st16_leN
 2023-06-19 13:44 UTC  (2+ messages)

[PATCH v3 0/4] hw/arm/raspi: Use named constants in BCM props
 2023-06-19 13:31 UTC  (4+ messages)
` [RFC PATCH v3 4/4] hw/misc/bcm2835_property: Handle CORE_CLK_ID firmware property

[PATCH 0/2] hw/arm/sbsa-ref: add ITS support in GIC
 2023-06-19 13:27 UTC  (6+ messages)
` [PATCH 1/2] hw/arm/sbsa-ref: add ITS support in SBSA GIC
` [PATCH 2/2] hw/arm/sbsa-ref: add GIC ITS to DeviceTree

[PATCH qemu v2 0/2] target/arm: Improve user-mode compatibility with JITs
 2023-06-19 13:26 UTC  (3+ messages)
` [PATCH qemu v2 2/2] tests/tcg/aarch64: Add testcases for IC IVAU and dual-mapped code

[PATCH] imx_serial: set wake bit when we receive a data byte
 2023-06-19 13:09 UTC  (4+ messages)
` [PATCH v3] "

[PATCH qemu] gdbstub: Fixed gdb_open() does not work issue while an extra 'x' is being added when converting '%s' to a pointer
 2023-06-08  9:06 UTC 

[PATCH 1/1] docs: sbsa: document board to firmware interface
 2023-06-19 12:52 UTC  (3+ messages)

[QEMU PATCH 0/1]
 2023-06-19 12:51 UTC  (4+ messages)
` [QEMU PATCH 1/1] virtgpu: do not destroy resources when guest suspend

[PATCH v4 0/1] use XHCI to replace EHCI
 2023-06-19 12:47 UTC  (5+ messages)
` [PATCH v4 1/1] hw/arm/sbsa-ref: "

[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)'
 2023-06-19 12:35 UTC  (2+ messages)

[PATCH v2] hw: Fix format for comments
 2023-06-19 12:34 UTC 

[PATCH v2 00/18] target/riscv, KVM: fixes and enhancements
 2023-06-19 12:33 UTC  (15+ messages)
` [PATCH v2 11/18] target/riscv/cpu: add misa_ext_infos[]
` [PATCH v2 12/18] target/riscv: add KVM specific MISA properties
` [PATCH v2 13/18] target/riscv/kvm.c: update KVM MISA bits
` [PATCH v2 14/18] target/riscv/kvm.c: add multi-letter extension KVM properties
` [PATCH v2 15/18] target/riscv: make riscv_isa_string_ext() KVM compatible
` [PATCH v2 17/18] target/riscv/kvm.c: add kvmconfig_get_cfg_addr() helper
` [PATCH v2 18/18] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM

[PATCH v2 00/23] q800: add support for booting MacOS Classic - part 1
 2023-06-19 12:28 UTC  (9+ messages)
` [PATCH v2 05/23] q800: move CPU object into Q800MachineState

[PATCH v3 00/23] q800: add support for booting MacOS Classic - part 1
 2023-06-19 12:26 UTC  (4+ messages)
` [PATCH v3 07/23] q800: move GLUE device into separate q800-glue.c file

[PATCH] accel/kvm/kvm-all: Handle register access errors
 2023-06-19 12:19 UTC  (5+ messages)

Emulation of 'System OFF' mode in ARM nRF51 SoCs
 2023-06-19 12:03 UTC  (3+ messages)

[PATCH v2] hw/pci: prevent hotplug of devices on pcie-root-ports on the wrong slot
 2023-06-19 12:01 UTC  (3+ messages)

[PATCH v2 3/3] hw/ufs: Support for UFS logical unit
 2023-06-19 11:16 UTC  (3+ messages)

[PATCH v2] vfio/migration: Refactor and fix print of "Migration disabled"
 2023-06-19 11:13 UTC  (2+ messages)

[PATCH v2 2/3] hw/ufs: Support for Query Transfer Requests
 2023-06-19 11:04 UTC  (3+ messages)

[PATCH v3 0/8] Implement Most ARMv8.3 Pointer Authentication Features
 2023-06-19 10:51 UTC  (5+ messages)
` [PATCH v3 1/8] target/arm: Add ID_AA64ISAR2_EL1

[RFC 0/4] Add full zoned storage emulation to qcow2 driver
 2023-06-19 10:32 UTC  (4+ messages)
` [RFC 2/4] qcow2: add configurations for zoned format extension

[PATCH 1/1] hw/arm/Kconfig: sbsa-ref uses Bochs display
 2023-06-19 10:30 UTC  (2+ messages)

[PATCH v2 1/3] hw/ufs: Initial commit for emulated Universal-Flash-Storage
 2023-06-19 10:04 UTC  (3+ messages)

A confusion about CXL in arm virt machine
 2023-06-19  9:58 UTC  (3+ messages)

[PATCH v4 0/2] dbus/ui: Expose a multi touch interface
 2023-06-19  9:53 UTC  (3+ messages)
` [PATCH v4 1/2] ui/touch: Move event handling to a common helper
` [PATCH v4 2/2] ui/dbus: Expose a touch device interface

[PATCH v2 0/2] accel/tcg: Make probe_access() a generic TCG helper
 2023-06-19  9:54 UTC  (4+ messages)
` [PATCH v2 1/2] target/arm: Widen probe_access()'s address argument to 64-bits
` [PATCH v2 2/2] accel/tcg: Make probe_access() a generic TCG helper

[PATCH v5 0/9] migration: Add switchover ack capability and VFIO precopy support
 2023-06-19  9:37 UTC  (5+ messages)
` [PATCH v5 1/9] migration: Add switchover ack capability

The real function of calling cpu_io_recompile in non-icount mode
 2023-06-19  9:39 UTC  (2+ messages)

[PATCH] hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only
 2023-06-19  9:24 UTC  (3+ messages)

[PATCH v3 0/6] net/tap: Fix QEMU frozen issue when the maximum number of file descriptors is very large
 2023-06-19  9:23 UTC  (15+ messages)
` [PATCH v3 1/6] tests/tcg/cris: Fix the coding style
` [PATCH v3 2/6] tests/tcg/cris: Correct the off-by-one error
` [PATCH v3 3/6] util/async-teardown: Fall back to close fds one by one
` [PATCH v3 4/6] util/osdep: Introduce qemu_close_range()
` [PATCH v3 5/6] util/async-teardown: Use qemu_close_range() to close fds
` [PATCH v3 6/6] net: tap: "

[PATCH v2 0/2] target/i386/kvm: fix two svm pmu virtualization bugs
 2023-06-19  8:52 UTC  (4+ messages)

(no subject)
 2023-06-19  8:48 UTC  (3+ messages)
` [PATCH v3 1/2] ui/touch: Move event handling to a common helper
` [PATCH v3 2/2] ui/dbus: Expose a touch device interface

(no subject)
 2023-06-19  8:43 UTC 

[PATCH] linux-user/riscv: Add syscall riscv_hwprobe
 2023-06-19  8:24 UTC 

[PATCH 0/4] exec: Header cleanups around memory.h/address-spaces.h
 2023-06-19  8:06 UTC  (9+ messages)
` [PATCH 1/4] hw/net/i82596: Include missing 'exec/address-spaces.h' header
` [PATCH 2/4] hw/dma/etraxfs: Include missing 'exec/memory.h' header
` [PATCH 3/4] exec/address-spaces.h: Remove unuseful 'exec/memory.h' include
` [PATCH 4/4] sysemu/kvm: Re-include "exec/memattrs.h" header

[PATCH] vhost_net: add an assertion for TAP client backends
 2023-06-19  7:59 UTC  (2+ messages)

[PATCH v2 0/6] net/tap: Fix QEMU frozen issue when the maximum number of file descriptors is very large
 2023-06-19  7:08 UTC  (14+ messages)
` [PATCH v2 1/6] tests/tcg/cris: Fix the coding style
` [PATCH v2 2/6] tests/tcg/cris: Correct the off-by-one error
` [PATCH v2 3/6] util/async-teardown: Fall back to close fds one by one
` [PATCH v2 4/6] utils/osdep: Introduce qemu_close_range()
` [PATCH v2 5/6] util/async-teardown: Use qemu_close_range() to close fds
` [PATCH v2 6/6] net: tap: "

[RFC v3] linux-user/riscv: Add syscall riscv_hwprobe
 2023-06-19  6:55 UTC  (2+ messages)

[PATCH] vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is present
 2023-06-19  6:52 UTC 

[PATCH V2 0/4] string list functions
 2023-06-19  5:52 UTC  (16+ messages)
` [PATCH V2 1/4] qapi: strList_from_string

virtiofsd - removed in QEMU 8.0, replacement seems Linux-only
 2023-06-18 22:29 UTC 

[PATCH 0/2] target/i386: allow using named CPU modeles with user mode emulation
 2023-06-18 22:21 UTC  (3+ messages)
` [PATCH 1/2] target/i386: ignore ARCH_CAPABILITIES features in "
` [PATCH 2/2] target/i386: ignore CPL0-specific "

[PATCH] kvm: reuse per-vcpu stats fd to avoid vcpu interruption
 2023-06-18 21:39 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] git-submodule.sh: allow running in validate mode without previous update
 2023-06-18 21:20 UTC 

[PATCH v2 0/8] TriCore Privilege Levels
 2023-06-18 17:34 UTC  (13+ messages)
` [PATCH v2 1/8] target/tricore: Fix RR_JLI clobbering reg A[11]
` [PATCH v2 2/8] target/tricore: Introduce DISAS_TARGET_EXIT
` [PATCH v2 3/8] target/tricore: ENABLE/DISABLE exit to main-loop
` [PATCH v2 4/8] target/tricore: Indirect jump insns use tcg_gen_lookup_and_goto_ptr()
` [PATCH v2 5/8] target/tricore: Introduce priv tb flag
` [PATCH v2 7/8] target/tricore: Honour privilege changes on PSW write
` [PATCH v2 8/8] target/tricore: Fix ICR.IE offset in RESTORE insn

[PATCH v3 00/14] Misc clean ups to target/ppc exception handling
 2023-06-18 12:48 UTC  (3+ messages)
` [PATCH v3 07/14] target/ppd: Remove unused define

[PATCH] Fix handling of AVR interrupts above 33
 2023-06-18 10:27 UTC  (3+ messages)

[PATCH 0/4] ppc/spapr: Nested HV fix and tidying
 2023-06-18  9:53 UTC  (3+ messages)
` [PATCH 4/4] ppc/spapr: Move spapr nested HV to a new file

[PATCH] hw/riscv/virt.c: fix typo in 'aia' description
 2023-06-18  6:55 UTC  (2+ messages)

[PATCH v5 00/11] *** Add allwinner-r40 support ***
 2023-06-18  0:40 UTC  (4+ messages)
` [PATCH v5 01/11] hw: arm: Add bananapi M2-Ultra and allwinner-r40 support

[PATCH v2] hw/arm/xlnx: Connect secondary CGEM IRQs
 2023-06-17 22:50 UTC  (3+ messages)

[PATCH] chardev/char-win-stdio: Support VT sequences on Windows 11 host
 2023-06-17  9:42 UTC  (3+ messages)

[PULL v5 00/11] xenpvh5-tag
 2023-06-17  8:02 UTC  (2+ messages)

[PULL 0/5] loongarch-to-apply queue
 2023-06-17  8:02 UTC  (2+ messages)

[PATCH v4 00/24] qemu patches for 64-bit NBD extensions
 2023-06-16 18:48 UTC  (10+ messages)
` [PATCH v4 12/24] nbd: Prepare for 64-bit request effect lengths
` [PATCH v4 13/24] nbd/server: Refactor handling of request payload
  ` [Libguestfs] "
` [PATCH v4 14/24] nbd/server: Prepare to receive extended header requests
` [PATCH v4 15/24] nbd/server: Prepare to send extended header replies

[RFC PATCH 00/19] hugetlb support for KVM guest_mem
 2023-06-16 18:28 UTC  (2+ messages)

[PATCH] vfio/migration: Fix return value of vfio_migration_realize()
 2023-06-16 18:06 UTC  (10+ messages)

[PATCH 0/1] hw/riscv/virt.c: check for 'ssaia' with KVM AIA
 2023-06-16 17:21 UTC  (2+ messages)
` [PATCH 1/1] "


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