qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-10 10:04:37 to 2021-01-11 13:07:57 UTC [more...]

[PATCH 00/20] Immutable QString, and also one JSON writer less
 2021-01-11 13:05 UTC  (4+ messages)
` [PATCH 18/20] keyval: Use GString to accumulate value strings

[PATCH v3 0/3] vfio-ccw: Implement request notifier
 2021-01-11 13:00 UTC  (4+ messages)
` [PATCH v3 2/3] Update linux headers to 5.11-rc2

qemu bsd-user plans
 2021-01-11 12:49 UTC  (3+ messages)

[RHEL7 qemu-kvm PATCH 0/3] Fixing several GCC 11 warnings
 2021-01-11 12:58 UTC  (13+ messages)
` [RHEL7 qemu-kvm PATCH 1/3] Fix net.c warning on GCC 11
` [RHEL7 qemu-kvm PATCH 2/3] s390x: Fix vm name copy length
` [RHEL7 qemu-kvm PATCH 3/3] Fix tcg_out_op argument mismatch warning

[PATCH 0/6] hw/block/nvme: zoned misc fixes
 2021-01-11 12:32 UTC  (7+ messages)
` [PATCH 1/6] hw/block/nvme: fix shutdown/reset logic
` [PATCH 2/6] hw/block/nvme: merge implicitly/explicitly opened processing masks
` [PATCH 3/6] hw/block/nvme: enum style fix
` [PATCH 4/6] hw/block/nvme: zero out zones on reset
` [PATCH 5/6] hw/block/nvme: add missing string representations for commands
` [PATCH 6/6] hw/block/nvme: remove unnecessary check for append

[PATCH 0/6] Update git repo URLs to GitLab
 2021-01-11 12:18 UTC  (11+ messages)
` [PATCH 1/6] .github: point Repo Lockdown bot to GitLab repo
` [PATCH 2/6] gitmodules: use GitLab repos instead of qemu.org
` [PATCH 3/6] gitlab-ci: remove redundant GitLab repo URL command
` [PATCH 4/6] docs: update README to use GitLab repo URLs
` [PATCH 5/6] pc-bios: update mirror URLs to GitLab
` [PATCH 6/6] get_maintainer: update repo URL "

VirtioSound device emulation implementation
 2021-01-11 11:59 UTC  (8+ messages)
            ` Fwd: "

Call for Google Summer of Code 2021 project ideas
 2021-01-11 11:47 UTC 

[PATCH] hw/block/nvme: add smart_critical_warning property
 2021-01-11 11:15 UTC  (5+ messages)
    ` [External] "

[PATCH v8 0/7] fuzz: improve crash case minimization
 2021-01-11 11:08 UTC  (12+ messages)
` [PATCH v8 1/7] fuzz: accelerate non-crash detection
` [PATCH v8 2/7] fuzz: double the IOs to remove for every loop
` [PATCH v8 3/7] fuzz: split write operand using binary approach
` [PATCH v8 4/7] fuzz: remove IO commands iteratively
` [PATCH v8 5/7] fuzz: set bits in operand of write/out to zero
` [PATCH v8 6/7] fuzz: add minimization options
` [PATCH v8 7/7] fuzz: heuristic split write based on past IOs

[PATCH v2 0/4] hw/ppc: Convert UIC device to QOM
 2021-01-11  9:23 UTC  (2+ messages)

[RFC] Using gitlab for upstream qemu repo?
 2021-01-11 11:02 UTC  (4+ messages)

[PULL 00/35] MIPS patches for 2021-01-03
 2021-01-11 10:52 UTC  (10+ messages)
