messages from 2023-06-20 10:52:44 to 2023-06-20 17:12:08 UTC [more...]
[PATCH V3 0/4] string list functions
2023-06-20 17:10 UTC (4+ messages)
` [PATCH V3 1/4] util: strList_from_string
` [PATCH V3 2/4] qapi: QAPI_LIST_LENGTH
` [PATCH V3 4/4] util: strList unit tests
'make check-tcg' fails with an assert in qemu_plugin_vcpu_init_hook
2023-06-20 17:00 UTC (2+ messages)
[PATCH 0/4] target/ppc: Fixes for instruction-related
2023-06-20 16:54 UTC (7+ messages)
` [PATCH 1/4] target/ppc: Fix instruction loading endianness in alignment interrupt
` [PATCH 2/4] target/ppc: Change partition-scope translate interface
` [PATCH 3/4] target/ppc: Add SRR1 prefix indication to interrupt handlers
` [PATCH 4/4] target/ppc: Implement HEIR SPR
[PATCH 0/3] Add symbols for memory listener priority
2023-06-20 16:50 UTC (4+ messages)
` [PATCH 1/3] exec/memory: Add symbolic value for memory listener priority for accel
` [PATCH 2/3] exec/memory: Add symbol for memory listener priority for dev backend
` [PATCH 3/3] exec/memory: Add symbol for the min value of memory listener priority
[PATCH] pc-bios/keymaps: Use the official xkb name for Arabic layout, not the legacy synonym
2023-06-20 16:50 UTC (3+ messages)
[PATCH 0/2] target/sparc: Enable MTTCG
2023-06-20 16:49 UTC (5+ messages)
` [PATCH 1/2] target/sparc: Set TCG_GUEST_DEFAULT_MO
` [PATCH 2/2] configs: Enable MTTCG for sparc, sparc64
[PATCH v5 00/20] target/arm: Implement FEAT_RME
2023-06-20 16:41 UTC (26+ messages)
` [PATCH v5 01/20] target/arm: Add isar_feature_aa64_rme
` [PATCH v5 02/20] target/arm: Update SCR and HCR for RME
` [PATCH v5 03/20] target/arm: SCR_EL3.NS may be RES1
` [PATCH v5 04/20] target/arm: Add RME cpregs
` [PATCH v5 05/20] target/arm: Introduce ARMSecuritySpace
` [PATCH v5 06/20] include/exec/memattrs: Add two bits of space to MemTxAttrs
` [PATCH v5 07/20] target/arm: Adjust the order of Phys and Stage2 ARMMMUIdx
` [PATCH v5 08/20] target/arm: Introduce ARMMMUIdx_Phys_{Realm,Root}
` [PATCH v5 09/20] target/arm: Remove __attribute__((nonnull)) from ptw.c
` [PATCH v5 10/20] target/arm: Pipe ARMSecuritySpace through ptw.c
` [PATCH v5 11/20] target/arm: NSTable is RES0 for the RME EL3 regime
` [PATCH v5 12/20] target/arm: Handle Block and Page bits for security space
` [PATCH v5 13/20] target/arm: Handle no-execute for Realm and Root regimes
` [PATCH v5 14/20] target/arm: Use get_phys_addr_with_struct in S1_ptw_translate
` [PATCH v5 15/20] target/arm: Move s1_is_el0 into S1Translate
` [PATCH v5 16/20] target/arm: Use get_phys_addr_with_struct for stage2
` [PATCH v5 17/20] target/arm: Add GPC syndrome
` [PATCH v5 18/20] target/arm: Implement GPC exceptions
` [PATCH v5 19/20] target/arm: Implement the granule protection check
` [PATCH v5 20/20] target/arm: Add cpu properties for enabling FEAT_RME
[PATCH v2 00/10] target/i386: add a few simple features
2023-06-20 16:27 UTC (18+ messages)
` [PATCH v2 01/10] target/i386: fix INVD vmexit
` [PATCH v2 02/10] target/i386: TCG supports 3DNow! prefetch(w)
` [PATCH v2 03/10] target/i386: TCG supports RDSEED
` [PATCH v2 04/10] target/i386: TCG supports XSAVEERPTR
` [PATCH v2 05/10] target/i386: TCG supports WBNOINVD
` [PATCH v2 06/10] target/i386: Intel only supports SYSCALL in long mode
` [PATCH v2 07/10] target/i386: sysret and sysexit are privileged
` [PATCH v2 08/10] target/i386: implement 32-bit SYSCALL for linux-user
` [PATCH v2 09/10] target/i386: implement 32-bit SYSENTER "
` [PATCH v2 10/10] target/i386: implement RDPID in TCG
[RFC PATCH] qemu-keymap: properly check return from xkb_keymap_mod_get_index
2023-06-20 16:10 UTC (6+ messages)
[PATCH qemu] fdt_load_addr is getting overflowed when there is no DRAM at lower 32 bit address space. To support pure 64-bit DRAM address, fdt_load_addr variable's data type is changed to uint64_t instead of uint32_t
2023-06-20 14:37 UTC
[PATCH 00/42] Migration test refactoring
2023-06-20 15:53 UTC (33+ messages)
` [PATCH 01/42] migration-test: Be consistent for ppc
` [PATCH 02/42] migration-test: Make ignore_stderr regular with other options
` [PATCH 03/42] migration-test: simplify shmem_opts handling
` [PATCH 04/42] migration-test: Make machine_opts regular with other options
` [PATCH 05/42] migration-test: Create arch_opts
` [PATCH 06/42] migration-test: machine_opts is really arch specific
` [PATCH 07/42] migration-test: Create kvm_opts
` [PATCH 08/42] migration-test: bootpath is the same for all tests and for all archs
` [PATCH 09/42] migration-test: Add bootfile_create/delete() functions
` [PATCH 10/42] migration-test: dirtylimit checks for x86_64 arch before
` [PATCH 11/42] migration-test: Update test_ignore_shared to use args
` [PATCH 12/42] migration-test: Enable back ignore-shared test
` [PATCH 13/42] migration-test: Check for shared memory like for everything else
` [PATCH 14/42] migration-test: test_migrate_start() always return 0
` [PATCH 15/42] migration-test: migrate_postcopy_prepare() "
` [PATCH 16/42] migration-test: Create do_migrate()
[PATCH 0/5] docs/devel: improve API documentation for QOM
2023-06-20 15:50 UTC (7+ messages)
` [PATCH 1/5] docs/devel: add some front matter to the devel index
` [PATCH 2/5] include/migration: mark vmstate_register() as a legacy function
` [PATCH 5/5] docs/devel: introduce some key concepts for QOM development
[PATCH v3 0/5] tcg: Issue memory barriers for guest memory model
2023-06-20 15:46 UTC (7+ messages)
` [PATCH v3 1/5] target/microblaze: Define TCG_GUEST_DEFAULT_MO
` [PATCH v3 4/5] tcg: Add host memory barriers to cpu_ldst.h interfaces
[PATCH v2 0/2] gitlab-ci: msys2 improvements
2023-06-20 15:37 UTC (3+ messages)
` [PATCH v2 1/2] gitlab-ci: grab msys2 meson-logs as artifacts
` [PATCH v2 2/2] gitlab-ci: add msys2 meson test to junit report
[PATCH] hw/ppc/spapr: Test whether TCG is enabled with tcg_enabled()
2023-06-20 15:26 UTC (5+ messages)
[PATCH] target/riscv/cpu.c: fix veyron-v1 CPU properties
2023-06-20 15:24 UTC
RFC: target/riscv: Add support for Zacas extension
2023-06-20 15:22 UTC (4+ messages)
` [PATCH 1/2] target/riscv: Add Zacas ISA extension support
[RFC 0/4] Add full zoned storage emulation to qcow2 driver
2023-06-20 15:07 UTC (8+ messages)
` [RFC 2/4] qcow2: add configurations for zoned format extension
[PULL 00/29] ppc queue
2023-06-20 14:57 UTC (6+ messages)
` [PULL 05/29] pnv/xive2: Handle TIMA access through all ports
[RFC 0/6] Migration deprecated parts
2023-06-20 14:45 UTC (14+ messages)
` [RFC 1/6] migration: skipped field is really obsolete
` [RFC 2/6] migration: migrate 'inc' command option is deprecated
` [RFC 3/6] migration: migrate 'blk' "
` [RFC 4/6] migration: Deprecate -incoming <uri>
[PATCH] vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry path
2023-06-20 14:43 UTC (2+ messages)
[PATCH 05/12] hw/virtio: Add support for apple virtio-blk
2023-06-20 14:35 UTC (2+ messages)
[PATCH 0/7] target/i386: add a few simple features
2023-06-20 14:38 UTC (4+ messages)
` [PATCH 6/7] target/i386: implement RDPID in TCG
[PATCH] hw/pci: add comment explaining the reason for checking function 0 in hotplug
2023-06-20 14:25 UTC
[PATCH v2] hw/acpi: Fix PM control register access
2023-06-20 14:01 UTC (8+ messages)
[PATCH] target/arm: Fix sve prediate store, 8 <= VQ <= 15
2023-06-20 13:49 UTC (2+ messages)
[PATCH v1 0/4] virtio-mem: Support "x-ignore-shared" migration
2023-06-20 13:40 UTC (7+ messages)
` [PATCH v1 1/4] softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mapping
` [PATCH v1 2/4] virtio-mem: Skip most of virtio_mem_unplug_all() without plugged memory
` [PATCH v1 3/4] migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored()
` [PATCH v1 4/4] virtio-mem: Support "x-ignore-shared" migration
[PATCH] linux-user/i386: Properly align signal frame
2023-06-20 13:26 UTC (2+ messages)
[PATCH] target/ppc: Better CTRL SPR implementation
2023-06-20 13:15 UTC
[PATCH] target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interrupts
2023-06-20 13:13 UTC
[Qemu-devel] [PATCH PULL v2 00/10] RDMA patches
2023-06-20 12:35 UTC (3+ messages)
` [Qemu-devel] [PATCH PULL v2 08/10] hw/rdma: PVRDMA commands and data-path ops
[PATCH 0/2] hw/i386: Cleanups around kvmclock_create()
2023-06-20 12:32 UTC (5+ messages)
` [PATCH 1/2] hw/i386: Remove unuseful kvmclock_create() stub
` [RFC PATCH 2/2] hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'
[QEMU PATCH 0/1]
2023-06-20 12:26 UTC (7+ messages)
` [QEMU PATCH 1/1] virtgpu: do not destroy resources when guest suspend
[PATCH v1 00/46] Add LoongArch LASX instructions
2023-06-20 12:25 UTC (7+ messages)
` [PATCH v1 01/46] target/loongarch: Add LASX data type XReg
` [PATCH v1 03/46] target/loongarch: Add CHECK_ASXE maccro for check LASX enable
` [PATCH v1 04/46] target/loongarch: Implement xvadd/xvsub
[PULL 00/27] Enable PV backends with Xen/KVM emulation
2023-06-20 12:19 UTC (5+ messages)
` [PULL 05/27] hw/xen: Watches on XenStore transactions
[PATCH v4] hw/pci: enforce use of slot only slot 0 when devices have an upstream PCIE port
2023-06-20 12:14 UTC (3+ messages)
[PATCH] tests/plugin: Remove duplicate insn log from libinsn.so
2023-06-20 12:05 UTC (7+ messages)
[PATCH 0/9] ppc: New reviewers and KVM cleanups
2023-06-20 11:53 UTC (11+ messages)
` [PATCH 6/9] ppc/sam460ex: Report an error when run with KVM
` [PATCH 8/9] ppc/pnv: Rephrase "
` [SPAM] "
` [PATCH 9/9] target/ppc: Fix timer register accessors when !KVM
[PATCH v3 00/34] target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h'
2023-06-20 11:37 UTC (5+ messages)
` [PATCH v3 13/34] target/arm/tcg: Extract NEON definitions to 'helper-neon.h.inc'
` [PATCH v3 22/34] target/arm/tcg: Reduce 'helper-crypto.h.inc' inclusion
[PATCH for-8.1] target/sparc: Use tcg_gen_lookup_and_goto_ptr
2023-06-20 11:21 UTC (2+ messages)
[PATCH 00/12] Introduce new vmapple machine type
2023-06-20 11:17 UTC (2+ messages)
[PATCH v3 00/37] crypto: Provide aes-round.h and host accel
2023-06-20 11:07 UTC (38+ messages)
` [PATCH v3 01/37] util: Add cpuinfo-ppc.c
` [PATCH v3 02/37] tests/multiarch: Add test-aes
` [PATCH v3 03/37] target/arm: Move aesmc and aesimc tables to crypto/aes.c
` [PATCH v3 04/37] crypto/aes: Add constants for ShiftRows, InvShiftRows
` [PATCH v3 05/37] crypto: Add aesenc_SB_SR_AK
` [PATCH v3 06/37] target/i386: Use aesenc_SB_SR_AK
` [PATCH v3 07/37] target/arm: Demultiplex AESE and AESMC
` [PATCH v3 08/37] target/arm: Use aesenc_SB_SR_AK
` [PATCH v3 09/37] target/ppc: "
` [PATCH v3 10/37] target/riscv: "
` [PATCH v3 11/37] crypto: Add aesdec_ISB_ISR_AK
` [PATCH v3 12/37] target/i386: Use aesdec_ISB_ISR_AK
` [PATCH v3 13/37] target/arm: "
` [PATCH v3 14/37] target/ppc: "
` [PATCH v3 15/37] target/riscv: "
` [PATCH v3 16/37] crypto: Add aesenc_MC
` [PATCH v3 17/37] target/arm: Use aesenc_MC
` [PATCH v3 18/37] crypto: Add aesdec_IMC
` [PATCH v3 19/37] target/i386: Use aesdec_IMC
` [PATCH v3 20/37] target/arm: "
` [PATCH v3 21/37] target/riscv: "
` [PATCH v3 22/37] crypto: Add aesenc_SB_SR_MC_AK
` [PATCH v3 23/37] target/i386: Use aesenc_SB_SR_MC_AK
` [PATCH v3 24/37] target/ppc: "
` [PATCH v3 25/37] target/riscv: "
` [PATCH v3 26/37] crypto: Add aesdec_ISB_ISR_IMC_AK
` [PATCH v3 27/37] target/i386: Use aesdec_ISB_ISR_IMC_AK
` [PATCH v3 28/37] target/riscv: "
` [PATCH v3 29/37] crypto: Add aesdec_ISB_ISR_AK_IMC
` [PATCH v3 30/37] target/ppc: Use aesdec_ISB_ISR_AK_IMC
` [PATCH v3 31/37] crypto: Remove AES_shifts, AES_ishifts
` [PATCH v3 32/37] crypto: Implement aesdec_IMC with AES_imc_rot
` [PATCH v3 33/37] crypto: Remove AES_imc
` [PATCH v3 34/37] crypto: Unexport AES_*_rot, AES_TeN, AES_TdN
` [PATCH v3 35/37] host/include/i386: Implement aes-round.h
` [PATCH v3 36/37] host/include/aarch64: "
` [PATCH v3 37/37] host/include/ppc: "
[PATCH] x86_64/atomic128-ldst.h: fix arch include guard
2023-06-20 10:59 UTC (2+ messages)
[PATCH v2 0/4] ppc/spapr: Nested HV fix and tidying
2023-06-20 10:57 UTC (5+ messages)
` [PATCH v2 1/4] ppc/spapr: H_ENTER_NESTED should restore host XER ca field
` [PATCH v2 2/4] ppc/spapr: Add a nested state struct
` [PATCH v2 3/4] ppc/spapr: load and store l2 state with helper functions
` [PATCH v2 4/4] ppc/spapr: Move spapr nested HV to a new file
[PATCH v3 00/14] Misc clean ups to target/ppc exception handling
2023-06-20 10:52 UTC (4+ messages)
` [PATCH v3 12/14] target/ppc: Clean up ifdefs in excp_helper.c, part 1
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).