qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-09 15:53:24 to 2023-06-11 10:36:45 UTC [more...]

[PATCH 00/15] Q35 and I440FX host bridge QOM cleanup
 2023-06-11 10:34 UTC  (14+ messages)
` [PATCH 01/15] hw/i386/pc_q35: Resolve redundant q35_host variable
` [PATCH 03/15] hw/pci-host/q35: Initialize PCMachineState::bus in board code
` [PATCH 05/15] hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from "
` [PATCH 06/15] hw/pci-host/q35: Make some property name macros reusable by i440fx
` [PATCH 07/15] hw/pci-host/i440fx: Replace magic values by existing constants
` [PATCH 08/15] hw/pci-host/i440fx: Have common names for some local variables
` [PATCH 09/15] hw/pci-host/i440fx: Move i440fx_realize() into PCII440FXState section
` [PATCH 10/15] hw/pci-host/i440fx: Make MemoryRegion pointers accessible as properties
` [PATCH 11/15] hw/pci-host/i440fx: Add PCI_HOST_PROP_IO_MEM property
` [PATCH 12/15] hw/pci-host/i440fx: Add PCI_HOST_{ABOVE, BELOW}_4G_MEM_SIZE properties
` [PATCH 13/15] hw/pci-host/i440fx: Add I440FX_HOST_PROP_PCI_TYPE property
` [PATCH 14/15] hw/pci-host/i440fx: Resolve i440fx_init()
` [PATCH 15/15] hw/i386/pc_piix: Move i440fx' realize near its qdev_new()

Seeking help regarding addition of Custom GPIO device inside raspi machine QEMU
 2023-06-11  9:38 UTC 

[PATCH] tests/plugin: Remove duplicate insn log from libinsn.so
 2023-06-11  9:14 UTC  (2+ messages)

[PATCH v2 00/26] target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h'
 2023-06-11  8:58 UTC  (27+ messages)
` [PATCH v2 01/26] plugins: Remove unused 'exec/helper-proto.h' header
` [PATCH v2 02/26] accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' header
` [PATCH v2 03/26] target/arm/tcg: Remove CONFIG_TCG #ifdef'ry check
` [PATCH v2 04/26] target/arm/tcg: Rename helper template headers as '.h.inc'
` [PATCH v2 05/26] target/arm/tcg: Extract iwMMXt helpers from the generic 'helper.h'
` [PATCH v2 06/26] target/arm/tcg: Fix iwmmxt-related code style
` [PATCH v2 07/26] target/arm/tcg: Expose some iwmmxt methods in 'translate.h'
` [PATCH v2 08/26] target/arm/tcg: Extract iwmmxt code to translate-iwmmxt.c
` [PATCH v2 09/26] target/arm/tcg: Reduce 'helper-iwmmxt.h.inc' inclusion
` [PATCH v2 10/26] target/arm/tcg: Extract VFP definitions to 'helper-vfp.h.inc'
` [PATCH v2 11/26] target/arm/tcg: Reduce 'helper-vfp.h.inc' inclusion
` [PATCH v2 12/26] target/arm/tcg: Move neon_tbl() from op_helper.c to neon_helper.c
` [PATCH v2 13/26] target/arm/tcg: Extract NEON definitions to 'helper-neon.h.inc'
` [PATCH v2 14/26] target/arm/tcg: Reduce 'helper-neon.h.inc' inclusion
` [PATCH v2 15/26] target/arm/tcg: Extract SVE2 definitions to 'helper-sve.h.inc'
` [PATCH v2 16/26] target/arm/tcg: Reduce 'helper-sve.h.inc' inclusion
` [PATCH v2 17/26] target/arm/tcg: Reduce 'helper-mve.h.inc' inclusion
` [PATCH v2 18/26] target/arm/tcg: Reduce 'helper-sme.h.inc' inclusion
` [PATCH v2 19/26] target/arm/tcg: Reduce 'helper-a64.h.inc' inclusion
` [PATCH v2 20/26] target/arm/tcg: Move v8m_stackcheck() from op_helper.c to m_helper.c
` [PATCH v2 21/26] target/arm/tcg: Extract M-profile definitions to 'helper-m.h.inc'
` [PATCH v2 22/26] target/arm/tcg: Reduce 'helper-m.h.inc' inclusion
` [PATCH v2 23/26] target/arm/tcg: Inline 'exec/helper-gen.h'
` [PATCH v2 24/26] target/arm/tcg: Inline 'exec/helper-proto.h'
` [PATCH v2 25/26] target/arm/tcg: Rename 'helper.h' -> 'tcg/helper.h.inc'
` [PATCH v2 26/26] tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.inc

[PATCH 00/22] target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h'
 2023-06-11  8:54 UTC  (34+ messages)
` [PATCH 01/22] plugins: Remove unused 'exec/helper-proto.h' header
` [PATCH 02/22] accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' header
` [PATCH 03/22] target/arm/tcg: Remove CONFIG_TCG #ifdef'ry check
` [PATCH 05/22] target/arm/tcg: Extract iwMMXt helpers from the generic 'helper.h'
` [PATCH 06/22] target/arm/tcg: Fix iwmmxt-related code style
` [PATCH 07/22] target/arm/tcg: Expose some iwmmxt methods in 'translate.h'
` [PATCH 08/22] target/arm/tcg: Extract iwmmxt code to translate-iwmmxt.c
` [PATCH 09/22] target/arm/tcg: Reduce 'helper-iwmmxt.h.inc' inclusion
` [PATCH 10/22] target/arm/tcg: Extract VFP definitions to 'helper-vfp.h.inc'
` [PATCH 11/22] target/arm/tcg: Reduce 'helper-vfp.h.inc' inclusion
` [PATCH 12/22] target/arm/tcg: Move neon_tbl() from op_helper.c to neon_helper.c
` [PATCH 13/22] target/arm/tcg: Extract NEON definitions to 'helper-neon.h.inc'
` [PATCH 14/22] target/arm/tcg: Reduce 'helper-neon.h.inc' inclusion
` [PATCH 15/22] target/arm/tcg: Extract SVE2 definitions to 'helper-sve.h.inc'
` [PATCH 18/22] target/arm/tcg: Define SME set_svcr() helper in common 'helper.h'
` [PATCH 21/22] target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h'

[PATCH v5 0/9] migration: Add switchover ack capability and VFIO precopy support
 2023-06-11  7:45 UTC  (6+ messages)
` [PATCH v5 2/9] migration: Implement switchover ack logic

