qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-02 00:45:24 to 2023-11-02 10:00:20 UTC [more...]

[PATCH 0/6] Various tracing patches
 2023-11-02  9:05 UTC  (4+ messages)
` [PATCH 6/6] system/memory: Trace names of MemoryRegions rather than host pointers

[PATCH v2 0/3] ide: implement simple legacy/native mode switching for PCI IDE controllers
 2023-11-02  9:03 UTC  (2+ messages)

[PATCH v6 00/12] RVA22U64 profile support
 2023-11-02  9:52 UTC  (6+ messages)
` [PATCH v6 06/12] target/riscv/tcg: add user flag for "

[PATCH v8 00/19] rv64i CPU, RVA22U64 profile support
 2023-11-02  9:47 UTC  (11+ messages)
` [PATCH v8 01/19] target/riscv: create TYPE_RISCV_VENDOR_CPU
` [PATCH v8 02/19] target/riscv/tcg: do not use "!generic" CPU checks
` [PATCH v8 03/19] target/riscv/cpu.c: set satp_max_supported in cpu_riscv_set_satp()
` [PATCH v8 04/19] target/riscv/cpu.c: set satp_mode_max MBARE during satp_finalize()
` [PATCH v8 05/19] target/riscv/tcg: update priv_ver on user_set extensions

[PATCH v2 0/4] Support RISC-V IOPMP
 2023-11-02  9:40 UTC  (5+ messages)
` [PATCH v2 1/4] exec/memattrs: Add iopmp source id, start address, end address to MemTxAttrs
` [PATCH v2 2/4] Add RISC-V IOPMP support
` [PATCH v2 3/4] hw/dma: Add Andes ATCDMAC300 support
` [PATCH v2 4/4] hw/riscv/virt: Add IOPMP support

[RFC PATCH 00/18] Map memory at destination .load_setup in vDPA-net migration
 2023-11-02  9:36 UTC  (8+ messages)
` [RFC PATCH 02/18] vdpa: move iova tree to the shared struct
` [RFC PATCH 04/18] vdpa: move shadow_data to vhost_vdpa_shared
` [RFC PATCH 15/18] vdpa: add vhost_vdpa_load_setup

[PATCH v6 00/21] virtio-net RSS/hash report fixes and improvements
 2023-11-02  9:33 UTC  (14+ messages)
` [PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS

[PATCH 0/2] RISC-V: OpenTitan: Fixup ePMP and SPI interrupts
 2023-11-02  9:31 UTC  (5+ messages)
` [PATCH 1/2] hw/ssi: ibex_spi_host: Clear the interrupt even if disabled
` [PATCH 2/2] target/riscv: cpu: Set the OpenTitan priv to 1.12.0

[PATCH] migration: Unlock mutex in error case
 2023-11-02  9:12 UTC 

[PATCH] ui/sdl2: use correct key names in win title on mac
 2023-11-02  8:59 UTC  (2+ messages)

[PATCH v3] tests/avocado: add test to exercize processor address space memory bound checks
 2023-11-02  8:43 UTC  (3+ messages)

[PATCH v8 0/4] pci hotplug tracking
 2023-11-02  8:27 UTC  (3+ messages)

[PATCH] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
 2023-11-02  8:16 UTC 

[RFC PATCH 0/5] hw/ppc/e500: Pass array of CPUs as array of canonical QOM paths
 2023-11-02  7:56 UTC  (7+ messages)
` [RFC PATCH 5/5] "

[PATCH v4 00/41] vfio: Adopt iommufd
 2023-11-02  7:13 UTC  (42+ messages)
