messages from 2023-01-27 13:30:26 to 2023-01-28 08:19:18 UTC [more...]
[PATCH v9 00/58] Xen HVM support under KVM
2023-01-28 8:11 UTC (27+ messages)
` [PATCH v9 01/58] include: import Xen public headers to include/standard-headers/
` [PATCH v9 05/58] i386/kvm: handle Xen HVM cpuid leaves
` [PATCH v9 06/58] i386/hvm: Set Xen vCPU ID in KVM
` [PATCH v9 07/58] xen-platform: exclude vfio-pci from the PCI platform unplug
` [PATCH v9 08/58] xen-platform: allow its creation with XEN_EMULATE mode
` [PATCH v9 09/58] i386/xen: handle guest hypercalls
` [PATCH v9 11/58] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PATCH v9 15/58] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v9 18/58] i386/xen: implement HYPERVISOR_hvm_op
` [PATCH v9 20/58] i386/xen: handle VCPUOP_register_vcpu_info
` [PATCH v9 21/58] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PATCH v9 22/58] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v9 31/58] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH v9 32/58] hw/xen: Implement EVTCHNOP_bind_ipi
` [PATCH v9 33/58] hw/xen: Implement EVTCHNOP_send
` [PATCH v9 34/58] hw/xen: Implement EVTCHNOP_alloc_unbound
` [PATCH v9 38/58] i386/xen: add monitor commands to test event injection
` [PATCH v9 39/58] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [PATCH v9 42/58] hw/xen: Add xen_gnttab device for grant table emulation
` [PATCH v9 45/58] hw/xen: Implement GNTTABOP_query_size
` [PATCH v9 47/58] i386/xen: Reserve Xen special pages for console, xenstore rings
` [PATCH v9 49/58] hw/xen: Add backend implementation of interdomain event channel support
` [PATCH v9 53/58] i386/xen: Document Xen HVM emulation
` [PATCH v9 54/58] i386/xen: Implement HYPERVISOR_physdev_op
` [PATCH v9 55/58] hw/xen: Implement emulated PIRQ hypercall support
` [PATCH v9 57/58] hw/xen: Support MSI mapping to PIRQ
RFC: towards systemd socket activation in q-s-d
2023-01-28 7:49 UTC (2+ messages)
[PATCH 0/3] virtio: fix for assertion failure: virtio_net_get_subqueue(nc)->async_tx.elem failed
2023-01-28 7:17 UTC (4+ messages)
` [PATCH 1/3] virtio: move struct VirtQueue to include file
` [PATCH 2/3] virtio: struct VirtQueue introduce reset
` [PATCH 3/3] virtio-net: virtio_net_flush_tx() check for per-queue reset
[PATCH v5 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
2023-01-28 6:05 UTC (6+ messages)
` [PATCH v5 1/5] hw/arm: Extract at24c_eeprom_init helper from Aspeed and Nuvoton boards
` [PATCH v5 2/5] hw/arm/aspeed: Replace aspeed_eeprom_init with at24c_eeprom_init
` [PATCH v5 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
` [PATCH v5 4/5] hw/arm/aspeed: Add aspeed_eeprom.c
` [PATCH v5 5/5] hw/nvram/eeprom_at24c: Make reset behavior more like hardware
[PATCH v4 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
2023-01-28 5:03 UTC (6+ messages)
` [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
Display update issue on M1 Macs
2023-01-28 4:01 UTC (7+ messages)
[PATCH v3 00/12] Refactor cryptodev
2023-01-28 3:56 UTC (13+ messages)
` [PATCH v3 01/12] cryptodev: Introduce cryptodev.json
` [PATCH v3 02/12] cryptodev: Remove 'name' & 'model' fields
` [PATCH v3 03/12] cryptodev: Introduce cryptodev alg type in QAPI
` [PATCH v3 04/12] cryptodev: Introduce server "
` [PATCH v3 05/12] cryptodev: Introduce 'query-cryptodev' QMP command
` [PATCH v3 06/12] cryptodev-builtin: Detect akcipher capability
` [PATCH v3 07/12] hmp: add cryptodev info command
` [PATCH v3 08/12] cryptodev: Use CryptoDevBackendOpInfo for operation
` [PATCH v3 09/12] cryptodev: Account statistics
` [PATCH v3 10/12] cryptodev: support QoS
` [PATCH v3 11/12] cryptodev: Support query-stats QMP command
` [PATCH v3 12/12] MAINTAINERS: add myself as the maintainer for cryptodev
[PATCH] pci: add enforce_slot_reserved_mask_manual property
2023-01-28 3:39 UTC (3+ messages)
[PATCH 00/23] target/arm: Implement FEAT_FGT fine-grained traps
2023-01-28 2:52 UTC (39+ messages)
` [PATCH 01/23] target/arm: Name AT_S1E1RP and AT_S1E1WP cpregs correctly
` [PATCH 02/23] target/arm: Correct syndrome for ATS12NSO* at Secure EL1
` [PATCH 03/23] target/arm: Remove CP_ACCESS_TRAP_UNCATEGORIZED_{EL2, EL3}
` [PATCH 04/23] target/arm: Move do_coproc_insn() syndrome calculation earlier
` [PATCH 05/23] target/arm: All UNDEF-at-EL0 traps take priority over HSTR_EL2 traps
` [PATCH 06/23] target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1
` [PATCH 07/23] target/arm: Disable HSTR_EL2 traps if EL2 is not enabled
` [PATCH 08/23] target/arm: Define the FEAT_FGT registers
` [PATCH 09/23] target/arm: Implement FGT trapping infrastructure
` [PATCH 10/23] target/arm: Mark up sysregs for HFGRTR bits 0..11
` [PATCH 11/23] target/arm: Mark up sysregs for HFGRTR bits 12..23
` [PATCH 12/23] target/arm: Mark up sysregs for HFGRTR bits 24..35
` [PATCH 13/23] target/arm: Mark up sysregs for HFGRTR bits 36..63
` [PATCH 14/23] target/arm: Mark up sysregs for HDFGRTR bits 0..11
` [PATCH 15/23] target/arm: Mark up sysregs for HDFGRTR bits 12..63
` [PATCH 16/23] target/arm: Mark up sysregs for HFGITR bits 0..11
` [PATCH 17/23] target/arm: Mark up sysregs for HFGITR bits 12..17
` [PATCH 18/23] target/arm: Mark up sysregs for HFGITR bits 18..47
` [PATCH 19/23] target/arm: Mark up sysregs for HFGITR bits 48..63
` [PATCH 20/23] target/arm: Implement the HFGITR_EL2.ERET trap
` [PATCH 21/23] target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 traps
` [PATCH 22/23] target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC traps
` [PATCH 23/23] target/arm: Enable FEAT_FGT on '-cpu max'
[PATCH v2 0/8] hw/cxl: CXL emulation cleanups and minor fixes for upstream
2023-01-28 2:38 UTC (3+ messages)
` [PATCH v2 5/8] hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge
[RFC PATCH 00/16] arm: Run Arm CCA VMs with KVM
2023-01-28 0:54 UTC (35+ messages)
` [RFC PATCH 01/16] NOMERGE: Add KVM Arm RME definitions to Linux headers
` [RFC PATCH 02/16] target/arm: Add confidential guest support
` [RFC PATCH 03/16] target/arm/kvm-rme: Initialize realm
` [RFC PATCH 04/16] hw/arm/virt: Add support for Arm RME
` [RFC PATCH 05/16] target/arm/kvm: Split kvm_arch_get/put_registers
` [RFC PATCH 06/16] target/arm/kvm-rme: Initialize vCPU
` [RFC PATCH 07/16] target/arm/kvm: Select RME VM type for the scratch VM
` [RFC PATCH 08/16] target/arm/kvm-rme: Populate the realm with boot images
` [RFC PATCH 09/16] hw/arm/boot: Populate realm memory "
` [RFC PATCH 10/16] target/arm/kvm-rme: Add measurement algorithm property
` [RFC PATCH 11/16] target/arm/kvm-rme: Add Realm Personalization Value parameter
` [RFC PATCH 12/16] target/arm/kvm-rme: Add Realm SVE vector length
` [RFC PATCH 13/16] target/arm/kvm-rme: Add breakpoints and watchpoints parameters
` [RFC PATCH 14/16] target/arm/kvm-rme: Add PMU num counters parameters
` [RFC PATCH 15/16] target/arm/kvm: Disable Realm reboot
` [RFC PATCH 16/16] target/arm/kvm-rme: Disable readonly mappings
[PATCH 0/7] PC cleanups
2023-01-27 23:57 UTC (12+ messages)
` [PATCH 1/7] hw/pci-host/i440fx: Inline sysbus_add_io()
` [PATCH 2/7] hw/pci-host/q35: "
` [PATCH 3/7] hw/i386/ich9: Rename Q35_MASK to ICH9_MASK
` [PATCH 4/7] hw/i386/pc_q35: Resolve redundant q35_host variable
` [PATCH 5/7] hw/i386/pc_{q35, piix}: Reuse MachineClass::desc as SMB product name
` [PATCH 6/7] hw/i386/pc_{q35, piix}: Minimize usage of get_system_memory()
` [PATCH 7/7] hw/i386/pc: Initialize ram_memory variable directly
[PATCH v5 00/36] tcg: Support for Int128 with helpers
2023-01-27 23:49 UTC (28+ messages)
` [PATCH v5 05/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
` [PATCH v5 08/36] include/qemu/int128: Use Int128 structure for TCI
` [PATCH v5 09/36] tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH v5 10/36] tcg/tci: Fix big-endian return register ordering
` [PATCH v5 11/36] tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH v5 12/36] tcg: "
` [PATCH v5 13/36] tcg: Add temp allocation for TCGv_i128
` [PATCH v5 14/36] tcg: Add basic data movement "
` [PATCH v5 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
` [PATCH v5 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
[PATCH 00/18] vfio: Add migration pre-copy support and device dirty tracking
2023-01-27 23:37 UTC (7+ messages)
` [PATCH 05/18] vfio/common: Add VFIOBitmap and (de)alloc functions
` [PATCH 08/18] vfio/common: Record DMA mapped IOVA ranges
` [PATCH 11/18] vfio/common: Add device dirty page bitmap sync
[PATCH 0/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
2023-01-27 23:25 UTC (7+ messages)
` [PATCH 2/4] qemu-io: use BdrvRequestFlags instead of int
` [PATCH 3/4] qemu-io: add -r option to register I/O buffer
` [PATCH 4/4] iotests/detect-zeroes-registered-buf: add new test
[PATCH v4 00/19] Clean up includes
2023-01-27 23:08 UTC (14+ messages)
` [PATCH v4 01/19] scripts/clean-includes: Fully skip / ignore files
` [PATCH v4 02/19] scripts/clean-includes: Don't claim duplicate headers found when not
` [PATCH v4 03/19] scripts/clean-includes: Skip symbolic links
` [PATCH v4 04/19] bsd-user: Clean up includes
` [PATCH v4 14/19] block: "
[PATCH v2 00/12] qemu-img info: Show protocol-level information
2023-01-27 23:06 UTC (6+ messages)
` [PATCH v2 02/12] block/file: Add file-specific image info
` [PATCH v2 03/12] block/vmdk: Change extent info type
[PATCH v2] linux-user: Improve strace output of pread64() and pwrite64()
2023-01-27 22:56 UTC (2+ messages)
[PATCH] linux-user: Fix SO_ERROR return code of getsockopt()
2023-01-27 22:55 UTC (6+ messages)
` [PATCH v2] "
[PATCH] linux-user: Improve strace output of personality() and sysinfo()
2023-01-27 22:53 UTC (8+ messages)
` [PATCH v2] "
[PATCH v3] linux-user: Fix /proc/cpuinfo output for sparc and hppa
2023-01-27 22:53 UTC (4+ messages)
` [PATCH v4] linux-user: Fix /proc/cpuinfo output for hppa
Call for GSoC and Outreachy project ideas for summer 2023
2023-01-27 22:01 UTC (3+ messages)
[PATCH: fix for virt instr exception] target/riscv: fix for virtual instr exception
2023-01-27 19:22 UTC (2+ messages)
[PATCH] linux-user: Improve strace output of pread64() and pwrite64()
2023-01-27 20:31 UTC (3+ messages)
[PATCH 0/5] TriCore instruction bugfixes
2023-01-27 18:25 UTC (11+ messages)
` [PATCH 1/5] target/tricore: Fix OPC2_32_RCRW_IMASK translation
` [PATCH 2/5] target/tricore: Fix OPC2_32_RCRW_INSERT translation
` [PATCH 3/5] target/tricore: Fix RRPW_DEXTR
` [PATCH 4/5] target/tricore: Fix OPC2_32_RRRR_DEXTR
` [PATCH 5/5] target/tricore: Fix OPC2_32_BO_LD_BU_PREINC
[PATCH] hw/xen/xen_pt: fix uninitialized variable
2023-01-27 18:05 UTC (2+ messages)
[PATCH 0/2] hw/cxl: Passthrough HDM decoder emulation
2023-01-27 17:15 UTC (6+ messages)
` [PATCH 2/2] hw/pxb-cxl: Support passthrough HDM Decoders unless overridden
[PATCH] virtio-net: clear guest_announce feature if no cvq backend
2023-01-27 17:03 UTC (4+ messages)
[PATCH v3 00/12] Refactor cryptodev
2023-01-27 16:46 UTC (2+ messages)
[PATCH 0/4] PCI-related cleanup for ppc/powernv
2023-01-27 16:19 UTC (9+ messages)
` [PATCH 1/4] ppc/pnv/pci: Cleanup PnvPHBPecState structure
` [PATCH 2/4] ppc/pnv/pci: Remove duplicate definition of PNV_PHB5_DEVICE_ID
` [PATCH 3/4] ppc/pnv/pci: Update PHB5 version register
` [PATCH 4/4] ppc/pnv/pci: Fix PHB xscom registers memory region name
[PATCH v2] docs/s390x/pcidevices: document pci devices on s390x
2023-01-27 9:24 UTC (2+ messages)
[PATCH 1/1] vhost-user: Skip unnecessary duplicated VHOST_USER_ADD/REM_MEM_REG requests
2023-01-27 13:33 UTC (3+ messages)
[PATCH v3 0/6] Support for new CPU model SapphireRapids
2023-01-27 13:29 UTC (3+ messages)
` [PATCH v3 2/6] i386: Remove unused parameter "uint32_t bit" in feature_word_description()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).