qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-17 18:28:05 to 2023-08-18 17:14:44 UTC [more...]

[PATCH 00/33] linux-user: Improve host and guest page size handling
 2023-08-18 17:12 UTC  (13+ messages)
` [PATCH 01/33] accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotect
` [PATCH 03/33] linux-user: Remove qemu_host_page_{size, mask} in probe_guest_base
` [PATCH 07/33] linux-user/arm: Remove qemu_host_page_size from init_guest_commpage
` [PATCH 11/33] migration: Remove qemu_host_page_size
` [PATCH 12/33] hw/tpm: Remove HOST_PAGE_ALIGN from tpm_ppi_init
` [PATCH 13/33] softmmu/physmem: Remove qemu_host_page_size
` [PATCH 15/33] linux-user: Remove qemu_host_page_size from main
` [PATCH 16/33] linux-user: Split out target_mmap__locked
` [PATCH 23/33] linux-user: Split out mmap_h_gt_g
` [PATCH 27/33] cpu: Remove page_size_init
` [PATCH 30/33] target/arm: Enable TARGET_PAGE_BITS_VARY for AArch64 user-only
` [PATCH 32/33] target/ppc: Enable TARGET_PAGE_BITS_VARY for user-only

[PATCH v3 00/18] Add some checks before translating instructions
 2023-08-18 17:05 UTC  (22+ messages)
` [PATCH v3 01/18] target/loongarch: Add function to check current arch
` [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 10/18] target/loongarch: Fix loongarch_la464_initfn() misses setting LSPW
` [PATCH v3 11/18] target/loongarch: Add a check parameter to the TRANS macro
` [PATCH v3 12/18] target/loongarch: Add avail_64 to check la64-only instructions
` [PATCH v3 13/18] target/loongarch: Add loongarch32 cpu la132
` [PATCH v3 16/18] target/loongarch: Add avail_LAM to check atomic instructions

[PATCH 00/21] Graph locking part 4 (node management)
 2023-08-18 16:26 UTC  (12+ 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 0/3] ui: avoid dynamic stack allocations
 2023-08-18 16:16 UTC  (6+ messages)
