qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-18 08:32:53 to 2023-08-18 22:15:05 UTC [more...]

[PATCH v2 00/23] tcg: Introduce negsetcond opcodes
 2023-08-18 22:13 UTC  (8+ messages)
` [PATCH v2 01/23] "
` [PATCH v2 03/23] target/alpha: Use tcg_gen_movcond_i64 in gen_fold_mzero
` [PATCH v2 04/23] target/arm: Use tcg_gen_negsetcond_*
` [PATCH v2 09/23] target/tricore: Replace gen_cond_w with tcg_gen_negsetcond_tl
` [PATCH v2 10/23] tcg/ppc: Implement negsetcond_*
` [PATCH v2 17/23] tcg/i386: Merge tcg_out_brcond{32,64}
` [PATCH v2 19/23] tcg/i386: Merge tcg_out_movcond{32,64}

[PATCH] target/arm: Fix SME ST1Q
 2023-08-18 21:42 UTC 

[PATCH 0/3] bsd-user: image_info cleanups
 2023-08-18 21:34 UTC  (9+ messages)
` [PATCH 1/3] bsd-user: Remove ELF_START_MMAP and image_info.start_mmap
` [PATCH 2/3] bsd-user: Remove image_info.mmap
` [PATCH 3/3] bsd-user: Remove image_info.start_brk

[PATCH v2 0/8] target/loongarch: Cleanups in preparation of loongarch32 support
 2023-08-18 17:33 UTC  (11+ messages)
` [PATCH v2 1/8] target/loongarch: Log I/O write accesses to CSR registers
` [PATCH v2 2/8] target/loongarch: Remove duplicated disas_set_info assignment
` [PATCH v2 3/8] target/loongarch: Fix loongarch_la464_initfn() misses setting LSPW
` [PATCH v2 4/8] target/loongarch: Introduce abstract TYPE_LOONGARCH64_CPU
` [PATCH v2 5/8] target/loongarch: Extract 64-bit specifics to loongarch64_cpu_class_init
` [PATCH v2 6/8] target/loongarch: Add function to check current arch
` [PATCH v2 7/8] target/loongarch: Add new object class for loongarch32 cpus
` [PATCH v2 8/8] target/loongarch: Add GDB support for loongarch32 mode

[PATCH v3 0/8] vdpa: Send all CVQ state load commands in parallel
 2023-08-18 17:27 UTC  (15+ 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 v3 8/8] vdpa: Send cvq state load commands in parallel

[PATCH v4 0/3] qmp, vhost-user: Remove virtio_list & update virtio introspection
 2023-08-18 17:19 UTC  (4+ messages)
` [PATCH v4 1/3] qmp: remove virtio_list, search QOM tree instead
` [PATCH v4 2/3] qmp: update virtio feature maps, vhost-user-gpio introspection
` [PATCH v4 3/3] vhost-user: move VhostUserProtocolFeature definition to header file

[PATCH 00/33] linux-user: Improve host and guest page size handling
 2023-08-18 17:12 UTC  (34+ messages)
` [PATCH 01/33] accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotect
` [PATCH 02/33] linux-user: Adjust SVr4 NULL page mapping
` [PATCH 03/33] linux-user: Remove qemu_host_page_{size, mask} in probe_guest_base
` [PATCH 04/33] linux-user: Remove qemu_host_page_size from create_elf_tables
` [PATCH 05/33] linux-user/hppa: Simplify init_guest_commpage
` [PATCH 06/33] linux-user/nios2: Remove qemu_host_page_size from init_guest_commpage
` [PATCH 07/33] linux-user/arm: "
` [PATCH 08/33] linux-user: Remove qemu_host_page_{size, mask} from mmap.c
` [PATCH 09/33] linux-user: Remove REAL_HOST_PAGE_ALIGN "
` [PATCH 10/33] linux-user: Remove HOST_PAGE_ALIGN "
` [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 14/33] softmmu/physmem: Remove HOST_PAGE_ALIGN
` [PATCH 15/33] linux-user: Remove qemu_host_page_size from main
` [PATCH 16/33] linux-user: Split out target_mmap__locked
` [PATCH 17/33] linux-user: Move some mmap checks outside the lock
` [PATCH 18/33] linux-user: Fix sub-host-page mmap
` [PATCH 19/33] linux-user: Split out mmap_end
` [PATCH 20/33] linux-user: Do early mmap placement only for reserved_va
` [PATCH 21/33] linux-user: Split out mmap_h_eq_g
` [PATCH 22/33] linux-user: Split out mmap_h_lt_g
` [PATCH 23/33] linux-user: Split out mmap_h_gt_g
` [PATCH 24/33] tests/tcg: Remove run-test-mmap-*
` [PATCH 25/33] tests/tcg: Extend file in linux-madvise.c
` [PATCH 26/33] linux-user: Deprecate and disable -p pagesize
` [PATCH 27/33] cpu: Remove page_size_init
` [PATCH 28/33] accel/tcg: Disconnect TargetPageDataNode from page size
` [PATCH 29/33] linux-user: Allow TARGET_PAGE_BITS_VARY
` [PATCH 30/33] target/arm: Enable TARGET_PAGE_BITS_VARY for AArch64 user-only
` [PATCH 31/33] linux-user: Bound mmap_min_addr by host page size
` [PATCH 32/33] target/ppc: Enable TARGET_PAGE_BITS_VARY for user-only
` [PATCH 33/33] target/alpha: "

[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  (10+ messages)
` [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] 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  (4+ messages)
` [PATCH v4 07/18] linux-user: Load vdso image if available

[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  (6+ messages)

[PATCH v7 0/9] gfxstream + rutabaga_gfx
 2023-08-18 12:08 UTC  (9+ 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

[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  (5+ messages)
` [PATCH 2/3] tcg: Fold deposit with zero to and


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