` [PATCH v4 01/41] vfio/container: Move IBM EEH related functions into spapr_pci_vfio.c
` [PATCH v4 02/41] vfio/container: Move vfio_container_add/del_section_window into spapr.c
` [PATCH v4 03/41] vfio/container: Move spapr specific init/deinit "
` [PATCH v4 04/41] vfio/spapr: Make vfio_spapr_create/remove_window static
` [PATCH v4 05/41] vfio/common: Move vfio_host_win_add/del into spapr.c
` [PATCH v4 06/41] vfio: Introduce base object for VFIOContainer and targeted interface
` [PATCH v4 07/41] vfio/container: Introduce a empty VFIOIOMMUOps
` [PATCH v4 08/41] vfio/container: Switch to dma_map|unmap API
` [PATCH v4 09/41] vfio/common: Introduce vfio_container_init/destroy helper
` [PATCH v4 10/41] vfio/common: Move giommu_list in base container
` [PATCH v4 11/41] vfio/container: Move space field to "
` [PATCH v4 12/41] vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap API
` [PATCH v4 13/41] vfio/container: Move per container device list in base container
` [PATCH v4 14/41] vfio/container: Convert functions to "
` [PATCH v4 15/41] vfio/container: Move pgsizes and dma_max_mappings "
` [PATCH v4 16/41] vfio/container: Move vrdl_list "
` [PATCH v4 17/41] vfio/container: Move listener "
` [PATCH v4 18/41] vfio/container: Move dirty_pgsizes and max_dirty_bitmap_size "
` [PATCH v4 19/41] vfio/container: Move iova_ranges "
` [PATCH v4 20/41] vfio/container: Implement attach/detach_device
` [PATCH v4 21/41] vfio/spapr: Introduce spapr backend and target interface
` [PATCH v4 22/41] vfio/spapr: switch to spapr IOMMU BE add/del_section_window
` [PATCH v4 23/41] vfio/spapr: Move prereg_listener into spapr container
` [PATCH v4 24/41] vfio/spapr: Move hostwin_list "
` [PATCH v4 25/41] Add iommufd configure option
` [PATCH v4 26/41] backends/iommufd: Introduce the iommufd object
` [PATCH v4 27/41] util/char_dev: Add open_cdev()
` [PATCH v4 28/41] vfio/iommufd: Implement the iommufd backend
` [PATCH v4 29/41] vfio/iommufd: Relax assert check for "
` [PATCH v4 30/41] vfio/iommufd: Add support for iova_ranges
` [PATCH v4 31/41] vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info
` [PATCH v4 32/41] vfio/pci: Introduce a vfio pci hot reset interface
` [PATCH v4 33/41] vfio/iommufd: Enable pci hot reset through iommufd cdev interface
` [PATCH v4 34/41] vfio/pci: Allow the selection of a given iommu backend
` [PATCH v4 35/41] vfio/pci: Make vfio cdev pre-openable by passing a file handle
` [PATCH v4 36/41] vfio: Allow the selection of a given iommu backend for platform ap and ccw
` [PATCH v4 37/41] vfio/platform: Make vfio cdev pre-openable by passing a file handle
` [PATCH v4 38/41] vfio/ap: "
` [PATCH v4 39/41] vfio/ccw: "
` [PATCH v4 40/41] vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacks
` [PATCH v4 41/41] vfio: Compile out iommufd for PPC target

[PATCH 0/3] target/arm: Fix various FEAT_MOPS bugs
 2023-11-02  7:28 UTC  (3+ messages)
` [PATCH 2/3] linux-user: Report AArch64 hwcap2 fields above bit 31

-drive if=none: can't we make this the default?
 2023-11-02  7:09 UTC  (5+ messages)

[PATCH v3 0/3] Enable -cpu <cpu>,help
 2023-11-02  6:59 UTC  (5+ messages)
` [PATCH v3 1/3] qapi: Moved architecture agnostic data types to `machine`

[PATCH 0/7] Miscellaneous error message improvements
 2023-11-02  6:57 UTC  (3+ messages)
` [PATCH 6/7] balloon: Fix a misleading error message

[PATCH v5 0/8] hw/cxl: RAS error emulation and injection
 2023-11-02  6:47 UTC  (5+ messages)
` [PATCH v5 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

[PATCH v3 1/1] hmp: synchronize cpu state for lapic info
 2023-11-02  6:00 UTC  (4+ messages)

回复: Fw: 来自Leo Hou的邮件
 2023-11-02  5:36 UTC  (3+ messages)

[PATCH v4 00/33] Unified CPU type check
 2023-11-02  5:19 UTC  (19+ messages)
` [PATCH v4 25/33] machine: Constify MachineClass::valid_cpu_types[i]
` [PATCH v4 26/33] machine: Use error handling when CPU type is checked
` [PATCH v4 27/33] machine: Introduce helper is_cpu_type_supported()
` [PATCH v4 28/33] machine: Print CPU model name instead of CPU type name
` [PATCH v4 29/33] hw/arm/virt: Check CPU type in machine_run_board_init()
` [PATCH v4 30/33] hw/arm/virt: Hide host CPU model for tcg
` [PATCH v4 31/33] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init()
` [PATCH v4 32/33] hw/arm: "
` [PATCH v4 33/33] hw/riscv/shakti_c: "

[PATCH] file-posix: fix over-writing of returning zone_append offset
 2023-11-02  3:07 UTC  (2+ messages)

[PATCH v3 00/88] target/hppa: Implement hppa64 cpu
 2023-11-02  1:30 UTC  (89+ messages)
