qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-15 11:37:00 to 2022-12-16 10:56:55 UTC [more...]

[PATCH 0/2] TLS: fix read stall with large buffers
 2022-12-16 10:55 UTC  (5+ messages)
` [PATCH 2/2] io/channel-tls: fix handling of bigger read buffers

[PATCH] docs: do not talk about past removal as happening in the future
 2022-12-16 10:46 UTC  (2+ messages)

[PATCH 0/5] migration: Fix disorder of channel creations
 2022-12-16 10:40 UTC  (7+ messages)
` [PATCH 1/5] io: Add support for MSG_PEEK for socket channel

[PATCH] virtio-mem: Fix the bitmap index of the section offset
 2022-12-16 10:30 UTC  (3+ messages)

[PATCH 0/2] tpm: add mssim backend
 2022-12-16 10:27 UTC  (13+ messages)
` [PATCH 1/2] tpm: convert tpmdev options processing to new visitor format
` [PATCH 2/2] tpm: add backend for mssim

[PATCH] meson: accept relative symlinks in "meson introspect --installed" data
 2022-12-16 10:15 UTC 

[PATCH 0/2] hw/arm: allow flash images being smaller than the available space
 2022-12-16 10:12 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] docs: add no-padding firmware feature

[PATCH] linux-user: Fix SO_ERROR return code of getsockopt()
 2022-12-16 10:10 UTC 

[PATCH] tests/qapi-schema: remove Meson workaround
 2022-12-16 10:08 UTC 

[PATCH v2 0/2] qga: improve "syslog" domain logging
 2022-12-16 10:01 UTC  (4+ messages)

[PATCH v9 00/12] ASID support in vhost-vdpa net
 2022-12-16  9:52 UTC  (9+ messages)
` [PATCH v9 02/12] vhost: set SVQ device call handler at SVQ start
` [PATCH v9 05/12] vdpa: add vhost_vdpa_net_valid_svq_features
` [PATCH v9 06/12] vdpa: request iova_range only once
` [PATCH v9 09/12] vdpa: add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v9 12/12] vdpa: always start CVQ in SVQ mode if possible

[PATCH 0/2] Make coroutine annotations ready for static analysis
 2022-12-16  9:41 UTC  (4+ messages)
` [PATCH 1/2] coroutine: annotate coroutine_fn for libclang
` [PATCH 2/2] block: Add no_coroutine_fn and coroutine_mixed_fn marker

[PATCH v4] riscv: Allow user to set the satp mode
 2022-12-16  9:32 UTC  (2+ messages)

[PATCH v2] hw/cxl/device: Add Flex Bus Port DVSEC
 2022-12-16  9:31 UTC  (4+ messages)

[PATCH] target/i386/hax: Add XCR0 support
 2022-12-16  8:47 UTC  (5+ messages)

[RFC PATCH v2 00/22] Xen HVM support under KVM
 2022-12-16  8:40 UTC  (13+ messages)
` [RFC PATCH v2 02/22] xen: add CONFIG_XENFV_MACHINE and CONFIG_XEN_EMU options for Xen emulation
` [RFC PATCH v2 20/22] i386/xen: HVMOP_set_param / HVM_PARAM_CALLBACK_IRQ

[PATCH v2] hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a value
 2022-12-16  7:38 UTC  (3+ messages)

[PATCH v2 0/3] Fix the "-nic help" option
 2022-12-16  7:38 UTC  (3+ messages)

qemu no sound
 2022-12-16  6:00 UTC  (2+ messages)

[PATCH v1 00/24] vfio-user client
 2022-12-16  4:22 UTC  (8+ messages)
