QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-20 08:43:54 to 2024-03-20 16:59:42 UTC [more...]

[PULL 0/6] QEMU bug fixes for 20240320
 2024-03-20 16:58 UTC  (8+ messages)
` [PULL 1/6] target/i386: fix direction of "32-bit MMU" test
` [PULL 2/6] vl: convert qemu_machine_creation_done() to Error **
` [PULL 3/6] vl: do not assert if sev-guest is used together with TCG
` [PULL 4/6] target/i386: Revert monitor_puts() in do_inject_x86_mce()
` [PULL 5/6] tests/plugins: fix use-after-free bug
` [PULL 6/6] meson: remove dead dictionary access

[PULL 0/5] Edk2 20240320 patches
 2024-03-20 16:58 UTC  (2+ messages)

[PATCH] libqos/virtio.c: Correct 'flags' reading in qvirtqueue_kick
 2024-03-20 16:55 UTC  (2+ messages)

[PATCH-for-9.0 0/2] target/monitor: Deprecate 'info tlb/mem' in favor of 'info mmu'
 2024-03-20 16:53 UTC  (4+ messages)
` [PATCH-for-9.0 1/2] target/monitor: Introduce 'info mmu' command
` [PATCH-for-9.0 2/2] target/monitor: Deprecate 'info tlb' and 'info mem' commands

[PATCH 0/4] hw/nmi: Remove @cpu_index argument
 2024-03-20 16:47 UTC  (20+ messages)
` [PATCH 1/4] hw/nmi: Use object_child_foreach_recursive() in nmi_children()
` [PATCH 2/4] hw/s390x/virtio-ccw: Always deliver NMI to first CPU
` [PATCH 3/4] hw/nmi: Remove @cpu_index argument from NMIClass::nmi_handler()
` [PATCH 4/4] hw/nmi: Remove @cpu_index argument from nmi_trigger()

[PATCH v2 1/2] target/riscv/csr.c: Add functional of hvictl CSR
 2024-03-20 16:42 UTC  (2+ messages)
` [PATCH v2 2/2] target/riscv/csr: Added the ability to delegate LCOFI to VS

[PATCH RFC v3 00/49] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-03-20 16:38 UTC  (74+ messages)
` [PATCH v3 01/49] Revert "linux-headers hack" from sevinit2 base tree
` [PATCH v3 02/49] scripts/update-linux-headers: Add setup_data.h to import list
` [PATCH v3 03/49] scripts/update-linux-headers: Add bits.h to file imports
` [PATCH v3 04/49] [HACK] linux-headers: Update headers for 6.8 + kvm-coco-queue + SNP
` [PATCH v3 05/49] [TEMP] hw/i386: Remove redeclaration of struct setup_data
` [PATCH v3 06/49] RAMBlock: Add support of KVM private guest memfd
` [PATCH v3 07/49] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v3 08/49] trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
` [PATCH v3 09/49] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PATCH v3 10/49] kvm: Introduce support for memory_attributes
` [PATCH v3 11/49] physmem: Introduce ram_block_discard_guest_memfd_range()
` [PATCH v3 13/49] [FIXUP] "kvm: handle KVM_EXIT_MEMORY_FAULT": drop qemu_host_page_size
` [PATCH v3 15/49] kvm/memory: Make memory type private by default if it has guest memfd backend
` [PATCH v3 16/49] memory: Introduce memory_region_init_ram_guest_memfd()
` [PATCH v3 17/49] pci-host/q35: Move PAM initialization above SMRAM initialization
` [PATCH v3 18/49] q35: Introduce smm_ranges property for q35-pci-host
` [PATCH v3 19/49] kvm: Make kvm_convert_memory() obey ram_block_discard_is_enabled()
` [PATCH v3 20/49] trace/kvm: Add trace for KVM_EXIT_MEMORY_FAULT
` [PATCH v3 21/49] i386/sev: Introduce "sev-common" type to encapsulate common SEV state
` [PATCH v3 22/49] i386/sev: Introduce 'sev-snp-guest' object
` [PATCH v3 23/49] i386/sev: Add a sev_snp_enabled() helper
` [PATCH v3 24/49] target/i386: Add handling for KVM_X86_SNP_VM VM type
` [PATCH v3 25/49] i386/sev: Skip RAMBlock notifiers for SNP
` [PATCH v3 26/49] i386/sev: Skip machine-init-done "
` [PATCH v3 27/49] i386/sev: Set ms->require_guest_memfd "
` [PATCH v3 28/49] i386/sev: Disable SMM "
` [PATCH v3 29/49] i386/sev: Don't disable block discarding "
` [PATCH v3 30/49] i386/cpu: Set SEV-SNP CPUID bit when SNP enabled
` [PATCH v3 31/49] i386/sev: Update query-sev QAPI format to handle SEV-SNP
` [PATCH v3 32/49] i386/sev: Don't return launch measurements for SEV-SNP guests
` [PATCH v3 33/49] kvm: Make kvm_convert_memory() non-static
` [PATCH v3 34/49] i386/sev: Add KVM_EXIT_VMGEXIT handling for Page State Changes
` [PATCH v3 35/49] i386/sev: Add KVM_EXIT_VMGEXIT handling for Page State Changes (MSR-based)
` [PATCH v3 36/49] i386/sev: Add KVM_EXIT_VMGEXIT handling for Extended Guest Requests
` [PATCH v3 37/49] i386/sev: Add the SNP launch start context
` [PATCH v3 38/49] i386/sev: Add handling to encrypt/finalize guest launch data
` [PATCH v3 39/49] i386/sev: Set CPU state to protected once SNP guest payload is finalized
` [PATCH v3 40/49] hw/i386/sev: Add function to get SEV metadata from OVMF header
` [PATCH v3 41/49] i386/sev: Add support for populating OVMF metadata pages
` [PATCH v3 42/49] i386/sev: Add support for SNP CPUID validation
` [PATCH v3 43/49] qapi, i386: Move kernel-hashes to SevCommonProperties
` [PATCH v3 44/49] i386/sev: Extract build_kernel_loader_hashes
` [PATCH v3 45/49] i386/sev: Reorder struct declarations
` [PATCH v3 46/49] i386/sev: Allow measured direct kernel boot on SNP
` [PATCH v3 47/49] hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled
` [PATCH v3 48/49] hw/i386/sev: Use guest_memfd for legacy ROMs
` [PATCH v3 49/49] hw/i386: Add support for loading BIOS using guest_memfd

