qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-02 21:58:43 to 2021-03-03 14:06:27 UTC [more...]

tools/virtiofs: Multi threading seems to hurt performance
 2021-03-03 14:04 UTC  (4+ messages)
` Can not set high msize with virtio-9p (Was: Re: virtiofs vs 9p performance)

[PATCH v7 0/5] hw/arm: zynqmp: Implement a CSU DMA model and connect it with GQSPI
 2021-03-03 13:52 UTC  (6+ messages)
` [PATCH v7 1/5] hw/dma: Implement a Xilinx CSU DMA model
` [PATCH v7 2/5] hw/arm: xlnx-zynqmp: Clean up coding convention issues
` [PATCH v7 3/5] hw/arm: xlnx-zynqmp: Connect a Xilinx CSU DMA module for QSPI
` [PATCH v7 4/5] hw/ssi: xilinx_spips: Clean up coding convention issues
` [PATCH v7 5/5] hw/ssi: xilinx_spips: Remove DMA related dead codes from zynqmp_spips

[PATCH v2] qemu-config: add error propagation to qemu_config_parse
 2021-03-03 13:55 UTC  (3+ messages)

[PATCH 0/7] ui: add vdagent implementation and clipboard support
 2021-03-03 13:54 UTC  (8+ messages)
` [PATCH 5/7] ui/vnc: "
` [PATCH 7/7] ui/gtk: add "

[PATCH v2] qtest: delete superfluous inclusions of qtest.h
 2021-03-03 13:53 UTC  (2+ messages)

[PATCH v2] chardev: add nodelay option
 2021-03-03 13:51 UTC  (4+ messages)

[PATCH 0/2] Clarify error messages pertaining to 'node-name'
 2021-03-03 13:48 UTC  (3+ messages)

[PATCH v1 0/2] Get rid of legacy_s390_alloc() and phys_mem_set_alloc()
 2021-03-03 13:31 UTC  (4+ messages)
` [PATCH v1 1/2] s390x/kvm: Get rid of legacy_s390_alloc()
` [PATCH v1 2/2] exec: Get rid of phys_mem_set_alloc()

[PATCH v4] target/s390x: Implement the MVPG condition-code-option bit
 2021-03-03 13:28 UTC 

[PATCH 1/2] coreaudio: Drop support for macOS older than 10.6
 2021-03-03 13:20 UTC  (5+ messages)
` [PATCH 2/2] coreaudio: Handle output device change

[PATCH 0/3] gitlab: Add missing job -> container dependencies
 2021-03-03 13:17 UTC  (7+ messages)
` [PATCH 1/3] docker: Alpine build job depends on Alpine container
` [PATCH 2/3] docker: EDK2 build job depends on EDK2 container
` [PATCH 3/3] docker: OpenSBI build job depends on OpenSBI container

Inconsistent virtio-net-pci MSI vector count
 2021-03-03 13:08 UTC  (2+ messages)

[Bug 1916501] [NEW] qemu-img convert segfaults with specific URL
 2021-03-03 12:48 UTC  (3+ messages)
` [Bug 1916501] "

[PATCH] docker: Base Fedora MinGW cross containers on the base Fedora image
 2021-03-03 12:46 UTC  (2+ messages)

[PATCH v3 00/12] block/export: vhost-user-blk server tests and input validation
 2021-03-03 12:40 UTC  (2+ messages)

[PATCH v3] target/s390x: Implement the MVPG condition-code-option bit
 2021-03-03 12:32 UTC  (5+ messages)

[RESEND PATCH v3 0/5] hw/sd: sdhci: Fixes to CVE-2020-17380, CVE-2020-25085, CVE-2021-3409
 2021-03-03 12:26 UTC  (6+ messages)
` [RESEND PATCH v3 1/5] hw/sd: sdhci: Don't transfer any data when command time out
` [RESEND PATCH v3 2/5] hw/sd: sdhci: Don't write to SDHC_SYSAD register when transfer is in progress
` [RESEND PATCH v3 3/5] hw/sd: sdhci: Correctly set the controller status for ADMA
` [RESEND PATCH v3 4/5] hw/sd: sdhci: Limit block size only when SDHC_BLKSIZE register is writable
` [RESEND PATCH v3 5/5] hw/sd: sdhci: Reset the data pointer of s->fifo_buffer[] when a different block size is programmed