` [PATCH v3 01/88] target/hppa: Include PSW_P in tb flags and mmu index
` [PATCH v3 02/88] target/hppa: Rename hppa_tlb_entry to HPPATLBEntry
` [PATCH v3 03/88] target/hppa: Use IntervalTreeNode in HPPATLBEntry
` [PATCH v3 04/88] target/hppa: Always report one page to tlb_set_page
` [PATCH v3 05/88] target/hppa: Split out hppa_flush_tlb_range
` [PATCH v3 06/88] target/hppa: Populate an interval tree with valid tlb entries
` [PATCH v3 07/88] tcg: Improve expansion of deposit of constant
` [PATCH v3 08/88] tcg: Improve expansion of deposit into a constant
` [PATCH v3 09/88] target/hppa: Remove get_temp
` [PATCH v3 10/88] target/hppa: Remove get_temp_tl
` [PATCH v3 11/88] target/hppa: Remove load_const
` [PATCH v3 12/88] target/hppa: Fix hppa64 case in machine.c
` [PATCH v3 13/88] target/hppa: Fix load in do_load_32
` [PATCH v3 14/88] target/hppa: Truncate rotate count in trans_shrpw_sar
` [PATCH v3 15/88] target/hppa: Fix trans_ds for hppa64
` [PATCH v3 16/88] target/hppa: Fix do_add, do_sub "
` [PATCH v3 17/88] target/hppa: Fix bb_sar "
` [PATCH v3 18/88] target/hppa: Fix extrw and depw with sar "
` [PATCH v3 19/88] target/hppa: Introduce TYPE_HPPA64_CPU
` [PATCH v3 20/88] target/hppa: Make HPPA_BTLB_ENTRIES variable
` [PATCH v3 21/88] target/hppa: Implement cpu_list
` [PATCH v3 22/88] target/hppa: Implement hppa_cpu_class_by_name
` [PATCH v3 23/88] target/hppa: Update cpu_hppa_get/put_psw for hppa64
` [PATCH v3 24/88] target/hppa: Handle absolute addresses for pa2.0
` [PATCH v3 25/88] target/hppa: Adjust hppa_cpu_dump_state for hppa64
` [PATCH v3 26/88] target/hppa: Fix hppa64 addressing
` [PATCH v3 27/88] target/hppa: Pass DisasContext to copy_iaoq_entry
` [PATCH v3 28/88] target/hppa: Always use copy_iaoq_entry to set cpu_iaoq_[fb]
` [PATCH v3 29/88] target/hppa: Use copy_iaoq_entry for link in do_ibranch
` [PATCH v3 30/88] target/hppa: Mask inputs in copy_iaoq_entry
` [PATCH v3 31/88] target/hppa: sar register allows only 5 bits on 32-bit CPU
` [PATCH v3 32/88] target/hppa: Pass d to do_cond
` [PATCH v3 33/88] target/hppa: Pass d to do_sub_cond
` [PATCH v3 34/88] target/hppa: Pass d to do_log_cond
` [PATCH v3 35/88] target/hppa: Pass d to do_sed_cond
` [PATCH v3 36/88] target/hppa: Pass d to do_unit_cond
` [PATCH v3 37/88] linux-user/hppa: Fixes for TARGET_ABI32
` [PATCH v3 38/88] target/hppa: Drop attempted gdbstub support for hppa64
` [PATCH v3 39/88] target/hppa: Remove TARGET_HPPA64
` [PATCH v3 40/88] target/hppa: Decode d for logical instructions
` [PATCH v3 41/88] target/hppa: Decode d for unit instructions
` [PATCH v3 42/88] target/hppa: Decode d for cmpclr instructions
` [PATCH v3 43/88] target/hppa: Decode d for add instructions
` [PATCH v3 44/88] target/hppa: Decode d for sub instructions
` [PATCH v3 45/88] target/hppa: Decode d for bb instructions
` [PATCH v3 46/88] target/hppa: Decode d for cmpb instructions
` [PATCH v3 47/88] target/hppa: Decode CMPIB double-word
` [PATCH v3 48/88] target/hppa: Decode ADDB double-word
` [PATCH v3 49/88] target/hppa: Implement LDD, LDCD, LDDA, STD, STDA
` [PATCH v3 50/88] target/hppa: Implement DEPD, DEPDI
` [PATCH v3 51/88] target/hppa: Implement EXTRD
` [PATCH v3 52/88] target/hppa: Implement SHRPD
` [PATCH v3 53/88] target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM
` [PATCH v3 54/88] target/hppa: Implement STDBY
` [PATCH v3 55/88] target/hppa: Implement IDTLBT, IITLBT
` [PATCH v3 56/88] hw/hppa: Use uint32_t instead of target_ureg
` [PATCH v3 57/88] target/hppa: Remove TARGET_REGISTER_BITS
` [PATCH v3 58/88] target/hppa: Remove most of the TARGET_REGISTER_BITS redirections
` [PATCH v3 59/88] target/hppa: Remove remaining "
` [PATCH v3 60/88] target/hppa: Adjust vmstate_env for pa2.0 tlb
` [PATCH v3 61/88] target/hppa: Use tcg_temp_new_i64 not tcg_temp_new
` [PATCH v3 62/88] target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
` [PATCH v3 63/88] target/hppa: Implement HADD
` [PATCH v3 64/88] target/hppa: Implement HSUB
` [PATCH v3 65/88] target/hppa: Implement HAVG
` [PATCH v3 66/88] target/hppa: Implement HSHL, HSHR
` [PATCH v3 67/88] target/hppa: Implement HSHLADD, HSHRADD
` [PATCH v3 68/88] target/hppa: Implement MIXH, MIXW
` [PATCH v3 69/88] target/hppa: Implement PERMH
` [PATCH v3 70/88] target/hppa: Fix interruption based on default PSW
` [PATCH v3 71/88] target/hppa: Precompute zero into DisasContext
` [PATCH v3 72/88] target/hppa: Return zero for r0 from load_gpr
` [PATCH v3 73/88] include/hw/elf: Remove truncating signed casts
` [PATCH v3 74/88] hw/hppa: Translate phys addresses for the cpu
` [PATCH v3 75/88] linux-user/hppa: Drop EXCP_DUMP from handled exceptions
` [PATCH v3 76/88] target/hppa: Implement pa2.0 data prefetch instructions
` [PATCH v3 77/88] target/hppa: Add pa2.0 cpu local tlb flushes
` [PATCH v3 78/88] target/hppa: Avoid async_safe_run_on_cpu on uniprocessor system
` [PATCH v3 79/88] target/hppa: Clear upper bits in mtctl for pa1.x
` [PATCH v3 80/88] target/hppa: Add unwind_breg to CPUHPPAState
` [PATCH v3 81/88] target/hppa: Create raise_exception_with_ior
` [PATCH v3 82/88] target/hppa: Update IIAOQ, IIASQ for pa2.0
` [PATCH v3 83/88] target/hppa: Improve interrupt logging
` [PATCH v3 84/88] hw/pci-host/astro: Map Astro chip into 64-bit I/O memory region
` [PATCH v3 85/88] hw/pci-host/astro: Trigger CPU irq on CPU HPA in high memory
` [PATCH v3 86/88] hw/hppa: Turn on 64-bit CPU for C3700 machine
` [PATCH v3 87/88] hw/hppa: Allow C3700 with 64-bit and B160L with 32-bit CPU only
` [PATCH v3 88/88] hw/hppa: Map PDC ROM and I/O memory area into lower memory

