qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-02 22:32:18 to 2023-02-03 14:58:15 UTC [more...]

[PATCH v2 00/15] hw: Use QOM alias properties and few QOM/QDev cleanups
 2023-02-03 14:55 UTC  (8+ messages)
` [PATCH v2 02/15] hw/qdev: Introduce qdev_unrealize_and_unref()
` [PATCH v2 03/15] linux-user/syscall: Do not open-code qdev_unrealize_and_unref()
` [PATCH v2 04/15] hw/pci/pcie_sriov: "
` [PATCH v2 07/15] hw/arm/nrf51: Alias 'flash-size' QOM property in SoC object
` [PATCH v2 08/15] hw/arm/fsl-imx: Alias 'phy-num' "
` [PATCH v2 09/15] hw/usb/hcd-ohci: Include missing 'sysbus.h' header
` [RFC PATCH v2 15/15] hw/mips/itu: Pass SAAR using QOM link property

[PATCH] tests/docker: Use binaries for debian-tricore-cross
 2023-02-03 14:54 UTC 

[PATCH v4 00/16] hw/9pfs: Add 9pfs support for Windows
 2023-02-03 14:40 UTC  (5+ messages)
` [PATCH v4 04/16] hw/9pfs: Implement Windows specific xxxdir() APIs

[PATCH v15 00/11] s390x: CPU Topology
 2023-02-03 14:40 UTC  (10+ messages)
` [PATCH v15 01/11] s390x/cpu topology: adding s390 specificities to CPU topology
` [PATCH v15 02/11] s390x/cpu topology: add topology entries on CPU hotplug

[PULL 00/33] target-arm queue
 2023-02-03 14:29 UTC  (34+ messages)
` [PULL 01/33] hw/arm: Use TYPE_ARM_SMMUV3
` [PULL 02/33] target/arm: Fix physical address resolution for Stage2
` [PULL 03/33] hw/char/pl011: refactor FIFO depth handling code
` [PULL 04/33] hw/char/pl011: add post_load hook for backwards-compatibility
` [PULL 05/33] hw/char/pl011: implement a reset method
` [PULL 06/33] hw/char/pl011: better handling of FIFO flags on LCR reset
` [PULL 07/33] hvf: arm: Add support for GICv3
` [PULL 08/33] hw/arm/virt: Consolidate GIC finalize logic
` [PULL 09/33] hw/arm/virt: Make accels in GIC finalize logic explicit
` [PULL 10/33] sbsa-ref: remove cortex-a76 from list of supported cpus
` [PULL 11/33] target/arm: Name AT_S1E1RP and AT_S1E1WP cpregs correctly
` [PULL 12/33] target/arm: Correct syndrome for ATS12NSO* at Secure EL1
` [PULL 13/33] target/arm: Remove CP_ACCESS_TRAP_UNCATEGORIZED_{EL2, EL3}
` [PULL 14/33] target/arm: Move do_coproc_insn() syndrome calculation earlier
` [PULL 15/33] target/arm: All UNDEF-at-EL0 traps take priority over HSTR_EL2 traps
` [PULL 16/33] target/arm: Make HSTR_EL2 traps take priority over UNDEF-at-EL1
` [PULL 17/33] target/arm: Disable HSTR_EL2 traps if EL2 is not enabled
` [PULL 18/33] target/arm: Define the FEAT_FGT registers
` [PULL 19/33] target/arm: Implement FGT trapping infrastructure
` [PULL 20/33] target/arm: Mark up sysregs for HFGRTR bits 0..11
` [PULL 21/33] target/arm: Mark up sysregs for HFGRTR bits 12..23
` [PULL 22/33] target/arm: Mark up sysregs for HFGRTR bits 24..35
` [PULL 23/33] target/arm: Mark up sysregs for HFGRTR bits 36..63
` [PULL 24/33] target/arm: Mark up sysregs for HDFGRTR bits 0..11
` [PULL 25/33] target/arm: Mark up sysregs for HDFGRTR bits 12..63
` [PULL 26/33] target/arm: Mark up sysregs for HFGITR bits 0..11
` [PULL 27/33] target/arm: Mark up sysregs for HFGITR bits 12..17
` [PULL 28/33] target/arm: Mark up sysregs for HFGITR bits 18..47
` [PULL 29/33] target/arm: Mark up sysregs for HFGITR bits 48..63
` [PULL 30/33] target/arm: Implement the HFGITR_EL2.ERET trap
` [PULL 31/33] target/arm: Implement the HFGITR_EL2.SVC_EL0 and SVC_EL1 traps
` [PULL 32/33] target/arm: Implement MDCR_EL2.TDCC and MDCR_EL3.TDCC traps
` [PULL 33/33] target/arm: Enable FEAT_FGT on '-cpu max'

[PATCH v2] hvf: arm: Add support for GICv3
 2023-02-03 14:26 UTC  (4+ messages)

[PATCH v6 00/36] tcg: Support for Int128 with helpers
 2023-02-03 14:20 UTC  (7+ messages)
` [PATCH v6 15/36] tcg: Add guest load/store primitives for TCGv_i128
` [PATCH v6 31/36] target/s390x: Use Int128 for passing float128

[PATCH 0/9] hw: Use QOM alias properties and few QOM/QDev cleanups
 2023-02-03 14:12 UTC  (20+ messages)
` [PATCH 1/9] hw/i386/sgx: Do not open-code qdev_realize_and_unref()
` [PATCH 2/9] hw/ppc/sam460ex: Correctly set MAL properties
` [PATCH 3/9] hw/arm/nrf51: QOM-alias 'flash-size' property in SoC object
` [PATCH 4/9] hw/arm/fsl-imx: QOM-alias 'phy-num' "
` [PATCH 5/9] hw/usb/hcd-ohci: Include missing 'sysbus.h' header
` [PATCH 6/9] hw/display/sm501: QOM-alias 'dma-offset' property in chipset object
` [PATCH 7/9] hw/qdev: Remove DEFINE_PROP_DMAADDR() and 'hw/qdev-dma.h'
` [PATCH 8/9] hw/mips: Declare all length properties as unsigned
` [RFC PATCH 9/9] hw/mips/itu: Pass SAAR using QOM link property

