qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-08 22:23:04 to 2021-01-10 10:15:55 UTC [more...]

[PATCH 00/23] next round of audio patches
 2021-01-10 10:02 UTC  (20+ 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 22/23] dsoundaudio: enable f32 audio sample format
` [PATCH 23/23] dsoundaudio: fix log message

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

[PATCH v4 0/6] hw/ssi: imx_spi: Fix various bugs in the imx_spi model
 2021-01-10  8:14 UTC  (7+ 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

[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] tcg: Remove unused tcg_out_dupi_vec() stub
 2021-01-10  4:10 UTC 

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

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

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

[PATCH] target/i386: Use X86Seg enum for segment registers
 2021-01-09 23:34 UTC 

[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

[PATCH v6 00/11] Rework iotests/check
 2021-01-09 12:26 UTC  (12+ messages)
` [PATCH v6 01/11] iotests/277: use dot slash for nbd-fault-injector.py running
` [PATCH v6 02/11] iotests/303: use dot slash for qcow2.py running
` [PATCH v6 03/11] iotests: fix some whitespaces in test output files
` [PATCH v6 04/11] iotests: make tests executable
` [PATCH v6 05/11] iotests/294: add shebang line
` [PATCH v6 06/11] iotests: define group in each iotest
` [PATCH v6 07/11] iotests: add findtests.py
` [PATCH v6 08/11] iotests: add testenv.py
` [PATCH v6 09/11] iotests: add testrunner.py
` [PATCH v6 10/11] iotests: rewrite check into python
` [PATCH v6 11/11] iotests: rename and move 169 and 199 tests

[PATCH v3 00/25] backup performance: block_status + async
 2021-01-09 10:18 UTC  (2+ messages)

[PATCH v4 00/16] 64bit block-layer: part I
 2021-01-09 10:13 UTC  (2+ messages)

[PATCH v2 00/36] block: update graph permissions update
 2021-01-09 10:12 UTC  (2+ messages)

[PATCH v2 for-6.0 0/8] nbd reconnect on open
 2021-01-09 10:11 UTC  (3+ messages)

[PATCH 00/11] mirror: cancel nbd reconnect
 2021-01-09 10:11 UTC  (3+ messages)

[PATCH 0/5] net/tap: some fixes and refactorings
 2021-01-09  9:58 UTC  (2+ messages)

Question: How to change backing file ?
 2021-01-09  9:50 UTC  (2+ messages)

[PATCH] ui/cocoa: Update path to docs in build tree
 2021-01-09  6:19 UTC  (2+ messages)

[PATCH v2] decodetree: Open files with encoding='utf-8'
 2021-01-09  5:41 UTC  (3+ messages)

[Qemu-devel] [Bug 1687270] [NEW] Can't write to 9p shared folder with qemu 2.9.0
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1687270] "

[Qemu-devel] [Bug 1687309] [NEW] Assertion !usb_packet_is_inflight(p) fails in OHCI
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1687309] "

[Qemu-devel] [Bug 1689003] [NEW] USB passthrough should not fail if SET CONFIGURATION fails
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1689003] "

[Qemu-devel] [Bug 1687578] [NEW] when migrate vm, reboot in guest os, the guest os sometime hang
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1687578] "

[Qemu-devel] [Bug 1687599] [NEW] Bind 2nd VM to same OVS vhost-user port caused 1st vm traffic broken
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1687599] "

[Qemu-devel] [Bug 1695169] [NEW] qga fail to start when pidfile path is missing
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1695169] "

[Qemu-devel] [Bug 1706825] [NEW] qemu-user fails to run wineserver on ppc64el host
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1706825] "

[Qemu-devel] [Bug 1687569] [NEW] when migration cancel, qemu main thread hung
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1687569] "

[Qemu-devel] [Bug 1702621] [NEW] colo: secondary vm crash during loadvm
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1702621] "

[Qemu-devel] [Bug 1723731] [NEW] Qemu turns to black screen while starting to copy installation files of Windows 7
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1723731] "

[Qemu-devel] [Bug 1698574] [NEW] slow boot windows 7
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1698574] "

[Qemu-devel] [Bug 1687214] [NEW] Rapid tremendous memory hog when using -net nic, vlan=0 -net user, vlan=0
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1687214] "

[Qemu-devel] [Bug 1728635] [NEW] qemu-io crashes with SIGSEGV when did -c aio_write 9233408 28160 on a image_fuzzer image
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1728635] "

[Qemu-devel] [Bug 1689245] [NEW] qcow2 image converted from Photon OS can't be started
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1689245] "

[Qemu-devel] [Bug 1702798] [NEW] colo: secondary vm can't receive any packet
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1702798] "

[Qemu-devel] [Bug 1716132] [NEW] Win 10 bitlocker won't initialise pass-through TPM
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1716132] "

