qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-08 18:08:19 to 2024-06-10 18:28:37 UTC [more...]

[PATCH v3 0/5] semihosting: Restrict to TCG
 2024-06-10 18:27 UTC  (7+ messages)
` [PATCH v3 1/5] target/m68k: Restrict semihosting "
` [PATCH v3 2/5] target/xtensa: "
` [PATCH v3 3/5] target/mips: "
` [PATCH v3 4/5] target/riscv: "
` [PATCH v3 5/5] semihosting: Restrict "

[RFC PATCH 0/3] monitor: Pass HMP arguments to QMP HumanReadableText API as JSON
 2024-06-10 18:26 UTC  (5+ messages)
` [PATCH 1/3] hw/s390x: Declare target specific monitor commands in hmp-target.h
` [RFC PATCH 2/3] monitor: Allow passing HMP arguments to QMP HumanReadableText API
` [RFC PATCH 3/3] hw/s390x: Introduce x-query-s390x-cmma QMP command

[RFC PATCH v1 0/6] Implement ARM PL011 in Rust
 2024-06-10 18:22 UTC  (5+ messages)
` [RFC PATCH v1 1/6] build-sys: Add rust feature option
` [RFC PATCH v1 3/6] DO NOT MERGE: add rustdoc build for gitlab pages
` [RFC PATCH v1 4/6] DO NOT MERGE: replace TYPE_PL011 with x-pl011-rust in arm virt machine
` [RFC PATCH v1 6/6] DO NOT MERGE: update rustdoc gitlab pages gen

[PATCH 0/5] trace: Remove and forbid newline characters in event format
 2024-06-10 17:59 UTC  (3+ messages)

[PATCH qemu ] hw/acpi: Fix big endian host creation of Generic Port Affinity Structures
 2024-06-10 17:47 UTC  (4+ messages)

[PATCH v2 00/18] migration/mapped-ram: Add direct-io support
 2024-06-10 17:45 UTC  (6+ messages)
` [PATCH v2 18/18] migration/ram: Add direct-io support to precopy file migration

[PATCH v5 00/10] Support persistent reservation operations
 2024-06-10 17:26 UTC  (4+ messages)
` [PATCH v5 01/10] block: add persistent reservation in/out api

[PULL 0/6] Tracing patches
 2024-06-10 17:13 UTC  (7+ messages)
` [PULL 1/6] tracetool: Remove unused vcpu.py script
` [PULL 2/6] backends/tpm: Remove newline character in trace event
` [PULL 3/6] hw/sh4: Remove newline character in trace events
` [PULL 4/6] hw/usb: "
` [PULL 5/6] hw/vfio: "
` [PULL 6/6] tracetool: Forbid newline character in event format

[PATCH 00/25] target/i386: more progress towards new decoder
 2024-06-10 17:14 UTC  (49+ messages)