[PATCH] target/riscv: fix ctzw behavior
 2023-02-03 14:00 UTC 

[PATCH] target/riscv: fix SBI getchar handler for KVM
 2023-02-03 13:51 UTC 

Display update issue on M1 Macs
 2023-02-03 13:45 UTC  (13+ messages)

[PATCH v5 0/3] arm: enable MTE for QEMU + kvm
 2023-02-03 13:44 UTC  (4+ messages)
` [PATCH v5 1/3] arm/virt: don't try to spell out the accelerator
` [PATCH v5 2/3] arm/kvm: add support for MTE
` [PATCH v5 3/3] qtests/arm: add some mte tests

tricore container toolchain build broken again
 2023-02-03 13:44 UTC  (2+ messages)

[PATCH] tests/tcg/tricore: Add test for ld.h
 2023-02-03 13:21 UTC 

[PATCH v5 0/4] AioContext removal: LinuxAioState and ThreadPool
 2023-02-03 13:17 UTC  (5+ messages)
` [PATCH v5 1/4] linux-aio: use LinuxAioState from the running thread
` [PATCH v5 2/4] io_uring: use LuringState "
` [PATCH v5 3/4] thread-pool: use ThreadPool "
` [PATCH v5 4/4] thread-pool: avoid passing the pool parameter every time

[RFC v3 00/18] vfio: Adopt iommufd
 2023-02-03 12:57 UTC  (4+ messages)
` [RFC v3 18/18] vfio/as: Allow the selection of a given iommu backend

[PULL v2 00/15] tcg patch queue
 2023-02-03 12:42 UTC  (2+ messages)

[PATCH 0/6] Shorten the runtime of some gitlab-CI shared runner jobs
 2023-02-03 12:08 UTC  (5+ messages)
` [PATCH 6/6] gitlab-ci.d/buildtest: Disintegrate the build-coroutine-sigaltstack job

[PATCH qemu v2 0/3] ARM: Add support for V8M special registers in GDB stub
 2023-02-03 11:38 UTC  (2+ messages)

ASan reports use-after-free when running munmap-pthread
 2023-02-03 11:23 UTC  (2+ messages)

[PATCH] hbitmap: fix hbitmap_status() return value for first dirty bit case
 2023-02-03 11:22 UTC  (4+ messages)

[PATCH v10 0/3] hw/riscv: handle kernel_entry high bits with 32bit CPUs
 2023-02-03 10:45 UTC  (6+ messages)
` [PATCH v10 1/3] hw/riscv: handle 32 bit CPUs kernel_addr in riscv_load_kernel()

