qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-17 10:36:27 to 2022-03-17 23:53:27 UTC [more...]

[PATCH v4 00/18] iotests: add enhanced debugging info to qemu-img failures
 2022-03-17 23:49 UTC  (3+ messages)
` [PATCH v4 03/18] iotests: Remove explicit checks for qemu_img() == 0
` [PATCH v4 08/18] iotests: add qemu_img_info()

[PATCH v3 0/2] target/riscv: Allow software access to MIP SEIP
 2022-03-17 23:13 UTC  (2+ messages)

[PATCH v2] block-qdict: Fix -Werror=maybe-uninitialized build failure
 2022-03-17 22:57 UTC  (5+ messages)
      ` [PATCH-for-7.0 "

[PULL 00/30] Misc mostly build system patches for 2022-02-15
 2022-03-17 22:34 UTC  (3+ messages)
` [PULL 18/30] configure, meson: move guest-agent, tools to meson

[PATCH for-7.1 v6 00/51] target/nios2: Shadow register set, EIC and VIC
 2022-03-17 19:54 UTC  (49+ messages)
` [PATCH for-7.1 v6 01/51] tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH
` [PATCH for-7.1 v6 13/51] target/nios2: Use hw/registerfields.h for CR_STATUS fields
` [PATCH for-7.1 v6 18/51] target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
` [PATCH for-7.1 v6 21/51] target/nios2: Clean up nios2_cpu_do_interrupt
` [PATCH for-7.1 v6 22/51] target/nios2: Hoist CPU_LOG_INT logging
` [PATCH for-7.1 v6 23/51] target/nios2: Handle EXCP_UNALIGN and EXCP_UALIGND
` [PATCH for-7.1 v6 24/51] target/nios2: Cleanup set of CR_EXCEPTION for do_interrupt
` [PATCH for-7.1 v6 25/51] target/nios2: Clean up handling of tlbmisc in do_exception
` [PATCH for-7.1 v6 26/51] target/nios2: Prevent writes to read-only or reserved control fields
` [PATCH for-7.1 v6 30/51] target/nios2: Support division error exception
` [PATCH for-7.1 v6 34/51] target/nios2: Enable unaligned traps for system mode
` [PATCH for-7.1 v6 35/51] target/nios2: Create gen_jumpr
` [PATCH for-7.1 v6 36/51] target/nios2: Hoist set of is_jmp into gen_goto_tb
` [PATCH for-7.1 v6 37/51] target/nios2: Use gen_goto_tb for DISAS_TOO_MANY
` [PATCH for-7.1 v6 38/51] target/nios2: Use tcg_gen_lookup_and_goto_ptr
` [PATCH for-7.1 v6 39/51] target/nios2: Implement Misaligned destination exception
` [PATCH for-7.1 v6 40/51] linux-user/nios2: Handle various SIGILL exceptions
` [PATCH for-7.1 v6 41/51] target/nios2: Introduce shadow register sets
` [PATCH for-7.1 v6 42/51] target/nios2: Implement rdprs, wrprs
` [PATCH for-7.1 v6 43/51] target/nios2: Update helper_eret for shadow registers
` [PATCH for-7.1 v6 44/51] target/nios2: Implement EIC interrupt processing

[PATCH v3 0/6] hw/arm: zynqmp: Add CRF and APU control to support PSCI
 2022-03-17 19:21 UTC  (3+ messages)

[PATCH v3 0/1] Patch to adjust coroutine pool size adaptively
 2022-03-17 19:10 UTC  (2+ messages)

[PATCH] block/rbd: fix write zeroes with growing images
 2022-03-17 18:27 UTC  (2+ messages)

[PULL for-7.0 0/2] Block patches
 2022-03-17 18:36 UTC  (5+ messages)
` [PULL for-7.0 1/2] aio-posix: fix build failure io_uring 2.2
` [PULL for-7.0 2/2] aio-posix: fix spurious ->poll_ready() callbacks in main loop

[RFC PATCH v2 00/18] Net Control VQ support with asid in vDPA SVQ
 2022-03-17 18:23 UTC  (19+ messages)
` [RFC PATCH v2 01/18] vdpa: Add x-svq to NetdevVhostVDPAOptions
` [RFC PATCH v2 02/18] vhost: move descriptor translation to vhost_svq_vring_write_descs
` [RFC PATCH v2 03/18] vdpa: Fix index calculus at vhost_vdpa_svqs_start
` [RFC PATCH v2 04/18] virtio-net: use g_memdup2() instead of unsafe g_memdup()
` [RFC PATCH v2 05/18] virtio-net: Expose ctrl virtqueue logic
` [RFC PATCH v2 06/18] vdpa: Extract get geatures part from vhost_vdpa_get_max_queue_pairs
` [RFC PATCH v2 07/18] virtio: Make virtqueue_alloc_element non-static
` [RFC PATCH v2 08/18] vhost: Add SVQElement
` [RFC PATCH v2 09/18] vhost: Add custom used buffer callback
` [RFC PATCH v2 10/18] vdpa: control virtqueue support on shadow virtqueue
` [RFC PATCH v2 11/18] vhost: Add vhost_iova_tree_find
` [RFC PATCH v2 12/18] vdpa: Add map/unmap operation callback to SVQ
` [RFC PATCH v2 13/18] vhost: Add vhost_svq_inject
` [RFC PATCH v2 14/18] vdpa: add NetClientState->start() callback
` [RFC PATCH v2 15/18] vdpa: Add vhost_vdpa_start_control_svq
` [RFC PATCH v2 16/18] vhost: Update kernel headers
` [RFC PATCH v2 17/18] vdpa: Add asid attribute to vdpa device
` [RFC PATCH v2 18/18] vdpa: Add x-cvq-svq

[PATCH 00/14] iotests: ensure all qemu-img calls are either checked or logged
 2022-03-17 18:32 UTC  (40+ messages)
` [PATCH 01/14] iotests: add qemu_img_json()
` [PATCH 02/14] iotests: use qemu_img_json() when applicable
` [PATCH 03/14] iotests: add qemu_img_info()
` [PATCH 04/14] iotests/remove-bitmap-from-backing: use qemu_img_info()
` [PATCH 05/14] iotests: add qemu_img_map() function
` [PATCH 06/14] iotests: change supports_quorum to use qemu_img
` [PATCH 07/14] iotests: replace unchecked calls to qemu_img_pipe()
` [PATCH 08/14] iotests/149: Remove qemu_img_pipe() call
` [PATCH 09/14] iotests: remove remaining calls to qemu_img_pipe()
` [PATCH 10/14] iotests: use qemu_img() in has_working_luks()
` [PATCH 11/14] iotests: replace qemu_img_log('create', ...) calls
` [PATCH 12/14] iotests: remove qemu_img_pipe_and_status()
` [PATCH 13/14] iotests: make qemu_img_log() check log level
` [PATCH 14/14] iotests: make img_info_log() call qemu_img_log()

[PATCH for-7.1] vfio/common: remove spurious tpm-crb-cmd misalignment warning
 2022-03-17 18:37 UTC  (6+ messages)

[PATCH] ui/cocoa: Respect left-command-key option
 2022-03-17 18:02 UTC  (2+ messages)
` [PATCH-for-7.0] "