[PATCH] elf2dmp: Don't abandon when Prcb is set to 0
 2023-06-11  3:34 UTC 

[PATCH qemu v3 1/1] Emulating sun keyboard language layout dip switches, taking the value for the dip switches from the "-k" option to qemu
 2023-06-10 23:47 UTC  (13+ messages)
  ` [PATCH v5] Emulate dip switch language layout settings on SUN keyboard
              ` [PATCH v6] "
                ` Ping: "
                      ` [PATCH v7] "

[PATCH] machine: do not crash if default RAM backend name has been stollen
 2023-06-10 20:47 UTC  (3+ messages)

[PULL 00/29] ppc queue
 2023-06-10 15:44 UTC  (31+ messages)
` [PULL 01/29] pnv/xive2: Add definition for TCTXT Config register
` [PULL 02/29] pnv/xive2: Add definition for the ESB cache configuration register
` [PULL 03/29] pnv/xive2: Allow writes to the Physical Thread Enable registers
` [PULL 04/29] pnv/xive2: Introduce macros to manipulate TIMA addresses
` [PULL 05/29] pnv/xive2: Handle TIMA access through all ports
` [PULL 06/29] target/ppc: Fix nested-hv HEAI delivery
` [PULL 07/29] pnv/xive2: Quiet down some error messages
` [PULL 08/29] target/ppc: Fix PMU hflags calculation
` [PULL 09/29] target/ppc: PMU do not clear MMCR0[FCECE] on performance monitor alert
` [PULL 10/29] target/ppc: Fix msgclrp interrupt type
` [PULL 11/29] target/ppc: Support directed privileged doorbell interrupt (SDOOR)
` [PULL 12/29] target/ppc: PMU implement PERFM interrupts
` [PULL 13/29] target/ppc: Remove single use function
` [PULL 14/29] target/ppc: Remove "ext" parameter of ppcemb_tlb_check()
` [PULL 15/29] target/ppc: Move ppcemb_tlb_search() to mmu_common.c
` [PULL 16/29] target/ppc: Remove some unneded line breaks
` [PULL 17/29] target/ppc: Simplify ppcemb_tlb_search()
` [PULL 18/29] target/ppc: Change ppcemb_tlb_check() to return bool
` [PULL 19/29] target/ppc: Eliminate goto in mmubooke_check_tlb()
` [PULL 20/29] target/ppc: Fix lqarx to set cpu_reserve
` [PULL 21/29] target/ppc: Ensure stcx size matches larx
` [PULL 22/29] target/ppc: Remove larx/stcx. memory barrier semantics
` [PULL 23/29] target/ppc: Rework store conditional to avoid branch
` [PULL 24/29] target/ppc: Fix decrementer time underflow and infinite timer loop
` [PULL 25/29] target/ppc: Decrementer fix BookE semantics
` [PULL 26/29] hw/ppc/openpic: Do not open-code ROUND_UP() macro
` [PULL 27/29] tests/avocado/tuxrun_baselines: Fix ppc64 tests for binaries without slirp
` [PULL 28/29] target/ppc: Implement gathering irq statistics
` [PULL 29/29] hw/ppc/Kconfig: MAC_NEWWORLD should always select USB_OHCI_PCI

[PULL 00/16] trivial patches 2023-06-10
 2023-06-10 15:44 UTC  (18+ messages)
` [PULL 01/16] docs: Fix trivial typos in vhost-user.rst
` [PULL 02/16] hw/virtio/virtio-qmp.c: spelling: suppoted
` [PULL 03/16] spelling: information
` [PULL 04/16] hw/remote: Fix vfu_cfg trace offset format
` [PULL 05/16] block.c: add newline for "Detected format" warning
` [PULL 06/16] meson: install keyboard maps only if necessary
` [PULL 07/16] target/m68k/fpu_helper: Use FloatRelation enum to hold comparison result
` [PULL 08/16] hw/core/cpu: Simplify realize() using MACHINE_GET_CLASS() macro
` [PULL 09/16] hw/i386/microvm: Simplify using object_dynamic_cast()
` [PULL 10/16] hw/pci/pci: Simplify pci_bar_address() using MACHINE_GET_CLASS() macro
` [PULL 11/16] hw/usb/hcd-ehci-pci: Simplify using DEVICE_GET_CLASS() macro
` [PULL 12/16] linux-user: add comments for TARGET_NR_[gs]etgroups{, 32}
` [PULL 13/16] linux-user: Return EINVAL for getgroups() with negative gidsetsize
` [PULL 14/16] vnc: move assert in vnc_worker_thread_loop
` [PULL 15/16] linux-user: elfload: s/min_mmap_addr/mmap_min_addr/
` [PULL 16/16] linux-user: elfload: Specify -R is an option for qemu-user binaries

[PATCH 0/6] TriCore 1.6.2 Instructions
 2023-06-10 15:41 UTC  (13+ messages)
` [PATCH 1/6] target/tricore: Introduce ISA 1.6.2 feature
` [PATCH 2/6] target/tricore: Add popcnt.w insn
` [PATCH 3/6] target/tricore: Add LHA insn
` [PATCH 4/6] target/tricore: Add crc32l.w insn
` [PATCH 5/6] target/tricore: Add crc32.b insn
` [PATCH 6/6] target/tricore: Add shuffle insn

[PATCH v3] 9pfs: deprecate 'proxy' backend
 2023-06-10 13:39 UTC 

[PATCH v2] 9pfs: deprecate 'proxy' backend
 2023-06-10 12:24 UTC  (2+ messages)

[PATCH] target/riscv: Fix initialized value for cur_pmmask
 2023-06-10  9:46 UTC 

[PATCH] accel/kvm/kvm-all: Handle register access errors
 2023-06-10  3:51 UTC  (4+ messages)

[PATCH] accel/kvm: Specify default IPA size for arm64
 2023-06-10  3:48 UTC  (6+ messages)

QEMU virt (arm64) does not honor reserved-memory set in device tree
 2023-06-10  3:36 UTC  (2+ messages)

[Qemu RFC 0/7] Early enabling of DCD emulation in Qemu
 2023-06-10  0:28 UTC  (8+ messages)
              ` [EXT] "