[PATCH] accel/tcg: Complete cpu initialization before registration
 2023-02-03 10:41 UTC  (6+ messages)

[PATCH v7 0/9] Introduce igb
 2023-02-03 10:28 UTC  (5+ messages)
` [PATCH v7 1/9] hw/net/net_tx_pkt: Introduce net_tx_pkt_get_eth_hdr
` [PATCH v7 9/9] docs/system/devices/igb: Add igb documentation

[PATCH v3 0/2] hw/arm/virt: Handle HVF in finalize_gic_version()
 2023-02-03 10:24 UTC  (4+ messages)

[PATCH v6 0/8] igb: merge changes from <20221229190817.25500-1-sriram.yagnaraman@est.tech>
 2023-02-03 10:21 UTC  (2+ messages)

[PATCH 0/4] hw/qdev-properties: Constify Property* in DeviceClass
 2023-02-03 10:12 UTC  (5+ messages)
` [PATCH 1/4] hw/qdev-properties: Constify Property* in object_field_prop_ptr()
` [PATCH 2/4] hw/qdev-properties: Constify Property* in PropertyInfo::print() handler
` [PATCH 3/4] hw/qdev-properties: Constify Property* in PropertyInfo::create() handler
` [PATCH 4/4] hw/qdev-properties: Constify DeviceClass::props_ field

[RFC PATCH] target/arm: disable FEAT_SME if we turn off SVE
 2023-02-03 10:05 UTC 

[PATCH] block/mirror: add 'write-blocking-after-ready' copy mode
 2023-02-03  9:48 UTC  (6+ messages)

[PULL v2 00/36] Testing, docs, semihosting and plugin updates
 2023-02-03  9:30 UTC  (2+ messages)

[PATCH v3 0/5] parallels: Add duplication check, repair at open, fix bugs
 2023-02-03  9:26 UTC  (6+ messages)
` [PATCH v3 1/5] parallels: Incorrect data end calculation in parallels_open()
` [PATCH v3 2/5] parallels: Split image leak handling to separate check and fix helpers
` [PATCH v3 3/5] parallels: Add checking and repairing duplicate offsets in BAT
` [PATCH v3 4/5] parallels: Replace fprintf by qemu_log in check
` [PATCH v3 5/5] parallels: Image repairing in parallels_open()

[PATCH v10 00/12] parallels: Refactor the code of images checks and fix a bug
 2023-02-03  9:18 UTC  (13+ messages)
` [PATCH v10 01/12] parallels: Out of image offset in BAT leads to image inflation
` [PATCH v10 02/12] parallels: Fix high_off calculation in parallels_co_check()
` [PATCH v10 03/12] parallels: Fix image_end_offset and data_end after out-of-image check
` [PATCH v10 04/12] parallels: create parallels_set_bat_entry_helper() to assign BAT value
` [PATCH v10 05/12] parallels: Use generic infrastructure for BAT writing in parallels_co_check()
` [PATCH v10 06/12] parallels: Move check of unclean image to a separate function
` [PATCH v10 07/12] parallels: Move check of cluster outside "
` [PATCH v10 08/12] parallels: Fix statistics calculation
` [PATCH v10 09/12] parallels: Move check of leaks to a separate function
` [PATCH v10 10/12] parallels: Move statistic collection "
` [PATCH v10 11/12] parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD
` [PATCH v10 12/12] parallels: Incorrect condition in out-of-image check

[PATCH 0/3] Fix UNMAP notifier for intel-iommu
 2023-02-03  9:08 UTC  (3+ messages)
` [PATCH 2/3] intel-iommu: fail DEVIOTLB_UNMAP without dt mode

[PULL 00/35] Monitor patches for 2023-02-03
 2023-02-03  8:45 UTC  (36+ messages)