[PATCH v21 0/7] Add vmnet.framework based network backend
 2022-03-17 17:30 UTC  (9+ messages)
` [PATCH v21 2/7] net/vmnet: add vmnet backends to qapi/net
` [PATCH v21 3/7] net/vmnet: implement shared mode (vmnet-shared)
` [PATCH v21 4/7] net/vmnet: implement host mode (vmnet-host)
` [PATCH v21 5/7] net/vmnet: implement bridged mode (vmnet-bridged)
` [PATCH v21 6/7] net/vmnet: update qemu-options.hx
` [PATCH v21 7/7] net/vmnet: update hmp-commands.hx

[PATCH v22 0/7] Add vmnet.framework based network backend
 2022-03-17 17:28 UTC  (8+ messages)
` [PATCH v22 1/7] net/vmnet: add vmnet dependency and customizable option
` [PATCH v22 2/7] net/vmnet: add vmnet backends to qapi/net
` [PATCH v22 3/7] net/vmnet: implement shared mode (vmnet-shared)
` [PATCH v22 4/7] net/vmnet: implement host mode (vmnet-host)
` [PATCH v22 5/7] net/vmnet: implement bridged mode (vmnet-bridged)
` [PATCH v22 6/7] net/vmnet: update qemu-options.hx
` [PATCH v22 7/7] net/vmnet: update hmp-commands.hx

[PATCH 0/3] spapr: Nested TCG is TCG only
 2022-03-17 17:20 UTC  (4+ messages)
` [PATCH 1/3] spapr: Ignore nested KVM hypercalls when not running TCG
` [PATCH 2/3] spapr: Move hypercall_register_softmmu
` [PATCH 3/3] spapr: Move nested KVM hypercalls under a TCG only config

