qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-10 09:32:35 to 2021-02-10 17:41:42 UTC [more...]

[PATCH v1 0/5] softmmu/memory_mapping: optimize dump/tpm for virtio-mem
 2021-02-10 17:15 UTC  (6+ messages)
` [PATCH v1 1/5] tpm: mark correct memory region range dirty when clearing RAM
` [PATCH v1 2/5] softmmu/memory_mapping: reuse qemu_get_guest_simple_memory_mapping()
` [PATCH v1 3/5] softmmu/memory_mapping: never merge ranges accross memory regions
` [PATCH v1 4/5] softmmu/memory_mapping: factor out adding physical memory ranges
` [PATCH v1 5/5] softmmu/memory_mapping: optimize for RamDiscardMgr sections

[PATCH v4 00/14] qapi: static typing conversion, pt2
 2021-02-10 17:31 UTC  (8+ messages)
` [PATCH v4 11/14] qapi/introspect.py: add type hint annotations

[PULL v4 00/27] Block patches
 2021-02-10 17:33 UTC  (25+ messages)
` [PULL v4 04/27] docs: update README to use GitLab repo URLs
` [PULL v4 05/27] pc-bios: update mirror URLs to GitLab
` [PULL v4 06/27] get_maintainer: update repo URL "
` [PULL v4 07/27] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [PULL v4 08/27] multi-process: add configure and usage information
` [PULL v4 09/27] memory: alloc RAM from file at offset
` [PULL v4 11/27] multi-process: setup PCI host bridge for remote device
` [PULL v4 12/27] multi-process: setup a machine object for remote device process
` [PULL v4 13/27] io: add qio_channel_writev_full_all helper
` [PULL v4 14/27] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
` [PULL v4 15/27] multi-process: define MPQemuMsg format and transmission functions
` [PULL v4 16/27] multi-process: Initialize message handler in remote device
` [PULL v4 17/27] multi-process: Associate fd of a PCIDevice with its object
` [PULL v4 18/27] multi-process: setup memory manager for remote device
` [PULL v4 19/27] multi-process: introduce proxy object
` [PULL v4 20/27] multi-process: add proxy communication functions
` [PULL v4 21/27] multi-process: Forward PCI config space acceses to the remote process
` [PULL v4 22/27] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [PULL v4 23/27] multi-process: Synchronize remote memory
` [PULL v4 24/27] multi-process: create IOHUB object to handle irq
` [PULL v4 25/27] multi-process: Retrieve PCI info from remote process
` [PULL v4 26/27] multi-process: perform device reset in the "
` [PULL v4 27/27] docs: fix Parallels Image "dirty bitmap" section

[PATCH 1/2] file-posix: Use OFD lock only if the filesystem supports the lock
 2021-02-10 17:29 UTC  (9+ messages)

[PATCH 0/7] qcow2: compressed write cache
 2021-02-10 17:11 UTC  (20+ messages)
` [PATCH 1/7] qemu/queue: add some useful QLIST_ and QTAILQ_ macros
` [PATCH 2/7] block/qcow2: introduce cache for compressed writes
` [PATCH 3/7] block/qcow2: use compressed write cache

[PATCH] accel/tcg/plugin-gen: fix the call signature for inline callbacks
 2021-02-10 17:27 UTC 

[RFC PATCH v2 0/4] Allow changing bs->file on reopen
 2021-02-10 17:26 UTC  (4+ messages)
` [RFC PATCH v2 1/4] block: "

[PATCH v5 00/15] qapi: static typing conversion, pt2
 2021-02-10 17:05 UTC  (6+ messages)
` [PATCH v5 12/15] qapi/introspect.py: add type hint annotations

[Bug 1913505] [NEW] Windows XP slow on Apple M1
 2021-02-10 16:58 UTC  (4+ messages)
