qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-04 02:05:09 to 2023-02-05 16:39:16 UTC [more...]

[PATCH v2 0/2] fix for #285
 2023-02-05 16:37 UTC  (2+ messages)
` [PATCH v2 2/2] tcg: use QTree instead of GTree

Qemu - how to run in Win?
 2023-02-05 12:01 UTC 

Call for GSoC and Outreachy project ideas for summer 2023
 2023-02-05 13:57 UTC  (3+ messages)

[PULL 00/11] Net patches
 2023-02-05 12:36 UTC  (4+ messages)

[PATCH 0/3] MIPS Virt machine
 2023-02-05 11:48 UTC  (5+ messages)
` [PATCH 1/3] docs/system: Remove "mips" board from target-mips.rst
` [PATCH 3/3] hw/mips: Add MIPS virt board

[PATCH v3 0/9] PC cleanups
 2023-02-05 11:26 UTC  (18+ messages)
` [PATCH v3 1/9] hw/pci-host/i440fx: Inline sysbus_add_io()
` [PATCH v3 2/9] hw/pci-host/q35: "
` [PATCH v3 3/9] hw/i386/pc_q35: Reuse machine parameter
` [PATCH v3 4/9] hw/i386/pc_{q35, piix}: Reuse MachineClass::desc as SMB product name
` [PATCH v3 5/9] hw/i386/pc_{q35, piix}: Minimize usage of get_system_memory()
` [PATCH v3 6/9] hw/i386/pc: Initialize ram_memory variable directly
` [PATCH v3 7/9] hw/pci-host/pam: Make init_pam() usage more readable
` [PATCH v3 8/9] hw/i386/x86: Make TYPE_X86_MACHINE the owner of smram
` [PATCH v3 9/9] target/i386/tcg/sysemu/tcg-cpu: Avoid own opinion about smram size

[PATCH 0/5] hw/ppc: Set QDev properties using QDev API (part 2/3)
 2023-02-05 11:05 UTC  (10+ messages)
` [PATCH 2/5] hw/pci-host/raven: Set QDev properties using QDev API
` [PATCH 3/5] hw/ppc/ppc4xx: "
` [PATCH 4/5] hw/ppc/spapr: "
` [PATCH 5/5] hw/ppc/pnv: "

[PATCH 0/4] pcie: cleanup code and add trace point
 2023-02-05 10:56 UTC  (6+ messages)