` [PATCH 03/25] target/i386: put BLS* input in T1, use generic flag writeback
` [PATCH 04/25] target/i386: change X86_ENTRYr to use T0
` [PATCH 05/25] target/i386: change X86_ENTRYwr to use T0, use it for moves
` [PATCH 06/25] target/i386: replace NoSeg special with NoLoadEA
` [PATCH 07/25] target/i386: fix processing of intercept 0 (read CR0)
` [PATCH 08/25] target/i386: convert MOV from/to CR and DR to new decoder
` [PATCH 09/25] target/i386: fix bad sorting of entries in the 0F table
` [PATCH 10/25] target/i386: finish converting 0F AE to the new decoder
` [PATCH 11/25] target/i386: replace read_crN helper with read_cr8
` [PATCH 12/25] target/i386: split X86_CHECK_prot into PE and VM86 checks
` [PATCH 13/25] target/i386: convert non-grouped, helper-based 2-byte opcodes
` [PATCH 14/25] target/i386: convert bit test instructions to new decoder
` [PATCH 15/25] target/i386: pull load/writeback out of gen_shiftd_rm_T1
` [PATCH 16/25] target/i386: adapt gen_shift_count for SHLD/SHRD
` [PATCH 17/25] target/i386: convert SHLD/SHRD to new decoder
` [PATCH 18/25] target/i386: convert LZCNT/TZCNT/BSF/BSR/POPCNT "
` [PATCH 19/25] target/i386: convert XADD "
` [PATCH 20/25] target/i386: convert CMPXCHG "
` [PATCH 21/25] target/i386: decode address before going back to translate.c
` [PATCH 22/25] target/i386: list instructions still in translate.c
` [PATCH 23/25] target/i386: assert that cc_op* and pc_save are preserved
` [PATCH 24/25] target/i386: do not check PREFIX_LOCK in old-style decoder
` [PATCH 25/25] target/i386: remove gen_ext_tl

[PATCH 0/2] hw/misc/mos6522: Do not open-code hmp_info_human_readable_text()
 2024-06-10 17:09 UTC  (5+ messages)
` [PATCH 1/2] hw/misc/mos6522: Expose x-query-mos6522-devices QMP command
` [PATCH 2/2] hw/misc/mos6522: Do not open-code hmp_info_human_readable_text()

[PATCH v2] scsi-disk: Fix crash for VM configured with USB CDROM after live migration
 2024-06-10 17:02 UTC 

[PATCH v4 00/15] vfio: VFIO migration support with vIOMMU
 2024-06-10 16:53 UTC  (4+ messages)

[PATCH v4 0/4] vvfat: Fix write bugs for large files and add iotests
 2024-06-10 16:50 UTC  (7+ messages)
` [PATCH v4 2/4] vvfat: Fix usage of `info.file.offset`
` [PATCH v4 4/4] iotests: Add `vvfat` tests

[PATCH 0/6] refactor RDMA live migration based on rsocket API
 2024-06-10 16:35 UTC  (13+ messages)
` [PATCH 1/6] migration: remove RDMA live migration temporarily
` [PATCH 2/6] io: add QIOChannelRDMA class

[PATCH v2 0/3] hw/arm: Create second NonSecure UART for virt board
 2024-06-10 16:23 UTC  (4+ messages)
` [PATCH v2 1/3] hw/arm/virt: Add serial aliases in DTB
` [PATCH v2 2/3] hw/arm/virt: Rename VIRT_UART and VIRT_SECURE_UART to VIRT_UART[01]
` [PATCH v2 3/3] hw/arm/virt: allow creation of a second NonSecure UART

[PATCH v4 0/3] x86 cpu test refactoring
 2024-06-10 15:53 UTC  (4+ messages)
` [PATCH 1/3] qtest/x86/numa-test: do not use the obsolete 'pentium' cpu
` [PATCH v3 2/3] tests/qtest/libqtest: add qtest_has_cpu_model() api
` [PATCH v4 3/3] tests/qtest/x86: check for availability of older cpu models before running tests

Historical QMP schema
 2024-06-10 15:41 UTC  (4+ messages)

[PATCH v2 0/3] semihosting: Restrict to TCG
 2024-06-10 14:55 UTC  (6+ messages)
` [PATCH v2 1/3] target/mips: Restrict semihosting "

[PATCH] scripts/qcow2-to-stdout.py: Add script to write qcow2 images to stdout
 2024-06-10 14:47 UTC 

[PATCH v2 2/3] tests/qtest/libqtest: add qtest_has_cpu() api
 2024-06-10 14:38 UTC  (2+ messages)

[PATCH] tracetool: Remove unused vcpu.py script
 2024-06-10 14:14 UTC  (2+ messages)

[PATCH 0/6] target/riscv: Add support for Control Transfer Records Ext
 2024-06-10 14:11 UTC  (4+ messages)
` [PATCH 3/6] target/riscv: Add support for Control Transfer Records extension CSRs

[PATCH 0/3] Mouse cursor improvements on macOS and VNC
 2024-06-10 14:00 UTC  (10+ messages)
` [PATCH 1/3] Cursor: 8 -> 1 bit alpha downsampling improvement
` [PATCH 2/3] hw: Moves int_clamp() implementations to header
` [PATCH 3/3] ui/cocoa: Adds support for mouse cursors

[PATCH 0/2] crypto: two minor fixes
 2024-06-10 13:43 UTC  (6+ messages)
` [PATCH 1/2] crypto: avoid leak of ctx when bad cipher mode is given
` [PATCH 2/2] crypto: use consistent error reporting pattern for unsupported cipher modes

[PATCH] monitor: Remove obsolete stubs
 2024-06-10 13:19 UTC  (3+ messages)

[PATCH] nbd: Prevent NULL pointer dereference in nbd_blockdev_client_closed()
 2024-06-10 12:52 UTC  (4+ messages)