` [PULL 23/35] hw/intc: Rework Loongson LIOINTC

[PATCH] cirrus.yml: Replace the hard-coded python-sphinx version with the generic one
 2021-01-11 10:34 UTC 

[PATCH v3 0/6] target/arm: various changes to cpu.h
 2021-01-11 10:31 UTC  (5+ messages)
` [PATCH v3 3/6] target/arm: make ARMCPU.ctr 64-bit
` [PATCH v3 4/6] target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_EL0 to cpu.h

[PATCH v2 00/13] vt82c686b clean ups and vt8231 emulation
 2021-01-11 10:28 UTC  (8+ messages)
` [PATCH v2 08/13] vt82c686: Move creation of ISA devices to the ISA bridge

[PATCH] vhost-user-fs: add the "bootindex" property
 2021-01-11 10:07 UTC  (5+ messages)

[PATCH 0/5] hw: Replace some impossible checks by assertions
 2021-01-11 10:04 UTC  (4+ messages)
` [PATCH 4/5] hw/ppc/ppc4xx_pci: Replace pointless warning by assert()

[PATCH] 9pfs/proxy: Check return value of proxy_marshal()
 2021-01-11  9:49 UTC 

[PATCH] target/i386: Use X86Seg enum for segment registers
 2021-01-11  9:15 UTC  (3+ messages)

[PATCH v2 0/4] s390x/tcg: fix booting Linux kernels compiled with clang-11 and clang-12
 2021-01-11  9:14 UTC  (5+ messages)
` [PATCH v2 4/4] s390x/tcg: Ignore register content if b1/b2 is zero when handling EXECUTE

[PATCH] vnc: add qmp to support change authz
 2021-01-11  8:20 UTC  (4+ messages)

[PATCH] configure: Add flags for MinGW32 standalone build
 2021-01-11  7:44 UTC  (6+ messages)

[PATCH v2] drivers/virt: vmgenid: add vm generation id driver
 2021-01-11  7:35 UTC  (9+ messages)
          ` [PATCH v3] "

[PATCH] vfio/migrate: Move switch of dirty tracking into vfio_memory_listener
 2021-01-11  7:34 UTC 

[PATCH v16 00/20] Initial support for multi-process Qemu
 2021-01-11  5:20 UTC  (22+ messages)
` [PATCH v16 01/20] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PATCH v16 02/20] multi-process: add configure and usage information
` [PATCH v16 03/20] memory: alloc RAM from file at offset
` [PATCH v16 04/20] multi-process: Add config option for multi-process QEMU
` [PATCH v16 05/20] multi-process: setup PCI host bridge for remote device
` [PATCH v16 06/20] multi-process: setup a machine object for remote device process
` [PATCH v16 07/20] io: add qio_channel_writev_full_all helper
` [PATCH v16 08/20] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
` [PATCH v16 09/20] multi-process: define MPQemuMsg format and transmission functions
` [PATCH v16 10/20] multi-process: Initialize message handler in remote device
` [PATCH v16 11/20] multi-process: Associate fd of a PCIDevice with its object
` [PATCH v16 12/20] multi-process: setup memory manager for remote device
` [PATCH v16 13/20] multi-process: introduce proxy object
` [PATCH v16 14/20] multi-process: add proxy communication functions
` [PATCH v16 15/20] multi-process: Forward PCI config space acceses to the remote process
` [PATCH v16 16/20] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PATCH v16 17/20] multi-process: Synchronize remote memory
` [PATCH v16 18/20] multi-process: create IOHUB object to handle irq
` [PATCH v16 19/20] multi-process: Retrieve PCI info from remote process
` [PATCH v16 20/20] multi-process: perform device reset in the "

[Bug 1910696] [NEW] Qemu fails to start with error " There is no option group 'spice'"
 2021-01-11  4:52 UTC  (2+ messages)
` [Bug 1910696] "

[PATCH v2] hvf: guard xgetbv call
 2021-01-11  4:38 UTC  (2+ messages)

[PATCH] hvf: guard xgetbv call
 2021-01-11  4:31 UTC  (7+ messages)