[Qemu-devel] [Bug 1728325] [NEW] POWER8: Wrong behaviour with float-to-int punning
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1728325] "

[Qemu-devel] [Bug 1707587] [NEW] Read certificate from USB key failed
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1707587] "

[Qemu-devel] [Bug 1712027] [NEW] qemu: Cryptography adding encrypted disk with luks format failed
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1712027] "

[Qemu-devel] [Bug 1731347] [NEW] VFIO Passthrough of SAS2008-based HBA card fails on E3-1225v3 due to failed DMA mapping (-14)
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1731347] "

[Qemu-devel] [Bug 1719339] [NEW] serial8250: too much work for irq3
 2021-01-09  4:17 UTC  (2+ messages)
` [Bug 1719339] "

[PATCH 1/2] hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logic
 2021-01-09  2:13 UTC  (4+ messages)
` [PATCH 2/2] hw/ssi: imx_spi: Correct tx and rx fifo endianness

[PATCH v1 00/20] gdbstub, semihosting and test/tool updates (pre PR)
 2021-01-09  0:44 UTC  (24+ messages)
` [PATCH v1 01/20] tests/docker: Remove Debian 9 remnant lines
` [PATCH v1 02/20] test/guest-debug: echo QEMU command as well
` [PATCH v1 03/20] configure: gate our use of GDB to 8.3.1 or above
` [PATCH v1 04/20] Revert "tests/tcg/multiarch/Makefile.target: Disable run-gdbstub-sha1 test"
` [PATCH v1 05/20] gdbstub: implement a softmmu based test
` [PATCH v1 06/20] gdbstub: add support to Xfer:auxv:read: packet
` [PATCH v1 07/20] gdbstub: drop CPUEnv from gdb_exit()
` [PATCH v1 08/20] gdbstub: drop gdbserver_cleanup in favour of gdb_exit
` [PATCH v1 09/20] gdbstub: ensure we clean-up when terminated
` [PATCH v1 10/20] target/arm: use official org.gnu.gdb.aarch64.sve layout for registers
` [PATCH v1 11/20] Makefile: add GNU global tags support
` [PATCH v1 12/20] semihosting: Move ARM semihosting code to shared directories
` [PATCH v1 13/20] semihosting: Change common-semi API to be architecture-independent
` [PATCH v1 14/20] semihosting: Change internal common-semi interfaces to use CPUState *
` [PATCH v1 15/20] semihosting: Support SYS_HEAPINFO when env->boot_info is not set
` [PATCH v1 16/20] riscv: Add semihosting support
` [PATCH v1 17/20] riscv: Add semihosting support for user mode
` [PATCH v1 18/20] semihosting: Implement SYS_ELAPSED and SYS_TICKFREQ
` [PATCH v1 19/20] semihosting: Implement SYS_TMPNAM
` [PATCH v1 20/20] semihosting: Implement SYS_ISERROR

[PATCH] spapr: Improve handling of memory unplug with old guests
 2021-01-09  0:11 UTC  (2+ messages)

[Bug 1904954] [NEW] lan9118 bug peeking receive massage size not equal to received message size
 2021-01-08 23:54 UTC  (2+ messages)
` [Bug 1904954] Re: lan9118 bug peeked received message size not equal to actual "

[PATCH v2] target/riscv/pmp: Raise exception if no PMP entry is configured
 2021-01-08 23:34 UTC  (4+ messages)

[PATCH] floppy: remove unused function fdctrl_format_sector
 2021-01-08 23:01 UTC 

[PATCH] decodetree: Open files with encoding='utf-8'
 2021-01-08 22:51 UTC  (2+ messages)

[PATCH] target/arm: Don't decode insns in the XScale/iWMMXt space as cp insns
 2021-01-08 22:51 UTC  (2+ messages)

[RFC PATCH] Makefile: add GNU global tags support
 2021-01-08 22:42 UTC  (4+ messages)

[Bug 1910826] [NEW] [OSS-Fuzz] Issue 29224 rtl8139: Stack-overflow in rtlNUMBER_transmit_one
 2021-01-08 22:31 UTC 

[PATCH v3 0/6] target/arm: various changes to cpu.h
 2021-01-08 22:33 UTC  (3+ messages)
` [PATCH v3 3/6] target/arm: make ARMCPU.ctr 64-bit

[PATCH 0/9] Add RISC-V semihosting 0.2. Finish ARM semihosting 2.0
 2021-01-08 22:32 UTC  (2+ messages)

[PATCH v2 0/3] Fix up sam460ex fixes
 2021-01-08 22:24 UTC  (7+ messages)
` [PATCH v2 3/3] sam460ex: Use type cast macro instead of simple cast
` [PATCH v2 2/3] Revert "ppc4xx: Move common dependency on serial to common option"
` [PATCH v2 1/3] Revert "sam460ex: Remove FDT_PPC dependency from KConfig"


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