KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-06 09:37:10 to 2023-11-07 09:01:07 UTC [more...]

[kvm-unit-tests RFC PATCH 00/19] arm/arm64: Rework cache maintenance at boot
 2023-11-07  9:01 UTC  (4+ messages)

[PULL 00/60] Misc HW/UI patches for 2023-11-06
 2023-11-07  8:51 UTC  (63+ messages)
` [PULL 01/60] vl: Free machine list
` [PULL 02/60] vl: constify default_list
` [PULL 03/60] tests/vm/ubuntu.aarch64: Correct comment about TCG specific delay
` [PULL 04/60] tests/unit/test-seccomp: Remove mentions of softmmu in test names
` [PULL 05/60] accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'
` [PULL 06/60] accel: Introduce cpu_exec_reset_hold()
` [PULL 07/60] accel/tcg: Factor tcg_cpu_reset_hold() out
` [PULL 08/60] target: Unify QOM style
` [PULL 09/60] target: Mention 'cpu-qom.h' is target agnostic
` [PULL 10/60] target/arm: Move internal declarations from 'cpu-qom.h' to 'cpu.h'
` [PULL 11/60] target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h'
` [PULL 12/60] target/riscv: "
` [PULL 13/60] target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
` [PULL 14/60] target/hexagon: Declare QOM definitions "
` [PULL 15/60] target/loongarch: "
` [PULL 16/60] target/nios2: "
` [PULL 17/60] target/openrisc: "
` [PULL 18/60] target/riscv: Move TYPE_RISCV_CPU_BASE definition to 'cpu.h'
` [PULL 19/60] target/ppc: Use env_archcpu() in helper_book3s_msgsndp()
` [PULL 20/60] target/riscv: Use env_archcpu() in [check_]nanbox()
` [PULL 21/60] target/s390x: Use env_archcpu() in handle_diag_308()
` [PULL 22/60] target/xtensa: Use env_archcpu() in update_c[compare|count]()
` [PULL 23/60] target/i386/hvf: Use x86_cpu in simulate_[rdmsr|wrmsr]()
` [PULL 24/60] target/i386/hvf: Use env_archcpu() in simulate_[rdmsr/wrmsr]()
` [PULL 25/60] target/i386/hvf: Use CPUState typedef
` [PULL 26/60] target/i386/hvf: Rename 'CPUState *cpu' variable as 'cs'
` [PULL 27/60] target/i386/hvf: Rename 'X86CPU *x86_cpu' variable as 'cpu'
` [PULL 28/60] target/i386/kvm: Correct comment in kvm_cpu_realize()
` [PULL 29/60] target/i386/monitor: synchronize cpu state for lapic info
` [PULL 30/60] target/mips: Fix MSA BZ/BNZ opcodes displacement
` [PULL 31/60] target/mips: Fix TX79 LQ/SQ opcodes
` [PULL 32/60] sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targets
` [PULL 33/60] hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVM
` [PULL 34/60] target/ppc: Restrict KVM objects to system emulation
` [PULL 35/60] target/ppc: Prohibit target specific KVM prototypes on user emulation
` [PULL 36/60] target/nios2: Create IRQs *after* accelerator vCPU is realized
` [PULL 37/60] target/alpha: Tidy up alpha_cpu_class_by_name()
` [PULL 38/60] hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
` [PULL 39/60] exec/cpu: Have cpu_exec_realize() return a boolean
` [PULL 40/60] hw/cpu: Clean up global variable shadowing
` [PULL 41/60] hw/loader: Clean up global variable shadowing in rom_add_file()
` [PULL 42/60] hw/isa/i82378: Propagate error if PC_SPEAKER device creation failed
` [PULL 43/60] hw/i386: Fix comment style in topology.h
` [PULL 44/60] tests/unit: Rename test-x86-cpuid.c to test-x86-topo.c
` [PULL 45/60] system/cpus: Fix CPUState.nr_cores' calculation
` [PULL 46/60] hw/cpu: Update the comments of nr_cores and nr_dies
` [PULL 47/60] hw/ide: reset: cancel async DMA operation before resetting state
` [PULL 48/60] tests/qtest: ahci-test: add test exposing reset issue with pending callback
` [PULL 49/60] hw/i2c: pmbus add support for block receive
` [PULL 50/60] hw/i2c: pmbus: add vout mode bitfields
` [PULL 51/60] hw/i2c: pmbus: add fan support
` [PULL 52/60] hw/i2c: pmbus: add VCAP register
` [PULL 53/60] hw/sensor: add ADM1266 device model
` [PULL 54/60] tests/qtest: add tests for ADM1266
` [PULL 55/60] hw/i2c: pmbus: immediately clear faults on request
` [PULL 56/60] hw/i2c: pmbus: reset page register for out of range reads
` [PULL 57/60] MAINTAINERS: Add include/hw/timer/tmu012.h to the SH4 R2D section
` [PULL 58/60] MAINTAINERS: Add the CAN documentation file to the CAN section
` [PULL 59/60] MAINTAINERS: update libvirt devel mailing list address
` [PULL 60/60] ui/sdl2: use correct key names in win title on mac