Intention to work on GSoC project
 2024-03-20 16:29 UTC  (7+ messages)

[PATCH v5 0/7] Live Migration With IAA
 2024-03-20 16:26 UTC  (22+ messages)
` [PATCH v5 2/7] migration/multifd: put IOV initialization into compression method
` [PATCH v5 3/7] configure: add --enable-qpl build option
` [PATCH v5 5/7] migration/multifd: implement initialization of qpl compression
` [PATCH v5 7/7] tests/migration-test: add qpl compression test

[PATCH v4 0/7] qga/commands-posix: replace code duplicating commands with a helper
 2024-03-20 16:16 UTC  (8+ messages)
` [PATCH v4 1/7] qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field
` [PATCH v4 2/7] qga: introduce ga_run_command() helper for guest cmd execution
` [PATCH v4 3/7] qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper
` [PATCH v4 4/7] qga/commands-posix: qmp_guest_set_time: "
` [PATCH v4 5/7] qga/commands-posix: execute_fsfreeze_hook: "
` [PATCH v4 6/7] qga/commands-posix: don't do fork()/exec() when suspending via sysfs
` [PATCH v4 7/7] qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper

[PATCH for-9.1 v5 00/14] migration: Improve error reporting
 2024-03-20 16:15 UTC  (18+ messages)
` [PATCH for-9.1 v5 06/14] migration: Add Error** argument to qemu_savevm_state_setup()
` [PATCH for-9.1 v5 09/14] memory: Add Error** argument to .log_global_start() handler
` [PATCH for-9.1 v5 10/14] migration: Introduce ram_bitmaps_destroy()
` [PATCH for-9.1 v5 11/14] memory: Add Error** argument to the global_dirty_log routines
` [PATCH for-9.1 v5 12/14] migration: Add Error** argument to ram_state_init()
` [PATCH for-9.1 v5 13/14] migration: Add Error** argument to xbzrle_init()
` [PATCH for-9.1 v5 14/14] migration: Modify ram_init_bitmaps() to report dirty tracking errors

[PULL 0/5] more maintainer updates (git, avocado)
 2024-03-20 16:13 UTC  (6+ messages)