[Stable-7.2.12 00/29] Patch Round-up for stable 7.2.12, frozen at 2024-06-07
 2024-06-10 12:38 UTC  (5+ messages)

[PATCH v2 0/5] scrips/coverity-scan: COMPONENTS.md updates
 2024-06-10 12:25 UTC  (2+ messages)

[PATCH v2 0/3] hw/dma: Add error handling for loading descriptions failing
 2024-06-10 11:48 UTC  (3+ messages)
` [PATCH v2 2/3] hw/dma: Add a trace log for a description loading failure

[PATCH v4 0/5] mirror: allow specifying working bitmap
 2024-06-10 11:22 UTC  (2+ messages)

QEMU Community Call Agenda Items (June 11th, 2024)
 2024-06-10 11:18 UTC 

[PATCH] hw/arm/xilinx_zynq: Fix IRQ/FIQ routing
 2024-06-10 10:26 UTC  (3+ messages)

[PATCH v2 00/11] qcow2: make subclusters discardable
 2024-06-10  9:53 UTC  (3+ messages)

[PATCH] aspeed/smc: Reintroduce "dram-base" property for AST2700
 2024-06-10  9:23 UTC  (2+ messages)

[PATCH v5 00/17] Add AST2700 support
 2024-06-10  9:23 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add reviewers for ASPEED BMCs
 2024-06-10  9:24 UTC  (2+ messages)

[PATCH v3 0/6] Rework x86 page table walks
 2024-06-10  9:15 UTC  (6+ messages)
` [PATCH v3 2/6] Convert 'info tlb' to use generic iterator
` [PATCH v3 3/6] Convert 'info mem' "

[PATCH v3 0/3] x86 cpu test refactoring
 2024-06-10  9:04 UTC  (5+ messages)
` [PATCH 2/3] tests/qtest/libqtest: add qtest_has_cpu() api
` [PATCH v3 3/3] tests/qtest/x86: check for availability of older cpu models before running tests

[PATCH 0/2] hw/intc: Introduce x-query-interrupt-controllers QMP command
 2024-06-10  8:35 UTC  (5+ messages)
` [PATCH 1/2] hw/intc: Avoid using Monitor in INTERRUPT_STATS_PROVIDER::print_info()
` [PATCH 2/2] hw/intc: Introduce x-query-interrupt-controllers QMP command

[PATCH] hw/usb: Introduce x-query-usbhost QMP command
 2024-06-10  8:33 UTC  (2+ messages)

[PATCH 00/26] hw/ppc: Prefer HumanReadableText over Monitor
 2024-06-10  8:19 UTC  (30+ messages)
` [PATCH 01/26] hw/ppc: Avoid using Monitor in pnv_phb3_msi_pic_print_info()
` [PATCH 02/26] hw/ppc: Avoid using Monitor in icp_pic_print_info()
` [PATCH 03/26] hw/ppc: Avoid using Monitor in xive_tctx_pic_print_info()
` [PATCH 04/26] hw/ppc: Avoid using Monitor in ics_pic_print_info()
` [PATCH 05/26] hw/ppc: Avoid using Monitor in PnvChipClass::intc_print_info()
` [PATCH 06/26] hw/ppc: Avoid using Monitor in xive_end_queue_pic_print_info()
` [PATCH 07/26] hw/ppc: Avoid using Monitor in spapr_xive_end_pic_print_info()
` [PATCH 08/26] hw/ppc: Avoid using Monitor in spapr_xive_pic_print_info()
` [PATCH 09/26] hw/ppc: Avoid using Monitor in xive_source_pic_print_info()
` [PATCH 10/26] hw/ppc: Avoid using Monitor in pnv_phb4_pic_print_info()
` [PATCH 11/26] hw/ppc: Avoid using Monitor in xive_eas_pic_print_info()
` [PATCH 12/26] hw/ppc: Avoid using Monitor in xive_end_pic_print_info()
` [PATCH 13/26] hw/ppc: Avoid using Monitor in xive_end_eas_pic_print_info()
` [PATCH 14/26] hw/ppc: Avoid using Monitor in xive_nvt_pic_print_info()
` [PATCH 15/26] hw/ppc: Avoid using Monitor in pnv_xive_pic_print_info()
` [PATCH 16/26] hw/ppc: Avoid using Monitor in pnv_psi_pic_print_info()
` [PATCH 17/26] hw/ppc: Avoid using Monitor in xive2_eas_pic_print_info()
` [PATCH 18/26] hw/ppc: Avoid using Monitor in xive2_end_eas_pic_print_info()
` [PATCH 19/26] hw/ppc: Avoid using Monitor in xive2_end_queue_pic_print_info()
` [PATCH 20/26] hw/ppc: Avoid using Monitor in xive2_end_pic_print_info()
` [PATCH 21/26] hw/ppc: Avoid using Monitor in xive2_nvp_pic_print_info()
` [PATCH 22/26] hw/ppc: Avoid using Monitor in pnv_xive2_pic_print_info()
` [PATCH 23/26] hw/ppc: Avoid using Monitor in SpaprInterruptControllerClass::print_info()
` [PATCH 24/26] hw/ppc: Avoid using Monitor in spapr_irq_print_info()
` [PATCH 25/26] hw/ppc: Avoid using Monitor in pnv_chip_power9_pic_print_info_child()
` [PATCH 26/26] hw/ppc: Avoid using Monitor in pic_print_info()

[PATCH 0/3] virtio-gpu: Enable virglrenderer backend for rutabaga
 2024-06-10  7:44 UTC  (3+ messages)
` [PATCH 1/3] virtio-gpu: rutabaga: Properly set stride when copying resources

