qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-22 14:26:30 to 2022-12-24 08:36:16 UTC [more...]

[RFC PATCH 00/43] Add LoongArch LSX instructions
 2022-12-24  8:16 UTC  (38+ messages)
` [RFC PATCH 02/43] target/loongarch: CPUCFG support LSX
` [RFC PATCH 03/43] target/loongarch: meson.build support build LSX
` [RFC PATCH 04/43] target/loongarch: Add CHECK_SXE maccro for check LSX enable
` [RFC PATCH 05/43] target/loongarch: Implement vadd/vsub
` [RFC PATCH 06/43] target/loongarch: Implement vaddi/vsubi
` [RFC PATCH 07/43] target/loongarch: Implement vneg
` [RFC PATCH 08/43] target/loongarch: Implement vsadd/vssub
` [RFC PATCH 09/43] target/loongarch: Implement vhaddw/vhsubw
` [RFC PATCH 10/43] target/loongarch: Implement vaddw/vsubw
` [RFC PATCH 11/43] target/loongarch: Implement vavg/vavgr
` [RFC PATCH 12/43] target/loongarch: Implement vabsd
` [RFC PATCH 13/43] target/loongarch: Implement vadda
` [RFC PATCH 14/43] target/loongarch: Implement vmax/vmin
` [RFC PATCH 15/43] target/loongarch: Implement vmul/vmuh/vmulw{ev/od}
` [RFC PATCH 16/43] target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od}
` [RFC PATCH 17/43] target/loongarch: Implement vdiv/vmod
` [RFC PATCH 19/43] target/loongarch: Implement vexth
` [RFC PATCH 20/43] target/loongarch: Implement vsigncov
` [RFC PATCH 21/43] target/loongarch: Implement vmskltz/vmskgez/vmsknz
` [RFC PATCH 22/43] target/loongarch: Implement LSX logic instructions
` [RFC PATCH 23/43] target/loongarch: Implement vsll vsrl vsra vrotr
` [RFC PATCH 27/43] target/loongarch: Implement vsrlrn vsrarn
` [RFC PATCH 28/43] target/loongarch: Implement vssrln vssran
` [RFC PATCH 29/43] target/loongarch: Implement vssrlrn vssrarn
` [RFC PATCH 30/43] target/loongarch: Implement vclo vclz
` [RFC PATCH 31/43] target/loongarch: Implement vpcnt
` [RFC PATCH 32/43] target/loongarch: Implement vbitclr vbitset vbitrev
` [RFC PATCH 33/43] target/loongarch: Implement vfrstp
` [RFC PATCH 34/43] target/loongarch: Implement LSX fpu arith instructions
` [RFC PATCH 35/43] target/loongarch: Implement LSX fpu fcvt instructions
` [RFC PATCH 37/43] target/loongarch: Implement vfcmp
` [RFC PATCH 38/43] target/loongarch: Implement vbitsel vset
` [RFC PATCH 39/43] target/loongarch: Implement vinsgr2vr vpickve2gr vreplgr2vr
` [RFC PATCH 40/43] target/loongarch: Implement vreplve vpack vpick
` [RFC PATCH 41/43] target/loongarch: Implement vilvl vilvh vextrins vshuf
` [RFC PATCH 42/43] target/loongarch: Implement vld vst
` [RFC PATCH 43/43] target/loongarch: Implement vldi

[PATCH v5 1/4] x86: return modified setup_data only if read as memory, not as file
 2022-12-24  4:21 UTC  (5+ messages)
` [PATCH v5 4/4] x86: re-enable rng seeding via SetupData

[PATCH 00/15] riscv: opensbi boot test and cleanups
 2022-12-24  3:52 UTC  (47+ messages)
` [PATCH 01/15] tests/avocado: add RISC-V opensbi boot test
` [PATCH 02/15] hw/riscv/spike: use 'fdt' from MachineState
` [PATCH 03/15] hw/riscv/sifive_u: "
` [PATCH 04/15] hw/riscv/boot.c: make riscv_find_firmware() static
` [PATCH 05/15] hw/riscv/boot.c: introduce riscv_default_firmware_name()
` [PATCH 06/15] hw/riscv/spike.c: load initrd right after riscv_load_kernel()
` [PATCH 07/15] hw/riscv: write initrd 'chosen' FDT inside riscv_load_initrd()
` [PATCH 08/15] hw/riscv: write bootargs 'chosen' FDT after riscv_load_kernel()
` [PATCH 09/15] hw/riscv/boot.c: use MachineState in riscv_load_initrd()
` [PATCH 10/15] hw/riscv/boot.c: use MachineState in riscv_load_kernel()
` [PATCH 11/15] hw/riscv/boot.c: consolidate all kernel init "
` [PATCH 12/15] hw/riscv/boot.c: make riscv_load_initrd() static
` [PATCH 13/15] hw/riscv/spike.c: simplify create_fdt()

[PATCH v3 0/2] Add irq number property for loongarch pch interrupt controller
 2022-12-24  2:02 UTC  (3+ messages)
` [PATCH v3 1/2] hw/intc/loongarch_pch_msi: add irq number property
` [PATCH v3 2/2] hw/intc/loongarch_pch_pic: "

[PATCH v2 0/4] Clean up includes
 2022-12-23 23:41 UTC  (7+ messages)
` [PATCH v2 1/4] include/hw/virtio: Break inclusion loop
` [PATCH v2 4/4] docs/devel: Rules on #include in headers

[PATCH] linux-user: Fix brk() to release pages
 2022-12-23 21:03 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] scripts/coverity-scan/model.c: update address_space_*_cached
 2022-12-23 20:43 UTC 

[RFC v4 0/3] migration: reduce time of loading non-iterable vmstate
 2022-12-23 19:11 UTC  (10+ messages)
` [RFC v4 1/3] rcu: introduce rcu_read_locked()
` [RFC v4 2/3] memory: add depth assert in address_space_to_flatview
` [RFC v4 3/3] migration: reduce time of loading non-iterable vmstate

