qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-17 17:33:13 to 2021-12-20 05:23:37 UTC [more...]

[PULL 00/88] riscv-to-apply queue
 2021-12-20  4:56 UTC  (18+ messages)
` [PULL 01/88] target/riscv: zfh: half-precision load and store
` [PULL 02/88] target/riscv: zfh: half-precision computational
` [PULL 03/88] target/riscv: zfh: half-precision convert and move
` [PULL 04/88] target/riscv: zfh: half-precision floating-point compare
` [PULL 05/88] target/riscv: zfh: half-precision floating-point classify
` [PULL 06/88] target/riscv: zfh: add Zfh cpu property
` [PULL 07/88] target/riscv: zfh: implement zfhmin extension
` [PULL 08/88] target/riscv: zfh: add Zfhmin cpu property
` [PULL 09/88] target/riscv: drop vector 0.7.1 and add 1.0 support
` [PULL 10/88] target/riscv: Use FIELD_EX32() to extract wd field
` [PULL 11/88] target/riscv: rvv-1.0: add mstatus VS field
` [PULL 12/88] target/riscv: rvv-1.0: set mstatus.SD bit if mstatus.VS is dirty
` [PULL 13/88] target/riscv: rvv-1.0: add sstatus VS field
` [PULL 14/88] target/riscv: rvv-1.0: introduce writable misa.v field
` [PULL 17/88] target/riscv: rvv-1.0: add vcsr register
` [PULL 21/88] target/riscv: rvv-1.0: add fractional LMUL
` [PULL 27/88] target/riscv: rvv-1.0: configure instructions

[PULL 00/16] Misc patches for 2021-12-20
 2021-12-20  4:47 UTC  (18+ messages)
` [PULL 01/16] configure: make $targetos lowercase, use windows instead of MINGW32
` [PULL 02/16] configure: move target detection before CPU detection
` [PULL 03/16] configure: unify two case statements on $cpu
` [PULL 04/16] configure: unify ppc64 and ppc64le
` [PULL 05/16] configure: unify x86_64 and x32
` [PULL 06/16] meson: rename "arch" variable
` [PULL 07/16] configure, meson: move ARCH to meson.build
` [PULL 08/16] configure: remove unnecessary symlinks
` [PULL 09/16] configure: remove DIRS
` [PULL 10/16] meson: reenable test-fdmon-epoll
` [PULL 11/16] cpu: remove unnecessary #ifdef CONFIG_TCG
` [PULL 12/16] meson: add "check" argument to run_command
` [PULL 13/16] hw/scsi: Fix scsi_bus_init_named() docstring
` [PULL 14/16] hw/scsi/megasas: Fails command if SGL buffer overflows
` [PULL 15/16] tests/qtest/fuzz-megasas-test: Add test for GitLab issue #521
` [PULL 16/16] hw/i386/vmmouse: Require 'i8042' property to be set

Virtio-GPU Xres and Yres seettings
 2021-12-20  4:26 UTC 

[PATCH v2 0/9] A collection of RISC-V cleanups and improvements
 2021-12-20  2:53 UTC  (5+ messages)
` [PATCH v2 5/9] target/riscv: Mark the Hypervisor extension as non experimental
` [PATCH v2 6/9] target/riscv: Enable the Hypervisor extension by default

[RFC] vhost-vdpa-net: add vhost-vdpa-net host device support
 2021-12-20  2:48 UTC  (12+ messages)

[PATCH v2 0/5] hw/qdev: Clarify qdev_connect_gpio_out() documentation
 2021-12-20  2:14 UTC  (10+ messages)
` [PATCH v2 1/5] hw/qdev: Cosmetic around documentation
` [PATCH v2 2/5] hw/qdev: Correct qdev_init_gpio_out_named() documentation
` [PATCH v2 3/5] hw/qdev: Correct qdev_connect_gpio_out_named() documentation
` [PATCH v2 4/5] hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameter
` [PATCH v2 5/5] hw/input/pckbd: Open-code i8042_setup_a20_line() wrapper

[PATCH 1/2] net/colo-compare.c: Optimize compare order for performance
 2021-12-20  1:06 UTC  (2+ messages)