[PATCH v3 0/5] iotests: add enhanced debugging info to qemu-img failures
 2022-03-17 16:48 UTC  (21+ messages)
` [PATCH v3 1/5] python/utils: add add_visual_margin() text decoration utility
` [PATCH v3 2/5] python/utils: add VerboseProcessError
` [PATCH v3 3/5] iotests: Remove explicit checks for qemu_img() == 0
` [PATCH v3 4/5] iotests: make qemu_img raise on non-zero rc by default
` [PATCH v3 5/5] iotests: fortify compare_images() against crashes

[PATCH v7 00/46] CXl 2.0 emulation Support
 2022-03-17 16:47 UTC  (12+ messages)

Question about vmstate_register(), dc->vmsd and instance_id
 2022-03-17 16:29 UTC  (3+ messages)

[RFC PATCH 0/5] Removal of AioContext lock, bs->parents and ->children: proof of concept
 2022-03-17 16:23 UTC  (4+ messages)

[PATCH experiment 00/16] C++20 coroutine backend
 2022-03-17 15:53 UTC  (14+ messages)

[libvirt RFC] virFile: new VIR_FILE_WRAPPER_BIG_PIPE to improve performance
 2022-03-17 15:03 UTC  (5+ messages)

[RFC PATCH v3 00/36] TDX QEMU support
 2022-03-17 13:59 UTC  (37+ messages)
` [RFC PATCH v3 01/36] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [RFC PATCH v3 02/36] i386: Introduce tdx-guest object
` [RFC PATCH v3 03/36] target/i386: Implement mc->kvm_type() to get VM type
` [RFC PATCH v3 04/36] target/i386: Introduce kvm_confidential_guest_init()
` [RFC PATCH v3 05/36] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [RFC PATCH v3 06/36] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [RFC PATCH v3 07/36] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [RFC PATCH v3 08/36] i386/tdx: Adjust get_supported_cpuid() for TDX VM
` [RFC PATCH v3 09/36] KVM: Introduce kvm_arch_pre_create_vcpu()
` [RFC PATCH v3 10/36] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [RFC PATCH v3 11/36] i386/tdx: Initialize TDX before creating TD vcpus
` [RFC PATCH v3 12/36] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [RFC PATCH v3 13/36] i386/tdx: Wire CPU features up with attributes of TD guest
` [RFC PATCH v3 14/36] i386/tdx: Validate TD attributes
` [RFC PATCH v3 15/36] i386/tdx: Implement user specified tsc frequency
` [RFC PATCH v3 16/36] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [RFC PATCH v3 17/36] pflash_cfi01/tdx: Introduce ram_mode of pflash for TDVF
` [RFC PATCH v3 18/36] i386/tdvf: Introduce function to parse TDVF metadata
` [RFC PATCH v3 19/36] i386/tdx: Parse TDVF metadata for TDX VM
` [RFC PATCH v3 20/36] i386/tdx: Get and store the mem_ptr of TDVF firmware
` [RFC PATCH v3 21/36] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [RFC PATCH v3 22/36] i386/tdx: Track RAM entries for TDX VM
` [RFC PATCH v3 23/36] i386/tdx: Create the TD HOB list upon machine init done
` [RFC PATCH v3 24/36] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [RFC PATCH v3 25/36] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [RFC PATCH v3 26/36] i386/tdx: Finalize TDX VM
` [RFC PATCH v3 27/36] i386/tdx: Disable SMM for TDX VMs
` [RFC PATCH v3 28/36] i386/tdx: Disable PIC "
` [RFC PATCH v3 29/36] i386/tdx: Don't allow system reset "
` [RFC PATCH v3 30/36] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [RFC PATCH v3 31/36] hw/i386: add option to forcibly report edge trigger in acpi tables
` [RFC PATCH v3 32/36] i386/tdx: Don't synchronize guest tsc for TDs
` [RFC PATCH v3 33/36] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [RFC PATCH v3 34/36] i386/tdx: Skip kvm_put_apicbase() "
` [RFC PATCH v3 35/36] i386/tdx: Don't get/put guest state for TDX VMs
` [RFC PATCH v3 36/36] docs: Add TDX documentation

[PATCH 0/3] Fix crash when adding a second ISA VGA device
 2022-03-17 13:29 UTC  (9+ messages)
` [PATCH 2/3] hw/display: Allow vga_common_init() to return errors