` [PATCH v1 17/24] vfio-user: dma map/unmap operations
` [PATCH v1 22/24] vfio-user: add 'x-msg-timeout' option that specifies msg wait times
` [PATCH v1 24/24] vfio-user: add trace points

[PATCH V3] vhost: fix vq dirty bitmap syncing when vIOMMU is enabled
 2022-12-16  3:35 UTC 

[PATCH v11 0/5] add generic vDPA device support
 2022-12-16  3:33 UTC  (7+ messages)
` [PATCH v11 1/5] virtio: get class_id and pci device id by the virtio id
` [PATCH v11 2/5] vdpa: add vdpa-dev support
` [PATCH v11 3/5] vdpa: add vdpa-dev-pci support
` [PATCH v11 4/5] vdpa-dev: mark the device as unmigratable
` [PATCH v11 5/5] docs: Add generic vhost-vdpa device documentation

[PATCH 0/1] Fix some typos
 2022-12-16  3:22 UTC  (2+ messages)
` [PING PATCH "

[for-8.0 v2 00/11] Refactor cryptodev
 2022-12-16  3:24 UTC  (2+ messages)
` PING: "

[PATCH] target/riscv/cpu.c: Fix elen check
 2022-12-16  2:01 UTC  (3+ messages)

[PATCH v3 0/3] target/riscv: Apply KVM policy to ISA extensions
 2022-12-16  1:40 UTC  (5+ messages)
` [PATCH v3 1/3] update-linux-headers: Version 6.1-rc8
` [PATCH v3 2/3] target/riscv: Extend isa_ext_data for single letter extensions

[RFC PATCH v3 00/38] Xen HVM support under KVM
 2022-12-16  0:41 UTC  (39+ messages)
` [RFC PATCH v3 01/38] include: import xen public headers
` [RFC PATCH v3 02/38] xen: add CONFIG_XENFV_MACHINE and CONFIG_XEN_EMU options for Xen emulation
` [RFC PATCH v3 03/38] xen: Add XEN_DISABLED mode and make it default
` [RFC PATCH v3 04/38] i386/kvm: Add xen-version machine property and init KVM Xen support
` [RFC PATCH v3 05/38] i386/kvm: handle Xen HVM cpuid leaves
` [RFC PATCH v3 06/38] xen-platform: exclude vfio-pci from the PCI platform unplug
` [RFC PATCH v3 07/38] xen-platform: allow its creation with XEN_EMULATE mode
` [RFC PATCH v3 08/38] hw/xen_backend: refactor xen_be_init()
` [RFC PATCH v3 09/38] i386/xen: handle guest hypercalls
` [RFC PATCH v3 10/38] i386/xen: implement HYPERCALL_xen_version
` [RFC PATCH v3 11/38] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [RFC PATCH v3 12/38] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [RFC PATCH v3 13/38] i386/xen: manage and save/restore Xen guest long_mode setting
` [RFC PATCH v3 14/38] i386/xen: implement HYPERVISOR_memory_op
` [RFC PATCH v3 15/38] i386/xen: implement XENMEM_add_to_physmap_batch
` [RFC PATCH v3 16/38] i386/xen: implement HYPERVISOR_hvm_op
` [RFC PATCH v3 17/38] i386/xen: implement HYPERVISOR_vcpu_op
` [RFC PATCH v3 18/38] i386/xen: handle VCPUOP_register_vcpu_info
` [RFC PATCH v3 19/38] i386/xen: handle VCPUOP_register_vcpu_time_info
` [RFC PATCH v3 20/38] i386/xen: handle VCPUOP_register_runstate_memory_area
` [RFC PATCH v3 21/38] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [RFC PATCH v3 22/38] i386/xen: HVMOP_set_param / HVM_PARAM_CALLBACK_IRQ
` [RFC PATCH v3 23/38] i386/xen: implement HYPERVISOR_event_channel_op
` [RFC PATCH v3 24/38] i386/xen: implement HYPERVISOR_sched_op
` [RFC PATCH v3 25/38] hw/xen: Implement EVTCHNOP_status
` [RFC PATCH v3 26/38] hw/xen: Implement EVTCHNOP_close
` [RFC PATCH v3 27/38] hw/xen: Implement EVTCHNOP_unmask
` [RFC PATCH v3 28/38] hw/xen: Implement EVTCHNOP_bind_virq
` [RFC PATCH v3 29/38] hw/xen: Implement EVTCHNOP_bind_ipi
` [RFC PATCH v3 30/38] hw/xen: Implement EVTCHNOP_send
` [RFC PATCH v3 31/38] hw/xen: Implement EVTCHNOP_alloc_unbound
` [RFC PATCH v3 32/38] hw/xen: Implement EVTCHNOP_bind_interdomain
` [RFC PATCH v3 33/38] hw/xen: Implement EVTCHNOP_bind_vcpu
` [RFC PATCH v3 34/38] hw/xen: Implement EVTCHNOP_reset
` [RFC PATCH v3 35/38] i386/xen: add monitor commands to test event injection
` [RFC PATCH v3 36/38] i386/xen: Implement SCHEDOP_poll
` [RFC PATCH v3 37/38] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [RFC PATCH v3 38/38] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback

[PATCH] linux-user: Add translation for argument of msync()
 2022-12-15 23:23 UTC  (5+ messages)

[PULL 00/20] tcg patch queue
 2022-12-15 23:22 UTC  (5+ messages)
` [PULL 19/20] tcg/ppc: Optimize 26-bit jumps

[PATCH] tests/avocado: add machine:none tag to version.py
 2022-12-15 22:47 UTC 

[PATCH 1/2] target/riscv: Fix up masking of vsip/vsie accesses
 2022-12-15 22:45 UTC  (2+ messages)
` [PATCH 2/2] target/riscv: Trap on writes to stimecmp from VS when hvictl.VTI=1

[PATCH] migration: Show downtime during postcopy phase
 2022-12-15 22:24 UTC 

[PULL v2 00/28] target-arm queue
 2022-12-15 21:39 UTC  (2+ messages)

[PATCH 0/8] tcg/loongarch64: Reorg goto_tb and cleanups
 2022-12-15 19:59 UTC  (6+ messages)
` [PATCH 3/8] tcg/loongarch64: Update tcg-insn-defs.c.inc

[PATCH 0/5] include/hw/pci include/hw/cxl: Clean up includes
 2022-12-15 17:45 UTC  (10+ messages)
` [PATCH 1/5] include/hw/pci: Clean up superfluous inclusion of pci*/*.h cxl/*.h
` [PATCH 6/5] include/hw/cxl: Break inclusion loop

[RFC PATCH] includes: move tb_flush into its own header
 2022-12-15 17:39 UTC  (5+ messages)

regression: insmod module failed in VM with nvdimm on
 2022-12-15 17:33 UTC  (9+ messages)

[RFC v3 0/3] migration: reduce time of loading non-iterable vmstate
 2022-12-15 16:51 UTC  (6+ messages)
` [RFC v3 1/3] memory: add depth assert in address_space_to_flatview

[PULL 00/19] Next 8.0 patches
 2022-12-15 16:45 UTC  (2+ messages)

[PATCH v2] tests/qtest/qom-test: Do not print tested properties by default
 2022-12-15 15:30 UTC 

[PULL v3 00/50] Block layer patches
 2022-12-15 15:24 UTC 

[PULL v2 00/51] Block layer patches
 2022-12-15 15:13 UTC  (3+ messages)

[PULL v2 00/23] First batch of s390x, qtest, CI and misc patches for 8.0
 2022-12-15 15:12 UTC  (2+ messages)
` [PULL v2 09/23] util/qemu-config: Fix "query-command-line-options" to provide the right values

QEMU PPC VLE support
 2022-12-15 14:15 UTC  (7+ messages)

[RFC PATCH] gitlab: turn off verbose logging for make check on custom runners
 2022-12-15 14:58 UTC  (2+ messages)

[PULL 00/23] First batch of s390x, qtest, CI and misc patches for 8.0
 2022-12-15 14:14 UTC  (3+ messages)

[PATCH] tests/qtest/qom-test: Do not print tested properties by default
 2022-12-15 14:12 UTC  (3+ messages)

migration qtest failure: "query-migrate shows failed migration: Unable to write to socket: Broken pipe"
 2022-12-15 13:44 UTC  (6+ messages)

[PATCH] blkdebug: ignore invalid rules in non-coroutine context
 2022-12-15 13:44 UTC  (2+ messages)

[PULL 00/29] target-arm queue
 2022-12-15 12:50 UTC  (30+ messages)
` [PULL 01/29] hw/arm/virt: Introduce virt_set_high_memmap() helper
` [PULL 02/29] hw/arm/virt: Rename variable size to region_size in virt_set_high_memmap()
` [PULL 03/29] hw/arm/virt: Introduce variable region_base "
` [PULL 04/29] hw/arm/virt: Introduce virt_get_high_memmap_enabled() helper
` [PULL 05/29] hw/arm/virt: Improve high memory region address assignment
` [PULL 06/29] hw/arm/virt: Add 'compact-highmem' property
` [PULL 07/29] hw/arm/virt: Add properties to disable high memory regions
` [PULL 08/29] hw/arm/virt: build SMBIOS 19 table
` [PULL 09/29] target/arm: Add Cortex-A55 CPU
` [PULL 10/29] hw/intc/arm_gicv3: Fix GICD_TYPER ITLinesNumber advertisement
` [PULL 11/29] target/arm: Allow relevant HCR bits to be written for FEAT_EVT
` [PULL 12/29] target/arm: Implement HCR_EL2.TTLBIS traps
` [PULL 13/29] target/arm: Implement HCR_EL2.TTLBOS traps
` [PULL 14/29] target/arm: Implement HCR_EL2.TICAB,TOCU traps
` [PULL 15/29] target/arm: Implement HCR_EL2.TID4 traps
` [PULL 16/29] target/arm: Report FEAT_EVT for TCG '-cpu max'
` [PULL 17/29] hw/arm: Convert TYPE_ARM_SMMU to 3-phase reset
` [PULL 18/29] hw/arm: Convert TYPE_ARM_SMMUV3 "
` [PULL 19/29] hw/intc: Convert TYPE_ARM_GIC_COMMON "
` [PULL 20/29] hw/intc: Convert TYPE_ARM_GIC_KVM "
` [PULL 21/29] hw/intc: Convert TYPE_ARM_GICV3_COMMON "
` [PULL 22/29] hw/intc: Convert TYPE_KVM_ARM_GICV3 "
` [PULL 23/29] hw/intc: Convert TYPE_ARM_GICV3_ITS_COMMON "
` [PULL 24/29] hw/intc: Convert TYPE_ARM_GICV3_ITS "
` [PULL 25/29] hw/intc: Convert TYPE_KVM_ARM_ITS "
` [PULL 26/29] hw/arm/boot: set initrd with #address-cells type in fdt
` [PULL 27/29] target/arm: align exposed ID registers with Linux
` [PULL 28/29] hw/misc: Move some arm-related files from specific_ss into softmmu_ss
` [PULL 29/29] target/arm: Restrict arm_cpu_exec_interrupt() to TCG accelerator

[PATCH] block: remove bdrv_coroutine_enter
 2022-12-15 13:02 UTC 

[PATCH] qemu-io: do not reinvent the blk_pwrite_zeroes wheel
 2022-12-15 13:02 UTC 

[PULL 00/14] Miscellaneous patches for 2022-12-14
 2022-12-15 13:10 UTC  (3+ messages)

[PATCH] hw/riscv: Add support to change default RISCV hart memory region
 2022-12-15 13:09 UTC  (2+ messages)

[PATCH Trivial] hw/cxl/cxl-cdat.c: spelling: missmatch
 2022-12-15 12:59 UTC  (2+ messages)

[PATCH 00/14] block: Move more functions to coroutines
 2022-12-15 12:39 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).