[kvm-unit-tests 1/1] arm64: microbench: Move the read of the count register and the ISB operation out of the while loop
 2023-11-07  8:40 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 00/10] RFC: Add clang-format and kerneldoc check
 2023-11-07  8:37 UTC  (15+ messages)
` [kvm-unit-tests PATCH v1 01/10] make: add target to check kernel-doc comments
` [kvm-unit-tests PATCH v1 02/10] powerpc: properly format non-kernel-doc comments
` [kvm-unit-tests PATCH v1 03/10] lib: s390x: cpacf: move kernel-doc comment to correct function
` [kvm-unit-tests PATCH v1 04/10] s390x: properly format non-kernel-doc comments
` [kvm-unit-tests PATCH v1 05/10] s390x: ensure kernel-doc parameters are properly formated
` [kvm-unit-tests PATCH v1 06/10] x86: properly format non-kernel-doc comments
` [kvm-unit-tests PATCH v1 07/10] s390x: cpumodel: list tcg_fail explicitly
` [kvm-unit-tests PATCH v1 08/10] s390x: gs: turn off formatter for inline assembly
` [kvm-unit-tests PATCH v1 09/10] add clang-format configuration file
` [kvm-unit-tests PATCH v1 10/10] add make format

[RFC PATCH V3 00/26] vfio/pci: Back guest interrupts from Interrupt Message Store (IMS)
 2023-11-07  8:29 UTC  (8+ messages)

[PATCH] KVM: x86/xen: improve accuracy of Xen timers
 2023-11-07  8:17 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] s390/vfio-ap: fix sysfs status attribute for AP queue devices
 2023-11-07  8:07 UTC  (4+ messages)

[PATCH v6 00/20] KVM: x86/pmu: selftests: Fixes and new tests
 2023-11-07  7:15 UTC  (25+ messages)
` [PATCH v6 01/20] KVM: x86/pmu: Don't allow exposing unsupported architectural events
` [PATCH v6 02/20] KVM: x86/pmu: Don't enumerate support for fixed counters KVM can't virtualize
` [PATCH v6 03/20] KVM: x86/pmu: Don't enumerate arch events KVM doesn't support
` [PATCH v6 05/20] KVM: x86/pmu: Allow programming events that match unsupported arch events
` [PATCH v6 06/20] KVM: selftests: Add vcpu_set_cpuid_property() to set properties
` [PATCH v6 08/20] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
` [PATCH v6 09/20] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
` [PATCH v6 11/20] KVM: selftests: Test Intel PMU architectural events on fixed counters

[PATCH v2 0/5] riscv: cleanup assembly usage of ENTRY()/END() and use local labels
 2023-11-07  6:50 UTC  (2+ messages)

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2023-11-07  6:10 UTC  (5+ messages)
` [PATCH v3 2/5] perf build: Generate arm64's sysreg-defs.h and add to include path

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-07  5:47 UTC  (36+ messages)
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH 12/34] KVM: Introduce per-page memory attributes
` [PATCH 14/34] fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH 18/34] KVM: x86/mmu: Handle page fault for private memory
` [PATCH 21/34] KVM: x86: Add support for "protected VMs" that can utilize "
` [PATCH 22/34] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [PATCH 23/34] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [PATCH 24/34] KVM: selftests: Add support for creating private memslots
` [PATCH 25/34] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [PATCH 26/34] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [PATCH 28/34] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [PATCH 31/34] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()

[PULL 0/7] xenfv-stable queue
 2023-11-07  3:01 UTC  (9+ messages)
` [PULL 1/7] i386/xen: Don't advertise XENFEAT_supervisor_mode_kernel
` [PULL 2/7] i386/xen: fix per-vCPU upcall vector for Xen emulation
` [PULL 3/7] hw/xen: select kernel mode for per-vCPU event channel upcall vector
` [PULL 4/7] hw/xen: don't clear map_track[] in xen_gnttab_reset()
` [PULL 5/7] hw/xen: fix XenStore watch delivery to guest
` [PULL 6/7] hw/xen: take iothread mutex in xen_evtchn_reset_op()
` [PULL 7/7] hw/xen: use correct default protocol for xen-block on x86

RFC: A KVM-specific alternative to UserfaultFD
 2023-11-06 23:22 UTC  (5+ messages)

A question about how the KVM emulates the effect of guest MTRRs on AMD platforms
 2023-11-06 22:34 UTC  (8+ messages)

[PATCH] x86/mm: Guard adding .bbs..decrypted section with CONFIG_AMD_MEM_ENCRYPT
 2023-11-06 22:16 UTC  (2+ messages)
