messages from 2022-06-02 22:30:03 to 2022-06-05 08:22:32 UTC [more...]
[RFC PATCH 0/3] OpenRISC Semihosting and Virt
2022-06-05 8:19 UTC (13+ messages)
` [RFC PATCH 1/3] target/openrisc: Add basic support for semihosting
` [RFC PATCH 3/3] hw/openrisc: Add the OpenRISC virtual machine
[PATCH] aio_wait_kick: add missing memory barrier
2022-06-05 6:19 UTC (3+ messages)
[PATCH] docs/devel/*.txt: convert remaining files to restructuredText
2022-06-05 0:16 UTC
[PATCH 0/3] target/riscv: Fix issue 1060
2022-06-04 23:10 UTC (4+ messages)
` [PATCH 1/3] target/riscv: Set env->bins in gen_exception_illegal
` [PATCH 2/3] target/riscv: Remove generate_exception_mtval
` [PATCH 3/3] target/riscv: Minimize the calls to decode_save_opc
[PATCH 00/28] target/arm: Split out ptw.c from helper.c
2022-06-04 17:43 UTC (31+ messages)
` [PATCH 01/28] target/arm: Move stage_1_mmu_idx decl to internals.h
` [PATCH 02/28] target/arm: Move get_phys_addr to ptw.c
` [PATCH 03/28] target/arm: Move get_phys_addr_v5 "
` [PATCH 04/28] target/arm: Move get_phys_addr_v6 "
` [PATCH 05/28] target/arm: Move get_phys_addr_pmsav5 "
` [PATCH 06/28] target/arm: Move get_phys_addr_pmsav7_default "
` [PATCH 07/28] target/arm: Move get_phys_addr_pmsav7 "
` [PATCH 08/28] target/arm: Move get_phys_addr_pmsav8 "
` [PATCH 09/28] target/arm: Move pmsav8_mpu_lookup "
` [PATCH 10/28] target/arm: Move pmsav7_use_background_region "
` [PATCH 11/28] target/arm: Move v8m_security_lookup "
` [PATCH 12/28] target/arm: Move m_is_{ppb,system}_region "
` [PATCH 13/28] target/arm: Move get_level1_table_address "
` [PATCH 14/28] target/arm: Move combine_cacheattrs and subroutines "
` [PATCH 15/28] target/arm: Move get_phys_addr_lpae "
` [PATCH 16/28] target/arm: Move arm_{ldl,ldq}_ptw "
` [PATCH 17/28] target/arm: Move {arm_s1_, }regime_using_lpae_format to tlb_helper.c
` [PATCH 18/28] target/arm: Move arm_pamax, pamax_map into ptw.c
` [PATCH 19/28] target/arm: Move get_S1prot, get_S2prot to ptw.c
` [PATCH 20/28] target/arm: Move check_s2_mmu_setup "
` [PATCH 21/28] target/arm: Move aa32_va_parameters "
` [PATCH 22/28] target/arm: Move ap_to_tw_prot etc "
` [PATCH 23/28] target/arm: Move regime_is_user "
` [PATCH 24/28] target/arm: Move regime_ttbr "
` [PATCH 25/28] target/arm: Move regime_translation_disabled "
` [PATCH 26/28] target/arm: Move arm_cpu_get_phys_page_attrs_debug "
` [PATCH 27/28] target/arm: Move stage_1_mmu_idx, arm_stage1_mmu_idx "
` [PATCH 28/28] target/arm: Pass CPUARMState to arm_ld[lq]_ptw
[PATCH] linux-user/x86_64: Fix ELF_PLATFORM
2022-06-04 14:09 UTC (3+ messages)
[PATCH] microvm: turn off io reservations for pcie root ports
2022-06-04 13:25 UTC (2+ messages)
[PATCH] test/tcg/arm: Use -mfloat-abi=soft for test-armv6m-undef
2022-06-04 13:21 UTC (3+ messages)
q: incorrect register emulation mask for Xen PCI passthrough?
2022-06-04 9:44 UTC
[PATCH v3 0/7] QOM'ify PIIX southbridge creation
2022-06-04 8:36 UTC (7+ messages)
Changes for building bits on newer gcc 9.4 compiler
2022-06-04 7:56 UTC (3+ messages)
[PULL 00/11] hw/nvme updates
2022-06-04 2:31 UTC (13+ messages)
` [PULL 01/11] hw/nvme: fix narrowing conversion
` [PULL 02/11] hw/nvme: add missing return statement
` [PULL 03/11] hw/nvme: fix copy cmd for pi enabled namespaces
` [PULL 04/11] hw/nvme: fix smart aen
` [PULL 05/11] hw/nvme: enforce common serial per subsystem
` [PULL 06/11] hw/nvme: do not auto-generate eui64
` [PULL 07/11] hw/nvme: do not auto-generate uuid
` [PULL 08/11] hw/nvme: do not report null uuid
` [PULL 09/11] hw/nvme: bump firmware revision
` [PULL 10/11] hw/nvme: deprecate the use-intel-id compatibility parameter
` [PULL 11/11] hw/nvme: add new command abort case
[PATCH] hw/nvme: Fix deallocate when metadata is present
2022-06-03 20:03 UTC (3+ messages)
[PATCH v2 00/16] powernv: introduce pnv-phb base/proxy devices
2022-06-03 21:00 UTC (10+ messages)
` [PATCH v2 04/16] ppc/pnv: change PnvPHB3 to be a PnvPHB backend
` [PATCH v2 08/16] ppc/pnv: user created pnv-phb for powernv9
` [PATCH v2 11/16] ppc/pnv: add pnv-phb-root-port device
[PATCH] hw/nvme: clear aen mask on reset
2022-06-03 20:49 UTC (3+ messages)
[PATCH v2] hw/nvme: allow to pass a memory backend object for the CMB
2022-06-03 20:43 UTC (2+ messages)
[PATCH] Revert "hw/block/nvme: add support for sgl bit bucket descriptor"
2022-06-03 20:30 UTC
[PATCH v2] hw/nvme: clean up CC register write logic
2022-06-03 20:24 UTC (3+ messages)
[PATCH v4 00/11] QOM'ify PIIX southbridge creation
2022-06-03 18:50 UTC (12+ messages)
` [PATCH v4 01/11] hw/southbridge/piix: Aggregate all PIIX southbridge type names
` [PATCH v4 02/11] hw/isa/piix4: Use object_initialize_child() for embedded struct
` [PATCH v4 03/11] hw/isa/piix4: Move pci_map_irq_fn' near pci_set_irq_fn
` [PATCH v4 04/11] hw/isa/piix4: QOM'ify PCI device creation and wiring
` [PATCH v4 05/11] hw/isa/piix4: Factor out ISABus retrieval from piix4_create()
` [PATCH v4 06/11] hw/isa/piix4: QOM'ify PIIX4 PM creation
` [PATCH v4 07/11] hw/isa/piix4: Inline and remove piix4_create()
` [PATCH v4 08/11] hw/isa/piix3: Move pci_map_irq_fn near pci_set_irq_fn
` [PATCH v4 09/11] hw/isa/piix3: QOM'ify PCI device creation and wiring
` [PATCH v4 10/11] hw/isa/piix3: Factor out ISABus retrieval from piix3_create()
` [PATCH v4 11/11] hw/isa/piix3: Inline and remove piix3_create()
[PATCH RESEND v3 1/8] target/ppc: Implemented vector divide instructions
2022-06-03 18:09 UTC (8+ messages)
` [PATCH RESEND v3 3/8] target/ppc: Implemented vector divide extended word
` [PATCH RESEND v3 4/8] host-utils: Implemented unsigned 256-by-128 division
` [PATCH RESEND v3 7/8] target/ppc: Implemented vector module word/doubleword
Fwd: about the current status of Multi-process QEMU / out-of-process emulation
2022-06-03 17:36 UTC (2+ messages)
` "
[PATCH] disas: Remove libvixl disassembler
2022-06-03 17:35 UTC (4+ messages)
[PATCH v6 00/18] job: replace AioContext lock with job_mutex
2022-06-03 16:59 UTC (9+ messages)
` [PATCH v6 02/18] job.h: categorize fields in struct Job
` [PATCH v6 05/18] job.h: add _locked duplicates for job API functions called with and without job_mutex
` [PATCH v6 06/18] jobs: protect jobs with job_lock/unlock
` [PATCH v6 15/18] job: detect change of aiocontext within job coroutine
[PATCH v6 00/43] Add LoongArch softmmu support
2022-06-03 16:49 UTC (7+ messages)
` [PATCH v6 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [PATCH v6 38/43] hw/loongarch: Add LoongArch ls7a rtc device support
` [PATCH v6 40/43] hw/loongarch: Add LoongArch power manager support
[PATCH] gitlab-ci: Fix the build-cfi-aarch64 and build-cfi-ppc64-s390x jobs
2022-06-03 16:32 UTC (3+ messages)
[RFC PATCH v5 0/4] RISC-V Smstateen support
2022-06-03 16:04 UTC (5+ messages)
` [RFC PATCH v5 1/4] target/riscv: Add smstateen support
` [RFC PATCH v5 2/4] target/riscv: smstateen check for h/senvcfg
` [RFC PATCH v5 3/4] target/riscv: smstateen check for fcsr
` [RFC PATCH v5 4/4] target/riscv: smstateen check for AIA/IMSIC
[PATCH] tests/avocado: Prefer max cpu type when using AArch64 virt machine
2022-06-03 15:34 UTC (7+ messages)
[PULL 00/12] s390x and misc patches
2022-06-03 15:16 UTC (14+ messages)
` [PULL 01/12] s390: Typo fix FLOATING_POINT_SUPPPORT_ENH
` [PULL 02/12] hw/s390x/s390-virtio-ccw: Improve the machine description string
` [PULL 03/12] target/s390x: kvm: Honor storage keys during emulation
` [PULL 04/12] MAINTAINERS: Update s390 vhost entries
` [PULL 05/12] tests/tcg: Test overflow conditions
` [PULL 06/12] MAINTAINERS: Change my email address
` [PULL 07/12] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs
` [PULL 08/12] qtest/npcm7xx_pwm-test: Fix memory leak in mft_qom_set
` [PULL 09/12] tests/qtest: use g_autofree for test_server_create_chr
` [PULL 10/12] ui: Remove deprecated parameters of the "-display sdl" option
` [PULL 11/12] ui: Switch "-display sdl" to use the QAPI parser
` [PULL 12/12] ui: Remove deprecated options "-sdl" and "-curses"
[PATCH v2] tests: Prefer max cpu type when using AArch64 virt machine
2022-06-03 15:15 UTC (5+ messages)
[RFC PATCH 0/3] Allow Capstone 3.0.5 again and remove the submodule
2022-06-03 15:05 UTC (9+ messages)
` [PATCH 3/3] capstone: Remove the capstone submodule
[PATCH] target/ppc: fix vbpermd in big endian hosts
2022-06-03 14:18 UTC (2+ messages)
about the current status of Multi-process QEMU / out-of-process emulation
2022-06-03 10:58 UTC
[PULL 2/3] qga-win32: Add support for NVME but type
2022-06-03 13:15 UTC (14+ messages)
` Debian MinGW cross compilation (was: Re: [PULL 2/3] qga-win32: Add support for NVME but type)
[PATCH v10 00/14] vfio-user server in QEMU
2022-06-03 12:20 UTC (10+ messages)
` [PATCH v10 13/14] vfio-user: handle device interrupts
[PATCH v2 0/3] target/riscv: Make CPU property names lowercase (w/ capitalized aliases)
2022-06-03 11:36 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] target/riscv: Reorganize riscv_cpu_properties
` [PATCH v3 2/3] target/riscv: Make CPU property names lowercase
` [PATCH v3 3/3] target/riscv: Deprecate capitalized property names
[PATCH v6 0/8] Support exporting BDSs via VDUSE
2022-06-03 11:25 UTC (3+ messages)
` [PATCH v6 5/8] libvduse: Add VDUSE (vDPA Device in Userspace) library
[PATCH v2 00/10] Random cleanup patches
2022-06-03 10:42 UTC (3+ messages)
[PATCH 1/1] hw: m25p80: add W# pin and SRWD bit for write protection
2022-06-03 8:49 UTC (2+ messages)
[RFC PATCH v2 0/6] hw/i2c: i2c slave mode support
2022-06-03 7:07 UTC (9+ messages)
TARGET_SYS_HEAPINFO and Cortex-A15 memory map
2022-06-03 6:17 UTC (2+ messages)
[PATCH] ppc/pnv: fix extra indent spaces with DEFINE_PROP*
2022-06-02 21:53 UTC
[PATCH 00/71] target/arm: Scalable Matrix Extension
2022-06-02 21:48 UTC (34+ messages)
` [PATCH 31/71] target/arm: Move error for sve%d property to arm_cpu_sve_finalize
` [PATCH 34/71] target/arm: Generalize cpu_arm_{get, set}_default_vec_len
` [PATCH 37/71] target/arm: Add cpu properties for SME
` [PATCH 39/71] target/arm: Add SVL to TB flags
` [PATCH 41/71] target/arm: Add infrastructure for disas_sme
` [PATCH 42/71] target/arm: Trap AdvSIMD usage when Streaming SVE is active
` [PATCH 44/71] target/arm: Implement SME ZERO
` [PATCH 45/71] target/arm: Implement SME MOVA
` [PATCH 46/71] target/arm: Implement SME LD1, ST1
` [PATCH 47/71] target/arm: Export unpredicated ld/st from translate-sve.c
` [PATCH 49/71] target/arm: Implement SME ADDHA, ADDVA
` [PATCH 50/71] target/arm: Implement FMOPA, FMOPS (non-widening)
` [PATCH 51/71] target/arm: Implement BFMOPA, BFMOPS
` [PATCH 52/71] target/arm: Implement FMOPA, FMOPS (widening)
` [PATCH 53/71] target/arm: Implement SME integer outer product
` [PATCH 54/71] target/arm: Implement PSEL
` [PATCH 55/71] target/arm: Implement REVD
` [PATCH 56/71] target/arm: Implement SCLAMP, UCLAMP
` [PATCH 57/71] target/arm: Reset streaming sve state on exception boundaries
` [PATCH 58/71] target/arm: Enable SME for -cpu max
` [PATCH 59/71] linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLS
` [PATCH 60/71] linux-user/aarch64: Reset PSTATE.SM on syscalls
` [PATCH 61/71] linux-user/aarch64: Add SM bit to SVE signal context
` [PATCH 62/71] linux-user/aarch64: Tidy target_restore_sigframe error return
` [PATCH 63/71] linux-user/aarch64: Do not allow duplicate or short sve records
` [PATCH 64/71] linux-user/aarch64: Verify extra record lock succeeded
` [PATCH 65/71] linux-user/aarch64: Move sve record checks into restore
` [PATCH 66/71] linux-user/aarch64: Implement SME signal handling
` [PATCH 67/71] linux-user: Rename sve prctls
` [PATCH 68/71] linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL
` [PATCH 69/71] target/arm: Only set ZEN in reset if SVE present
` [PATCH 70/71] target/arm: Enable SME for user-only
` [PATCH 71/71] linux-user/aarch64: Add SME related hwcap entries
[PULL 0/2] VFIO fixes 2022-02-03
2022-06-02 22:15 UTC (6+ 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).