qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-09 12:46:52 to 2021-01-11 05:11:50 UTC [more...]

[PATCH v16 00/20] Initial support for multi-process Qemu
 2021-01-11  5:06 UTC  (10+ messages)
` [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 08/20] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
` [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 15/20] multi-process: Forward PCI config space acceses to the remote process

[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 v2 00/13] vt82c686b clean ups and vt8231 emulation
 2021-01-11  1:38 UTC  (22+ messages)
` [PATCH v2 02/13] vt82c686: Reorganise code
` [PATCH v2 06/13] vt82c686: Make vt82c686b-pm an abstract base class and add vt8231-pm based on it
` [PATCH v2 09/13] vt82c686: Fix superio_cfg_{read,write}() functions
` [PATCH v2 05/13] vt82c686: Set user_creatable=false for VT82C686B_PM
` [PATCH v2 12/13] vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO
` [PATCH v2 08/13] vt82c686: Move creation of ISA devices to the ISA bridge
` [PATCH v2 11/13] vt82c686: QOM-ify superio related functionality
` [PATCH v2 13/13] vt82c686: Add emulation of VT8231 south bridge
` [PATCH v2 07/13] vt82c686: Simplify vt82c686b_realize()
` [PATCH v2 10/13] vt82c686: Implement control of serial port io ranges via config regs
` [PATCH v2 03/13] vt82c686: Fix SMBus IO base and configuration registers
` [PATCH v2 01/13] vt82c686: Move superio memory region to SuperIOConfig struct
` [PATCH v2 04/13] vt82c686: Fix up power management io base and config

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

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

[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] target/i386: Use X86Seg enum for segment registers
 2021-01-10 18:31 UTC  (2+ messages)

[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  (10+ messages)
` [PATCH v4 1/6] hw/ssi: imx_spi: Use a macro for number of chip selects supported
` [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 v4 4/6] hw/ssi: imx_spi: Log unimplemented burst length
` [PATCH v4 5/6] hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logic
` [PATCH v4 6/6] hw/ssi: imx_spi: Correct tx and rx fifo endianness

[PATCH] shippable.yml: Remove jobs duplicated on Gitlab-CI
 2021-01-10 11:00 UTC  (5+ messages)

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

VirtioSound device emulation implementation
 2021-01-10  8:25 UTC  (6+ messages)

[Qemu-devel] [Bug 1604303] [NEW] Solaris on KVM/QEMU: WARNING rtls0: Failure resetting PHY
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1604303] "

[Qemu-devel] [Bug 1174654] [NEW] qemu-system-x86_64 takes 100% CPU after host machine resumed from suspend to ram
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1174654] "

[Qemu-devel] [Bug 1615823] [NEW] Windows 10 reports no compatible TPM found yet device manager shows it?
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1615823] "

[Qemu-devel] [Bug 1675458] [NEW] attach-interface - unexpected action
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1675458] "

[Qemu-devel] [Bug 1674056] [NEW] USB keyboard and mouse sucked into qemu-kvm (somewhere)
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1674056] "

[Qemu-devel] [Bug 1605045] [NEW] input-linux enter key stuck and/or broken
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1605045] "

[Qemu-devel] [Bug 1675333] [NEW] qemu-system crashes when use sheepdog driver
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1675333] "

[Qemu-devel] [Bug 1732177] [NEW] SBSA ACS test freezes inside qemu-system-aarch64
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1732177] "

[Qemu-devel] [Bug 1738507] [NEW] qemu sometimes stuck when booting windows 10
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1738507] "

[Qemu-devel] [Bug 1677247] [NEW] QEMU e500 kvm no video and kernel crashing in virtios modules
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1677247] "

[Qemu-devel] [Bug 1735082] [NEW] NVME pass through in th eguest VM
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1735082] "

[Bug 1863486] [NEW] aarch64/tcg crash with malloc(): unsorted double linked list corrupted
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1863486] "

[Qemu-devel] [Bug 1738434] [NEW] CALL FWORD PTR [ESP] handled incorrectly
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1738434] "

[Qemu-devel] [Bug 1759492] [NEW] suspend/resume is not supported for vm with tpm device
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1759492] "

[Qemu-devel] [Bug 1763536] [NEW] go build fails under qemu-ppc64le-static (qemu-user)
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1763536] "

[Qemu-devel] [Bug 1761153] [NEW] qemu-user incorrect mmap for large files on 64bits host and 32bits executable
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1761153] "

[Qemu-devel] [Bug 1736042] [NEW] qemu-system-x86_64 does not boot image reliably
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1736042] "

[Qemu-devel] [Bug 1767146] [NEW] No ACPI-table found, option -M 1.6 not found either
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1767146] "

[Qemu-devel] [Bug 1778182] [NEW] qemu-system-aarch64 shows black framebuffer window on minimal bare metal example on SDL but not on VNC
 2021-01-10  4:17 UTC  (2+ messages)
` [Bug 1778182] "