` [PATCH 2/2] net/colo-compare.c: Update the default value comments

[PATCH] hw/nvram: at24 return 0xff if 1 byte address
 2021-12-20  0:32 UTC 

[PATCH v2] audio: Add sndio backend
 2021-12-19 21:07 UTC  (3+ messages)

[PATCH] linux-user/signal: Map exit signals in SIGCHLD siginfo_t
 2021-12-19 18:47 UTC  (4+ messages)

[PATCH] ui/gtk: Fix resolution change in fullscreen
 2021-12-19 17:21 UTC 

[PATCH 0/2] linux-user: fixes for sched_ syscalls
 2021-12-19 17:19 UTC  (5+ messages)
` [PATCH 1/2] linux-user: add sched_getattr support
` [PATCH 2/2] linux-user: call set/getscheduler set/getparam directly

[PATCH v2] linux-user: Mark cpu_loop() with noreturn attribute
 2021-12-19 16:07 UTC  (3+ messages)

[PATCH] linux-user/hexagon: Use generic target_stat64 structure
 2021-12-19 16:04 UTC  (2+ messages)

[PATCH 1/3] linux-user: netlink: update IFLA entries
 2021-12-19 15:45 UTC  (3+ messages)
` [PATCH 2/3] linux-user: netlink: Add IFLA_VFINFO_LIST
` [PATCH 3/3] linux-user: netlink: update IFLA_BRPORT entries

[PATCH 00/20] tcg: vector improvements
 2021-12-19 11:37 UTC  (25+ messages)
` [PATCH 01/20] tcg/optimize: Fix folding of vector ops
` [PATCH 02/20] tcg: Add opcodes for vector nand, nor, eqv
` [PATCH 03/20] tcg/ppc: Implement vector NAND, NOR, EQV
` [PATCH 04/20] tcg/s390x: "
` [PATCH 05/20] tcg/i386: Detect AVX512
` [PATCH 06/20] tcg/i386: Add tcg_out_evex_opc
` [PATCH 07/20] tcg/i386: Use tcg_can_emit_vec_op in expand_vec_cmp_noinv
` [PATCH 08/20] tcg/i386: Implement avx512 variable shifts
` [PATCH 09/20] tcg/i386: Implement avx512 scalar shift
` [PATCH 10/20] tcg/i386: Implement avx512 immediate sari shift
` [PATCH 11/20] tcg/i386: Implement avx512 immediate rotate
` [PATCH 12/20] tcg/i386: Implement avx512 variable rotate
` [PATCH 13/20] tcg/i386: Support avx512vbmi2 vector shift-double instructions
` [PATCH 14/20] tcg/i386: Expand vector word rotate as avx512vbmi2 shift-double
` [PATCH 15/20] tcg/i386: Remove rotls_vec from tcg_target_op_def
` [PATCH 16/20] tcg/i386: Expand scalar rotate with avx512 insns
` [PATCH 17/20] tcg/i386: Implement avx512 min/max/abs
` [PATCH 18/20] tcg/i386: Implement avx512 multiply
` [PATCH 19/20] tcg/i386: Implement more logical operations for avx512
` [PATCH 20/20] tcg/i386: Implement bitsel "

[PATCH 0/4] UI fixups
 2021-12-19  2:30 UTC  (5+ messages)
` [PATCH 1/4] ui: Use allocated size instead of window size
` [PATCH 2/4] ui: Remove unnecessary checks
` [PATCH 3/4] ui: Revert: "fix incorrect pointer position on highdpi with gtk"
` [PATCH 4/4] ui: Fix gtk/gl when the scaled virtual console does not fit the window

[PULL 00/16] qtest and gitlab-CI improvements
 2021-12-18 16:33 UTC  (2+ messages)

[RFC PATCH 0/3] hw/audio/intel-hda: Restrict DMA engine to memories (non-MMIO devices)
 2021-12-18 16:14 UTC  (5+ messages)
` [RFC PATCH 1/3] hw/audio/intel-hda: Do not ignore DMA overrun errors
` [RFC PATCH 2/3] hw/audio/intel-hda: Restrict DMA engine to memories (not MMIO devices)
` [RFC PATCH 3/3] tests/qtest/intel-hda-test: Add reproducer for issue #542
` [RFC PATCH 0/3] hw/audio/intel-hda: Restrict DMA engine to memories (CVE-2021-3611)

[PATCH 0/5] hw: Have DMA API take MemTxAttrs arg & propagate MemTxResult (part 4)
 2021-12-18 15:10 UTC  (6+ messages)
` [PATCH 1/5] hw/scsi/megasas: Use uint32_t for reply queue head/tail values
` [PATCH 2/5] dma: Let st*_pci_dma() take MemTxAttrs argument
` [PATCH 3/5] dma: Let ld*_pci_dma() "
` [PATCH 4/5] dma: Let st*_pci_dma() propagate MemTxResult
` [PATCH 5/5] dma: Let ld*_pci_dma() "

