messages from 2023-08-17 10:20:20 to 2023-08-18 10:00:06 UTC [more...]
[PATCH v2 00/58] TDX QEMU support
2023-08-18 9:50 UTC (26+ messages)
` [PATCH v2 01/58] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v2 02/58] i386: Introduce tdx-guest object
` [PATCH v2 03/58] target/i386: Parse TDX vm type
` [PATCH v2 04/58] target/i386: Introduce kvm_confidential_guest_init()
` [PATCH v2 06/58] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v2 07/58] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v2 08/58] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v2 09/58] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[]
` [PATCH v2 10/58] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup
` [PATCH v2 11/58] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup
` [PATCH v2 12/58] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [PATCH v2 13/58] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v2 14/58] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v2 15/58] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v2 16/58] i386/tdx: Make sept_ve_disable set by default
` [PATCH v2 17/58] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v2 18/58] i386/tdx: Validate TD attributes
` [PATCH v2 20/58] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [PATCH v2 21/58] i386/tdx: Implement user specified tsc frequency
` [PATCH v2 22/58] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v2 23/58] i386/tdx: Make memory type private by default
` [PATCH v2 25/58] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PATCH v2 28/58] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v2 33/58] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v2 35/58] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
[PATCH v3 00/18] Add some checks before translating instructions
2023-08-18 9:41 UTC (8+ messages)
` [PATCH v3 02/18] target/loongarch: Add new object class for loongarch32 cpus
` [PATCH v3 08/18] target/loongarch: Truncate high 32 bits of address in VA32 mode
` [PATCH v3 13/18] target/loongarch: Add loongarch32 cpu la132
[PATCH 0/3] Risc-V/gdb: replace exit(0) with proper shutdown
2023-08-18 9:10 UTC (5+ messages)
` [PATCH 1/3] hw/misc/sifive_test.c: "
` [PATCH 2/3] hw/char: riscv_htif: "
` [PATCH 3/3] gdbstub: "
[PATCH 0/3] tcg/i386: Improvements to deposit
2023-08-18 8:51 UTC (10+ messages)
` [PATCH 1/3] tcg/i386: Drop BYTEH deposits for 64-bit
` [PATCH 2/3] tcg: Fold deposit with zero to and
` [PATCH 3/3] tcg/i386: Allow immediate as input to deposit_*
[PATCH] block/vpc: Avoid dynamic stack allocation
2023-08-18 8:39 UTC (2+ messages)
[PATCH v2 0/4] virtio-blk: use blk_io_plug_call() instead of notification BH
2023-08-18 8:33 UTC (7+ messages)
` [PATCH v2 1/4] block: rename blk_io_plug_call() API to defer_call()
` [PATCH v2 2/4] util/defer-call: move defer_call() to util/
` [PATCH v2 3/4] virtio: use defer_call() in virtio_irqfd_notify()
` [PATCH v2 4/4] virtio-blk: remove batch notification BH
[PATCH v4 00/18] linux-user: Implement VDSOs
2023-08-18 7:28 UTC (5+ messages)
` [PATCH v4 07/18] linux-user: Load vdso image if available
` [PATCH v4 15/18] linux-user/loongarch64: Add vdso
[PATCH v3 00/17] Support smp.clusters for x86
2023-08-18 7:37 UTC (9+ messages)
` [PATCH v3 14/17] i386: Use CPUCacheInfo.share_level to encode CPUID[4]
[PATCH] HDA codec: Fix wanted_r/w position overflow
2023-08-18 5:28 UTC (2+ messages)
CXL volatile memory is not listed
2023-08-18 5:18 UTC (9+ messages)
[PATCH for-8.2 0/4] Assorted replay patches
2023-08-18 4:36 UTC (9+ messages)
` [PATCH 1/4] scripts/replay_dump.sh: Update to current rr record format
` [PATCH 2/4] tests/avocado: replay_linux.py add replay-dump.py test
` [PATCH 3/4] replay: allow runstate shutdown->running when replaying trace
` [PATCH 4/4] replay: simple auto-snapshot mode for record
[PATCH RESEND v5 00/26] plugins: Allow to read registers
2023-08-18 3:36 UTC (27+ messages)
` [PATCH RESEND v5 01/26] contrib/plugins: Use GRWLock in execlog
` [PATCH RESEND v5 02/26] gdbstub: Introduce GDBFeature structure
` [PATCH RESEND v5 03/26] gdbstub: Add num_regs member to GDBFeature
` [PATCH RESEND v5 04/26] gdbstub: Introduce gdb_find_static_feature()
` [PATCH RESEND v5 05/26] target/arm: Move the reference to arm-core.xml
` [PATCH RESEND v5 06/26] hw/core/cpu: Replace gdb_core_xml_file with gdb_core_feature
` [PATCH RESEND v5 07/26] gdbstub: Introduce GDBFeatureBuilder
` [PATCH RESEND v5 08/26] target/arm: Use GDBFeature for dynamic XML
` [PATCH RESEND v5 09/26] target/ppc: "
` [PATCH RESEND v5 10/26] target/riscv: "
` [PATCH RESEND v5 11/26] gdbstub: Use GDBFeature for gdb_register_coprocessor
` [PATCH RESEND v5 12/26] gdbstub: Use GDBFeature for GDBRegisterState
` [PATCH RESEND v5 13/26] hw/core/cpu: Return static value with gdb_arch_name()
` [PATCH RESEND v5 14/26] gdbstub: Dynamically allocate target.xml buffer
` [PATCH RESEND v5 15/26] gdbstub: Simplify XML lookup
` [PATCH RESEND v5 16/26] hw/core/cpu: Remove gdb_get_dynamic_xml member
` [PATCH RESEND v5 17/26] gdbstub: Add members to identify registers to GDBFeature
` [PATCH RESEND v5 18/26] target/arm: Remove references to gdb_has_xml
` [PATCH RESEND v5 19/26] target/ppc: "
` [PATCH RESEND v5 20/26] gdbstub: Remove gdb_has_xml variable
` [PATCH RESEND v5 21/26] gdbstub: Expose functions to read registers
` [PATCH RESEND v5 22/26] cpu: Call plugin hooks only when ready
` [PATCH RESEND v5 23/26] plugins: Allow to read registers
` [PATCH RESEND v5 24/26] contrib/plugins: Allow to log registers
` [PATCH RESEND v5 25/26] plugins: Support C++
` [PATCH RESEND v5 26/26] contrib/plugins: Add cc plugin
[PATCH v2] target/riscv: Allocate itrigger timers only once
2023-08-18 3:40 UTC
[PATCH v5 0/5] eBPF RSS through QMP support
2023-08-18 2:07 UTC (8+ messages)
` [PATCH v5 1/5] ebpf: Added eBPF map update through mmap
[PATCH 0/6] linux-user: Rewrite open_self_maps
2023-08-18 0:35 UTC (11+ messages)
` [PATCH 3/6] linux-user: Adjust brk for load_bias
` [PATCH 5/6] linux-user: Remove ELF_START_MMAP and image_info.start_mmap
[PATCH v7 0/9] gfxstream + rutabaga_gfx
2023-08-17 23:47 UTC (5+ messages)
` [PATCH v7 9/9] docs/system: add basic virtio-gpu documentation
` [PATCH v8 "
How to synchronize CPUs on MMIO read?
2023-08-17 21:51 UTC (2+ messages)
[PATCH v3 0/2] Fix overflow of the max number of IDs for logic processor and core
2023-08-17 19:34 UTC (6+ messages)
` [PATCH v3 1/2] target/i386: Avoid cpu number overflow in legacy topology
` [PATCH v3 2/2] target/i386: Avoid overflow of the cache parameter enumerated by leaf 4
[PATCH 00/21] Graph locking part 4 (node management)
2023-08-17 19:18 UTC (23+ messages)
` [PATCH 01/21] block: Remove unused BlockReopenQueueEntry.perms_checked
` [PATCH 02/21] preallocate: Factor out preallocate_truncate_to_real_size()
` [PATCH 03/21] preallocate: Don't poll during permission updates
` [PATCH 04/21] block: Take AioContext lock for bdrv_append() more consistently
` [PATCH 05/21] block: Introduce bdrv_schedule_unref()
` [PATCH 06/21] block-coroutine-wrapper: Add no_co_wrapper_bdrv_wrlock functions
` [PATCH 07/21] block-coroutine-wrapper: Allow arbitrary parameter names
` [PATCH 08/21] block: Mark bdrv_replace_child_noperm() GRAPH_WRLOCK
` [PATCH 09/21] block: Mark bdrv_replace_child_tran() GRAPH_WRLOCK
` [PATCH 10/21] block: Mark bdrv_attach_child_common() GRAPH_WRLOCK
` [PATCH 11/21] block: Call transaction callbacks with lock held
` [PATCH 12/21] block: Mark bdrv_attach_child() GRAPH_WRLOCK
` [PATCH 13/21] block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCK
` [PATCH 14/21] block: Mark bdrv_get_cumulative_perm() "
` [PATCH 15/21] block: Mark bdrv_child_perm() GRAPH_RDLOCK
` [PATCH 16/21] block: Mark bdrv_parent_cb_change_media() GRAPH_RDLOCK
` [PATCH 17/21] block: Take graph rdlock in bdrv_drop_intermediate()
` [PATCH 18/21] block: Take graph rdlock in bdrv_change_aio_context()
` [PATCH 19/21] block: Mark bdrv_root_unref_child() GRAPH_WRLOCK
` [PATCH 20/21] block: Mark bdrv_unref_child() GRAPH_WRLOCK
` [PATCH 21/21] block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCK
Tips for local testing guestfwd
2023-08-17 18:58 UTC (6+ messages)
[PATCH V3 00/10] fix migration of suspended runstate
2023-08-17 18:27 UTC (4+ messages)
` [PATCH V3 01/10] vl: start on wakeup request
[PATCH V1 2/3] migration: fix suspended runstate
2023-08-17 18:19 UTC (11+ messages)
[PATCH] chardev/char-pty: Avoid losing bytes when the other side just (re-)connected
2023-08-17 17:09 UTC (6+ messages)
[PATCH 0/3] target/s390x: Fix the "ignored match" case in VSTRS
2023-08-17 16:57 UTC (4+ messages)
` [PATCH 3/3] tests/tcg/s390x: Test VSTRS
[PATCH for-8.1] vfio/display: Fix missing update to set backing fields
2023-08-17 16:28 UTC (3+ messages)
[PATCH v1 0/3] softmmu/physmem: file_ram_open() readonly improvements
2023-08-17 15:43 UTC (30+ messages)
` [PATCH v1 1/3] softmmu/physmem: fallback to opening guest RAM file as readonly in a MAP_PRIVATE mapping
` "
` "
` "
[PATCH] hw/net/vmxnet3: Fix guest-triggerable assert()
2023-08-17 15:40 UTC (2+ messages)
[PATCH] target/riscv: fix satp_mode_finalize() when satp_mode.supported = 0
2023-08-17 15:29 UTC
[PATCH v3 0/7] Vhost-vdpa Shadow Virtqueue _F_CTRL_RX commands support
2023-08-17 14:47 UTC (18+ messages)
` [PATCH v3 1/7] vdpa: Use iovec for vhost_vdpa_net_load_cmd()
` [PATCH v3 2/7] vdpa: Restore MAC address filtering state
` [PATCH v3 3/7] vdpa: Restore packet receive filtering state relative with _F_CTRL_RX feature
` [PATCH v3 4/7] vhost: Fix false positive out-of-bounds
` [PATCH v3 5/7] vdpa: Accessing CVQ header through its structure
` [PATCH v3 6/7] vdpa: Avoid forwarding large CVQ command failures
[PATCH] migrate/ram: let ram_save_target_page_legacy() return if qemu file got error
2023-08-17 14:32 UTC (10+ messages)
[PATCH v1 0/2] ui/vdagent: Fix two bugs about disconnect event handling
2023-08-17 14:26 UTC (5+ messages)
` [PATCH v1 1/2] ui/vdagent: call vdagent_disconnect() when agent connection is lost
` [PATCH v1 2/2] ui/vdagent: Unregister input handler of mouse during finalization
[PATCH 0/2] ui/vdagent: Fix two bugs about disconnect event handling
2023-08-17 13:56 UTC (8+ messages)
` [PATCH 1/2] ui/vdagent: call vdagent_disconnect() when agent connection is lost
` [PATCH 2/2] ui/vdagent: Unregister input handler of mouse during finalization
[ANNOUNCE] QEMU 8.1.0-rc4 is now available
2023-08-17 13:34 UTC
[PATCH] qxl: don't assert() if device isn't yet initialized
2023-08-17 13:21 UTC (2+ messages)
[PATCH for-8.2 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
2023-08-17 13:14 UTC (3+ messages)
` [PATCH for-8.2 1/4] migration/qmp: Fix crash on setting tls-authz with null
[PATCH v2 0/3] KVM: s390: Enable AP instructions for pv-guests
2023-08-17 12:43 UTC (5+ messages)
` [PATCH v2 2/3] target/s390x/kvm: Refactor AP functionalities
` [PATCH v2 3/3] target/s390x: AP-passthrough for PV guests
unrelated modules listed in modinfo files?
2023-08-17 11:39 UTC
[PATCH] subprojects/berkeley-testfloat-3: Update to fix a problem with compiler warnings
2023-08-17 11:31 UTC (3+ messages)
[PATCH] iotests: adapt test output for new qemu_cleanup() behavior
2023-08-17 11:25 UTC
[PATCH] qga: Start qemu-ga service after NetworkManager start
2023-08-17 11:24 UTC (7+ messages)
[PATCH 0/4] Generate x86 cpu features
2023-08-17 11:07 UTC (3+ messages)
` [PATCH 2/4] target/i386: Translate feature_word_info to xml
[PATCH 0/3] Fix the build on CentOS 7
2023-08-17 11:03 UTC (2+ messages)
[PATCH][RFC] Add crash handler for qemu-linux-user
2023-08-17 10:58 UTC (4+ messages)
about QEMU TLS
2023-08-17 10:49 UTC (2+ messages)
[PATCH v2 00/12] tests: enable meson test timeouts to improve debuggability
2023-08-17 10:36 UTC (4+ messages)
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).