[PATCH v2 00/15] Add support for the T-Head vendor extensions
 2022-12-23 18:00 UTC  (16+ messages)
` [PATCH v2 01/15] RISC-V: Adding XTheadCmo ISA extension
` [PATCH v2 02/15] RISC-V: Adding XTheadSync "
` [PATCH v2 03/15] RISC-V: Adding XTheadBa "
` [PATCH v2 04/15] RISC-V: Adding XTheadBb "
` [PATCH v2 05/15] RISC-V: Adding XTheadBs "
` [PATCH v2 06/15] RISC-V: Adding XTheadCondMov "
` [PATCH v2 07/15] RISC-V: Adding T-Head multiply-accumulate instructions
` [PATCH v2 08/15] RISC-V: Adding T-Head MemPair extension
` [PATCH v2 09/15] RISC-V: Adding T-Head MemIdx extension
` [PATCH v2 10/15] RISC-V: Adding T-Head FMemIdx extension
` [PATCH v2 11/15] RISC-V: Adding T-Head XMAE support
` [PATCH v2 12/15] RISC-V: Set minimum priv version for Zfh to 1.11
` [PATCH v2 13/15] RISC-V: Add initial support for T-Head C906
` [PATCH v2 14/15] RISC-V: Adding XTheadFmv ISA extension
` [PATCH v2 15/15] target/riscv: add a MAINTAINERS entry for XThead* extension support

[PATCH v4 00/12] Compiler warning fixes for libvhost-user,libvduse
 2022-12-23 17:55 UTC  (16+ messages)
` [PATCH v4 01/12] libvhost-user: Provide _GNU_SOURCE when compiling outside of QEMU
` [PATCH v4 02/12] libvhost-user: Replace typeof with __typeof__
` [PATCH v4 03/12] libvhost-user: Cast rc variable to avoid compiler warning
` [PATCH v4 04/12] libvhost-user: Use unsigned int i for some for-loop iterations
` [PATCH v4 05/12] libvhost-user: Declare uffdio_register early to make it C90 compliant
` [PATCH v4 06/12] libvhost-user: Change dev->postcopy_ufd assignment "
` [PATCH v4 07/12] libvduse: Provide _GNU_SOURCE when compiling outside of QEMU
` [PATCH v4 08/12] libvduse: Switch to unsigned int for inuse field in struct VduseVirtq
` [PATCH v4 09/12] libvduse: Fix assignment in vring_set_avail_event
` [PATCH v4 10/12] libvhost-user: "
` [PATCH v4 11/12] libvhost-user: Add extra compiler warnings
` [PATCH v4 12/12] libvduse: "

[PULL v2 0/6] testing updates
 2022-12-23 17:21 UTC 

[PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()
 2022-12-23 16:37 UTC  (5+ messages)
` [PATCH v3 1/2] hw/arm/virt: Consolidate GIC finalize logic
` [PATCH v3 2/2] hw/arm/virt: Make accels in GIC finalize logic explicit

[PATCH v3] intel-iommu: Document iova_tree
 2022-12-23 16:26 UTC  (3+ messages)

[PATCH 0/3] Fix UNMAP notifier for intel-iommu
 2022-12-23 16:22 UTC  (13+ messages)
` [PATCH 3/3] intel-iommu: build iova tree during IOMMU translation

[PATCH 0/2] tests/migration: add support for ppc64le in guestperf.py
 2022-12-23 16:19 UTC  (5+ messages)
` [PATCH 1/2] tests/migration: add sysprof-capture-4 as dependency for stress binary
` [PATCH 2/2] tests/migration: add support for ppc64le for guestperf.py

[PULL v2 00/14] accel/tcg: Rewrite user-only vma tracking
 2022-12-23 14:32 UTC  (3+ messages)