[PATCH v2] block: drop BLK_PERM_GRAPH_MOD
 2021-12-18 15:04 UTC  (3+ messages)

[PATCH 0/4] hw: Have DMA API take MemTxAttrs arg & propagate MemTxResult (part 3)
 2021-12-18 14:51 UTC  (5+ messages)
` [PATCH 1/4] dma: Let st*_dma() take MemTxAttrs argument
` [PATCH 2/4] dma: Let ld*_dma() "
` [PATCH 3/4] dma: Let st*_dma() propagate MemTxResult
` [PATCH 4/4] dma: Let ld*_dma() "

build qemu on Monterey?
 2021-12-18 14:38 UTC 

[RFC PATCH v2 00/14] job: replace AioContext lock with job_mutex
 2021-12-18 12:24 UTC  (12+ messages)
` [RFC PATCH v2 05/14] block/mirror.c: use of job helpers in drivers to avoid TOC/TOU
` [RFC PATCH v2 10/14] jobs: protect jobs with job_lock/unlock
` [RFC PATCH v2 11/14] block_job_query: remove atomic read
` [RFC PATCH v2 13/14] jobs: add job lock in find_* functions
` [RFC PATCH v2 14/14] job.c: enable job lock/unlock and remove Aiocontext locks

[PATCH] hw: m68k: Add virt compat machine type for 7.0
 2021-12-18 11:43 UTC 

[RFC PATCH v3 0/3] physmem: Have flaview API check bus permission from MemTxAttrs argument
 2021-12-18 11:26 UTC  (7+ messages)
` [RFC PATCH v3 3/3] softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_BUS_ERROR

[PATCH v2] hw/scsi/megasas: Simplify using the ldst API
 2021-12-18 11:19 UTC 

[PATCH] hw/scsi/megasas: Simplify using the ldst API
 2021-12-18 11:15 UTC  (3+ messages)

[PATCH 00/10] configure cleanups, mostly wrt $cpu and $targetos
 2021-12-18 10:16 UTC  (23+ messages)
` [PATCH 01/10] configure: simplify creation of plugin symbol list
` [PATCH 02/10] configure: make $targetos lowercase, use windows instead of MINGW32
` [PATCH 04/10] configure: do not set bsd_user/linux_user early
` [PATCH 05/10] configure: unify two case statements on $cpu
` [PATCH 06/10] configure: unify ppc64 and ppc64le
` [PATCH 07/10] configure: unify x86_64 and x32
` [PATCH 08/10] meson: rename "arch" variable
` [PATCH 09/10] configure, meson: move ARCH to meson.build
` [PATCH 10/10] configure: remove unnecessary symlinks

[RFC PATCH v3 00/27] Add LoongArch softmmu support
 2021-12-18 10:10 UTC  (21+ messages)
` [RFC PATCH v3 14/27] hw/pci-host: Add ls7a1000 PCIe Host bridge support for Loongson3 Platform
` [RFC PATCH v3 15/27] hw/loongarch: Add support loongson3-ls7a machine type
` [RFC PATCH v3 16/27] hw/loongarch: Add LoongArch cpu interrupt support(CPUINTC)
` [RFC PATCH v3 17/27] hw/loongarch: Add LoongArch ipi interrupt support(IPI)
` [RFC PATCH v3 18/27] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [RFC PATCH v3 19/27] hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)
` [RFC PATCH v3 20/27] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [RFC PATCH v3 21/27] hw/loongarch: Add irq hierarchy for the system
` [RFC PATCH v3 22/27] hw/loongarch: Add some devices support for 3A5000
` [RFC PATCH v3 23/27] hw/loongarch: Add LoongArch ls7a rtc device support

[RFC PATCH] docs/devel: more documentation on the use of suffixes
 2021-12-18 10:05 UTC  (3+ messages)

[PATCH] qemu-options: warn for short form booleans in all parsing functions
 2021-12-18 10:00 UTC 

[PATCH 00/15] ppc/ppc405: decade cleanup
 2021-12-18  9:33 UTC  (5+ messages)

[PATCH] hw/timer/etraxfs_timer: Add vmstate for ETRAX timers
 2021-12-18  2:28 UTC  (3+ messages)

[PATCH] target/mips: Align vector registers to 16 bytes
 2021-12-18  2:09 UTC  (2+ messages)

[PULL 0/9] Trivial branch for 7.0 patches
 2021-12-18  2:04 UTC  (11+ messages)
` [PULL 1/9] configure: Symlink binaries using .exe suffix with MinGW
` [PULL 2/9] target/i386/kvm: Replace use of __u32 type
` [PULL 3/9] qemu-keymap: Add license in generated files
` [PULL 4/9] hw/avr: Realize AVRCPU qdev object using qdev_realize()
` [PULL 5/9] hw/virtio/vhost: Fix typo in comment
` [PULL 6/9] docs/block-replication.txt: Fix replication top-id command demo
` [PULL 7/9] glib-compat: Introduce g_memdup2() wrapper
` [PULL 8/9] tests/qtest: Replace g_memdup() by g_memdup2()
` [PULL 9/9] checkpatch: Do not allow deprecated g_memdup()