[PATCH] gitattributes: Cover Objective-C source files
 2022-03-17 13:03 UTC 

[RFC PATCH-for-7.0 v4 0/2] cocoa: run qemu_init in the main thread
 2022-03-17 12:55 UTC  (3+ messages)
` [RFC PATCH-for-7.0 v4 1/2] ui/cocoa: Code movement
` [RFC PATCH-for-7.0 v4 2/2] ui/cocoa: run qemu_init in the main thread

[RFC PATCH-for-7.0 v3 0/2] cocoa: run qemu_init in the main thread
 2022-03-17 12:51 UTC  (8+ messages)
` [RFC PATCH-for-7.0 v3 1/2] ui/cocoa: Code movement
` [RFC PATCH-for-7.0 v3 2/2] ui/cocoa: run qemu_init in the main thread

[RFC PATCH-for-7.0 v2] cocoa: run qemu_init in the main thread
 2022-03-17 12:44 UTC  (8+ messages)

[PULL v2 00/22] QEMU changes for 7.0 soft freeze
 2022-03-17 12:12 UTC  (7+ messages)
` [PULL 15/22] x86: Grant AMX permission for guest

[PATCH 10/27] Replace config-time define HOST_WORDS_BIGENDIAN
 2022-03-17 11:31 UTC  (2+ messages)

[PATCH v2 0/3] Fix crash when adding a second ISA VGA device
 2022-03-17 11:19 UTC  (3+ messages)
` [PATCH v2 2/3] hw/display: Allow vga_common_init() to return errors

[PATCH for-7.1] hw: Add compat machines for 7.1
 2022-03-17 11:34 UTC  (2+ messages)

[PATCH 1/4] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
 2022-03-17 11:13 UTC  (10+ messages)

[PATCH v6] target/riscv: Add isa extenstion strings to the device tree
 2022-03-17 10:50 UTC  (2+ messages)

[PATCH v3 00/17] target/m68k: Conditional traps + trap cleanup
 2022-03-17 10:43 UTC  (3+ messages)
` [PATCH v3 15/17] linux-user/strace: Fix print_syscall_err


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