[PATCH 0/3] snp: fix coverity reported issues
 2024-06-10  5:35 UTC  (3+ messages)
` [PATCH 1/3] i386/sev: fix unreachable code coverity issue

[PATCH 0/4] hw/s390x: Alias @dump-skeys -> @dump-s390-skey and deprecate
 2024-06-10  5:20 UTC  (9+ messages)

[PATCH 0/5] s390x: Add Full Boot Order Support
 2024-06-10  3:58 UTC  (5+ messages)

[PATCH v13 00/13] Support blob memory and venus on qemu
 2024-06-10  3:38 UTC  (9+ messages)
` [PATCH v13 03/13] virtio-gpu: Handle virtio_gpu_virgl_init() failure

[PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
 2024-06-10  0:34 UTC  (8+ messages)
` [PATCH v3 05/13] hw/riscv: add riscv-iommu-pci reference device
` [PATCH v3 10/13] hw/riscv/riscv-iommu: add ATS support
` [PATCH v3 11/13] hw/riscv/riscv-iommu: add DBG support

[PULL v2 0/2] ufs queue
 2024-06-10  0:19 UTC  (4+ messages)
` [PULL v2 2/2] hw/ufs: Add support MCQ of UFSHCI 4.0

[PULL 0/3] Bsd user misc 2024q2 patches
 2024-06-09 20:12 UTC  (5+ messages)
` [PULL 1/3] linux-user: Adjust comment to reflect the code
` [PULL 2/3] bsd-user: port linux-user:ff8a8bbc2ad1 for variable page sizes
` [PULL 3/3] bsd-user: Catch up to run-time reserved_va math

[PATCH 0/4] target/ppc: Move VSX storage access and compare
 2024-06-09 18:36 UTC  (12+ messages)
` [PATCH 2/4] target/ppc: Move VSX vector with length storage access insns to decodetree
` [PATCH 3/4] target/ppc: Move VSX vector "
` [PATCH 4/4] target/ppc: Move VSX fp compare "

[PULL 0/6] hex queue
 2024-06-09 18:21 UTC  (8+ messages)
` [PULL 1/6] Hexagon: fix HVX store new
` [PULL 2/6] Hexagon: add PC alignment check and exception
` [PULL 3/6] target/hexagon: idef-parser remove unused defines
` [PULL 4/6] target/hexagon: idef-parser remove undefined functions
` [PULL 5/6] target/hexagon: idef-parser fix leak of init_list
` [PULL 6/6] target/hexagon: idef-parser simplify predicate init

[PATCH] target/riscv: Fix froundnx.h nanbox check
 2024-06-08 21:45 UTC 

[PATCH] hw/openrisc: Fixed undercounting of TTCR in continuous mode
 2024-06-08 22:30 UTC  (2+ messages)

[PATCH] ui/cocoa: Use qemu_add_mouse_change_notifier
 2024-06-08 20:54 UTC  (2+ messages)

[PULL 00/42] i386, scsi. hostmem fixes for 2024-06-08
 2024-06-08 20:19 UTC  (2+ messages)


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