messages from 2024-03-07 11:49:20 to 2024-03-07 20:45:36 UTC [more...]
[PATCH v2 1/5] gdbstub: Rename back gdb_handlesig
2024-03-07 20:44 UTC (9+ messages)
` [PATCH v2 2/5] linux-user: Move tswap_siginfo out of target code
` [PATCH v2 3/5] gdbstub: Save target's siginfo
` [PATCH v2 4/5] gdbstub: Add Xfer:siginfo:read stub
` [PATCH v2 5/5] tests/tcg: Add multiarch test for "
[PATCH 0/5] docs: improve the memory API documentation
2024-03-07 20:41 UTC (9+ messages)
` [PATCH 1/5] scripts/kernel-doc: teach kdoc about QLIST_ macros
` [PATCH 2/5] docs: include ramblock.h in the memory API docs
` [PATCH 3/5] include/exec: remove warning_printed from MemoryRegion
` [PATCH 4/5] include/exec: annotate all the MemoryRegion fields
` [PATCH 5/5] docs/devel: mark out defined functions and structures
[PATCH] target/riscv: Implement dynamic establishment of custom decoder
2024-03-07 20:35 UTC (4+ messages)
[PATCH 0/3] ui/gtk: introducing vc->visible
2024-03-07 19:50 UTC (12+ messages)
` [PATCH 1/3] ui/gtk: skip drawing guest scanout when associated VC is invisible
[PATCH v2 00/10] mirror: allow switching from background to active mode
2024-03-07 19:42 UTC (11+ messages)
[RFC PATCH 0/5] hw/i386/q35: Decouple virtual SMI# lines and wire them to ICH9 chipset
2024-03-07 19:43 UTC (4+ messages)
` [RFC PATCH 4/5] hw/i386/q35: Wire virtual SMI# lines "
[PATCH 1/2] gdbstub: Add Xfer:siginfo:read stub
2024-03-07 19:31 UTC (9+ messages)
` [PATCH 2/2] tests/tcg: Add multiarch test for "
[PATCH V3 0/1] target/loongarch: Fixed tlb huge page loading issue
2024-03-07 19:28 UTC (3+ messages)
` [PATCH V3 1/1] "
[RFC 0/2] Add RISC-V Server Platform Reference Board
2024-03-07 19:27 UTC (9+ messages)
` [RFC 2/2] target/riscv: Add server platform reference cpu
` [RISC-V][tech-server-soc] "
` [RISC-V][tech-server-platform] "
[PATCH 00/17 Part 2] Cleanup up to fix missing ERRP_GUARD() for error_prepend()
2024-03-07 19:25 UTC (5+ messages)
` [PATCH 05/17] hw/vfio/ap: Fix "
[PATCH v1 0/5] hw/ppc: SPI model
2024-03-07 19:11 UTC (4+ messages)
` [PATCH v1 2/5] hw/ppc: SPI controller model - registers implementation
[PATCH 0/5] Sparc CPU naming and help text improvements
2024-03-07 18:46 UTC (7+ messages)
` [PATCH 1/5] target/sparc/cpu: Rename the CPU models with a "+" in their names
` [PATCH 2/5] target/sparc/cpu: Avoid spaces by default in the CPU names
` [PATCH 3/5] target/sparc/cpu: Improve the CPU help text
` [PATCH 4/5] docs/system/target-sparc: Improve the Sparc documentation
` [PATCH 5/5] docs/about: Deprecate the old "UltraSparc" CPU names that contain a "+"
[PATCH] pci: Add option to disable device level INTx masking
2024-03-07 18:46 UTC
[PATCH v2] hmp: Add option to info qtree to omit details
2024-03-01 18:01 UTC
KVM internal error due to non-atomic memslot updates by pci_update_vga()
2024-03-07 14:48 UTC
[PATCH] linux-aio: add IO_CMD_FDSYNC command support
2024-03-07 17:19 UTC (3+ messages)
[PATCH v6 00/17] Add boot LoongArch elf kernel with FDT
2024-03-07 16:48 UTC (18+ messages)
` [PATCH v6 01/17] hw/loongarch: Move boot fucntions to boot.c
` [PATCH v6 02/17] hw/loongarch: Add load initrd
` [PATCH v6 03/17] hw/loongarch: Add slave cpu boot_code
` [PATCH v6 04/17] hw/loongarch: Add init_cmdline
` [PATCH v6 05/17] hw/loongarch: Init efi_system_table
` [PATCH v6 06/17] hw/loongarch: Init efi_boot_memmap table
` [PATCH v6 07/17] hw/loongarch: Init efi_initrd table
` [PATCH v6 08/17] hw/loongarch: Init efi_fdt table
` [PATCH v6 09/17] hw/loongarch: Fix fdt memory node wrong 'reg'
` [PATCH v6 10/17] hw/loongarch: fdt adds cpu interrupt controller node
` [PATCH v6 11/17] hw/loongarch: fdt adds Extend I/O Interrupt Controller
` [PATCH v6 12/17] hw/loongarch: fdt adds pch_pic Controller
` [PATCH v6 13/17] hw/loongarch: fdt adds pch_msi Controller
` [PATCH v6 14/17] hw/loongarch: fdt adds pcie irq_map node
` [PATCH v6 15/17] hw/loongarch: fdt remove unused irqchip node
` [PATCH v6 16/17] hw/loongarch: Add cells missing from uart node
` [PATCH v6 17/17] hw/loongarch: Add cells missing from rtc node
[PATCH v2 0/4] physmem: Fix MemoryRegion for second access to cached MMIO Address Space
2024-03-07 16:50 UTC (9+ messages)
` [PATCH v2 1/4] physmem: Rename addr1 to more informative mr_addr in flatview_read/write() and similar
` [PATCH v2 2/4] physmem: Reduce local variable scope in flatview_read/write_continue()
` [PATCH v2 3/4] physmem: Factor out body of flatview_read/write_continue() loop
` [PATCH v2 4/4] physmem: Fix wrong address in large address_space_read/write_cached_slow()
[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
2024-03-07 16:03 UTC (16+ messages)
` [PATCH v2 01/15] exec/memtxattr: add process identifier to the transaction attributes
` [PATCH v2 02/15] hw/riscv: add riscv-iommu-bits.h
` [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation
` [PATCH v2 04/15] hw/riscv: add riscv-iommu-pci device
` [PATCH v2 05/15] hw/riscv: add riscv-iommu-sys platform device
` [PATCH v2 06/15] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
` [PATCH v2 07/15] test/qtest: add riscv-iommu-pci tests
` [PATCH v2 08/15] hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
` [PATCH v2 09/15] hw/riscv/riscv-iommu: add s-stage and g-stage support
` [PATCH v2 10/15] hw/riscv/riscv-iommu: add ATS support
` [PATCH v2 11/15] hw/riscv/riscv-iommu: add DBG support
` [PATCH v2 12/15] hw/riscv/riscv-iommu: Add another irq for mrif notifications
` [PATCH v2 13/15] qtest/riscv-iommu-test: add init queues test
` [PATCH v2 14/15] hw/misc: EDU: added PASID support
` [PATCH v2 15/15] hw/misc: EDU: add ATS/PRI capability
[PULL v2 00/17] loongarch-to-apply queue
2024-03-07 16:08 UTC (20+ messages)
` [PULL v2 01/17] hw/loongarch: Move boot fucntions to boot.c
` [PULL v2 02/17] hw/loongarch: Add load initrd
` [PULL v2 03/17] hw/loongarch: Add slave cpu boot_code
` [PULL v2 04/17] hw/loongarch: Add init_cmdline
` [PULL v2 05/17] hw/loongarch: Init efi_system_table
` [PULL v2 06/17] hw/loongarch: Init efi_boot_memmap table
` [PULL v2 07/17] hw/loongarch: Init efi_initrd table
` [PULL v2 08/17] hw/loongarch: Init efi_fdt table
` [PULL v2 09/17] hw/loongarch: Fix fdt memory node wrong 'reg'
` [PULL v2 10/17] hw/loongarch: fdt adds cpu interrupt controller node
` [PULL v2 11/17] hw/loongarch: fdt adds Extend I/O Interrupt Controller
` [PULL v2 12/17] hw/loongarch: fdt adds pch_pic Controller
` [PULL v2 13/17] hw/loongarch: fdt adds pch_msi Controller
` [PULL v2 14/17] hw/loongarch: fdt adds pcie irq_map node
` [PULL v2 15/17] hw/loongarch: fdt remove unused irqchip node
` [PULL v2 16/17] hw/loongarch: Add cells missing from uart node
` [PULL v2 17/17] hw/loongarch: Add cells missing from rtc node
[PATCH v2 0/2] hw/acpi/hmat: Misc fixes
2024-03-07 16:03 UTC (3+ messages)
` [PATCH v2 1/2] hmat acpi: Do not add Memory Proximity Domain Attributes Structure targetting non existent memory
` [PATCH v2 2/2] hmat acpi: Fix out of bounds access due to missing use of indirection
[PATCH v3 0/1] target/i386: Fix page walking from MMIO memory
2024-03-07 15:53 UTC (2+ messages)
` [PATCH v3 1/1] target/i386: Enable "
[PULL 00/17] loongarch-to-apply queue
2024-03-07 15:25 UTC (19+ messages)
` [PULL 01/17] hw/loongarch: Move boot fucntions to boot.c
` [PULL 02/17] hw/loongarch: Add load initrd
` [PULL 03/17] hw/loongarch: Add slave cpu boot_code
` [PULL 04/17] hw/loongarch: Add init_cmdline
` [PULL 05/17] hw/loongarch: Init efi_system_table
` [PULL 06/17] hw/loongarch: Init efi_boot_memmap table
` [PULL 07/17] hw/loongarch: Init efi_initrd table
` [PULL 08/17] hw/loongarch: Init efi_fdt table
` [PULL 09/17] hw/loongarch: Fix fdt memory node wrong 'reg'
` [PULL 10/17] hw/loongarch: fdt adds cpu interrupt controller node
` [PULL 11/17] hw/loongarch: fdt adds Extend I/O Interrupt Controller
` [PULL 12/17] hw/loongarch: fdt adds pch_pic Controller
` [PULL 13/17] hw/loongarch: fdt adds pch_msi Controller
` [PULL 14/17] hw/loongarch: fdt adds pcie irq_map node
` [PULL 15/17] hw/loongarch: fdt remove unused irqchip node
[PATCH] hmp: Add option to info qtree to omit details
2024-03-07 15:08 UTC (2+ messages)
[PATCH v2 0/6] vhost-user-blk: live resize additional APIs
2024-03-07 14:58 UTC (4+ messages)
` [PATCH v2 3/6] qdev-monitor: add option to report GenericError from find_device_state
[PATCH] target/riscv/vector_helper.c: Avoid shifting negative in fractional LMUL checking
2024-03-07 14:54 UTC (3+ messages)
[PATCH 0/3] physmem: Fix MemoryRegion for second access to cached MMIO Address Space
2024-03-07 14:51 UTC (8+ messages)
` [PATCH 2/3] physmem: Factor out body of flatview_read/write_continue() loop
` [PATCH 3/3] physmem: Fix wrong MR in large address_space_read/write_cached_slow()
[PATCH v4 00/25] migration: Improve error reporting
2024-03-07 14:05 UTC (27+ messages)
` [PATCH v4 05/25] s390/stattrib: Add Error** argument to set_migrationmode() handler
` [PATCH v4 07/25] migration: Always report an error in block_save_setup()
` [PATCH v4 08/25] migration: Always report an error in ram_save_setup()
` [PATCH v4 10/25] migration: Add Error** argument to qemu_savevm_state_setup()
` [PATCH v4 16/25] vfio: Add Error** argument to .set_dirty_page_tracking() handler
` [PATCH v4 17/25] vfio: Add Error** argument to vfio_devices_dma_logging_start()
` [PATCH v4 18/25] vfio: Add Error** argument to vfio_devices_dma_logging_stop()
` [PATCH v4 19/25] vfio: Use new Error** argument in vfio_save_setup()
` [PATCH v4 20/25] vfio: Add Error** argument to .vfio_save_config() handler
` [PATCH v4 24/25] vfio: Also trace event failures in vfio_save_complete_precopy()
[PATCH] input-linux: Add option to not grab a device upon guest startup
2024-03-07 6:28 UTC
[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
2024-03-07 13:56 UTC (13+ messages)
` [PATCH v5 30/65] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v5 52/65] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
[PATCH v2 0/4] mirror: allow specifying working bitmap
2024-03-07 13:47 UTC (5+ messages)
` [PATCH v2 1/4] qapi/block-core: avoid the re-use of MirrorSyncMode for backup
` [PATCH v2 2/4] mirror: allow specifying working bitmap
` [PATCH v2 3/4] iotests: add test for bitmap mirror
` [PATCH v2 4/4] blockdev: mirror: check for target's cluster size when using bitmap
[PATCH v8 0/9] VIRTIO-IOMMU: Introduce aw-bits and granule options
2024-03-07 13:43 UTC (10+ messages)
` [PATCH v8 1/9] qdev: Add a granule_mode property
` [PATCH v8 2/9] virtio-iommu: Add a granule property
` [PATCH v8 3/9] virtio-iommu: Change the default granule to the host page size
` [PATCH v8 4/9] qemu-options.hx: Document the virtio-iommu-pci granule option
` [PATCH v8 5/9] virtio-iommu: Trace domain range limits as unsigned int
` [PATCH v8 6/9] virtio-iommu: Add an option to define the input range width
` [PATCH v8 7/9] hw/i386/q35: Set virtio-iommu aw-bits default value to 39
` [PATCH v8 8/9] hw/arm/virt: Set virtio-iommu aw-bits default value to 48
` [PATCH v8 9/9] qemu-options.hx: Document the virtio-iommu-pci aw-bits option
[PATCH v2 0/5] docs/interop/firmware.json: scripts/qapi-gen.py compatibility
2024-03-07 13:19 UTC (7+ messages)
` [PATCH v2 1/5] docs/interop/firmware.json: Align examples
` [PATCH v2 2/5] docs/interop/firmware.json: Fix doc for FirmwareFlashMode
` [PATCH v2 3/5] docs/interop/firmware.json: Use full include paths
` [PATCH v2 4/5] docs/interop/firmware.json: Include pragma.json
` [PATCH v2 5/5] docs: add test for firmware.json QAPI
[PATCH v4 00/19] contrib/elf2dmp: Improve robustness
2024-03-07 13:14 UTC (11+ messages)
` [PATCH v4 06/19] contrib/elf2dmp: Fix error reporting style in download.c
` [PATCH v4 07/19] contrib/elf2dmp: Fix error reporting style in pdb.c
` [PATCH v4 08/19] contrib/elf2dmp: Fix error reporting style in qemu_elf.c
` [PATCH v4 09/19] contrib/elf2dmp: Fix error reporting style in main.c
` [PATCH v4 19/19] contrib/elf2dmp: Ensure phdrs fit in file
[PATCH RESEND v3 0/3] i386: Fix Hyper-V Gen1 guests stuck on boot with 'hv-passthrough'
2024-03-07 13:24 UTC (5+ messages)
` [PATCH RESEND v3 3/3] docs/system: Add recommendations to Hyper-V enlightenments doc
[PATCH] docs/acpi/bits: add some clarity and details and improve formating
2024-03-07 12:55 UTC
[PATCH v2] target/arm: Fix 32-bit SMOPA
2024-03-07 12:49 UTC (2+ messages)
[PATCH v7 0/3] Add device STM32L4x5 GPIO
2024-03-07 12:49 UTC (2+ messages)
[PATCH 0/2] ci: allow running Coverity Scan uploads via GitLab
2024-03-07 12:47 UTC (3+ messages)
` [PATCH 1/2] run-coverity-scan: add --check-upload-only option
[PATCH v5 00/13] Enabling DCD emulation support in Qemu
2024-03-07 12:47 UTC (17+ messages)
` [PATCH v5 06/13] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v5 08/13] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH v5 09/13] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
[PATCH v3 0/7] qtest: migration: Add tests for introducing 'channels' argument in migrate QAPIs
2024-03-07 11:37 UTC (7+ messages)
` [PATCH v3 4/7] Add migrate_set_ports into migrate_qmp to change migration port number
[RFC PATCH-for-9.0 0/9] hw/xen: Have ARM targets use common xen_memory_listener
2024-03-07 12:11 UTC (17+ messages)
` [PATCH-for-9.0 2/9] hw/xen/hvm: Propagate page_mask to a pair of functions
` [PATCH-for-9.0 3/9] hw/xen/hvm: Get target page size at runtime
` [PATCH-for-9.0 4/9] hw/xen/hvm: Expose xen_memory_listener declaration
` [PATCH-for-9.0 5/9] hw/xen/hvm: Expose xen_read_physmap() prototype
` [RFC PATCH-for-9.0 6/9] hw/xen/hvm: Initialize xen_physmap QLIST in xen_read_physmap()
` [PATCH-for-9.0 7/9] hw/xen/hvm: Extract common code to xen-hvm-common.c
` [RFC PATCH-for-9.0 8/9] hw/xen/hvm: Merge xen-hvm-common.c files
` [PATCH-for-9.0 9/9] hw/xen/hvm: Inline xen_arch_set_memory()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).