` [PATCH 3/4] pcie: drop unused PCIExpressIndicator
` [PATCH 4/4] pcie: add trace-poing for power indicator transitions
  ` [PATCH 2/4] pcie_regs: drop duplicated indicator value macros
  ` [PATCH 1/4] pcie: pcie_cap_slot_write_config(): use correct macro
  ` [PATCH 4/4] pcie: add trace-point for power indicator transitions

[PATCH 00/10] Retire Fork-Based Fuzzing
 2023-02-05 10:50 UTC  (15+ messages)
` [PATCH 01/10] hw/sparse-mem: clear memory on reset
` [PATCH 02/10] fuzz: add fuzz_reboot API
` [PATCH 03/10] fuzz/generic-fuzz: use reboots instead of forks to reset state
` [PATCH 04/10] fuzz/generic-fuzz: add a limit on DMA bytes written
` [PATCH 05/10] fuzz/virtio-scsi: remove fork-based fuzzer
` [PATCH 06/10] fuzz/virtio-net: "
` [PATCH 07/10] fuzz/virtio-blk: "
` [PATCH 08/10] fuzz/i440fx: "
` [PATCH 09/10] fuzz: remove fork-fuzzing scaffolding
` [PATCH 10/10] docs/fuzz: remove mentions of fork-based fuzzing

[PULL 00/16] ppc queue
 2023-02-05 10:04 UTC  (17+ messages)
` [PULL 01/16] tests/migration: add sysprof-capture-4 as dependency for stress binary
` [PULL 02/16] tests/migration: add support for ppc64le for guestperf.py
` [PULL 03/16] ppc/pegasos2: Improve readability of VIA south bridge creation
` [PULL 04/16] hw/pci-host/mv64361: Reuse pci_swizzle_map_irq_fn
` [PULL 05/16] hw/ppc: Set machine->fdt in e500 machines
` [PULL 06/16] hw/ppc/e500{, plat}: Drop redundant checks for presence of platform bus
` [PULL 07/16] hw/ppc/e500.c: Avoid hardcoding parent device in create_devtree_etsec()
` [PULL 08/16] hw/ppc/e500.c: Attach eSDHC unimplemented region to ccsr_addr_space
` [PULL 09/16] ppc/pnv/pci: Cleanup PnvPHBPecState structure
` [PULL 10/16] ppc/pnv/pci: Remove duplicate definition of PNV_PHB5_DEVICE_ID
` [PULL 11/16] ppc/pnv/pci: Update PHB5 version register
` [PULL 12/16] ppc/pnv/pci: Fix PHB xscom registers memory region name
` [PULL 13/16] hw/ppc/pegasos2: Fix a typo in a comment
` [PULL 14/16] hw/display/sm501: Remove parenthesis around constant macro definitions
` [PULL 15/16] hw/display/sm501: Remove unneeded casts from void pointer
` [PULL 16/16] hw/display/sm501: Code style fix

[RFC v2 00/13] Dinamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-02-05 10:00 UTC  (14+ messages)
` [RFC v2 11/13] vdpa: add vdpa net migration state notifier
` [RFC v2 12/13] vdpa: preemptive kick at enable

[RFC PATCH 00/16] Add stage-2 translation for SMMUv3
 2023-02-05  9:44 UTC  (17+ messages)
` [RFC PATCH 01/16] hw/arm/smmuv3: Add missing fields for IDR0
` [RFC PATCH 02/16] hw/arm/smmuv3: Update translation config to hold stage-2
` [RFC PATCH 03/16] hw/arm/smmuv3: Rename smmu_ptw_64
` [RFC PATCH 04/16] hw/arm/smmuv3: Add a system property to choose translation stage
` [RFC PATCH 05/16] hw/arm/smmuv3: Add page table walk for stage-2
` [RFC PATCH 06/16] hw/arm/smmuv3: Parse STE config "
` [RFC PATCH 07/16] hw/arm/smmuv3: Check validity of stage-2 page table
` [RFC PATCH 08/16] hw/arm/smmuv3: Support S2AFFD
` [RFC PATCH 09/16] hw/arm/smmuv3: Don't touch CD if stage-1 is not supported
` [RFC PATCH 10/16] hw/arm/smmuv3: Make TLB lookup work for stage-2
` [RFC PATCH 11/16] hw/arm/smmuv3: Read VMID from STE
` [RFC PATCH 12/16] hw/arm/smmuv3: Add VMID to tlb tagging
` [RFC PATCH 13/16] hw/arm/smmuv3: Add CMDs related to stage 2
` [RFC PATCH 14/16] hw/arm/smmuv3: Add stage-2 support in iova notifier
` [RFC PATCH 15/16] hw/arm/smmuv3: Add fault configuration for stage-2
` [RFC PATCH 16/16] hw/arm/smmuv3: Enable stage-2 support

[PATCH 0/3] Misc sm501 clean ups
 2023-02-05  9:40 UTC  (5+ messages)

[PATCH 00/19] hw: Set QDev properties using QDev API (part 1/3)
 2023-02-05  9:14 UTC  (5+ messages)
` [RFC PATCH 12/19] hw/i386: Set QDev properties using QDev API
` [PATCH 13/19] hw/m68k: "

[PATCH] KVM: dirty ring: check if vcpu is created before dirty_ring_reap_one
 2023-02-05  6:47 UTC  (3+ messages)

[PATCH] configure: Add 'mkdir build' check
 2023-02-05  5:26 UTC 

[PATCH v2] KVM: dirty ring: check if vcpu is created before dirty_ring_reap_one
 2023-02-05  6:45 UTC 

[PATCH] linux-user: add support for xtensa FDPIC
 2023-02-05  6:12 UTC 

[PATCH v6 0/4] memory: prevent dma-reentracy issues
 2023-02-05  4:07 UTC  (5+ messages)
` [PATCH v6 1/4] "
` [PATCH v6 2/4] async: Add an optional reentrancy guard to the BH API
` [PATCH v6 3/4] checkpatch: add qemu_bh_new/aio_bh_new checks
` [PATCH v6 4/4] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded

[PULL 00/22] Linux user for 8.0 patches
 2023-02-04 19:12 UTC  (24+ messages)
` [PULL 01/22] linux-user/strace: Constify struct flags
` [PULL 02/22] linux-user/strace: Extract print_execve_argv() from print_execve()
` [PULL 03/22] linux-user/strace: Add output for execveat() syscall
` [PULL 04/22] linux-user/syscall: Extract do_execve() from do_syscall1()
` [PULL 05/22] linux-user/syscall: Implement execveat()
` [PULL 06/22] linux-user: Add missing MAP_HUGETLB and MAP_STACK flags in strace
` [PULL 07/22] linux-user: un-parent OBJECT(cpu) when closing thread
` [PULL 08/22] linux-user: fix strace build w/out munlockall
` [PULL 09/22] linux-user: add more netlink protocol constants
` [PULL 10/22] Revert "linux-user: add more compat ioctl definitions"
` [PULL 11/22] Revert "linux-user: fix compat with glibc >= 2.36 sys/mount.h"
` [PULL 12/22] linux-user: Add strace output for clock_getres_time64() and futex_time64()
` [PULL 13/22] linux-user: Improve strace output of getgroups() and setgroups()
` [PULL 14/22] linux-user: move target_flat.h to target subdirs
` [PULL 15/22] linux-user: Fix SO_ERROR return code of getsockopt()
` [PULL 16/22] linux-user: Fix /proc/cpuinfo output for hppa
` [PULL 17/22] linux-user: Improve strace output of personality() and sysinfo()
` [PULL 18/22] linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()
` [PULL 19/22] linux-user: Show 4th argument of rt_sigprocmask() in strace
` [PULL 20/22] linux-user: Enhance strace output for various syscalls
` [PULL 21/22] linux-user: Implement SOL_ALG encryption support
` [PULL 22/22] linux-user: Allow sendmsg() without IOV

[PATCH] hw/ppc/pegasos2: Fix a typo in a comment
 2023-02-04 18:55 UTC  (2+ messages)

[PATCH] tcg: Init temp_subindex in liveness_pass_2
 2023-02-04 18:16 UTC  (2+ messages)

[PULL 0/1] M68k next patches
 2023-02-04 17:16 UTC  (2+ messages)

pixman_blt on aarch64
 2023-02-04 16:57 UTC  (2+ messages)

[PULL 00/40] tcg patch queue
 2023-02-04 16:33 UTC  (41+ messages)
` [PULL 01/40] accel/tcg: Test CPUJumpCache in tb_jmp_cache_clear_page
` [PULL 02/40] tcg: Init temp_subindex in liveness_pass_2
` [PULL 03/40] tcg: Define TCG_TYPE_I128 and related helper macros
` [PULL 04/40] tcg: Handle dh_typecode_i128 with TCG_CALL_{RET, ARG}_NORMAL
` [PULL 05/40] tcg: Allocate objects contiguously in temp_allocate_frame
` [PULL 06/40] tcg: Introduce tcg_out_addi_ptr
` [PULL 07/40] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
` [PULL 08/40] tcg: Introduce tcg_target_call_oarg_reg
` [PULL 09/40] tcg: Add TCG_CALL_RET_BY_VEC
` [PULL 10/40] include/qemu/int128: Use Int128 structure for TCI
` [PULL 11/40] tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PULL 12/40] tcg/tci: Fix big-endian return register ordering
` [PULL 13/40] tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PULL 14/40] tcg: "
` [PULL 15/40] tcg: Add temp allocation for TCGv_i128
` [PULL 16/40] tcg: Add basic data movement "
` [PULL 17/40] tcg: Add guest load/store primitives "
` [PULL 18/40] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
` [PULL 19/40] tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
` [PULL 20/40] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXP
` [PULL 21/40] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for CASP
` [PULL 22/40] target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX
` [PULL 23/40] tests/tcg/s390x: Add div.c
` [PULL 24/40] tests/tcg/s390x: Add clst.c
` [PULL 25/40] tests/tcg/s390x: Add long-double.c
` [PULL 26/40] tests/tcg/s390x: Add cdsg.c
` [PULL 27/40] target/s390x: Use a single return for helper_divs32/u32
` [PULL 28/40] target/s390x: Use a single return for helper_divs64/u64
` [PULL 29/40] target/s390x: Use Int128 for return from CLST
` [PULL 30/40] target/s390x: Use Int128 for return from CKSM
` [PULL 31/40] target/s390x: Use Int128 for return from TRE
` [PULL 32/40] target/s390x: Copy wout_x1 to wout_x1_P
` [PULL 33/40] target/s390x: Use Int128 for returning float128
` [PULL 34/40] target/s390x: Use Int128 for passing float128
` [PULL 35/40] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
` [PULL 36/40] target/s390x: Implement CC_OP_NZ in gen_op_calc_cc
` [PULL 37/40] target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b
` [PULL 38/40] target/i386: Inline cmpxchg8b
` [PULL 39/40] target/i386: Inline cmpxchg16b
` [PULL 40/40] tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_target

[PATCH] configure: normalize riscv* cpu types too
 2023-02-04 15:14 UTC  (3+ messages)

[PULL v2 00/35] Monitor patches for 2023-02-03
 2023-02-04 14:52 UTC  (3+ messages)
` [PULL v2 04/35] monitor: Drop unnecessary includes