[PATCH v2] ui/cocoa: Fix openFile: deprecation on Big Sur
 2021-01-10  2:27 UTC  (10+ messages)

[PATCH v3 0/6] hw/ssi: imx_spi: Fix various bugs in the imx_spi model
 2021-01-10  1:41 UTC  (12+ messages)
` [PATCH v3 1/6] hw/ssi: imx_spi: Use a macro for number of chip selects supported
` [PATCH v3 2/6] hw/ssi: imx_spi: Disable chip selects when controller is disabled
` [PATCH v3 3/6] hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset()
` [PATCH v3 4/6] hw/ssi: imx_spi: Log unimplemented burst length
` [PATCH v3 5/6] hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logic
` [PATCH v3 6/6] hw/ssi: imx_spi: Correct tx and rx fifo endianness

[PATCH v3] decodetree: Open files with encoding='utf-8'
 2021-01-10  0:02 UTC 

[PATCH] hw/riscv: sifive_u: Use SIFIVE_U_CPU for mc->default_cpu_type
 2021-01-09 23:44 UTC  (2+ messages)

[RFC PATCH 0/2] Pegasos2 emulation
 2021-01-09 22:54 UTC  (4+ messages)

[PATCH v6 00/35] Hexagon patch series
 2021-01-09 22:41 UTC  (7+ messages)
` [PATCH v6 05/35] Hexagon (disas) disassembler
` [PATCH v6 08/35] Hexagon (target/hexagon) GDB Stub
` [PATCH v6 14/35] Hexagon (target/hexagon) instruction printing

[PATCH v2 0/1] target-riscv: support QMP dump-guest-memory
 2021-01-09 21:38 UTC  (3+ messages)
` [PATCH v2 1/1] "

[RFC PATCH v2 0/2] Pegasos2 emulation
 2021-01-09 20:30 UTC  (3+ messages)
` [RFC PATCH v2 2/2] hw/ppc: Add emulation of Genesi/bPlan Pegasos II
` [RFC PATCH v2 1/2] hw/pci-host: Add emulation of Marvell MV64361 PPC system controller

[PATCH 1/1] linux-user/syscall: Fix do_ioctl_ifconf() for 64 bit targets
 2021-01-09 18:59 UTC 

qemu bsd-user plans
 2021-01-09 17:35 UTC  (5+ messages)

[PATCH v5 00/14] block: deal with errp: part I
 2021-01-09 12:58 UTC  (15+ messages)
` [PATCH v5 01/14] block: return status from bdrv_append and friends
` [PATCH v5 02/14] block: use return status of bdrv_append()
` [PATCH v5 03/14] block: check return value of bdrv_open_child and drop error propagation
` [PATCH v5 04/14] blockdev: fix drive_backup_prepare() missed error
` [PATCH v5 05/14] block: drop extra error propagation for bdrv_set_backing_hd
` [PATCH v5 06/14] block/mirror: drop extra error propagation in commit_active_start()
` [PATCH v5 07/14] blockjob: return status from block_job_set_speed()
` [PATCH v5 08/14] block/qcow2: qcow2_get_specific_info(): drop error propagation
` [PATCH v5 09/14] block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interface
` [PATCH v5 10/14] block/qcow2-bitmap: return status from qcow2_store_persistent_dirty_bitmaps
` [PATCH v5 11/14] block/qcow2: read_cache_sizes: return status value
` [PATCH v5 12/14] block/qcow2: simplify qcow2_co_invalidate_cache()
` [PATCH v5 13/14] block/qed: bdrv_qed_do_open: deal with errp
` [PATCH v5 14/14] block/qcow2: refactor qcow2_update_options_prepare error paths


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