` [PULL v2 07/14] accel/tcg: Use interval tree for user-only page tracking

[PATCH v2] pflash: Only read non-zero parts of backend image
 2022-12-23 14:33 UTC  (4+ messages)

[PATCH v2 0/5] Nested virtualization fixes for QEMU
 2022-12-23 13:14 UTC  (8+ messages)
` [PATCH v2 2/5] target/riscv: Update VS timer whenever htimedelta changes

[PATCH] linux-user: Improve strace output of personality() and sysinfo()
 2022-12-23 12:27 UTC  (5+ messages)

[PATCH] tests/tcg/multiarch: add vma-pthread.c
 2022-12-23 12:09 UTC  (2+ messages)

[PULL 0/5] 9p queue 2022-12-23
 2022-12-23 11:04 UTC  (6+ messages)
` [PULL 5/5] hw/9pfs: Replace the direct call to xxxat() APIs with a wrapper
` [PULL 2/5] MAINTAINERS: Add 9p test client to section "virtio-9p"
` [PULL 4/5] hw/9pfs: Drop unnecessary *xattr wrapper API declarations
` [PULL 1/5] 9pfs: Fix some return statements in the synth backend
` [PULL 3/5] qemu/xattr.h: Exclude <sys/xattr.h> for Windows

[PATCH] nubus-device: fix memory leak in nubus_device_realize
 2022-12-23 10:53 UTC  (3+ messages)

[PATCH v2 0/7] include/hw/pci include/hw/cxl: Clean up includes
 2022-12-23 10:33 UTC  (6+ messages)

[PATCH 0/2] hw/intc/arm_gicv3: Bump ITT entry size to 16
 2022-12-23 10:14 UTC  (4+ messages)
` [PATCH 1/2] hw/intc/arm_gicv3: Make ITT entry size configurable
` [PATCH 2/2] hw/intc/arm_gicv3: Bump ITT entry size to 16

[PATCH 0/6] hw/arm: Fix smpboot[] on big-endian hosts and remove tswap32()
 2022-12-23 10:05 UTC  (12+ messages)
` [PATCH 1/6] hw/arm/aspeed: Fix smpboot[] on big-endian hosts
` [PATCH 2/6] hw/arm/raspi: "
` [PATCH 3/6] hw/arm/exynos4210: Remove tswap32() calls and constify smpboot[]
` [PATCH 4/6] hw/arm/npcm7xx: "
` [PATCH 5/6] hw/arm/xilinx_zynq: "
` [PATCH 6/6] hw/arm/boot: Remove tswap32() calls and constify board_setup_blob[]

[PATCH v3 0/6] virtio-mem: Handle preallocation with migration
 2022-12-23  9:34 UTC  (3+ messages)
` [PATCH v3 1/6] migration: Allow immutable device state to be migrated early (i.e., before RAM)

[PATCH v2 0/2] Add irq number property for loongarch pch interrupt controller
 2022-12-23  9:15 UTC  (4+ messages)
` [PATCH v2 1/2] hw/intc/loongarch_pch_msi: add irq number property
` [PATCH v2 2/2] hw/intc/loongarch_pch_pic: "

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-23  8:24 UTC  (13+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH v2 0/3] Add OCP extended log to nvme QEMU
 2022-12-23  7:39 UTC  (2+ messages)

[PATCH v21 00/10] vhost-vdpa: add support for configure interrupt
 2022-12-23  6:14 UTC  (2+ messages)

[PULL 0/6] testing updates
 2022-12-23  5:04 UTC  (6+ messages)

[PATCH 0/5] hw/net/igb: emulated network device with SR-IOV
 2022-12-23  3:23 UTC  (7+ messages)
` [PATCH 1/5] pcie: add helper function to get number of VFs
` [PATCH 2/5] hw/net/net_tx_pkt: helper function to get l2 hdr
` [PATCH 3/5] hw/net/igb: register definitions
` [PATCH 4/5] hw/net/igb: emulated intel IGB (82576EB) network device
` [PATCH 5/5] hw/net/igb: build support for igb/igbvf devices

[PATCH v3 00/10] Compiler warning fixes for libvhost-user,libvduse
 2022-12-22 20:38 UTC  (7+ messages)
` [PATCH v3 02/10] libvhost-user: Replace typeof with __typeof__
` [PATCH v3 10/10] libvduse: Fix assignment in vring_set_avail_event

[PATCH] linux-user: Add strace for prlimit64() syscall
 2022-12-22 19:06 UTC 

[PATCH v1 0/2] s390x/pv: Add support for asynchronous teardown for reboot
 2022-12-22 15:04 UTC  (3+ messages)
` [PATCH v1 1/2] Linux header update
` [PATCH v1 2/2] s390x/pv: Add support for asynchronous teardown for reboot

[PATCH v9 00/14] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2022-12-22 15:03 UTC  (3+ messages)
` [PATCH v9 08/14] hw/nvram: NPCM7xx OTP device model


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