` [PATCH 1/3] ui/spice-display: Avoid dynamic stack allocation
` [PATCH 2/3] ui/vnc-enc-hextile: Use static rather than dynamic length stack array
` [PATCH 3/3] ui/vnc-enc-tight: Avoid dynamic stack allocation

[PATCH] block/iscsi: Document why we use raw malloc()
 2023-08-18 16:00 UTC  (4+ messages)

[PATCH] block: Be more verbose in create fallback
 2023-08-18 16:00 UTC  (2+ messages)

[PATCH 0/4] target/loongarch: Cleanups in preparation of loongarch32 support
 2023-08-18 15:59 UTC  (7+ messages)
` [PATCH 1/4] target/loongarch: Log I/O write accesses to CSR registers
` [PATCH 2/4] target/loongarch: Remove duplicated disas_set_info assignment
` [PATCH 3/4] target/loongarch: Rename 64-bit specific functions
` [PATCH 4/4] target/loongarch: Extract 64-bit specifics to loongarch64_cpu_class_init

[PATCH 0/2] audio/jackaudio: avoid dynamic stack allocations
 2023-08-18 15:58 UTC  (3+ messages)
` [PATCH 1/2] audio/jackaudio: Avoid dynamic stack allocation in qjack_client_init
` [PATCH 2/2] audio/jackaudio: Avoid dynamic stack allocation in qjack_process()

[PATCH v3 0/8] vdpa: Send all CVQ state load commands in parallel
 2023-08-18 15:48 UTC  (13+ messages)
` [PATCH v3 1/8] vhost: Add argument to vhost_svq_poll()
` [PATCH v3 2/8] vdpa: Use iovec for vhost_vdpa_net_cvq_add()
` [PATCH v3 3/8] vhost: Expose vhost_svq_available_slots()
` [PATCH v3 4/8] vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load()
` [PATCH v3 5/8] vdpa: Check device ack in vhost_vdpa_net_load_rx_mode()
` [PATCH v3 6/8] vdpa: Move vhost_svq_poll() to the caller of vhost_vdpa_net_cvq_add()

[PATCH] target/arm: Remove unused allocation_tag_mem() argument
 2023-08-18 15:44 UTC 

[PATCH trivial] qemu-img: omit errno value in error message
 2023-08-18 15:39 UTC  (2+ messages)

[PATCH v4 00/18] linux-user: Implement VDSOs
 2023-08-18 15:38 UTC  (6+ messages)
` [PATCH v4 07/18] linux-user: Load vdso image if available
` [PATCH v4 15/18] linux-user/loongarch64: Add vdso

[PATCH 0/2] block: change reqs_lock to QemuMutex
 2023-08-18 15:36 UTC  (2+ messages)

[PATCH 0/2] block-backend: process I/O in the current AioContext
 2023-08-18 15:24 UTC  (2+ messages)

[PATCH v2 0/4] virtio-blk: use blk_io_plug_call() instead of notification BH
 2023-08-18 15:19 UTC  (10+ 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] iotests: adapt test output for new qemu_cleanup() behavior
 2023-08-18 14:56 UTC  (2+ messages)

[PATCH] block/vpc: Avoid dynamic stack allocation
 2023-08-18 14:55 UTC  (3+ messages)

CXL volatile memory is not listed
 2023-08-18 11:30 UTC  (10+ messages)

[PATCH v7 0/9] gfxstream + rutabaga_gfx
 2023-08-18 12:08 UTC  (10+ messages)
` [PATCH v7 6/9] gfxstream + rutabaga: add initial support for gfxstream
` [PATCH v7 8/9] gfxstream + rutabaga: enable rutabaga
` [PATCH v7 9/9] docs/system: add basic virtio-gpu documentation
    ` [PATCH v8 "

[RFC] Proposal of QEMU PCI Endpoint test environment
 2023-08-18 13:46 UTC 

[PATCH v2 00/58] TDX QEMU support
 2023-08-18  9:50 UTC  (57+ 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 05/58] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [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 19/58] qom: implement property helper for sha384
` [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 24/58] i386/tdx: Create kvm gmem for TD
` [PATCH v2 25/58] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PATCH v2 26/58] kvm/tdx: Ignore memory conversion to shared of unassigned region
` [PATCH v2 27/58] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v2 28/58] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v2 29/58] i386/tdx: Skip BIOS shadowing setup
` [PATCH v2 30/58] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v2 31/58] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v2 32/58] i386/tdx: Track RAM entries for TDX VM
` [PATCH v2 33/58] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v2 34/58] i386/tdx: Setup the TD HOB list
` [PATCH v2 35/58] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v2 36/58] memory: Introduce memory_region_init_ram_gmem()
` [PATCH v2 37/58] i386/tdx: register TDVF as private memory
` [PATCH v2 38/58] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v2 39/58] i386/tdx: Finalize TDX VM
` [PATCH v2 40/58] i386/tdx: handle TDG.VP.VMCALL<SetupEventNotifyInterrupt>
` [PATCH v2 41/58] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v2 42/58] i386/tdx: register the fd read callback with the main loop to read the quote data
` [PATCH v2 45/58] i386/tdx: Limit the range size for MapGPA
` [PATCH v2 46/58] i386/tdx: Handle TDG.VP.VMCALL<REPORT_FATAL_ERROR>
` [PATCH v2 47/58] i386/tdx: Wire REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v2 48/58] i386/tdx: Disable SMM for TDX VMs
` [PATCH v2 49/58] i386/tdx: Disable PIC "
` [PATCH v2 50/58] i386/tdx: Don't allow system reset "
` [PATCH v2 51/58] i386/tdx: LMCE is not supported for TDX
` [PATCH v2 52/58] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [PATCH v2 53/58] hw/i386: add option to forcibly report edge trigger in acpi tables
` [PATCH v2 54/58] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v2 55/58] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v2 56/58] i386/tdx: Skip kvm_put_apicbase() "
` [PATCH v2 57/58] i386/tdx: Don't get/put guest state for TDX VMs
` [PATCH v2 58/58] docs: Add TDX documentation

[PATCH v3 0/5] s390: Enable AP instructions for pv-guests
 2023-08-18 11:15 UTC  (6+ messages)
` [PATCH v3 1/5] s390x/ap: fix missing subsystem reset registration
` [PATCH v3 2/5] s390x: switch pv and subsystem reset ordering on reboot
` [PATCH v3 3/5] NOTFORMERGE update linux-headers/asm-s390/kvm.h
` [PATCH v3 4/5] target/s390x/kvm: Refactor AP functionalities
` [PATCH v3 5/5] target/s390x: AP-passthrough for PV guests

[PATCH 0/3] Risc-V/gdb: replace exit(0) with proper shutdown
 2023-08-18 10:02 UTC  (6+ messages)
` [PATCH 1/3] hw/misc/sifive_test.c: "
` [PATCH 2/3] hw/char: riscv_htif: "
` [PATCH 3/3] gdbstub: "

[PATCH v3 0/6] hw/virtio: Build vhost-vdpa.o once for all targets
 2023-08-18 11:00 UTC  (3+ messages)
` [PATCH v3 4/6] hw/virtio/vhost-vdpa: Use target-agnostic qemu_target_page_mask()

[PATCH 0/3] tcg/i386: Improvements to deposit
 2023-08-18  8:51 UTC  (8+ messages)
` [PATCH 1/3] tcg/i386: Drop BYTEH deposits for 64-bit
` [PATCH 2/3] tcg: Fold deposit with zero to and

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

[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  (10+ 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

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

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  (3+ messages)
` [PATCH V3 01/10] vl: start on wakeup request


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