` [PULL 1/5] gitlab: aggressively avoid extra GIT data
` [PULL 2/5] tests/avocado: update sbsa-ref firmware
` [PULL 3/5] tests/avocado: drop virtio-rng from sbsa-ref tests
` [PULL 4/5] tests/avocado: sbsa-ref: add Alpine tests for misc 'max' setup
` [PULL 5/5] tests/avocado: sbsa-ref: add OpenBSD "

[PATCH 0/9] Introduce support for IGVM files
 2024-03-20 15:52 UTC  (14+ messages)
` [PATCH 2/9] backends/confidential-guest-support: Add IGVM file parameter
` [PATCH 9/9] docs/system: Add documentation on support for IGVM

[PATCH v3 0/7] qga/commands-posix: replace code duplicating commands with a helper
 2024-03-20 15:46 UTC  (7+ messages)
` [PATCH v3 1/7] qga: guest-get-fsinfo: add optional 'total-bytes-root' field
` [PATCH v3 6/7] qga/commands-posix: don't do fork()/exec() when suspending via sysfs

[PATCH v2] target/i386: Revert monitor_puts() in do_inject_x86_mce()
 2024-03-20 15:32 UTC  (6+ messages)

[PULL 0/9] target/hppa fixes for 9.0
 2024-03-20 15:05 UTC  (2+ messages)

[PULL 0/3] loongarch fixes for 9.0
 2024-03-20 15:05 UTC  (2+ messages)

[PULL 0/8] Misc fixes patches
 2024-03-20 15:04 UTC  (2+ messages)

[PATCH] configure: Fix error message when C compiler is not working
 2024-03-20 14:47 UTC  (4+ messages)

[PATCH] coroutine: cap per-thread local pool size
 2024-03-20 14:09 UTC  (6+ messages)

[PATCH 1/2] tests/qtest/migration: Ignore if socket-address is missing to avoid crash below
 2024-03-20 14:01 UTC  (6+ messages)

[PULL 0/5] Ui patches
 2024-03-20 13:53 UTC  (6+ messages)
` [PULL 1/5] ui/vc: Do not inherit the size of active console
` [PULL 2/5] ui/vnc: Do not use console_select()
` [PULL 3/5] ui/cocoa: "
` [PULL 4/5] ui/curses: "
` [PULL 5/5] ui: compile dbus-display1.c with -fPIC as necessary

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-03-20 13:49 UTC  (7+ messages)
` [PATCH v5 06/65] kvm: Introduce support for memory_attributes
` [PATCH v5 08/65] kvm: handle KVM_EXIT_MEMORY_FAULT

[PULL 00/68] virtio,pc,pci: features, cleanups, fixes
 2024-03-20 13:12 UTC  (4+ messages)
` [PULL 32/68] hw/virtio: Add support for VDPA network simulation devices

[PATCH] Implement SSH commands in QEMU GA for Windows
 2024-03-20 12:27 UTC  (4+ messages)

[PATCH 0/6] Updates for the .travis.yml file
 2024-03-20 11:21 UTC  (10+ messages)
` [PATCH 1/6] .travis.yml: Shorten the runtime of the problematic jobs
` [PATCH 2/6] .travis.yml: Remove the unused xfslib-dev package
` [PATCH 3/6] Revert ".travis.yml: Cache Avocado cache"
` [PATCH 4/6] .travis.yml: Update the jobs to Ubuntu 22.04
` [PATCH 5/6] .travis.yml: Remove the unused UNRELIABLE environment variable
` [PATCH 6/6] .travis.yml: Do some more testing with Clang

[PATCH] target/i386: Export RFDS bit to guests
 2024-03-20 10:35 UTC  (2+ messages)

[PATCH v2] target/i386: Add new CPU model SierraForest
 2024-03-20 10:34 UTC  (2+ messages)

[PATCH v3 0/1] Introduce Icelake-Server-v7 to enable TSX
 2024-03-20 10:34 UTC  (3+ messages)
` [PATCH v3 1/1] target/i386: "

[PATCH] meson: remove dead dictionary access
 2024-03-20 10:29 UTC 

[RFC PATCH v8 00/23] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-03-20  9:49 UTC  (6+ messages)
` [RFC PATCH v8 06/23] target/arm: Add support for Non-maskable Interrupt

[PATCH for-9.0] target/riscv/debug: set tval=pc in breakpoint exceptions
 2024-03-20  9:32 UTC 

[PATCH] vhost-vdpa: check vhost_vdpa_set_vring_ready() return value
 2024-03-20  9:06 UTC  (7+ messages)

[PATCH v2 0/4] ui/console: Remove console_select()
 2024-03-20  8:50 UTC  (5+ messages)

[RFC PATCH-for-9.1 00/21] qapi: Make @query-cpu-definitions command target-agnostic
 2024-03-20  8:49 UTC  (3+ messages)
` [PATCH-for-9.1 10/21] qapi: Make CpuModel* definitions target agnostic


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 read-only IMAP folder(s) and NNTP newsgroup(s).