[PULL v4 0/10] xenpvh4-tag
 2023-06-09 22:59 UTC  (12+ messages)
` [PULL v4 01/10] hw/i386/xen/: move xen-mapcache.c to hw/xen/
` [PULL v4 02/10] hw/i386/xen: rearrange xen_hvm_init_pc
` [PULL v4 03/10] hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOState
` [PULL v4 04/10] xen-hvm: reorganize xen-hvm and move common function to xen-hvm-common
` [PULL v4 05/10] include/hw/xen/xen_common: return error from xen_create_ioreq_server
` [PULL v4 06/10] hw/xen/xen-hvm-common: skip ioreq creation on ioreq registration failure
` [PULL v4 07/10] hw/xen/xen-hvm-common: Use g_new and error_report
` [PULL v4 08/10] meson.build: do not set have_xen_pci_passthrough for aarch64 targets
` [PULL v4 09/10] hw/arm: introduce xenpvh machine
` [PULL v4 10/10] meson.build: enable xenpv machine build for ARM

[PATCH] hw/i386/pc: Clean up pc_machine_initfn
 2023-06-09 21:57 UTC  (2+ messages)

[PATCH v3 0/5] Optimize UNMAP call and bug fix
 2023-06-09 21:26 UTC  (9+ messages)
` [PATCH v3 5/5] intel_iommu: Optimize out some unnecessary UNMAP calls

[PATCH v3 0/8] Implement Most ARMv8.3 Pointer Authentication Features
 2023-06-09 20:51 UTC  (11+ messages)
` [PATCH v3 1/8] target/arm: Add ID_AA64ISAR2_EL1
` [PATCH v3 2/8] target/arm: v8.3 PAC ID_AA64ISAR[12] feature-detection
` [PATCH v3 3/8] target/arm: Implement v8.3 QARMA3 PAC cipher
` [PATCH v3 4/8] target/arm: Implement v8.3 EnhancedPAC
` [PATCH v3 5/8] target/arm: Implement v8.3 Pauth2
` [PATCH v3 6/8] targer/arm: Inform helpers whether a PAC instruction is 'combined'
` [PATCH v3 7/8] target/arm: Implement v8.3 FPAC and FPACCOMBINE
` [PATCH v3 8/8] target/arm: Add CPU property for QARMA3, enable FPACCombined by default

[PATCH 0/2] linux-user: Clarify error on failure to map guest address space
 2023-06-09 20:43 UTC  (2+ messages)

[PATCH v2 00/10] block: Make raw_co_get_allocated_file_size asynchronous
 2023-06-09 20:19 UTC  (11+ messages)
` [PATCH v2 01/10] block: Remove bdrv_query_block_node_info
` [PATCH v2 02/10] block: Remove unnecessary variable in bdrv_block_device_info
` [PATCH v2 03/10] block: Allow the wrapper script to see functions declared in qapi.h
` [PATCH v2 04/10] block: Temporarily mark bdrv_co_get_allocated_file_size as mixed
` [PATCH v2 05/10] block: Convert bdrv_query_block_graph_info to coroutine
` [PATCH v2 06/10] block: Convert bdrv_block_device_info into co_wrapper
` [PATCH v2 07/10] block: Convert qmp_query_named_block_nodes to coroutine
` [PATCH v2 08/10] block: Don't query all block devices at hmp_nbd_server_start
` [PATCH v2 09/10] block: Convert qmp_query_block() to coroutine_fn
` [PATCH v2 10/10] block: Add a thread-pool version of fstat

[PATCH] vnc: move assert in vnc_worker_thread_loop
 2023-06-09 20:20 UTC  (2+ messages)

[PATCH v3 00/14] simpletrace: refactor and general improvements
 2023-06-09 19:20 UTC  (3+ messages)
` [PATCH v3 12/14] simpletrace: added simplified Analyzer2 class