` [PULL 01/35] MAINTAINERS: Cover userfaultfd
` [PULL 02/35] MAINTAINERS: Cover include/sysemu/accel-blocker.h
` [PULL 03/35] MAINTAINERS: Cover tpm.c again
` [PULL 04/35] monitor: Drop unnecessary includes
` [PULL 05/35] audio: Move HMP commands from monitor/ to audio/
` [PULL 06/35] char: Move HMP commands from monitor/ to chardev/
` [PULL 07/35] char: Factor out qmp_add_client() parts and move "
` [PULL 08/35] hmp: Drop redundant argument check from add_completion_option()
` [PULL 09/35] readline: Extract readline_add_completion_of() from monitor
` [PULL 10/35] hmp: Rename help_cmd() to hmp_help_cmd(), move declaration to hmp.h
` [PULL 11/35] trace: Move HMP commands from monitor/ to trace/
` [PULL 12/35] machine: Move QMP commands from monitor/ to hw/core/
` [PULL 13/35] machine: Move HMP "
` [PULL 14/35] qom: Move HMP commands from monitor/ to qom/
` [PULL 15/35] block: Factor out hmp_change_medium(), and move to block/monitor/
` [PULL 16/35] rocker: Move HMP commands from monitor to hw/net/rocker/
` [PULL 17/35] hmp: Rewrite strlist_from_comma_list() as hmp_split_at_comma()
` [PULL 18/35] net: Move HMP commands from monitor to net/
` [PULL 19/35] net: Move hmp_info_network() to net-hmp-cmds.c
` [PULL 20/35] migration: Move HMP commands from monitor/ to migration/
` [PULL 21/35] migration: Move the QMP command "
` [PULL 22/35] virtio: Move HMP commands from monitor/ to hw/virtio/
` [PULL 23/35] tpm: Move HMP commands from monitor/ to softmmu/
` [PULL 24/35] runstate: "
` [PULL 25/35] stats: Move QMP commands from monitor/ to stats/
` [PULL 26/35] stats: Move HMP "
` [PULL 27/35] acpi: Move the QMP command from monitor/ to hw/acpi/
` [PULL 28/35] qdev: Move HMP command completion from monitor to softmmu/
` [PULL 29/35] monitor: Split file descriptor passing stuff off misc.c
` [PULL 30/35] monitor: Move monitor_putc() next to monitor_puts & external linkage
` [PULL 31/35] monitor: Move target-dependent HMP commands to hmp-cmds-target.c
` [PULL 32/35] monitor: Move remaining HMP commands from misc.c to hmp-cmds.c
` [PULL 33/35] monitor: Move remaining QMP stuff from misc.c to qmp-cmds.c
` [PULL 34/35] monitor: Loosen coupling between misc.c and monitor.c slightly
` [PULL 35/35] monitor: Rename misc.c to hmp-target.c

[RFC PATCH] gitlab: call ninja directly and reduce build noise
 2023-02-03  8:45 UTC  (5+ messages)

[PATCH] hostmem-file: add offset option
 2023-02-03  8:25 UTC  (3+ messages)

[PATCH v10 0/5] riscv: Allow user to set the satp mode
 2023-02-03  8:01 UTC  (8+ messages)
` [PATCH v10 1/5] riscv: Pass Object to register_cpu_props instead of DeviceState
` [PATCH v10 2/5] riscv: Change type of valid_vm_1_10_[32|64] to bool
` [PATCH v10 3/5] riscv: Allow user to set the satp mode
` [PATCH v10 4/5] riscv: Introduce satp mode hw capabilities
` [PATCH v10 5/5] riscv: Correctly set the device-tree entry 'mmu-type'

[RFC PATCH V2 0/2] migration: support query migration thread information
 2023-02-03  7:35 UTC  (3+ messages)
` [PATCH V2 1/2] migration: Introduce interface query-migrationthreads
` [PATCH V2 2/2] migration: save/delete migration thread info

[PATCH 1/1] target/loongarch: LL.{W/D} need writes val to dest register after sign extension
 2023-02-03  7:42 UTC  (3+ messages)

[PATCH v2] qemu-options.hx: remove stray quote
 2023-02-03  7:05 UTC  (2+ messages)

[PATCH v3 0/6] Support for new CPU model SapphireRapids
 2023-02-03  6:02 UTC  (4+ messages)
` [PATCH v3 6/6] i386: Add "

[PATCH v5 00/14] Add support for the T-Head vendor extensions
 2023-02-03  5:14 UTC  (3+ messages)
` [PATCH v5 01/14] RISC-V: Adding XTheadCmo ISA extension

[RFC v2 00/13] Dinamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-02-03  5:08 UTC  (4+ messages)

[PATCH 1/9] Updated the FSF address in file hw/sh4/sh7750_regs.h
 2023-02-03  4:47 UTC  (3+ messages)

[PATCH 00/39] Add RISC-V vector cryptography extensions
 2023-02-02 23:14 UTC  (7+ messages)
` [PATCH 06/39] target/riscv: Add vrol.[vv, vx] and vror.[vv, vx, vi] decoding, translation and execution support


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