[PATCH v1 0/9] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-03 12:24 UTC  (15+ messages)
` [PATCH v1 7/9] memory: introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
` [PATCH v1 8/9] util/mmap-alloc: support RAM_NORESERVE via MAP_NORESERVE

[PATCH] meson: add tests option
 2021-03-03 12:22 UTC  (5+ messages)

[PATCH] KVM: x86: do not fail if software breakpoint has already been removed
 2021-03-03 12:07 UTC  (4+ messages)

[RFC v3 00/23] arm cleanup experiment for kvm-only build
 2021-03-03 11:40 UTC  (24+ messages)
` [RFC v3 01/23] target/arm: move translate modules to tcg/
` [RFC v3 02/23] target/arm: move helpers "
` [RFC v3 03/23] arm: tcg: only build under CONFIG_TCG
` [RFC v3 04/23] target/arm: tcg: add sysemu and user subsirs
` [RFC v3 05/23] target/arm: only build psci for TCG
` [RFC v3 06/23] target/arm: split off cpu-sysemu.c
` [RFC v3 07/23] target/arm: move physical address translation to cpu-mmu
` [RFC v3 08/23] target/arm: split cpregs from tcg/helper.c
` [RFC v3 09/23] target/arm: move cpu definitions to common cpu module
` [RFC v3 10/23] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [RFC v3 11/23] target/arm: kvm: add stubs for some helpers
` [RFC v3 12/23] target/arm: move cpsr_read, cpsr_write to cpu_common
` [RFC v3 13/23] target/arm: add temporary stub for arm_rebuild_hflags
` [RFC v3 14/23] target/arm: split vfp state setting from tcg helpers
` [RFC v3 15/23] target/arm: move arm_mmu_idx* to cpu-mmu
` [RFC v3 16/23] target/arm: move sve_zcr_len_for_el to common_cpu
` [RFC v3 17/23] target/arm: move arm_sctlr away from tcg helpers
` [RFC v3 18/23] target/arm: move arm_cpu_list to common_cpu
` [RFC v3 19/23] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [RFC v3 20/23] target/arm: split 32bit cpu models from cpu.c to cpu32.c
` [RFC v3 21/23] target/arm: move sve_exception_el out of TCG helpers
` [RFC v3 22/23] target/arm: move TCG cpu and models inside tcg/
` [RFC v3 23/23] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()

[PATCH v2 0/8] misc: Replace the words 'blacklist/whitelist'
 2021-03-03 12:07 UTC  (15+ messages)
` [PATCH v2 1/8] ui: Replace the word 'whitelist'
` [PATCH v2 3/8] scripts/tracetool: "
` [PATCH v2 4/8] scripts/device-crash-test: "
` [PATCH v2 5/8] seccomp: Replace the word 'blacklist'
` [PATCH v2 6/8] qemu-options: "
` [PATCH v2 8/8] hw/vfio/pci-quirks: "

[PATCH v2 0/3] Some modifications about ram_save_host_page()
 2021-03-03 11:47 UTC  (8+ messages)
` [PATCH v2 1/3] migration/ram: Modify the code comment of ram_save_host_page()
` [PATCH v2 2/3] migration/ram: Modify ram_save_host_page() to match the comment
` [PATCH v2 3/3] migration/ram: Optimize ram_save_host_page()

[PATCH v4] net/macos: implement vmnet-based netdev
 2021-03-03 11:24 UTC  (3+ messages)

[PATCH 0/2] tests/acceptance: Test Aspeed ARM machines
 2021-03-03 11:19 UTC  (8+ messages)
` [PATCH 1/2] tests/acceptance: Test ast2400 and ast2500 machines
` [PATCH 2/2] tests/acceptance: Test ast2600 machine

[PATCH] arm/ast2600: Fix SMP booting with -kernel
 2021-03-03 11:19 UTC  (2+ messages)