[Qemu-devel] [Bug 1776096] [NEW] qemu 2.12.0 qemu-system-ppc illegal instruction on ppc64le, crashes emulator
 2021-01-11  4:17 UTC  (2+ messages)
` [Bug 1776096] "

[Qemu-devel] [Bug 1777232] [NEW] NVME fails on big writes
 2021-01-11  4:17 UTC  (2+ messages)
` [Bug 1777232] "

[Qemu-devel] [Bug 1777301] [NEW] Boot failed after installing Checkpoint Pointsec FDE
 2021-01-11  4:17 UTC  (2+ messages)
` [Bug 1777301] "

[Qemu-devel] [Bug 1778473] [NEW] [Crash] qemu-system-x86_64: mov_ss_trap_64 PANIC: double fault, error_code: 0x0
 2021-01-11  4:17 UTC  (2+ messages)
` [Bug 1778473] "

[Qemu-devel] [Bug 1777236] [NEW] NVME is missing support for mandatory features through "Get/Set Feature" command
 2021-01-11  4:17 UTC  (2+ messages)
` [Bug 1777236] "

[Bug 1903712] [NEW] when ../configure, cannot find Ninjia
 2021-01-11  4:17 UTC  (2+ messages)
` [Bug 1903712] "

[Bug 1910941] [NEW] Assertion `addr < cache->len && 2 <= cache->len - addr' in virtio-blk
 2021-01-11  4:09 UTC  (2+ messages)
` [Bug 1910941] "

[PATCH] util/oslib-win32: Fix _aligned_malloc() arguments order
 2021-01-11  3:44 UTC  (2+ messages)

[PATCH] util/oslib-win32: Fixes Use _aligned_malloc for qemu_try_memalign
 2021-01-11  3:37 UTC 

[PATCH] tcg: Remove unused tcg_out_dupi_vec() stub
 2021-01-11  3:20 UTC  (6+ messages)

[PULL 00/47] tcg patch queue
 2021-01-11  3:10 UTC  (4+ messages)
` [PULL 04/47] util/oslib-win32: Use _aligned_malloc for qemu_try_memalign

[PATCH v7 0/7] fuzz: improve crash case minimization
 2021-01-11  2:59 UTC  (9+ messages)
` [PATCH v7 1/7] fuzz: accelerate non-crash detection
` [PATCH v7 2/7] fuzz: double the IOs to remove for every loop
` [PATCH v7 3/7] fuzz: split write operand using binary approach
` [PATCH v7 4/7] fuzz: remove IO commands iteratively
` [PATCH v7 5/7] fuzz: set bits in operand of write/out to zero
` [PATCH v7 6/7] fuzz: add minimization options
` [PATCH v7 7/7] fuzz: heuristic split write based on past IOs

[PATCH v2 0/7] Fix some memleaks caused by ptimer_init
 2021-01-11  2:25 UTC  (3+ messages)

[PATCH v4 0/7] fuzz: improve crash case minimization
 2021-01-11  2:19 UTC  (6+ messages)
` [PATCH v4 1/7] fuzz: accelerate non-crash detection

[Qemu-devel] [Bug 1658141] [NEW] QEMU's default msrs handling causes Windows 10 64 bit to crash
 2021-01-11  1:54 UTC  (3+ messages)
` [Bug 1658141] "

[PATCH 0/8] hw/ppc: Convert UIC device to QOM
 2021-01-11  1:00 UTC  (3+ messages)
