qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-16 16:57:11 to 2022-03-17 14:30:30 UTC [more...]

[RFC PATCH v3 00/36] TDX QEMU support
 2022-03-17 13:59 UTC  (21+ 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 16/36] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [RFC PATCH v3 18/36] i386/tdvf: Introduce function to parse TDVF metadata
` [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 34/36] i386/tdx: Skip kvm_put_apicbase() for TDs
` [RFC PATCH v3 36/36] docs: Add TDX documentation

Question about vmstate_register(), dc->vmsd and instance_id
 2022-03-17 13:58 UTC 

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

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

[PATCH for-7.1 v6 00/51] target/nios2: Shadow register set, EIC and VIC
 2022-03-17 13:38 UTC  (53+ messages)
` [PATCH for-7.1 v6 01/51] tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH
` [PATCH for-7.1 v6 02/51] target/nios2: Check supervisor on eret
` [PATCH for-7.1 v6 03/51] target/nios2: Stop generating code if gen_check_supervisor fails
` [PATCH for-7.1 v6 04/51] target/nios2: Add NUM_GP_REGS and NUM_CP_REGS
` [PATCH for-7.1 v6 05/51] target/nios2: Split PC out of env->regs[]
` [PATCH for-7.1 v6 06/51] target/nios2: Split out helper for eret instruction
` [PATCH for-7.1 v6 07/51] target/nios2: Fix BRET instruction
` [PATCH for-7.1 v6 08/51] target/nios2: Do not create TCGv for control registers
` [PATCH for-7.1 v6 09/51] linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regs
` [PATCH for-7.1 v6 10/51] target/nios2: Remove cpu_interrupts_enabled
` [PATCH for-7.1 v6 11/51] target/nios2: Split control registers away from general registers
` [PATCH for-7.1 v6 12/51] target/nios2: Clean up nios2_cpu_dump_state
` [PATCH for-7.1 v6 13/51] target/nios2: Use hw/registerfields.h for CR_STATUS fields
` [PATCH for-7.1 v6 14/51] target/nios2: Use hw/registerfields.h for CR_EXCEPTION fields
` [PATCH for-7.1 v6 15/51] target/nios2: Use hw/registerfields.h for CR_TLBADDR fields
` [PATCH for-7.1 v6 16/51] target/nios2: Use hw/registerfields.h for CR_TLBACC fields
` [PATCH for-7.1 v6 17/51] target/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WE
` [PATCH for-7.1 v6 18/51] target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
` [PATCH for-7.1 v6 19/51] target/nios2: Move R_FOO and CR_BAR into enumerations
` [PATCH for-7.1 v6 20/51] target/nios2: Create EXCP_SEMIHOST for semi-hosting
` [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 27/51] target/nios2: Implement cpuid
` [PATCH for-7.1 v6 28/51] target/nios2: Implement CR_STATUS.RSIE
` [PATCH for-7.1 v6 29/51] target/nios2: Remove CPU_INTERRUPT_NMI
` [PATCH for-7.1 v6 30/51] target/nios2: Support division error exception
` [PATCH for-7.1 v6 31/51] target/nios2: Use tcg_constant_tl
` [PATCH for-7.1 v6 32/51] target/nios2: Introduce dest_gpr
` [PATCH for-7.1 v6 33/51] target/nios2: Drop CR_STATUS_EH from tb->flags
` [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 for-7.1 v6 45/51] hw/intc: Vectored Interrupt Controller (VIC)
` [PATCH for-7.1 v6 46/51] hw/nios2: Introduce Nios2MachineState
` [PATCH for-7.1 v6 47/51] hw/nios2: Move memory regions into Nios2Machine
` [PATCH for-7.1 v6 48/51] hw/nios2: Machine with a Vectored Interrupt Controller
` [PATCH for-7.1 v6 49/51] tests/tcg: Expose AR to test build environment if needed
` [PATCH for-7.1 v6 50/51] test/tcg/nios2: Add semihosting multiarch tests
` [PATCH for-7.1 v6 51/51] tests/tcg/nios2: Add test-shadow-1

[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 00/14] iotests: ensure all qemu-img calls are either checked or logged
 2022-03-17 13:13 UTC  (21+ 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] 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

[PATCH experiment 00/16] C++20 coroutine backend
 2022-03-17 12:51 UTC  (9+ messages)

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