来自Leo Hou的邮件
 2023-11-02  1:48 UTC  (2+ messages)
` 回复: "

[PATCH v2 00/14] Update RISC-V vector crypto to ratified v1.0.0
 2023-11-02  1:38 UTC  (28+ messages)
` [PATCH v2 02/14] target/riscv: Expose Zvkt extension property
` [PATCH v2 03/14] target/riscv: Add cfg property for Zvkb extension
` [PATCH v2 04/14] target/riscv: Replace Zvbb checking by Zvkb
` [PATCH v2 05/14] target/riscv: Expose Zvkb extension property
` [PATCH v2 06/14] target/riscv: Add cfg properties for Zvkn[c|g] extensions
` [PATCH v2 07/14] target/riscv: Expose Zvkn[c|g] extnesion properties
` [PATCH v2 08/14] target/riscv: Add cfg properties for Zvks[c|g] extensions
` [PATCH v2 09/14] target/riscv: Expose Zvks[c|g] extnesion properties
` [PATCH v2 10/14] target/riscv: Move vector crypto extensions to riscv_cpu_extensions
` [PATCH v2 11/14] disas/riscv: Add rv_fmt_vd_vs2_uimm format
` [PATCH v2 12/14] disas/riscv: Add rv_codec_vror_vi for vror.vi
` [PATCH v2 13/14] disas/riscv: Add support for vector crypto extensions
` [PATCH v2 14/14] disas/riscv: Replace TABs with space

[PATCH v5 00/13] RISC-V: ACPI: Enable AIA, PLIC and update RHCT
 2023-11-02  1:37 UTC  (4+ messages)
` [PATCH v5 09/13] hw/riscv/virt-acpi-build.c: Add MMU node in RHCT

Update mail account
 2023-11-02  1:34 UTC  (4+ messages)
` [PATCH 1/1] MAINTAINERS: update mail address for Weiwei Li


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