[PATCH v4 0/1] ROM migration
 2023-06-09 18:58 UTC  (4+ messages)

[PATCH] tcg/tci: Fix MemOpIdx operand index for 3-operand memops
 2023-06-09 18:55 UTC  (3+ messages)

[PATCH 0/5] cmd646: move device-specific BMDMA registers to separate memory region
 2023-06-09 18:51 UTC  (6+ messages)
` [PATCH 1/5] cmd646: checkpatch fixes
` [PATCH 2/5] cmd646: create separate header and QOM type for CMD646_IDE
` [PATCH 3/5] cmd646: use TYPE_CMD646_IDE instead of hardcoded "cmd646-ide" string
` [PATCH 4/5] cmd646: rename cmd646_bmdma_ops to bmdma_ops
` [PATCH 5/5] cmd646: move device-specific BMDMA registers to separate memory region

[PATCH] host/include/x86_64: Use __m128i for "x" constraints
 2023-06-09 18:09 UTC  (2+ messages)

[PATCH] target/arm: Return correct result for LDG when ATA=0
 2023-06-09 18:06 UTC  (2+ messages)

[PULL 0/1] maintainers queue
 2023-06-09 18:00 UTC  (2+ messages)

[PATCH] target/riscv/vector_helper.c: clean up reference of MTYPE
 2023-06-09 17:57 UTC  (2+ messages)

[PATCH v2] linux-user: Return EINVAL for getgroups() with negative gidsetsize
 2023-06-09 16:48 UTC  (2+ messages)

[PATCH v6 0/2] hw/i386/pc: Update max_cpus and default to SMBIOS
 2023-06-09 16:42 UTC  (4+ messages)
` [PATCH v6 1/2] hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models

arm: couple of finalize_memop related oddities
 2023-06-09 16:07 UTC  (3+ messages)

[PATCH v14 00/10] TCG code quality tracking
 2023-06-09 15:51 UTC  (8+ messages)
` [PATCH v14 08/10] Adding info [tb-list|tb] commands to HMP (WIP)


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