` [Bug 1913505] "

Interested in contributing to QEMU
 2021-02-10 17:03 UTC  (4+ messages)

[PATCH v3 0/2] NBD socket backlog
 2021-02-10 16:58 UTC  (3+ messages)
` [PATCH v3 1/2] qemu-nbd: Use SOMAXCONN for socket listen() backlog

[PATCH v2 0/2] migration: dirty-bitmap: Allow control of bitmap persistence
 2021-02-10 16:53 UTC  (3+ messages)
` [PATCH v2 1/2] migration: dirty-bitmap: Convert alias map inner members to a struct
` [PATCH v2 2/2] migration: dirty-bitmap: Allow control of bitmap persistance

eMMC support
 2021-02-10 16:52 UTC  (14+ messages)

[PATCH v4 00/19] i386: KVM: expand Hyper-V features early and provide simple 'hv-default=on' option
 2021-02-10 16:56 UTC  (23+ messages)
` [PATCH v4 01/21] i386: keep hyperv_vendor string up-to-date
` [PATCH v4 02/21] i386: invert hyperv_spinlock_attempts setting logic with hv_passthrough
` [PATCH v4 03/21] i386: always fill Hyper-V CPUID feature leaves from X86CPU data
` [PATCH v4 04/21] i386: stop using env->features[] for filling Hyper-V CPUIDs
` [PATCH v4 05/21] i386: introduce hyperv_feature_supported()
` [PATCH v4 06/21] i386: introduce hv_cpuid_get_host()
` [PATCH v4 07/21] i386: drop FEAT_HYPERV feature leaves
` [PATCH v4 08/21] i386: introduce hv_cpuid_cache
` [PATCH v4 09/21] i386: split hyperv_handle_properties() into hyperv_expand_features()/hyperv_fill_cpuids()
` [PATCH v4 10/21] i386: move eVMCS enablement to hyperv_init_vcpu()
` [PATCH v4 11/21] i386: switch hyperv_expand_features() to using error_setg()
` [PATCH v4 12/21] i386: adjust the expected KVM_GET_SUPPORTED_HV_CPUID array size
` [PATCH v4 13/21] i386: prefer system KVM_GET_SUPPORTED_HV_CPUID ioctl over vCPU's one
` [PATCH v4 14/21] i386: use global kvm_state in hyperv_enabled() check
` [PATCH v4 15/21] i386: expand Hyper-V features during CPU feature expansion time
` [PATCH v4 16/21] i386: track explicit 'hv-*' features enablement/disablement
` [PATCH v4 17/21] i386: support 'hv-passthrough, hv-feature=off' on the command line
` [PATCH v4 18/21] i386: be more picky about implicit 'hv-evmcs' enablement
` [PATCH v4 19/21] i386: introduce kvm_hv_evmcs_available()
` [PATCH v4 20/21] i386: provide simple 'hv-default=on' option
` [PATCH v4 21/21] qtest/hyperv: Introduce a simple hyper-v test

[PATCH v3 0/3]
 2021-02-10 16:49 UTC  (7+ messages)

[RFC v17 00/14] i386 cleanup PART 2
 2021-02-10 16:28 UTC  (16+ messages)
` [RFC v17 01/14] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [RFC v17 02/14] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [RFC v17 03/14] accel: introduce new accessor functions
` [RFC v17 04/14] target/i386: fix host_cpu_adjust_phys_bits error handling
` [RFC v17 05/14] accel-cpu: make cpu_realizefn return a bool
` [RFC v17 06/14] meson: add target_user_arch
` [RFC v17 07/14] i386: split user and softmmu functionality in tcg-cpu
` [RFC v17 08/14] i386: split smm helper (softmmu)
` [RFC v17 09/14] i386: split tcg excp_helper into softmmu and user parts
` [RFC v17 10/14] i386: split tcg btp_helper "
` [RFC v17 11/14] i386: split misc helper into user and softmmu parts
` [RFC v17 12/14] i386: separate fpu_helper "
` [RFC v17 13/14] i386: slit svm_helper into softmmu and stub-only user
` [RFC v17 14/14] i386: split seg_helper into user-only and softmmu parts

[PATCH v8 00/13] Generalize memory encryption models
 2021-02-10 16:25 UTC  (3+ messages)
` [PATCH v8 07/13] confidential guest support: Introduce cgs "ready" flag