[PATCH v3 0/5] hw/sd: sdhci: Fixes to CVE-2020-17380, CVE-2020-25085, CVE-2021-3409
 2021-03-03 10:41 UTC  (6+ messages)
` [PATCH v3 1/5] hw/sd: sdhci: Don't transfer any data when command time out
` [PATCH v3 2/5] hw/sd: sdhci: Don't write to SDHC_SYSAD register when transfer is in progress
` [PATCH v3 3/5] hw/sd: sdhci: Correctly set the controller status for ADMA
` [PATCH v3 4/5] hw/sd: sdhci: Limit block size only when SDHC_BLKSIZE register is writable
` [PATCH v3 5/5] hw/sd: sdhci: Reset the data pointer of s->fifo_buffer[] when a different block size is programmed

[PATCH v1] vhost-vdpa: Set discarding of RAM broken when initializing the backend
 2021-03-03 10:37 UTC  (4+ messages)

kvmvapic post_load
 2021-03-03 10:34 UTC 

[RFC PATCH v2 0/9] net: Handle short frames for SLiRP/TAP interfaces
 2021-03-03 10:31 UTC  (12+ messages)
` [RFC PATCH v2 1/9] net: Pad short frames to minimum size before send from SLiRP/TAP
` [RFC PATCH v2 2/9] hw/net: e1000: Remove the logic of padding short frames in the receive path
` [RFC PATCH v2 3/9] hw/net: vmxnet3: "
` [RFC PATCH v2 4/9] hw/net: i82596: "
` [RFC PATCH v2 5/9] hw/net: ne2000: "
` [RFC PATCH v2 6/9] hw/net: pcnet: "
` [RFC PATCH v2 7/9] hw/net: rtl8139: "
` [RFC PATCH v2 8/9] hw/net: sungem: "
` [RFC PATCH v2 9/9] hw/net: sunhme: "

[PATCH] multi-process: Initialize variables declared with g_auto*
 2021-03-03 10:26 UTC  (5+ messages)

[PATCH 0/3] audio: make audiodev introspectable by mgmt apps
 2021-03-03 10:11 UTC  (11+ messages)
` [PATCH 1/3] qapi, audio: add query-audiodev command
` [PATCH 2/3] qapi, audio: respect build time conditions in audio schema

[PATCH v7 0/5] Introducing QMP query-netdev command
 2021-03-03  9:59 UTC  (6+ messages)
` [PATCH v7 1/5] qapi: net: Add "
` [PATCH v7 2/5] tests: Add tests for "
` [PATCH v7 3/5] net: Move NetClientState.info_str to dynamic allocations
` [PATCH v7 4/5] hmp: Use QAPI NetdevInfo in hmp_info_network
` [PATCH v7 5/5] net: Do not fill legacy info_str for backends

[PATCH v2 0/2] gitlab-ci.yml: Add jobs to test CFI
 2021-03-03 10:04 UTC  (11+ messages)

[PATCH v1] acpi: increase maximum size for "etc/table-loader" blob
 2021-03-03  9:49 UTC  (7+ messages)

[PATCH] linux-user: Adjust pgd_find_hole_fallback result with guest_loaddr
 2021-03-03  9:49 UTC 

[PATCH] i386: Add missing cpu feature bits in EPYC-Rome model
 2021-03-03  9:42 UTC  (2+ messages)

[PATCH v3 0/2] docs: show how to spawn qemu-storage-daemon with fd passing
 2021-03-03  9:36 UTC  (2+ messages)

[PATCH v3] qemu-storage-daemon: add --pidfile option
 2021-03-03  9:28 UTC  (2+ messages)

[Bug 1917591] [NEW] qemu-i386 under aarch64: Segfaulting on Steamcmd
 2021-03-03  9:15 UTC 

[PATCH] virtio-gpu: Respect graphics update interval for EDID
 2021-03-03  9:18 UTC  (8+ messages)

[PATCH v3 00/21] eMMC support
 2021-03-03  9:15 UTC  (8+ messages)
` [PATCH v3 02/21] sd: emmc: Add support for eMMC cards
` [PATCH v3 12/21] sd: emmc: add CMD21 tuning sequence

[PATCH v2 00/42] esp: consolidate PDMA transfer buffers and other fixes
 2021-03-03  8:44 UTC  (18+ messages)
` [PATCH v2 01/42] esp: checkpatch fixes
` [PATCH v2 09/42] esp: introduce esp_get_tc() and esp_set_tc()
` [PATCH v2 11/42] esp: apply transfer length adjustment when STC is zero at TC load time
` [PATCH v2 27/42] esp: fix PDMA target selection
` [PATCH v2 28/42] esp: use FIFO for PDMA transfers between initiator and device
` [PATCH v2 29/42] esp: remove pdma_origin from ESPState
` [PATCH v2 30/42] esp: add 4 byte PDMA read and write transfers