` [PATCH 4/8] hw/ppc/ppc440_bamboo: Drop use of ppcuic_init()

[PATCH 00/23] next round of audio patches
 2021-01-10 23:09 UTC  (26+ messages)
` [PATCH 01/23] sdlaudio: remove leftover SDL1.2 code
` [PATCH 02/23] audio: fix bit-rotted code
` [PATCH 03/23] sdlaudio: add -audiodev sdl,out.buffer-count option
` [PATCH 04/23] sdlaudio: don't start playback in init routine
` [PATCH 05/23] sdlaudio: always clear the sample buffer
` [PATCH 06/23] sdlaudio: fill remaining sample buffer with silence
` [PATCH 07/23] sdlaudio: replace legacy functions with modern ones
` [PATCH 08/23] audio: split pcm_ops function get_buffer_in
` [PATCH 09/23] sdlaudio: add recording functions
` [PATCH 10/23] audio: break generic buffer dependency on mixing-engine
` [PATCH 11/23] sdlaudio: enable (in|out).mixing-engine=off
` [PATCH 12/23] audio: remove remaining unused plive code
` [PATCH 13/23] paaudio: avoid to clip samples multiple times
` [PATCH 14/23] paaudio: wait for PA_STREAM_READY in qpa_write()
` [PATCH 15/23] paaudio: wait until the playback stream is ready
` [PATCH 16/23] paaudio: remove unneeded code
` [PATCH 17/23] paaudio: comment bugs in functions qpa_init_*
` [PATCH 18/23] paaudio: limit minreq to 75% of audio timer_rate
` [PATCH 19/23] paaudio: send recorded data in smaller chunks
` [PATCH 20/23] dsoundaudio: replace GetForegroundWindow()
` [PATCH 21/23] dsoundaudio: rename dsound_open()
` [PATCH 22/23] dsoundaudio: enable f32 audio sample format
` [PATCH 23/23] dsoundaudio: fix log message

check-tcg errors (build-user, build-user-plugins) again
 2021-01-10 21:17 UTC  (2+ messages)
` check-tcg HOWTO?

[PATCH 0/2] tcg/tci: Fix Clang build
 2021-01-10 21:01 UTC  (5+ messages)
` [PATCH 1/2] tcg: Mark more tcg_out*() functions with attribute 'unused'
` [RFC PATCH 2/2] gitlab-ci: Add a job building TCI with Clang

coverity warning about possible missing error check in v9fs_request()
 2021-01-10 20:01 UTC 

[PULL 00/23] riscv-to-apply queue
 2021-01-10 19:55 UTC  (3+ messages)
` [PULL 22/23] hw/riscv: Use the CPU to determine if 32-bit

[PULL 00/23] target-arm queue
 2021-01-10 19:08 UTC  (3+ messages)

[PATCH v7 0/6] RISC-V Pointer Masking implementation
 2021-01-10 18:51 UTC  (7+ messages)
` [PATCH v7 1/6] [RISCV_PM] Add J-extension into RISC-V
` [PATCH v7 2/6] [RISCV_PM] Support CSRs required for RISC-V PM extension except for the ones required for hypervisor mode
` [PATCH v7 3/6] [RISCV_PM] Print new PM CSRs in QEMU logs
` [PATCH v7 4/6] [RISCV_PM] Support pointer masking for RISC-V for i/c/f/d/a types of instructions
` [PATCH v7 5/6] [RISCV_PM] Implement address masking functions required for RISC-V Pointer Masking extension
` [PATCH v7 6/6] [RISCV_PM] Allow experimental J-ext to be turned on

[PATCH v2] target/i386/sev: add support to query the attestation report
 2021-01-10 18:00 UTC  (2+ messages)

[PATCH v3 0/3] unbreak non-tcg builds
 2021-01-10 17:51 UTC  (3+ messages)

What's the correct way to implement rfi and related instruction
 2021-01-10 15:00 UTC  (5+ messages)

[PATCH v4 0/6] hw/ssi: imx_spi: Fix various bugs in the imx_spi model
 2021-01-10 12:04 UTC  (6+ messages)
` [PATCH v4 2/6] hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset()
` [PATCH v4 3/6] hw/ssi: imx_spi: Disable chip selects when controller is disabled

[PATCH] shippable.yml: Remove jobs duplicated on Gitlab-CI
 2021-01-10 11:00 UTC  (5+ 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).