[PATCH V2 0/6] hw/block/nvme: support namespace attachment
 2021-02-10 16:09 UTC  (8+ messages)
` [PATCH V2 1/7] hw/block/nvme: support namespace detach
` [PATCH V2 2/7] hw/block/nvme: fix namespaces array to 1-based
` [PATCH V2 3/7] hw/block/nvme: fix allocated namespace list to 256
` [PATCH V2 4/7] hw/block/nvme: support allocated namespace type
` [PATCH V2 5/7] hw/block/nvme: refactor nvme_select_ns_iocs
` [PATCH V2 6/7] hw/block/nvme: support namespace attachment command
` [PATCH V2 7/7] hw/block/nvme: support Identify NS Attached Controller List

[PATCH v8 0/5] MTE support for KVM guest
 2021-02-10 16:03 UTC  (4+ messages)
` [RFC PATCH v8 5/5] KVM: arm64: ioctl to fetch/store tags in a guest

[PATCH] .shippable: remove the last bits
 2021-02-10 15:54 UTC  (3+ messages)

[PULL 00/19] ppc-for-6.0 queue 20210210
 2021-02-10 15:42 UTC  (2+ messages)

[PATCH 0/2] hw/block/nvme: oncs and write uncorrectable support
 2021-02-10 15:28 UTC  (7+ messages)
` [PATCH 1/2] hw/block/nvme: add oncs device parameter
` [PATCH 2/2] hw/block/nvme: add write uncorrectable command

[PATCH v3 0/6] Enable plugin support on msys2/mingw
 2021-02-10 15:10 UTC  (4+ messages)

QEMU hosting
 2021-02-10 15:15 UTC  (4+ messages)

[PATCH v2 00/36] block: update graph permissions update
 2021-02-10 15:07 UTC  (10+ messages)
` [PATCH v2 30/36] block: bdrv_reopen_multiple: refresh permissions on updated graph
` [PATCH v2 34/36] block: refactor bdrv_child_set_perm_safe() transaction action
` [PATCH v2 36/36] block: refactor bdrv_node_check_perm()

[PATCH] iotests: Consistent $IMGOPTS boundary matching
 2021-02-10 15:03 UTC  (2+ messages)

[PATCH] net: e1000: check transmit descriptor field values
 2021-02-10 14:52 UTC 

[PATCH v1 0/1] hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2
 2021-02-10 14:48 UTC  (3+ messages)
` [PATCH v1 1/1] "

[PULL 0/1] tricore queue
 2021-02-10 14:44 UTC  (5+ messages)
` [PULL 1/1] tricore: added triboard with tc27x_soc

[PATCH 0/6] qapi: Add support for aliases
 2021-02-10 14:38 UTC  (9+ messages)
` [PATCH 5/6] "
` [PATCH 6/6] tests/qapi-schema: Test cases "

[PATCH] Raspberry PI GPIO interrupt support
 2021-02-10 14:32 UTC  (3+ messages)

[PATCH 0/3] acpi: Add _CCA support for pxb devices
 2021-02-10 14:24 UTC  (5+ messages)
` [PATCH 1/3] acpi: Allow pxb DSDT acpi table changes
` [PATCH 2/3] acpi/gpex: Fix cca attribute check for pxb device

[PATCH] iotests/210: Fix reference output
 2021-02-10 13:59 UTC  (2+ messages)

[PATCH v16 00/23] i386 cleanup PART 2
 2021-02-10 13:58 UTC  (17+ messages)
` [PATCH v16 01/23] cpu: Introduce TCGCpuOperations struct
` [PATCH v16 02/23] target/riscv: remove CONFIG_TCG, as it is always TCG
` [PATCH v16 19/23] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v16 21/23] accel: introduce new accessor functions

