qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-03 11:53:15 to 2021-03-03 20:12:17 UTC [more...]

[PATCH v2 00/42] esp: consolidate PDMA transfer buffers and other fixes
 2021-03-03 20:11 UTC  (18+ messages)
` [PATCH v2 31/42] esp: implement FIFO flush command
` [PATCH v2 32/42] esp: latch individual bits in ESP_RINTR register
` [PATCH v2 33/42] esp: defer command completion interrupt on incoming data transfers
` [PATCH v2 34/42] esp: remove old deferred command completion mechanism
` [PATCH v2 35/42] esp: raise interrupt after every non-DMA byte transferred to the FIFO
` [PATCH v2 36/42] esp: add maxlen parameter to get_cmd()
` [PATCH v2 37/42] esp: transition to message out phase after SATN and stop command
` [PATCH v2 38/42] esp: convert ti_buf from array to Fifo8

[PATCH] virtiofsd: Add qemu version and copyright info
 2021-03-03 19:53 UTC 

[PATCH v4] target/s390x: Implement the MVPG condition-code-option bit
 2021-03-03 19:39 UTC  (3+ messages)

[Bug 1917661] [NEW] qemu gdb wrong registers group for riscv64
 2021-03-03 19:17 UTC  (2+ messages)
` [Bug 1917661] "

[RFC PATCH v3 00/10] net: Handle short frames for SLiRP/TAP interfaces
 2021-03-03 19:12 UTC  (11+ messages)
` [RFC PATCH v3 01/10] net: Use 'struct iovec' in qemu_send_packet_async_with_flags()
` [RFC PATCH v3 02/10] net: Pad short frames to minimum size before send from SLiRP/TAP
` [RFC PATCH v3 03/10] hw/net: e1000: Remove the logic of padding short frames in the receive path
` [RFC PATCH v3 04/10] hw/net: vmxnet3: "
` [RFC PATCH v3 05/10] hw/net: i82596: "
` [RFC PATCH v3 06/10] hw/net: ne2000: "
` [RFC PATCH v3 07/10] hw/net: pcnet: "
` [RFC PATCH v3 08/10] hw/net: rtl8139: "
` [RFC PATCH v3 09/10] hw/net: sungem: "
` [RFC PATCH v3 10/10] hw/net: sunhme: "

[PATCH v3 0/4] hw/riscv: Clean-ups and map high mmio for PCIe of 'virt' machine
 2021-03-03 19:06 UTC  (5+ messages)
` [PATCH v3 3/4] hw/riscv: virt: Limit RAM size in a 32-bit system

[RFC v1 00/38] arm cleanup experiment for kvm-only build
 2021-03-03 18:54 UTC  (13+ messages)

QEMU RBD is slow with QCOW2 images
 2021-03-03 18:47 UTC  (2+ messages)

[PATCH] tests/acceptance: Use imgtec.com URL for Fedora 22 artifacts
 2021-03-03 18:52 UTC  (6+ messages)

[PATCH v3 0/5] misc: Replace the words 'blacklist/whitelist'
 2021-03-03 18:46 UTC  (6+ messages)
` [PATCH v3 1/5] ui: Replace the word 'whitelist'
` [PATCH v3 2/5] scripts/tracetool: "
` [PATCH v3 3/5] seccomp: Replace the word 'blacklist'
` [PATCH v3 4/5] qemu-options: "
` [PATCH v3 5/5] tests/fp/fp-test: "

[PATCH v2 0/8] misc: Replace the words 'blacklist/whitelist'
 2021-03-03 18:50 UTC  (13+ 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'

[RFC PATCH] docs/system: add a gentle prompt for the complexity to come
 2021-03-03 18:41 UTC  (3+ messages)

[PATCH v3 0/7] Xen guest-loader support, pre-PR
 2021-03-03 18:38 UTC  (10+ messages)
` [PATCH v3 1/7] hw/board: promote fdt from ARM VirtMachineState to MachineState
` [PATCH v3 2/7] hw/riscv: migrate fdt field to generic MachineState
` [PATCH v3 3/7] device_tree: add qemu_fdt_setprop_string_array helper
` [PATCH v3 4/7] hw/core: implement a guest-loader to support static hypervisor guests
` [PATCH v3 5/7] docs: move generic-loader documentation into the main manual
` [PATCH v3 6/7] docs: add some documentation for the guest-loader
` [PATCH v3 7/7] tests/avocado: add boot_xen tests

[RFC PATCH 00/19] accel: Introduce AccelvCPUState opaque structure
 2021-03-03 18:22 UTC  (20+ messages)
