qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-02 20:56:34 to 2021-03-03 12:04:40 UTC [more...]

[RFC v3 00/23] arm cleanup experiment for kvm-only build
 2021-03-03 11:40 UTC  (22+ 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 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 23/23] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()

[PATCH v3] target/s390x: Implement the MVPG condition-code-option bit
 2021-03-03 11:40 UTC  (4+ messages)

[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 v1 0/9] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-03 11:39 UTC  (14+ 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 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)

Inconsistent virtio-net-pci MSI vector count
 2021-03-03 10:53 UTC 

[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 v2 0/8] misc: Replace the words 'blacklist/whitelist'
 2021-03-03 10:30 UTC  (7+ messages)
` [PATCH v2 6/8] qemu-options: Replace the word 'blacklist'
` [PATCH v2 8/8] hw/vfio/pci-quirks: "

[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  (13+ messages)
` [PATCH 1/3] qapi, audio: add query-audiodev command
` [PATCH 2/3] qapi, audio: respect build time conditions in audio schema
` [PATCH 3/3] qapi: provide a friendly string representation of QAPI classes

[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  (12+ messages)

[PATCH 0/2] Clarify error messages pertaining to 'node-name'
 2021-03-03  9:53 UTC  (2+ 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 1/2] coreaudio: Drop support for macOS older than 10.6
 2021-03-03  9:27 UTC  (4+ messages)
` [PATCH 2/2] coreaudio: Handle output device change

[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  (37+ 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 18/42] esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_buf
` [PATCH v2 21/42] esp: remove redundant pdma_start from ESPState
` [PATCH v2 22/42] esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write()
` [PATCH v2 23/42] esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMA
` [PATCH v2 24/42] esp: use in-built TC to determine PDMA transfer length
` [PATCH v2 25/42] esp: remove CMD pdma_origin
` [PATCH v2 26/42] esp: rename get_cmd_cb() to esp_select()
` [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  (21+ messages)
` [RFC PATCH 03/26] machine: Add auxcpus=N suboption to -smp
` [RFC PATCH 05/26] hw/i386: Mark auxiliary vcpus in possible_cpus
` [RFC PATCH 07/26] cpu: Add boolean aux field to CPUState
` [RFC PATCH 08/26] hw/i386: Set CPUState.aux=true for auxiliary vcpus
` [RFC PATCH 10/26] softmmu: Add cpu_synchronize_without_aux_post_init
` [RFC PATCH 13/26] migration: Add helpers to load confidential RAM
` [RFC PATCH 14/26] migration: Introduce gpa_inside_migration_helper_shared_area
` [RFC PATCH 15/26] migration: Save confidential guest RAM using migration helper
` [RFC PATCH 17/26] migration: Stop VM after loading confidential RAM
` [RFC PATCH 18/26] migration: Stop non-aux vcpus before copying the last pages
` [RFC PATCH 19/26] migration: Don't sync vcpus when migrating confidential guests
` [RFC PATCH 20/26] migration: When starting target, don't sync auxiliary vcpus
` [RFC PATCH 21/26] migration: Call migration handler cleanup routines
` [RFC PATCH 22/26] hw/isa/lpc_ich9: Allow updating an already-running VM
` [RFC PATCH 23/26] target/i386: Re-sync kvm-clock after confidential guest migration
` [RFC PATCH 24/26] migration: Add start-migrate-incoming QMP command
` [RFC PATCH 25/26] target/i386: SEV: Allow migration unless there are no aux vcpus
` [RFC PATCH 26/26] docs: Add confidential guest live migration documentation

[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

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

[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  (8+ messages)
` [PATCH v4 6/6] hw/ppc: Add emulation of Genesi/bPlan Pegasos II
` [PATCH v4 5/6] hw/pci-host: Add emulation of Marvell MV64361 PPC system controller

[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  (4+ messages)

[PATCH] MAINTAINERS: Cover docs/igd-assign.txt in VFIO section
 2021-03-02 21:55 UTC  (3+ messages)

[Bug 1917442] [NEW] [AHCI] crash when running a GNU/Hurd guest
 2021-03-02 21:39 UTC  (2+ messages)
` [Bug 1917442] "

[PATCH v5 0/8] Pegasos2 emulation
 2021-03-02 21:11 UTC  (9+ messages)
` [PATCH v5 7/8] hw/pci-host: Add emulation of Marvell MV64361 PPC system controller
` [PATCH v5 6/8] hw/isa/Kconfig: Add missing dependency VIA VT82C686 -> APM
` [PATCH v5 3/8] vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO
` [PATCH v5 8/8] hw/ppc: Add emulation of Genesi/bPlan Pegasos II
` [PATCH v5 1/8] vt82c686: Implement control of serial port io ranges via config regs
` [PATCH v5 5/8] vt82c686: Add emulation of VT8231 south bridge
` [PATCH v5 4/8] vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on it
` [PATCH v5 2/8] vt82c686: QOM-ify superio related functionality

[PATCH v3 0/3] vfio: Some fixes and optimizations for VFIO migration
 2021-03-02 21:26 UTC  (3+ messages)
` [PATCH v3 3/3] vfio: Avoid disabling and enabling vectors repeatedly in "

[PATCH] meson: add tests option
 2021-03-02 21:14 UTC  (4+ messages)

Plugin Address Translations Inconsistent/Incorrect?
 2021-03-02 21:04 UTC  (8+ messages)

[PATCH] vfio-ccw: Do not read region ret_code after write
 2021-03-02 20:51 UTC  (3+ 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).