ASan reports use-after-free when running munmap-pthread
 2023-02-04 12:33 UTC  (3+ messages)

[PATCH v10 0/3] hw/riscv: handle kernel_entry high bits with 32bit CPUs
 2023-02-04 12:03 UTC  (7+ messages)
` [PATCH v10 1/3] hw/riscv: handle 32 bit CPUs kernel_addr in riscv_load_kernel()

[PATCH] tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_target
 2023-02-04 11:59 UTC  (2+ messages)

[PATCH v4 0/4] [DO-NOT-MERGE] qapi: static typing conversion, "pt0"
 2023-02-04 11:34 UTC  (5+ messages)
` [PATCH v4 3/4] qapi: Update flake8 config
` [PATCH v4 4/4] qapi: update pylint configuration

[PATCH 0/6] Shorten the runtime of some gitlab-CI shared runner jobs
 2023-02-04 10:23 UTC  (9+ messages)
` [PATCH 6/6] gitlab-ci.d/buildtest: Disintegrate the build-coroutine-sigaltstack job

[PULL 00/26] Next patches
 2023-02-04 10:19 UTC  (2+ messages)

[PATCH v2] target/riscv: fix ctzw behavior
 2023-02-04  8:23 UTC 

Display update issue on M1 Macs
 2023-02-04  5:19 UTC  (14+ messages)

[PATCH v8 0/8] Introduce igb
 2023-02-04  4:36 UTC  (9+ messages)
` [PATCH v8 1/8] pcie: Introduce pcie_sriov_num_vfs
` [PATCH v8 2/8] e1000: Split header files
` [PATCH v8 3/8] Intrdocue igb device emulation
` [PATCH v8 4/8] tests/qtest/e1000e-test: Fabricate ethernet header
` [PATCH v8 5/8] tests/qtest/libqos/e1000e: Export macreg functions
` [PATCH v8 6/8] igb: Introduce qtest for igb device
` [PATCH v8 7/8] tests/avocado: Add igb test
` [PATCH v8 8/8] docs/system/devices/igb: Add igb documentation

[PATCH v2] [PING] target/i386/gdbstub: Fix a bug about order of FPU stack in 'g' packets
 2023-02-04  4:23 UTC  (2+ messages)
` [PATCH v2] [PING^2] "


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