qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-17 15:12:16 to 2021-12-19 17:13:44 UTC [more...]

[PATCH 0/2] linux-user: fixes for sched_ syscalls
 2021-12-19 17:09 UTC  (3+ messages)
` [PATCH 1/2] linux-user: add sched_getattr support

[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] linux-user/signal: Map exit signals in SIGCHLD siginfo_t
 2021-12-19 15:55 UTC  (3+ 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

[PULL 00/16] Misc patches for 2021-12-20
 2021-12-19 14:20 UTC  (17+ 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

[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 v2] audio: Add sndio backend
 2021-12-18 15:16 UTC  (2+ messages)

[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 

[PATCH v2 0/5] hw/qdev: Clarify qdev_connect_gpio_out() documentation
 2021-12-18 13:04 UTC  (6+ 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

[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  (4+ 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  (12+ messages)
` [PULL 09/36] ui: do not delay further remote resize
` [PULL 27/36] tests/qtests: add qtest_qmp_add_client()
` [PULL 29/36] audio: add "dbus" audio backend
` [PULL 30/36] ui/dbus: add clipboard interface
` [PULL 31/36] chardev: teach socket to accept no addresses
` [PULL 32/36] chardev: make socket derivable
` [PULL 33/36] option: add g_auto for QemuOpts
` [PULL 34/36] ui/dbus: add chardev backend & interface
` [PULL 35/36] ui/dbus: register D-Bus VC handler
` [PULL 36/36] MAINTAINERS: update D-Bus section

[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  (5+ 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)

[PATCH v2 1/4] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
 2021-12-17 16:51 UTC  (4+ messages)
` [PATCH v2 4/4] intel_iommu: Fix irqchip / X2APIC configuration checks

[RFC PATCH] memory: Fix dma-reentrancy issues at the MMIO level
 2021-12-17 16:51 UTC  (5+ messages)

[PATCH v2 0/2] qemu-img convert: Fix sparseness detection
 2021-12-17 16:46 UTC  (3+ messages)
` [PATCH v2 1/2] iotests: Test qemu-img convert of zeroed data cluster
` [PATCH v2 2/2] qemu-img: make is_allocated_sectors() more efficient

[PATCH v5 00/31] block layer: split block APIs in global state and I/O
 2021-12-17 16:38 UTC  (8+ messages)
` [PATCH v5 22/31] block_int-common.h: assertion in the callers of BlockDriver function pointers
` [PATCH v5 28/31] block.c: assert BQL lock held in bdrv_co_invalidate_cache

[PATCH v2 00/25] Python: delete synchronous qemu.qmp package
 2021-12-17 16:28 UTC  (6+ messages)
` [PATCH v2 25/25] python: rename qemu.aqmp to qemu.qmp

[PATCH v2] hw: Add compat machines for 7.0
 2021-12-17 15:00 UTC  (2+ messages)

[PATCH v3 00/28] glib: Replace g_memdup() by g_memdup2()
 2021-12-17 15:01 UTC  (6+ messages)
` [PATCH v3 02/28] glib-compat: Introduce g_memdup2() wrapper

[PATCH v1] virtio-mem: Don't skip alignment checks when warning about block size
 2021-12-17 14:54 UTC  (2+ messages)

[RFC PATCH 0/2] qemu-img convert: Fix sparseness detection
 2021-12-17 14:43 UTC  (10+ messages)
` [RFC PATCH 2/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).