messages from 2023-07-20 12:59:04 to 2023-07-21 09:43:36 UTC [more...]
[PATCH for-8.2 0/4] rtc devices: Avoid putting time_t in 32-bit variables
2023-07-21 9:42 UTC (15+ messages)
` [PATCH for-8.2 1/4] hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()
` [PATCH for-8.2 2/4] hw/rtc/twl92230: Use int64_t for sec_offset and alm_sec
` [PATCH for-8.2 3/4] hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t difference
` [PATCH for-8.2 4/4] rtc: Use time_t for passing and returning time offsets
[BUG][CPU hot-plug]CPU hot-plugs cause the qemu process to coredump
2023-07-21 9:20 UTC
[PATCH for-8.1] scripts/git-submodule.sh: Don't rely on non-POSIX 'read' behaviour
2023-07-21 9:11 UTC (3+ messages)
[PATCH 0/5] target/arm: Fixes for RME
2023-07-21 9:08 UTC (14+ messages)
` [PATCH 1/5] target/arm/ptw: Load stage-2 tables from realm physical space
` [PATCH 2/5] target/arm/helper: Fix vae2_tlbmask()
` [PATCH 3/5] target/arm: Skip granule protection checks for AT instructions
` [PATCH 4/5] target/arm: Pass security space rather than flag "
` [PATCH 5/5] target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASK
assert fails in s390x TCG
2023-07-21 9:08 UTC
[PATCH] roms/opensbi: Upgrade from v1.3 to v1.3.1
2023-07-21 8:59 UTC (3+ messages)
[PATCH] target/tricore: Rename tricore_feature
2023-07-21 8:54 UTC (4+ messages)
` [PATCH-for-8.1] "
[PATCH] hw/virtio: qmp: add RING_RESET to 'info virtio-status'
2023-07-21 8:53 UTC (2+ messages)
` [PATCH-for-8.1?] "
[PATCH v2 0/4] vhost-user: Back-end state migration
2023-07-21 8:23 UTC (7+ messages)
` [PATCH v2 2/4] vhost-user: Interface for migration state transfer
` [Virtio-fs] "
[PATCH] hw: Add compat machines for 8.2
2023-07-21 8:19 UTC (3+ messages)
[PATCH v3 0/2] target/i386: add support for LAM
2023-07-21 8:08 UTC (3+ messages)
` [PATCH v3 1/2] target/i386: add support for LAM in CPUID enumeration
` [PATCH v3 2/2] target/i386: add control bits support for LAM
8.1-rc0 testfloat fails to compile
2023-07-21 8:04 UTC (7+ messages)
[PATCH v2] accel/kvm: Specify default IPA size for arm64
2023-07-21 7:30 UTC (2+ messages)
[PATCH 0/2] target/ppc: Fixes for hash MMU for ISA v3.0
2023-07-21 7:27 UTC (4+ messages)
` [PATCH 1/2] target/ppc: Implement ASDR register for ISA v3.0 for HPT
` [PATCH 2/2] target/ppc: Fix VRMA page size for ISA v3.0
[PATCH] target/ppc: Fix pending HDEC when entering PM state
2023-07-21 7:22 UTC
[PATCH] target/loongarch: Fix the CSRRD CPUID instruction on big endian hosts
2023-07-21 7:21 UTC (2+ messages)
[PULL 00/19] UI & audio patches
2023-07-21 6:53 UTC (3+ messages)
` [PULL 06/19] ui/gtk: set scanout-mode right before scheduling draw
[RFC PATCH 00/12] Prefer to use SVQ to stall dataplane at NIC state restore through CVQ
2023-07-21 6:48 UTC (14+ messages)
` [RFC PATCH 01/12] vhost: add vhost_reset_queue_op
` [RFC PATCH 02/12] vhost: add vhost_restart_queue_op
` [RFC PATCH 03/12] vhost_net: Use ops->vhost_restart_queue in vhost_net_virtqueue_restart
` [RFC PATCH 04/12] vhost_net: Use ops->vhost_reset_queue in vhost_net_virtqueue_reset
` [RFC PATCH 05/12] vdpa: add vhost_vdpa_set_vring_ready_internal
` [RFC PATCH 06/12] vdpa: add vhost_vdpa_svq_stop
` [RFC PATCH 07/12] vdpa: add vhost_vdpa_reset_queue
` [RFC PATCH 08/12] vdpa: add vhost_vdpa_svq_start
` [RFC PATCH 09/12] vdpa: add vhost_vdpa_restart_queue
` [RFC PATCH 10/12] vdpa: enable all vqs if the device support RING_RESET feature
` [RFC PATCH 11/12] vdpa: use SVQ to stall dataplane while NIC state is being restored
` [RFC PATCH 12/12] vhost: Allow _F_RING_RESET with shadow virtqueue
[PATCH RESEND] hw/pci: add comment to explain checking for available function 0 in pci hotplug
2023-07-21 5:47 UTC (2+ messages)
[PULL 0/2] QAPI patches patches for 2023-07-10
2023-07-21 4:48 UTC (2+ messages)
[PATCH v2] target/ppc: Generate storage interrupts for radix RC changes
2023-07-21 2:38 UTC (4+ messages)
[PATCH 0/2] target/riscv: add missing riscv,isa strings
2023-07-21 1:37 UTC (5+ messages)
` [PATCH 1/2] target/riscv/cpu.c: add zmmul isa string
` [PATCH 2/2] target/riscv/cpu.c: add smepmp "
[PATCH for-8.2 v5 00/11] riscv: add 'max' CPU, deprecate 'any'
2023-07-21 1:34 UTC (16+ messages)
` [PATCH for-8.2 v5 01/11] target/riscv/cpu.c: split CPU options from riscv_cpu_extensions[]
` [PATCH for-8.2 v5 02/11] target/riscv/cpu.c: skip 'bool' check when filtering KVM props
` [PATCH for-8.2 v5 03/11] target/riscv/cpu.c: split kvm prop handling to its own helper
` [PATCH for-8.2 v5 04/11] target/riscv/cpu.c: del DEFINE_PROP_END_OF_LIST() from riscv_cpu_extensions
` [PATCH for-8.2 v5 05/11] target/riscv/cpu.c: split vendor exts from riscv_cpu_extensions[]
` [PATCH for-8.2 v5 06/11] target/riscv/cpu.c: split non-ratified "
` [PATCH for-8.2 v5 07/11] target/riscv/cpu.c: add ADD_CPU_QDEV_PROPERTIES_ARRAY() macro
` [PATCH for-8.2 v5 08/11] target/riscv/cpu.c: add ADD_UNAVAIL_KVM_PROP_ARRAY() macro
` [PATCH for-8.2 v5 09/11] target/riscv: add 'max' CPU type
` [PATCH for-8.2 v5 10/11] avocado, risc-v: add opensbi tests for 'max' CPU
` [PATCH for-8.2 v5 11/11] target/riscv: deprecate the 'any' CPU type
[PATCH v3 0/6] Misc fixes for throttle
2023-07-21 1:28 UTC (2+ messages)
` PING: "
[PATCH v6 0/3] hw/ufs: Add Universal Flash Storage (UFS) support
2023-07-21 0:46 UTC (4+ messages)
` [PATCH v6 1/3] hw/ufs: Initial commit for emulated Universal-Flash-Storage
` [PATCH v6 2/3] hw/ufs: Support for Query Transfer Requests
` [PATCH v6 3/3] hw/ufs: Support for UFS logical unit
[PATCH v5 0/3] hw/ufs: Add Universal Flash Storage (UFS) support
2023-07-21 0:19 UTC (3+ messages)
[RFC PATCH] docs/interop: define STANDALONE protocol feature for vhost-user
2023-07-20 22:22 UTC (12+ messages)
` [virtio-dev] "
[ANNOUNCE] QEMU 8.1.0-rc0 is now available
2023-07-20 22:11 UTC
[PATCH 0/3] Support message-based DMA in vfio-user server
2023-07-20 22:10 UTC (10+ messages)
` [PATCH 1/3] softmmu: Support concurrent bounce buffers
` [PATCH 2/3] softmmu: Remove DMA unmap notification callback
` [PATCH 3/3] vfio-user: Message-based DMA support
[PATCH v6 0/5] Support x2APIC mode with TCG accelerator
2023-07-20 20:47 UTC (5+ messages)
` [PATCH v6 4/5] intel_iommu: allow Extended Interrupt Mode when using userspace APIC
[Qemu PATCH 0/9] Enabling DCD emulation support in Qemu
2023-07-20 20:36 UTC
[PATCH 1/9] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
2023-07-20 20:37 UTC (9+ messages)
` [PATCH 2/9] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
` [PATCH 3/9] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices
` [PATCH 4/9] hw/mem/cxl_type3: Add support to create DC regions to "
` [PATCH 5/9] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH 6/9] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
` [PATCH 7/9] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH 8/9] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH 9/9] hw/mem/cxl_type3: Add dpa range validation for accesses to dc regions
[PATCH v1] migration: refactor migration_completion
2023-07-20 20:38 UTC (4+ messages)
[RFC 0/2] Modify CCI cmd sets to be mutable
2023-07-20 19:58 UTC (3+ messages)
` [RFC 1/2] cxl/mailbox: change CCI cmd set structure to be a member, not a refernce
` [RFC 2/2] cxl/mailbox: interface to add CCI commands to an existing CCI
[RFC PATCH 00/17] hw/cxl: hw/cxl: Generic CCI emulation support
2023-07-20 19:33 UTC (7+ messages)
` [RFC PATCH 10/17] misc/i2c_mctp_cxl: Initial device emulation
[PATCH v2 00/11] tpm: introduce TPM CRB SysBus device
2023-07-20 17:57 UTC (3+ messages)
` [PATCH v2 08/11] hw/loongarch/virt: add plug handler for TPM on SysBus
[PATCH 0/4] virtio-net: add USO feature (UDP segmentation offload)
2023-07-20 17:17 UTC (8+ messages)
` [PATCH 1/4] tap: Added USO support to tap device
` [PATCH 3/4] virtio-net: added USO support
[PATCH] block: Be more verbose in create fallback
2023-07-20 17:01 UTC (2+ messages)
[PATCH QEMU v9 0/9] migration: introduce dirtylimit capability
2023-07-20 16:22 UTC (10+ messages)
` [PATCH QEMU v9 1/9] softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"
` [PATCH QEMU v9 2/9] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
` [PATCH QEMU v9 3/9] qapi/migration: Introduce vcpu-dirty-limit parameters
` [PATCH QEMU v9 4/9] migration: Introduce dirty-limit capability
` [PATCH QEMU v9 5/9] migration: Refactor auto-converge capability logic
` [PATCH QEMU v9 7/9] migration: Implement dirty-limit convergence algorithm
` [PATCH QEMU v9 8/9] migration: Extend query-migrate to provide dirty-limit info
` [PATCH QEMU v9 9/9] tests: Add migration dirty-limit capability test
` [PATCH QEMU v9 6/9] migration: Put the detection logic before auto-converge checking
[PATCH 00/33] target/mips: Finalise the Ingenic MXU ASE support
2023-07-20 16:12 UTC (3+ messages)
[PATCH] hw/nvme: use stl/ldl pci dma api
2023-07-20 16:11 UTC (3+ messages)
[PATCH 0/6] vhost-user: Add suspend/resume
2023-07-20 16:03 UTC (6+ messages)
` [PATCH 6/6] vhost-user: Have reset_status fall back to reset
[PATCH 0/6] qapi: Tidy up doc comments
2023-07-20 15:13 UTC (8+ messages)
` [PATCH 2/6] qapi/block: Tidy up block-latency-histogram-set documentation
` [PATCH 3/6] qapi/qdev: Tidy up device_add documentation
` [PATCH 5/6] qapi: Correct "eg." to "e.g." in documentation
[PULL 00/21] (Mostly) build system patches for 2023-06-06
2023-07-20 15:08 UTC (3+ messages)
` [PULL 14/21] git-submodule: allow partial update of .git-submodule-status
Tips for local testing guestfwd
2023-07-20 14:54 UTC (5+ messages)
[PATCH 0/4] python/machine: use socketpair() for console socket
2023-07-20 14:35 UTC (12+ messages)
` [PATCH 1/4] python/machine: move socket setup out of _base_args property
` [PATCH 2/4] python/console_socket: accept existing FD in initializer
` [PATCH 3/4] python/machine: use socketpair() for console connections
` [PATCH 4/4] python/machine: remove unused console socket configuration arguments
[PATCH v2 0/4] Enable CET userspace support
2023-07-20 11:14 UTC (5+ messages)
` [PATCH v2 1/4] target/i386: Enable XSAVES support for CET states
` [PATCH v2 2/4] target/i386: Add CET MSRs access interface
` [PATCH v2 3/4] target/i386: Add CET states to vmstate
` [PATCH v2 4/4] target/i386: Advertise CET related flags in feature words
[PATCH for-8.1 0/6] x86: acpi pci fixes
2023-07-20 13:38 UTC (7+ messages)
` [PATCH for-8.1 1/6] tests: acpi: x86: whitelist expected blobs
` [PATCH for-8.1 2/6] x86: acpi: workaround Windows not handling name references in Package properly
` [PATCH for-8.1 3/6] tests: acpi: x86: update expected blobs
` [PATCH for-8.1 4/6] tests: acpi: whitelist "
` [PATCH for-8.1 5/6] acpi: x86: remove _ADR on host bridges
` [PATCH for-8.1 6/6] tests: acpi: update expected blobs
[PATCH] tests/decode: Suppress "error: " string for expected-failure tests
2023-07-20 13:38 UTC (2+ messages)
[PATCH 0/2] Fix MCE handling on AMD hosts
2023-07-20 13:29 UTC (5+ messages)
` [PATCH 1/2] i386: Add support for SUCCOR feature
[PATCH v2] net: add initial support for AF_XDP network backend
2023-07-20 13:27 UTC (3+ messages)
[PULL 00/18] Misc, i386 patches for 2023-06-26
2023-07-20 13:10 UTC (3+ messages)
` [PULL 03/18] numa: Validate cluster and NUMA node boundary if required
[PATCH v4 00/12] Add VIRTIO sound card
2023-07-20 12:57 UTC (9+ messages)
` [PATCH v4 02/12] Add virtio-sound-pci device
` [PATCH v4 03/12] virtio-sound: handle control messages and streams
` [PATCH v4 05/12] virtio-sound: prepare PCM streams
` [PATCH v4 07/12] virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}
` [PATCH v4 09/12] virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE
` [PATCH v4 10/12] virtio-sound: handle VIRTIO_SND_PCM_RELEASE
` [PATCH v4 11/12] virtio-sound: implement audio output (TX)
` [PATCH v4 12/12] virtio-sound: implement audio capture (RX)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).