[PATCH] cpu: remove unnecessary #ifdef CONFIG_TCG
 2021-12-18  0:27 UTC  (2+ messages)

[PATCH-for-7.0] hw/net/rocker: Remove unused definitions
 2021-12-18  0:25 UTC  (2+ messages)

[PATCH] tests/tcg/ppc64le: remove INT128 requirement to run non_signalling_xscv
 2021-12-17 23:54 UTC  (2+ messages)

[PATCH 0/3] hw/qdev: Clarify qdev_connect_gpio_out() documentation
 2021-12-17 23:50 UTC  (4+ messages)
` [PATCH 3/3] hw/input/pckbd: Rename i8042_setup_a20_line() and its a20 irq argument

[PATCH v3 0/3] hw/net: Move MV88W8618 network device out of hw/arm/ directory
 2021-12-17 23:42 UTC  (5+ messages)
` [PATCH v3 1/3] hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/
` [PATCH v3 2/3] hw/arm/musicpal: Fix coding style of code related to MV88W8618 device
` [PATCH v3 3/3] hw/net: Move MV88W8618 network device out of hw/arm/ directory

[PATCH v2 0/2] hw/net: Move MV88W8618 network device out of hw/arm/ directory
 2021-12-17 23:21 UTC  (6+ messages)
` [PATCH v2 1/2] hw/arm/musicpal: Fix coding style of code related to MV88W8618 device
` [PATCH v2 2/2] hw/net: Move MV88W8618 network device out of hw/arm/ directory

[PATCH] docs/can: convert to restructuredText
 2021-12-17 21:21 UTC 

[PULL 00/36] ui: D-Bus display backend
 2021-12-17 21:14 UTC  (3+ messages)
` [PULL 09/36] ui: do not delay further remote resize

[PATCH 0/5] migration: misc cleanups
 2021-12-17 21:01 UTC  (5+ messages)
` [PATCH 1/5] migration: All this fields are unsigned

[PULL v3 000/101] ppc queue
 2021-12-17 20:15 UTC  (2+ messages)

[PATCH v4 00/14] vfio-user server in QEMU
 2021-12-17 20:00 UTC  (13+ messages)
` [PATCH v4 07/14] vfio-user: run vfio-user context
` [PATCH v4 09/14] vfio-user: handle DMA mappings
` [PATCH v4 10/14] vfio-user: handle PCI BAR accesses
` [PATCH v4 11/14] vfio-user: IOMMU support for remote device

[PATCH qemu] s390x/css: fix PMCW invalid mask
 2021-12-17 19:28 UTC  (4+ messages)

[RFC 0/2] migration: Tally pre-copy, downtime and post-copy bytes independently
 2021-12-17 19:09 UTC  (3+ messages)
` [RFC 1/2] migration: Introduce ram_transferred_add()

[PATCH] Target/arm: Implement Cortex-A5
 2021-12-17 18:12 UTC  (4+ messages)

[PATCH v2] Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"
 2021-12-17 18:07 UTC  (3+ messages)

[PULL v2 0/7] s390x patches (and one gitlab-CI fix)
 2021-12-17 17:54 UTC  (2+ messages)

[PULL v2 000/101] ppc queue
 2021-12-17 17:34 UTC  (6+ 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).