` [PATCH 01/19] target/i386/hvf: Use boolean value for vcpu_dirty
` [PATCH 02/19] target/s390x/kvm: Simplify debug code
` [PATCH 03/19] target/s390x/kvm: Reduce deref by declaring 'struct kvm_run' on stack
` [PATCH 04/19] cpu: Croup accelerator-specific fields altogether
` [RFC PATCH 05/19] cpu: Introduce AccelvCPUState opaque structure
` [RFC PATCH 06/19] accel/whpx: Add typedef for 'struct whpx_vcpu'
` [RFC PATCH 07/19] accel/whpx: Rename struct whpx_vcpu -> AccelvCPUState
` [RFC PATCH 08/19] accel/whpx: Use 'accel_vcpu' generic pointer
` [RFC PATCH 09/19] accel/hax: Add typedef for 'struct hax_vcpu_state'
` [RFC PATCH 10/19] accel/hax: Use 'accel_vcpu' generic pointer
` [RFC PATCH 11/19] accel/kvm: Introduce kvm_vcpu_state() helper
` [RFC PATCH 12/19] accel/kvm: Use kvm_vcpu_state() when possible
` [RFC PATCH 13/19] accel/kvm: Declare and allocate AccelvCPUState struct
` [RFC PATCH 14/19] accel/kvm: Move the 'kvm_fd' field to AccelvCPUState
` [RFC PATCH 15/19] accel/kvm: Move the 'kvm_state' "
` [RFC PATCH 16/19] accel/kvm: Move the 'kvm_run' "
` [RFC PATCH 17/19] accel/hvf: Reduce deref by declaring 'hv_vcpuid_t hvf_fd' on stack
` [RFC PATCH 18/19] accel/hvf: Declare and allocate AccelvCPUState struct
` [RFC PATCH 19/19] accel/hvf: Move the 'hvf_fd' field to AccelvCPUState

[Bug 1917565] [NEW] Windows 10 fails with "Boot device inaccessible"
 2021-03-03 18:14 UTC  (5+ messages)
` [Bug 1917565] "

[PATCH v4 2/4] util/qemu-sockets.c: Split host:port parsing out of inet_parse
 2021-03-03 18:11 UTC  (4+ messages)

[PULL 0/4] pc,virtio,pci: bug fixes
 2021-03-03 18:10 UTC  (2+ messages)

[PATCH] arm: bump amount of PMU counters to pass SBSA ACS
 2021-03-03 18:06 UTC  (3+ messages)

[PATCH v2] vhost-user.rst: add clarifying language about protocol negotiation
 2021-03-03 17:56 UTC  (2+ messages)

[PATCH 0/3] gitlab: Add missing job -> container dependencies
 2021-03-03 17:55 UTC  (12+ 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

[PATCH 0/3] gitlab-pipeline-status script: provide more information on errors
 2021-03-03 17:54 UTC  (2+ messages)

Inconsistent virtio-net-pci MSI vector count
 2021-03-03 17:09 UTC  (5+ messages)

[PATCH v1 0/9] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-03 17:05 UTC  (16+ 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

[PULL 00/29] Misc patches for 2021-02-25
 2021-03-03 16:54 UTC  (2+ messages)

[PATCH v2] qtest: delete superfluous inclusions of qtest.h
 2021-03-03 16:49 UTC  (3+ messages)

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

[PATCH v2] libqos/qgraph: format qgraph comments for sphinx documentation
 2021-03-03 16:43 UTC  (2+ messages)

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

[PATCH v1 0/2] Get rid of legacy_s390_alloc() and phys_mem_set_alloc()
 2021-03-03 16:18 UTC  (8+ 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 v2] vfio-ccw: Do not read region ret_code after write
 2021-03-03 16:07 UTC 

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

[PATCH v2 1/2] edid: Make refresh rate configurable
 2021-03-03 15:29 UTC  (2+ messages)
` [PATCH v2 2/2] virtio-gpu: Respect UI refresh rate for EDID

[Bug 1891354] [NEW] Heap-use-after-free in usb_packet_unmap
 2021-03-03 15:20 UTC  (2+ messages)
` [Bug 1891354] "

[PATCH v3 00/27] cpu: Introduce SysemuCPUOps structure, remove watchpoints from usermode
 2021-03-03 15:17 UTC  (3+ messages)
` [PATCH v3 17/27] linux-user: Remove dead code

[PATCH 0/2] Acceptance Tests: restore the use of target related information
 2021-03-03 15:07 UTC  (5+ messages)
` [PATCH 1/2] Acceptance Tests: restore downloading of VM images
` [PATCH 2/2] Acceptance Tests: restore filtering of tests by target arch

[Bug 1907952] [NEW] qemu-system-aarch64: with "-display gtk" arrow keys are received as just ^[ on ttyAMA0
 2021-03-03 14:51 UTC  (2+ messages)
` [Bug 1907952] "

[PATCH v2 00/25] tests/docker: start using libvirt-ci's "lcitool" for dockerfiles
 2021-03-03 15:04 UTC  (4+ messages)
` [PATCH v2 13/25] tests/docker: expand centos7 package list

[PATCH v2 0/3] Some modifications about ram_save_host_page()
 2021-03-03 14:55 UTC  (5+ messages)
` [PATCH v2 3/3] migration/ram: Optimize ram_save_host_page()

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

[PATCH v2 1/1] hw/s390x: modularize virtio-gpu-ccw
 2021-03-03 14:36 UTC  (6+ messages)

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

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

[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 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 1/2] coreaudio: Drop support for macOS older than 10.6
 2021-03-03 13:20 UTC  (4+ messages)
` [PATCH 2/2] coreaudio: Handle output device change

[Bug 1916501] [NEW] qemu-img convert segfaults with specific URL
 2021-03-03 12:48 UTC  (2+ 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] 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  (13+ messages)
` [RFC v3 08/23] target/arm: split cpregs from tcg/helper.c
` [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 13/23] target/arm: add temporary stub for arm_rebuild_hflags
` [RFC v3 15/23] target/arm: move arm_mmu_idx* to cpu-mmu
` [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()


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