[Bug 1912224] [NEW] qemu may freeze during drive-mirroring on fragmented FS
 2021-02-10 13:36 UTC  (2+ messages)
` [Bug 1912224] "

[PATCH 0/2] failover: trivial cleanup and fix
 2021-02-10 13:40 UTC  (2+ messages)

[PATCH v2 0/9] ACPI related fixes
 2021-02-10 13:37 UTC  (9+ messages)
` [PATCH v2 3/9] acpi/core: always set SCI_EN when SMM isn't supported
` [PATCH v2 6/9] hw/i386: declare ACPI mother board resource for MMCONFIG region

[PATCH] hw/block: nvme: Fix a build error in nvme_process_sq()
 2021-02-10 13:31 UTC  (8+ messages)

[Bug 1914117] [NEW] Short files returned via FTP on Qemu with various architectures and OSes
 2021-02-10 12:26 UTC  (3+ messages)
` [Bug 1914117] "

About creating machines on the command line
 2021-02-10 12:13 UTC  (5+ messages)

[PATCH 0/3] target/tricore: Pass MMUAccessType to get_physical_address()
 2021-02-10 12:12 UTC  (9+ messages)
` [PATCH 1/3] target/tricore: Replace magic value by MMU_DATA_LOAD definition
` [PATCH 2/3] target/tricore: Pass MMUAccessType to get_physical_address()
` [PATCH 3/3] target/tricore: Remove unused definitions

[PATCH v3 0/5] hw/arm: zynqmp: Implement a CSU DMA model and connect it with GQSPI
 2021-02-10 11:54 UTC  (11+ messages)
` [PATCH v3 1/5] hw/dma: xlnx_csu_dma: Implement a basic XLNX CSU DMA model
` [PATCH v3 2/5] hw/arm: xlnx-zynqmp: Clean up coding convention issues
` [PATCH v3 3/5] hw/arm: xlnx-zynqmp: Add XLNX CSU DMA module
` [PATCH v3 4/5] hw/ssi: xilinx_spips: Clean up coding convention issues
` [PATCH v3 5/5] hw/ssi: xilinx_spips: Remove DMA related code from zynqmp_qspips

[PULL 00/21] target-arm queue
 2021-02-10 11:54 UTC  (5+ messages)
` [PULL 16/21] hw/timer: Refactor NPCM7XX Timer to use CLK clock

[PATCH v2] hw/block: nvme: Fix a build error in nvme_get_feature()
 2021-02-10 11:34 UTC  (10+ messages)

[PATCH v3] hw/block: nvme: Fix a build error in nvme_get_feature()
 2021-02-10 11:22 UTC 

[PATCH 0/3] fix build failures from incorrectly skipped container build jobs
 2021-02-10 11:17 UTC  (5+ messages)
` [PATCH 1/3] gitlab: always build container images

[PATCH v6 00/31] target-arm: Implement ARMv8.5-MemTag, user mode
 2021-02-10 11:05 UTC  (3+ messages)
` [PATCH v6 19/31] linux-user: Handle tags in lock_user/unlock_user

[PATCH] util/osdep: Avoid mprotect() RWX->NONE on Big Sur 11.2
 2021-02-10 10:55 UTC 

[PULL 00/24] tcg patch queue
 2021-02-10 10:38 UTC  (3+ messages)
` [PULL 14/24] tcg: Use tcg_constant_{i32,i64} with tcg int expanders

[PATCH v2 0/2] ZynqMP QSPI supports SPI transfer using DMA mode, but currently this
 2021-02-10 10:04 UTC  (10+ messages)
` [PATCH v2 2/2] hw/ssi: xilinx_spips: Implement basic QSPI DMA support


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