qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-22 01:00:20 to 2022-04-22 12:20:07 UTC [more...]

[PATCH 0/9] Record/replay refactoring and stuff
 2022-04-22 11:53 UTC  (2+ messages)
` [PATCH 5/9] docs: convert docs/devel/replay page to rst

[PATCH v5 0/9] s390x/pci: zPCI interpretation support
 2022-04-22 12:10 UTC  (10+ messages)
` [PATCH v5 5/9] s390x/pci: enable for load/store intepretation
` [PATCH v5 7/9] s390x/pci: enable adapter event notification for interpreted devices
` [PATCH v5 9/9] s390x/pci: reflect proper maxstbl for groups of "

[PATCH v7 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
 2022-04-22 11:25 UTC  (7+ messages)
` [PATCH v7 1/4] qapi/machine.json: Add cluster-id
` [PATCH v7 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table

[PATCH v2 0/7] target/xtensa: use tcg_constant_* where possible
 2022-04-22 11:43 UTC  (4+ messages)
` [PATCH v2 1/7] target/xtensa: fix missing tcg_temp_free in gen_window_check
` [PATCH v2 3/7] target/xtensa: use tcg_constant_* for exceptions
` [PATCH v2 5/7] target/xtensa: use tcg_constant_* for numbered special registers

[PATCH v3 00/60] target/arm: Cleanups, new features, new cpus
 2022-04-22 11:08 UTC  (37+ messages)
` [PATCH v3 25/60] target/arm: Reorg CPAccessResult and access_check_cp_reg
` [PATCH v3 26/60] target/arm: Replace sentinels with ARRAY_SIZE in cpregs.h
` [PATCH v3 27/60] target/arm: Make some more cpreg data static const
` [PATCH v3 28/60] target/arm: Reorg ARMCPRegInfo type field bits
` [PATCH v3 29/60] target/arm: Change cpreg access permissions to enum
` [PATCH v3 30/60] target/arm: Name CPState type
` [PATCH v3 31/60] target/arm: Name CPSecureState type
` [PATCH v3 32/60] target/arm: Update sysreg fields when redirecting for E2H
` [PATCH v3 33/60] target/arm: Store cpregs key in the hash table directly
` [PATCH v3 34/60] target/arm: Cleanup add_cpreg_to_hashtable
` [PATCH v3 35/60] target/arm: Handle cpreg registration for missing EL
` [PATCH v3 40/60] target/arm: Move cortex impdef sysregs to cpu_tcg.c
` [PATCH v3 41/60] target/arm: Update qemu-system-arm -cpu max to cortex-a57
` [PATCH v3 43/60] target/arm: Split out aa32_max_features
` [PATCH v3 51/60] target/arm: Implement virtual SError exceptions
` [PATCH v3 59/60] target/arm: Define cortex-a76
` [PATCH v3 60/60] target/arm: Define neoverse-n1

[PATCH v4 0/4] util/thread-pool: Expose minimun and maximum size
 2022-04-22 11:15 UTC  (5+ messages)
` [PATCH v4 2/3] util/main-loop: Introduce the main loop into QOM
` [PATCH v4 3/3] util/event-loop-base: Introduce options to set the thread pool size

[PULL 00/61] target-arm queue
 2022-04-22 11:41 UTC  (63+ messages)
` [PULL 01/61] hw/intc/arm_gicv3_its: Add missing blank line
` [PULL 02/61] hw/intc/arm_gicv3: Sanity-check num-cpu property
` [PULL 03/61] hw/intc/arm_gicv3: Insist that redist region capacity matches CPU count
` [PULL 04/61] hw/intc/arm_gicv3: Report correct PIDR0 values for ID registers
` [PULL 05/61] target/arm/cpu.c: ignore VIRQ and VFIQ if no EL2
` [PULL 06/61] hw/intc/arm_gicv3_its: Factor out "is intid a valid LPI ID?"
` [PULL 07/61] hw/intc/arm_gicv3_its: Implement GITS_BASER2 for GICv4
` [PULL 08/61] hw/intc/arm_gicv3_its: Implement VMAPI and VMAPTI
` [PULL 09/61] hw/intc/arm_gicv3_its: Implement VMAPP
` [PULL 10/61] hw/intc/arm_gicv3_its: Distinguish success and error cases of CMD_CONTINUE
` [PULL 11/61] hw/intc/arm_gicv3_its: Factor out "find ITE given devid, eventid"
` [PULL 12/61] hw/intc/arm_gicv3_its: Factor out CTE lookup sequence
` [PULL 13/61] hw/intc/arm_gicv3_its: Split out process_its_cmd() physical interrupt code
` [PULL 14/61] hw/intc/arm_gicv3_its: Handle virtual interrupts in process_its_cmd()
` [PULL 15/61] hw/intc/arm_gicv3: Keep pointers to every connected ITS
` [PULL 16/61] hw/intc/arm_gicv3_its: Implement VMOVP
` [PULL 17/61] hw/intc/arm_gicv3_its: Implement VSYNC
` [PULL 18/61] hw/intc/arm_gicv3_its: Implement INV command properly
` [PULL 19/61] hw/intc/arm_gicv3_its: Implement INV for virtual interrupts
` [PULL 20/61] hw/intc/arm_gicv3_its: Implement VMOVI
` [PULL 21/61] hw/intc/arm_gicv3_its: Implement VINVALL
` [PULL 22/61] hw/intc/arm_gicv3: Implement GICv4's new redistributor frame
` [PULL 23/61] hw/intc/arm_gicv3: Implement new GICv4 redistributor registers
` [PULL 24/61] hw/intc/arm_gicv3_cpuif: Split "update vIRQ/vFIQ" from gicv3_cpuif_virt_update()
` [PULL 25/61] hw/intc/arm_gicv3_cpuif: Support vLPIs
` [PULL 26/61] hw/intc/arm_gicv3_cpuif: Don't recalculate maintenance irq unnecessarily
` [PULL 27/61] hw/intc/arm_gicv3_redist: Factor out "update hpplpi for one LPI" logic
` [PULL 28/61] hw/intc/arm_gicv3_redist: Factor out "update hpplpi for all LPIs" logic
` [PULL 29/61] hw/intc/arm_gicv3_redist: Recalculate hppvlpi on VPENDBASER writes
` [PULL 30/61] hw/intc/arm_gicv3_redist: Factor out "update bit in pending table" code
` [PULL 31/61] hw/intc/arm_gicv3_redist: Implement gicv3_redist_process_vlpi()
` [PULL 32/61] hw/intc/arm_gicv3_redist: Implement gicv3_redist_vlpi_pending()
` [PULL 33/61] hw/intc/arm_gicv3_redist: Use set_pending_table_bit() in mov handling
` [PULL 34/61] hw/intc/arm_gicv3_redist: Implement gicv3_redist_mov_vlpi()
` [PULL 35/61] hw/intc/arm_gicv3_redist: Implement gicv3_redist_vinvall()
` [PULL 36/61] hw/intc/arm_gicv3_redist: Implement gicv3_redist_inv_vlpi()
` [PULL 37/61] hw/intc/arm_gicv3: Update ID and feature registers for GICv4
` [PULL 38/61] hw/intc/arm_gicv3: Allow 'revision' property to be set to 4
` [PULL 39/61] hw/arm/virt: Use VIRT_GIC_VERSION_* enum values in create_gic()
` [PULL 40/61] hw/arm/virt: Abstract out calculation of redistributor region capacity
` [PULL 41/61] hw/arm/virt: Support TCG GICv4
` [PULL 42/61] target/arm: Update ISAR fields for ARMv8.8
` [PULL 43/61] target/arm: Update SCR_EL3 bits to ARMv8.8
` [PULL 44/61] target/arm: Update SCTLR bits to ARMv9.2
` [PULL 45/61] target/arm: Change DisasContext.aarch64 to bool
` [PULL 46/61] target/arm: Change CPUArchState.aarch64 "
` [PULL 47/61] target/arm: Extend store_cpu_offset to take field size
` [PULL 48/61] target/arm: Change DisasContext.thumb to bool
` [PULL 49/61] target/arm: Change CPUArchState.thumb "
` [PULL 50/61] target/arm: Remove fpexc32_access
` [PULL 51/61] target/arm: Split out set_btype_raw
` [PULL 52/61] target/arm: Split out gen_rebuild_hflags
` [PULL 53/61] target/arm: Simplify GEN_SHIFT in translate.c
` [PULL 54/61] target/arm: Simplify gen_sar
` [PULL 55/61] target/arm: Simplify aa32 DISAS_WFI
` [PULL 56/61] target/arm: Use tcg_constant in translate-m-nocp.c
` [PULL 57/61] target/arm: Use tcg_constant in translate-neon.c
` [PULL 58/61] target/arm: Use smin/smax for do_sat_addsub_32
` [PULL 59/61] target/arm: Use tcg_constant in translate-vfp.c
` [PULL 60/61] target/arm: Use tcg_constant_i32 in translate.h
` [PULL 61/61] hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_translate()

[PATCH] target/riscv: Fix incorrect PTE merge in walk_pte
 2022-04-22 11:37 UTC  (5+ messages)
` [PATCH v2] "
      ` [EXT] "

[PULL v2 00/13] Dump patches
 2022-04-22 10:25 UTC  (15+ messages)
` [PULL v2 01/13] dump: Use ERRP_GUARD()
` [PULL v2 02/13] dump: Remove the sh_info variable
` [PULL v2 03/13] dump: Introduce shdr_num to decrease complexity
` [PULL v2 04/13] dump: Remove the section if when calculating the memory offset
` [PULL v2 05/13] dump: Add more offset variables
` [PULL v2 06/13] dump: Introduce dump_is_64bit() helper function
` [PULL v2 07/13] dump: Consolidate phdr note writes
` [PULL v2 08/13] dump: Cleanup dump_begin write functions
` [PULL v2 09/13] dump: Consolidate elf note function
` [PULL v2 10/13] include/qemu: rename Windows context definitions to expose bitness
` [PULL v2 11/13] dump/win_dump: add helper macros for Windows dump header access
` [PULL v2 12/13] include/qemu: add 32-bit Windows dump structures
` [PULL v2 13/13] dump/win_dump: add 32-bit guest Windows support

[PATCH v3 0/2] use trace events and fix garbled output
 2022-04-22 10:42 UTC  (5+ messages)
` [PATCH v3 2/2] hw/display/vmware_vga: do not discard screen updates

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-22 11:06 UTC  (12+ messages)

[PULL v2 00/31] riscv-to-apply queue
 2022-04-22 10:54 UTC  (11+ messages)
` [PULL v2 18/31] hw/riscv: virt: Exit if the user provided -bios in combination with KVM
` [PULL v2 20/31] hw/riscv: virt: fix DT property mmu-type when CPU mmu option is disabled
` [PULL v2 22/31] hw/intc: Support 32/64-bit mtimecmp and mtime accesses in RISC-V ACLINT
` [PULL v2 24/31] hw/intc: riscv_aclint: Add reset function of ACLINT devices
` [PULL v2 25/31] target/riscv: debug: Implement debug related TCGCPUOps
` [PULL v2 26/31] target/riscv: cpu: Add a config option for native debug
` [PULL v2 28/31] target/riscv: machine: Add debug state description
` [PULL v2 29/31] target/riscv: cpu: Enable native debug feature
` [PULL v2 30/31] hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()

[PATCH v4] Use io_uring_register_ring_fd() to skip fd operations
 2022-04-22 10:08 UTC  (5+ messages)

[PATCH] nsis: Add missing tools to installer for Windows
 2022-04-22 10:17 UTC  (2+ messages)

[PATCH v5 0/2] Option to take screenshot with screendump as PNG
 2022-04-22 10:50 UTC  (4+ messages)

[PATCH] configure: make fortify_source=yes by default
 2022-04-22 10:08 UTC 

[PATCH 0/3] libvhost-user: Add format attribute and fix format strings
 2022-04-22  9:35 UTC  (6+ messages)
` [PATCH 1/3] libvhost-user: Fix wrong type of argument to formatting function (reported by LGTM)
` [PATCH 2/3] libvhost-user: Fix format strings
` [PATCH 3/3] libvhost-user: Add format attribute to local function vu_panic

Is it possible to support hotplug device to PXB bridge?
 2022-04-22  9:33 UTC  (4+ messages)

[PATCH v2] hw/arm/smmuv3: Pass the actual perm to returned IOMMUTLBEntry in smmuv3_translate()
 2022-04-22  9:19 UTC  (2+ messages)

[RFC PATCH v7 00/25] Net Control VQ support with asid in vDPA SVQ
 2022-04-22  9:17 UTC  (4+ messages)
` [RFC PATCH v7 06/25] vdpa: Send all updates in memory listener commit

[PATCH 00/10] Misc cleanups
 2022-04-22  9:09 UTC  (15+ messages)
` [PATCH 01/10] Use QEMU_SANITIZE_THREAD
` [PATCH 02/10] Use QEMU_SANITIZE_ADDRESS
` [PATCH 03/10] include: move qemu_*_exec_dir() to cutils
` [PATCH 04/10] tests: move libqtest.h back under qtest/
` [PATCH 05/10] libqtest: split QMP part in libqmp
` [PATCH 06/10] Replace qemu_pipe() with g_unix_open_pipe()
` [PATCH 07/10] tests: make libqmp buildable for win32
` [PATCH 08/10] Use g_unix_set_fd_nonblocking()
` [PATCH 09/10] block: move fcntl_setfl()
` [PATCH 10/10] util/win32: simplify qemu_get_local_state_dir()

[RFC PATCH v5 00/23] Net Control VQ support with asid in vDPA SVQ
 2022-04-22  9:00 UTC  (4+ messages)
` [RFC PATCH v5 02/23] vdpa: Fix bad index calculus at vhost_vdpa_get_vring_base

[PATCH 00/41] arm: Implement GICv4
 2022-04-22  8:39 UTC  (4+ messages)
` [PATCH 22/41] hw/intc/arm_gicv3: Implement GICv4's new redistributor frame

[PATCH] docs: Replace HomeBrew -> Homebrew
 2022-04-22  8:44 UTC  (2+ messages)

[PATCH] docs: Replace Qemu -> QEMU
 2022-04-22  8:38 UTC  (3+ messages)

Create qemu-project/py-qemu.qmp repo
 2022-04-22  8:37 UTC  (4+ messages)

[PATCH RESEND v1 0/2] i386: Make PIT and PIC the property of common x86 base machine type
 2022-04-22  8:16 UTC  (4+ messages)

[PATCH v2 1/1] hw/i386/amd_iommu: Fix IOMMU event log encoding errors
 2022-04-22  8:13 UTC  (2+ messages)

[PATCH V2 0/4] PASID support for Intel IOMMU
 2022-04-22  7:57 UTC  (14+ messages)
` [PATCH V2 1/4] intel-iommu: don't warn guest errors when getting rid2pasid entry
` [PATCH V2 2/4] intel-iommu: drop VTDBus

[PATCH v5 1/1] virtio: fix the condition for iommu_platform not supported
 2022-04-22  7:11 UTC  (2+ messages)

[libvirt] [PATCH RESEND v2 0/4] re-introduce <acpi-hotplug-bridge>
 2022-04-22  5:25 UTC  (3+ messages)

[PATCH v5 0/3] aspeed/hace: Support AST2600 HACE
 2022-04-22  5:19 UTC  (4+ messages)
` [PATCH v5 1/3] aspeed/hace: Support HMAC Key Buffer register
` [PATCH v5 2/3] aspeed/hace: Support AST2600 HACE
` [PATCH v5 3/3] tests/qtest: Add test for Aspeed HACE accumulative mode

[PATCH v8 00/17] vfio-user server in QEMU
 2022-04-22  5:18 UTC  (9+ messages)
` [PATCH v8 02/17] qdev: unplug blocker for devices
` [PATCH v8 10/17] vfio-user: run vfio-user context

[PULL 00/18] migration queue
 2022-04-22  5:02 UTC  (2+ messages)

[PATCH v3] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
 2022-04-22  4:04 UTC 

[PATCH v2 1/2] hw/core: Sync uboot_image.h from U-Boot v2022.01
 2022-04-22  3:00 UTC  (4+ messages)

[PATCH v2 0/5] 9pfs: macOS host fixes
 2022-04-22  2:43 UTC  (3+ messages)
` [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS

A couple of new device-tree helpers
 2022-04-22  2:19 UTC  (3+ messages)
` [PATCH 4/4] hw/riscv: use qemu_fdt_setprop_strings() in sifive_u.c

[PATCH v4 0/6] hw/riscv: Add TPM support to the virt board
 2022-04-22  2:13 UTC  (9+ messages)
` [PATCH v4 3/6] hw/riscv: virt: Create a platform bus
` [PATCH v4 4/6] hw/riscv: virt: Add support for generating platform FDT entries
` [PATCH v4 5/6] hw/riscv: virt: Add device plug support
` [PATCH v4 6/6] hw/riscv: Enable TPM backends

[PULL 0/7] target/rx patch queue
 2022-04-22  1:47 UTC  (2+ messages)

[PATCH v2] target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
 2022-04-22  1:24 UTC  (4+ messages)

[PATCH v4 0/7] target/riscv: Initial support for the Sdtrig extension via M-mode CSRs
 2022-04-22  1:22 UTC  (9+ messages)
` [PATCH v4 2/7] target/riscv: machine: Add debug state description

[PATCH 1/2] hw/riscv: spike: Add '/chosen/stdout-path' in device tree unconditionally
 2022-04-22  1:07 UTC  (4+ messages)
` [PATCH 2/2] hw/riscv: Don't add empty bootargs to device tree


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