[PULL v2 00/22] QEMU changes for 7.0 soft freeze
 2022-03-17 12:12 UTC  (9+ 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  (5+ messages)
` [PATCH v2 1/3] hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vga_realize()
` [PATCH v2 2/3] hw/display: Allow vga_common_init() to return errors
` [PATCH v2 3/3] hw/display/vga: Report a proper error when adding a 2nd ISA VGA

[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 v3 0/5] iotests: add enhanced debugging info to qemu-img failures
 2022-03-17 10:41 UTC  (12+ 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 v21 0/7] Add vmnet.framework based network backend
 2022-03-17 10:28 UTC  (8+ messages)
` [PATCH v21 1/7] net/vmnet: add vmnet dependency and customizable option
` [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 v6] target/riscv: Add isa extenstion strings to the device tree
 2022-03-17 10:50 UTC  (4+ 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

[PATCH v20 0/7] Add vmnet.framework based network backend
 2022-03-17 10:00 UTC  (5+ messages)
` [PATCH v20 2/7] net/vmnet: add vmnet backends to qapi/net

QEMU+KVM on RISC-V + Hypervisor Extension
 2022-03-17  9:45 UTC  (8+ messages)
    ` [EXT] "

[PATCH 04/27] meson: add util dependency for oslib-posix on freebsd
 2022-03-17  9:06 UTC  (2+ messages)

[PATCH 03/27] meson: use chardev_ss dependencies
 2022-03-17  9:03 UTC  (2+ messages)

[PATCH v2 0/6] Support exporting BDSs via VDUSE
 2022-03-17  8:57 UTC  (15+ messages)
` [PATCH v2 1/6] block: Support passing NULL ops to blk_set_dev_ops()
` [PATCH v2 3/6] libvduse: Add VDUSE (vDPA Device in Userspace) library

[PATCH v2] MAINTAINERS: change Vladimir's email address
 2022-03-17  8:24 UTC  (3+ messages)

[PATCH v3 0/3] nbd: MULTI_CONN for shared writable exports
 2022-03-17  8:15 UTC  (8+ messages)
` [PATCH v3 1/3] docs: Consistent typography for options of qemu-nbd
` [PATCH v3 3/3] nbd/server: Allow MULTI_CONN for shared writable exports

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

[PATCH 1/2] intel-iommu: update root_scalable before switching as during post_load
 2022-03-17  8:05 UTC  (2+ messages)
` [PATCH 2/2] intel-iommu: update iq_dw during post load

[PATCH v4] ppc64: Avoid pt_regs struct definition
 2022-03-17  7:55 UTC  (4+ messages)

[PATCH v6 00/12] Improve PMU support
 2022-03-17  7:38 UTC  (3+ messages)
` [PATCH v6 08/12] target/riscv: Add sscofpmf extension support

[PATCH v2] target/riscv: write back unmodified value for csrrc/csrrs with rs1 is not x0 but holding zero
 2022-03-17  7:37 UTC  (7+ messages)

[PATCH v3 0/2] target/riscv: Allow software access to MIP SEIP
 2022-03-17  6:18 UTC  (3+ messages)
` [PATCH v3 1/2] target/riscv: cpu: Fixup indentation
` [PATCH v3 2/2] target/riscv: Allow software access to MIP SEIP

[PATCH v2 1/2] Replacing CONFIG_VNC_PNG with CONFIG_PNG
 2022-03-17  6:20 UTC  (5+ messages)
` [PATCH v2 2/2] Added parameter to take screenshot with screendump as

[PATCH v2 0/3] Use g_new() & friends where that makes obvious sense
 2022-03-17  5:01 UTC  (3+ messages)
` [PATCH v2 3/3] "

[PATCH 1/2] intel-iommu: remove VTD_FR_RESERVED_ERR
 2022-03-17  4:38 UTC  (2+ messages)

[RFC PATCH 0/2] hw/riscv: Baseline QEMU support for RISC-V IOMMU (draft)
 2022-03-16 22:21 UTC  (3+ messages)
` [RFC PATCH 1/2] hw/riscv: rivos-iommu: Baseline implementation of RIVOS IOMMU
` [RFC PATCH 2/2] hw/riscv: virt: Add rivos-iommu device to 'virt' machine

[PATCH v2 for-7.1 0/3] qapi: nbd-export: select bitmap by node/name pair
 2022-03-16 22:01 UTC  (7+ messages)
` [PATCH v2 1/3] qapi: rename BlockDirtyBitmapMergeSource to BlockDirtyBitmapOrStr
` [PATCH v2 2/3] qapi: nbd-export: allow select bitmaps by node/name pair
` [PATCH v2 3/3] iotests/223: check new possibility of exporting bitmaps by node/name

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

[PATCH] target/ppc: Replicate Double->Single-Precision result
 2022-03-16 20:29 UTC  (2+ messages)

[PATCH 14/27] scripts/modinfo-collect: remove unused/dead code
 2022-03-16 20:02 UTC  (2+ messages)

[PATCH 07/27] Replace GCC_FMT_ATTR with G_GNUC_PRINTF
 2022-03-16 19:49 UTC  (4+ messages)

[PATCH v3] docs/tcg-plugins: document QEMU_PLUGIN behaviour
 2022-03-16 19:34 UTC  (2+ messages)

XIVE VFIO kernel resample failure in INTx mode under heavy load
 2022-03-16 19:16 UTC  (4+ messages)

[PATCH] 9pfs: fix inode sequencing in 'synth' driver
 2022-03-16 18:16 UTC  (3+ messages)

[PATCH] docs/tcg-plugins: document QEMU_PLUGIN behaviour
 2022-03-16 18:13 UTC  (3+ messages)

[PATCH v2 1/2] Replacing CONFIG_VNC_PNG with CONFIG_PNG
 2022-03-16 18:11 UTC  (7+ messages)
` [PATCH v2 2/2] Added parameter to take screenshot with screendump as PNG

[RFC PATCH] docs/devel: start documenting writing VirtIO devices
 2022-03-16 16:41 UTC  (3+ messages)

[PATCH v3 0/6] hw/arm: zynqmp: Add CRF and APU control to support PSCI
 2022-03-16 16:46 UTC  (2+ messages)
` [PATCH v3 6/6] hw/arm/xlnx-zynqmp: Connect the ZynqMP APU Control


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