messages from 2023-01-26 18:55:30 to 2023-01-27 22:20:14 UTC [more...]
[RFC PATCH 00/16] arm: Run Arm CCA VMs with KVM
2023-01-27 22:19 UTC (22+ 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
Call for GSoC and Outreachy project ideas for summer 2023
2023-01-27 22:01 UTC (3+ messages)
[PATCH 00/18] vfio: Add migration pre-copy support and device dirty tracking
2023-01-27 21:42 UTC (8+ messages)
` [PATCH 01/18] vfio/migration: Add VFIO migration pre-copy support
` [PATCH 05/18] vfio/common: Add VFIOBitmap and (de)alloc functions
` [PATCH 08/18] vfio/common: Record DMA mapped IOVA ranges
` [PATCH 14/18] intel-iommu: Implement get_attr() method
[PATCH v4 00/19] Clean up includes
2023-01-27 21:38 UTC (17+ 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 04/19] bsd-user: Clean up includes
` [PATCH v4 16/19] Fix non-first inclusions of qemu/osdep.h
RFC: towards systemd socket activation in q-s-d
2023-01-27 21:26 UTC
[PATCH v2] linux-user: Improve strace output of pread64() and pwrite64()
2023-01-27 20:58 UTC
[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] linux-user: Fix SO_ERROR return code of getsockopt()
2023-01-27 20:25 UTC (5+ messages)
` [PATCH v2] "
[PATCH] linux-user: Improve strace output of personality() and sysinfo()
2023-01-27 20:18 UTC (7+ messages)
` [PATCH v2] "
[PATCH v3] linux-user: Fix /proc/cpuinfo output for sparc and hppa
2023-01-27 20:10 UTC (3+ messages)
` [PATCH v4] linux-user: Fix /proc/cpuinfo output for hppa
[PATCH 0/7] PC cleanups
2023-01-27 19:30 UTC (10+ 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 18:56 UTC (35+ messages)
` [PATCH v5 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
` [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 17/36] tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
` [PATCH v5 24/36] target/s390x: Use a single return for helper_divs32/u32
` [PATCH v5 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
[PATCH 00/23] target/arm: Implement FEAT_FGT fine-grained traps
2023-01-27 18:43 UTC (25+ 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 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 12:17 UTC (6+ 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()
[PATCH] pci: add enforce_slot_reserved_mask_manual property
2023-01-27 13:28 UTC (2+ messages)
[PATCH v8 00/13] vfio/migration: Implement VFIO migration protocol v2
2023-01-27 13:18 UTC (3+ messages)
` [PATCH v8 01/13] linux-headers: Update to v6.2-rc1
[PATCH 0/3] Fix UNMAP notifier for intel-iommu
2023-01-27 13:17 UTC (4+ messages)
no more pullreq processing til February
2023-01-27 13:12 UTC (22+ messages)
[PATCH v3] docs/s390x/pcidevices: document pci devices on s390x
2023-01-27 13:04 UTC (2+ messages)
[PATCH v4 0/7] AML Housekeeping
2023-01-27 12:58 UTC (4+ messages)
[PATCH] target/i386: Change CR4 before CR0 in SVM
2023-01-27 11:19 UTC
[PATCH] m68k: fix 'bkpt' instruction in softmmu mode
2023-01-27 10:50 UTC (3+ messages)
[PATCH v5 0/3] block/rbd: Add support for layered encryption
2023-01-27 9:31 UTC (4+ messages)
` [PATCH v5 3/3] "
[PATCH 00/58] Xen HVM support under KVM
2023-01-27 9:03 UTC (5+ messages)
` [PATCH v8 26/58] hw/xen: Add xen_evtchn device for event channel emulation
` [PATCH v8 28/58] hw/xen: Implement EVTCHNOP_status
[PATCH 00/13] block: Fix bdrv_open*() calls from coroutine context
2023-01-27 8:30 UTC (2+ messages)
[PATCH] microvm: update outdated docs
2023-01-27 8:27 UTC (2+ messages)
[PATCH 0/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
2023-01-27 8:23 UTC (6+ messages)
` [PATCH 1/4] "
` [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 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
2023-01-27 7:42 UTC (5+ messages)
` [PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
[PATCH v7 0/7] Misc ppc/mac machines clean up
2023-01-27 7:01 UTC (21+ messages)
` [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option
[RFC] 2-stage translation emulation support for SMMUv3 on TCG
2023-01-27 5:44 UTC (2+ messages)
[PATCH] hw/cxl: Add QTG _DSM support for ACPI0017 device
2023-01-26 20:06 UTC (6+ messages)
[PATCH] target/arm: Fix physical address resolution for Stage2
2023-01-27 0:28 UTC (2+ messages)
[PATCH v2 00/10] Resolve isabus global
2023-01-27 0:27 UTC (12+ messages)
` [PATCH v2 01/10] softmmu/ioport: Move portio_list_init() in front of portio_list_add()
` [PATCH v2 02/10] softmmu/ioport: Merge portio_list_add() into portio_list_init()
` [PATCH v2 03/10] softmmu/ioport: Remove unused functions
` [PATCH v2 04/10] hw/ide/piix: Disuse isa_get_irq()
` [PATCH v2 05/10] Revert "hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine"
` [PATCH v2 06/10] hw/ide/pci: Add PCIIDEState::isa_irqs[]
` [PATCH v2 07/10] hw/ide/piix: Require an ISABus only for user-created instances
` [PATCH v2 08/10] hw/ide: Let ide_init_ioport() take a MemoryRegion argument instead of ISADevice
` [PATCH v2 09/10] hw/isa: Remove use of global isa bus
` [PATCH v2 10/10] hw/isa/isa-bus: Resolve isabus global
[SeaBIOS PATCH] xen: require Xen info structure at 0x1000 to detect Xen
2023-01-26 23:52 UTC (2+ messages)
` [SeaBIOS] "
ARM: ptw.c:S1_ptw_translate
2023-01-26 22:27 UTC (6+ messages)
Fortnightly KVM call minutes for 2023-01-24
2023-01-26 21:26 UTC (2+ messages)
Migration of download.qemu.org server in progress
2023-01-26 20:56 UTC (2+ messages)
[PATCH v5 0/4] memory: prevent dma-reentracy issues
2023-01-26 20:54 UTC (3+ messages)
` [PATCH v5 1/4] "
Outdated QEMU microvm documentation
2023-01-26 20:53 UTC
[PATCH 0/3] util/userfaultfd: Support /dev/userfaultfd
2023-01-26 20:03 UTC (5+ messages)
` [PATCH 3/3] "
[PATCH v4 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
2023-01-26 19:48 UTC (5+ messages)
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).