[RFC PATCH 00/26] Confidential guest live migration
 2021-03-03  8:08 UTC  (2+ messages)

[PATCH] chardev: add nodelay option
 2021-03-03  8:25 UTC  (4+ messages)

[PATCH] hw/elf_ops: Fix a typo
 2021-03-03  8:18 UTC  (2+ messages)

[RFC v2 16/24] target/arm: move sve_zcr_len_for_el to common_cpu
 2021-03-03  8:17 UTC  (2+ messages)

[PATCH V2 0/1] hw/block/nvme: support command retry
 2021-03-03  7:39 UTC  (3+ messages)
` [PATCH V2 1/1] hw/block/nvme: support command retry delay

[PATCH] hw/arm/aspeed: Fix location of firmware images in documentation
 2021-03-03  7:29 UTC  (2+ messages)

[PATCH v3] vl: deprecate -writeconfig
 2021-03-03  7:19 UTC  (3+ messages)

[PATCH v2] Autoconnect jack ports by default
 2021-03-03  7:13 UTC  (5+ messages)

[PATCH 0/2] hw/misc: Model ASPEED hash and crpyto engine
 2021-03-03  7:03 UTC  (3+ messages)
` [PATCH 1/2] hw: Model ASPEED's Hash and Crypto Engine
` [PATCH 2/2] aspeed: Integrate HACE

[PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
 2021-03-03  7:07 UTC  (5+ messages)

[Bug 1917565] [NEW] Windows 10 fails with "Boot device inaccessible"
 2021-03-03  6:01 UTC  (4+ messages)
` [Bug 1917565] "

[PATCH v3 00/27] cpu: Introduce SysemuCPUOps structure, remove watchpoints from usermode
 2021-03-03  5:18 UTC  (3+ messages)
` [PATCH v3 07/27] cpu: Introduce SysemuCPUOps structure

[PATCH V2 0/7] Bypass specific network traffic in COLO
 2021-03-03  4:15 UTC  (8+ messages)
` [PATCH V2 1/7] qapi/net.json: Add IP_PROTOCOL definition
` [PATCH V2 2/7] qapi/net.json: Add L4_Connection definition
` [PATCH V2 3/7] qapi/net: Add new QMP command for COLO passthrough
` [PATCH V2 4/7] hmp-commands: Add new HMP "
` [PATCH V2 5/7] net/colo-compare: Move data structure and define to .h file
` [PATCH V2 6/7] net/colo-compare: Add passthrough list to CompareState
` [PATCH V2 7/7] net/net.c: Add handler for COLO passthrough connection

[PATCH] file-posix: allow -EBUSY errors during write zeros on block
 2021-03-03  3:24 UTC  (2+ messages)
` [PATCH V2] file-posix: allow -EBUSY -EINVAL "

[PATCH v2] target/s390x: Implement the MVPG condition-code-option bit
 2021-03-03  2:10 UTC  (3+ messages)

[PATCH v4 0/6] Pegasos2 emulation
 2021-03-03  0:21 UTC  (5+ messages)
` [PATCH v4 6/6] hw/ppc: Add emulation of Genesi/bPlan Pegasos II

[Bug 1917542] [NEW] qemu-img crash on M1 Mac
 2021-03-03  1:16 UTC 

[PATCH] vfio: Fix vfio_listener_log_sync function name typo
 2021-03-02 22:11 UTC  (2+ messages)

[PATCH] target/s390x: Implement the MVPG condition-code-option bit
 2021-03-02 22:09 UTC  (2+ 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).