` [PATCH v2] "

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-11-06 20:42 UTC  (2+ messages)

[PATCH v2 5/5] riscv: kvm: use ".L" local labels in assembly when applicable
 2023-11-06 17:47 UTC  (2+ messages)

[PATCH v2 4/5] riscv: kvm: Use SYM_*() assembly macros instead of deprecated ones
 2023-11-06 17:47 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/3] s390x: Align SIE tests to 2GB
 2023-11-06 17:08 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/3] s390x: spec_ex-sie: refactor to use snippet API
` [kvm-unit-tests PATCH v2 2/3] s390x: sie: ensure guests are aligned to 2GB
` [kvm-unit-tests PATCH v2 3/3] s390x: mvpg-sie: fix virtual-physical address confusion

[kvm-unit-tests PATCH v8 0/8] s390x: Add support for running guests without MSO/MSL
 2023-11-06 16:48 UTC  (10+ messages)
` [kvm-unit-tests PATCH v8 1/8] lib: s390x: introduce bitfield for PSW mask
` [kvm-unit-tests PATCH v8 2/8] s390x: add function to set DAT mode for all interrupts
` [kvm-unit-tests PATCH v8 3/8] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests PATCH v8 4/8] s390x: lib: don't forward PSW when handling exception in SIE
` [kvm-unit-tests PATCH v8 5/8] s390x: lib: sie: don't reenter SIE on pgm int
` [kvm-unit-tests PATCH v8 6/8] s390x: add test source dir to include paths
` [kvm-unit-tests PATCH v8 7/8] s390x: add a test for SIE without MSO/MSL
` [kvm-unit-tests PATCH v8 8/8] lib: s390x: interrupt: remove TEID_ASCE defines

[PATCH 0/9] SVM guest shadow stack support
 2023-11-06 16:45 UTC  (7+ messages)
` [PATCH 3/9] KVM: x86: SVM: Pass through shadow stack MSRs

[kvm-unit-tests PATCH v7 0/8] s390x: Add support for running guests without MSO/MSL
 2023-11-06 16:36 UTC  (8+ messages)
` [kvm-unit-tests PATCH v7 5/8] s390x: lib: sie: don't reenter SIE on pgm int
` [kvm-unit-tests PATCH v7 7/8] s390x: add a test for SIE without MSO/MSL

[PATCH v4 00/17] Get Xen PV shim running in QEMU, add net and console
 2023-11-06 16:10 UTC  (22+ messages)
` [PATCH v4 01/17] i386/xen: Ignore VCPU_SSHOTTMR_future flag in set_singleshot_timer()
` [PATCH v4 02/17] hw/xen: Clean up event channel 'type_val' handling to use union
` [PATCH v4 03/17] include: update Xen public headers to Xen 4.17.2 release
` [PATCH v4 04/17] i386/xen: advertise XEN_HVM_CPUID_UPCALL_VECTOR in CPUID
` [PATCH v4 05/17] hw/xen: populate store frontend nodes with XenStore PFN/port
` [PATCH v4 06/17] hw/xen: automatically assign device index to block devices
` [PATCH v4 07/17] hw/xen: add get_frontend_path() method to XenDeviceClass
` [PATCH v4 08/17] hw/xen: do not repeatedly try to create a failing backend device
` [PATCH v4 09/17] hw/xen: update Xen console to XenDevice model
` [PATCH v4 10/17] hw/xen: add support for Xen primary console in emulated mode
` [PATCH v4 11/17] hw/xen: only remove peers of PCI NICs on unplug
` [PATCH v4 12/17] hw/xen: update Xen PV NIC to XenDevice model
` [PATCH v4 13/17] hw/i386/pc: support '-nic' for xen-net-device
` [PATCH v4 14/17] net: do not delete nics in net_cleanup()
` [PATCH v4 15/17] xen-platform: unplug AHCI disks
` [PATCH v4 16/17] doc/sphinx/hxtool.py: add optional label argument to SRST directive
` [PATCH v4 17/17] docs: update Xen-on-KVM documentation

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-06 15:56 UTC  (14+ messages)
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
` [PATCH v13 23/35] KVM: x86: Add support for "protected VMs" that can utilize "
` [PATCH v13 27/35] KVM: selftests: Add helpers to convert guest memory b/w private and shared

[PATCH] Add class property to configure KVM device node to use
 2023-11-06 15:35 UTC  (5+ messages)

[PATCH 0/4] KVM: s390: Fix minor bugs in STFLE shadowing
 2023-11-06 13:43 UTC  (13+ messages)
` [PATCH 2/4] KVM: s390: vsie: Fix length of facility list shadowed
` [PATCH 3/4] KVM: s390: cpu model: Use previously unused constant
` [PATCH 4/4] KVM: s390: Minor refactor of base/ext facility lists

[PATCH v5 00/14] Add Secure TSC support for SNP guests
 2023-11-06 13:03 UTC  (16+ messages)
` [PATCH v5 09/14] x86/sev: "
` [PATCH v5 13/14] x86/tsc: Mark Secure TSC as reliable clocksource

[PATCH net 0/4] vsock: fix server prevents clients from reconnecting
 2023-11-06 10:50 UTC  (10+ messages)
` [PATCH net 1/4] vsock/virtio: remove socket from connected/bound list on shutdown
` [PATCH net 2/4] test/vsock fix: add missing check on socket creation
` [PATCH net 3/4] test/vsock: refactor vsock_accept
` [PATCH net 4/4] test/vsock: add dobule bind connect test


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