qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-30 11:56:20 to 2023-05-30 14:49:34 UTC [more...]

[PATCH v5 0/9] migration: Add switchover ack capability and VFIO precopy support
 2023-05-30 14:48 UTC  (4+ messages)
` [PATCH v5 1/9] migration: Add switchover ack capability
` [PATCH v5 2/9] migration: Implement switchover ack logic
` [PATCH v5 5/9] vfio/migration: Refactor vfio_save_block() to return saved data size

[PULL 00/21] Migration 20230530 patches
 2023-05-30 14:47 UTC  (18+ messages)
` [PULL 01/21] runstate: add runstate_get()
` [PULL 02/21] migration: never fail in global_state_store()
` [PULL 04/21] migration: switch from .vm_was_running to .vm_old_state
` [PULL 05/21] migration: restore vmstate on migration failure
` [PULL 07/21] migration/RDMA: It is accounting for zero/normal pages in two places
` [PULL 08/21] migration/rdma: Remove QEMUFile parameter when not used
` [PULL 09/21] migration/rdma: Don't use imaginary transfers
` [PULL 10/21] migration: Remove unused qemu_file_credit_transfer()
` [PULL 12/21] migration: Create migrate_rdma()
` [PULL 13/21] migration/rdma: Unfold ram_control_before_iterate()
` [PULL 15/21] migration/rdma: Remove all uses of RAM_CONTROL_HOOK
` [PULL 16/21] migration/rdma: Unfold hook_ram_load()
` [PULL 17/21] migration/rdma: Create rdma_control_save_page()
` [PULL 19/21] migration/rdma: Move rdma constants from qemu-file.h to rdma.h
` [PULL 21/21] migration/rdma: Check sooner if we are in postcopy for save_page()

[RFC] Native Library Calls
 2023-05-30 14:46 UTC  (2+ messages)

[PATCH 00/10] memory-device: Some cleanups
 2023-05-30 14:46 UTC  (28+ messages)
` [PATCH 01/10] memory-device: Unify enabled vs. supported error messages
` [PATCH 02/10] memory-device: Introduce memory_devices_init()
` [PATCH 03/10] hw/arm/virt: Use memory_devices_init()
` [PATCH 04/10] hw/ppc/spapr: "
` [PATCH 05/10] hw/loongarch/virt: "
` [PATCH 06/10] hw/i386/pc: "
` [PATCH 07/10] hw/i386/acpi-build: Rely on machine->device_memory when building SRAT
` [PATCH 08/10] hw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZE
` [PATCH 10/10] memory-device: Track used region size in DeviceMemoryState

[PATCH v2 0/2] Enfore multifd and postcopy preempt setting
 2023-05-30 14:41 UTC  (5+ messages)
` [PATCH v2 1/2] migration: enfocre multifd and postcopy preempt to be set before incoming
` [PATCH v2 2/2] qtest/migration-tests.c: use "-incoming defer" for postcopy tests

[PATCH v4 00/16] tcg: Improvements to atomic128
 2023-05-30 14:29 UTC  (24+ messages)
` [PATCH v4 01/16] tcg: Fix register move type in tcg_out_ld_helper_ret
` [PATCH v4 02/16] accel/tcg: Fix check for page writeability in load_atomic16_or_exit
` [PATCH v4 03/16] meson: Split test for __int128_t type from __int128_t arithmetic
` [PATCH v4 07/16] tcg/aarch64: Reserve TCG_REG_TMP1, TCG_REG_TMP2
` [PATCH v4 08/16] tcg/aarch64: Simplify constraints on qemu_ld/st
` [PATCH v4 12/16] accel/tcg: Extract load_atom_extract_al16_or_al8 to host header
` [PATCH v4 13/16] accel/tcg: Extract store_atom_insert_al16 "
` [PATCH v4 14/16] accel/tcg: Add x86_64 load_atom_extract_al16_or_al8
` [PATCH v4 15/16] accel/tcg: Add aarch64 lse2 load_atom_extract_al16_or_al8
` [PATCH v4 16/16] accel/tcg: Add aarch64 store_atom_insert_al16

[PULL 00/21] target-arm queue
 2023-05-30 14:13 UTC  (23+ messages)
` [PULL 01/21] fsl-imx6: Add SNVS support for i.MX6 boards
` [PULL 02/21] hw/arm/smmuv3: Add missing fields for IDR0
` [PULL 03/21] hw/arm/smmuv3: Update translation config to hold stage-2
` [PULL 04/21] hw/arm/smmuv3: Refactor stage-1 PTW
` [PULL 05/21] hw/arm/smmuv3: Add page table walk for stage-2
` [PULL 06/21] hw/arm/smmuv3: Parse STE config "
` [PULL 07/21] hw/arm/smmuv3: Make TLB lookup work "
` [PULL 08/21] hw/arm/smmuv3: Add VMID to TLB tagging
` [PULL 09/21] hw/arm/smmuv3: Add CMDs related to stage-2
` [PULL 10/21] hw/arm/smmuv3: Add stage-2 support in iova notifier
` [PULL 11/21] hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2
` [PULL 12/21] hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop
` [PULL 13/21] hw/arm/xlnx-zynqmp: fix unsigned error when checking the RPUs number
` [PULL 14/21] tests/qtest: Run arm-specific tests only if the required machine is available
` [PULL 15/21] target/arm: Explicitly select short-format FSR for M-profile
` [PULL 16/21] target/arm: Explain why we need to select ARM_V7M
` [PULL 17/21] arm/Kconfig: Keep Kconfig default entries in default.mak as documentation
` [PULL 18/21] arm/Kconfig: Make TCG dependence explicit
` [PULL 19/21] Update copyright dates to 2023
` [PULL 20/21] hw/arm/sbsa-ref: add GIC node into DT
` [PULL 21/21] docs: sbsa: correct graphics card name

[RFC PATCH] target/arm: use x86 intrinsics to implement AES instructions
 2023-05-30 14:08 UTC  (2+ messages)

[PATCH 00/16] Next round of migration atomic counters
 2023-05-30 14:06 UTC  (28+ messages)
` [PATCH 01/16] qemu-file: Rename qemu_file_transferred_ fast -> noflush
` [PATCH 02/16] migration: Change qemu_file_transferred to noflush
` [PATCH 03/16] migration: Use qemu_file_transferred_noflush() for block migration
` [PATCH 04/16] qemu-file: Don't call qemu_fflush() for read only files
` [PATCH 05/16] qemu-file: We only call qemu_file_transferred_* on the sending side
` [PATCH 06/16] qemu_file: Use a stat64 for qemu_file_transferred
` [PATCH 07/16] qemu_file: total_transferred is not used anymore
` [PATCH 08/16] migration: Use the number of transferred bytes directly
` [PATCH 09/16] qemu_file: Remove unused qemu_file_transferred()
` [PATCH 10/16] qemu-file: Remove _noflush from qemu_file_transferred_noflush()
` [PATCH 11/16] migration: migration_transferred_bytes() don't need the QEMUFile
` [PATCH 12/16] migration: migration_rate_limit_reset() "
` [PATCH 13/16] qemu-file: Simplify qemu_file_get_error()
` [PATCH 14/16] migration: Use migration_transferred_bytes()
` [PATCH 15/16] migration: Remove transferred atomic counter
` [PATCH 16/16] qemu-file: Make qemu_fflush() return errors

[PATCH] Prepare bcm properties for videocore 4
 2023-05-30 14:02 UTC  (5+ messages)

[PATCH V9 00/46] Live Update
 2023-05-30 13:53 UTC  (5+ messages)

[PATCH 0/2] Hexagon tests: fix test_load_tmp2 and non-portable format
 2023-05-30 13:45 UTC  (3+ messages)
` [PATCH 1/2] Hexagon (hvx_misc test): fix uninitialized regs at test_load_tmp2
` [PATCH 2/2] Hexagon (tests/.../hex_test.h): use portable printf formats

[PATCH v1 1/2] target/ppc: PMU do not clear MMCR0[FCECE] on performance monitor alert
 2023-05-30 13:43 UTC  (2+ messages)
` [PATCH v1 2/2] target/ppc: PMU implement PERFM interrupts

[PATCH v9 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-05-30 13:36 UTC  (8+ messages)
` [PATCH v9 1/7] hw/cxl/events: Add event status register
` [PATCH v9 2/7] hw/cxl: Move CXLRetCode definition to cxl_device.h
` [PATCH v9 3/7] hw/cxl/events: Wire up get/clear event mailbox commands
` [PATCH v9 4/7] hw/cxl/events: Add event interrupt support
` [PATCH v9 5/7] hw/cxl/events: Add injection of General Media Events
` [PATCH v9 6/7] hw/cxl/events: Add injection of DRAM events
` [PATCH v9 7/7] hw/cxl/events: Add injection of Memory Module Events

[PATCH 00/30] q800: add support for booting MacOS Classic
 2023-05-30 13:38 UTC  (5+ messages)
` [PATCH 22/30] mac_via: fix rtc command decoding from PRAM addresses 0x0 to 0xf
` [PATCH 23/30] mac_via: fix rtc command decoding for the PRAM seconds registers

[RFC PATCH v2 0/4] vfio/pci: Atomic Ops completer support
 2023-05-30 13:36 UTC  (7+ messages)
` [RFC PATCH v2 1/4] linux-headers: Update for vfio capability reporting AtomicOps
` [RFC PATCH v2 3/4] pcie: Add a PCIe capability version helper
` [RFC PATCH v2 4/4] vfio/pci: Enable AtomicOps completers on root ports

[PATCH] hw/ppc/Kconfig: MAC_NEWWORLD should always select USB_OHCI_PCI
 2023-05-30 13:36 UTC  (2+ messages)

QEMU developers fortnightly call for agenda - 2023-05-29
 2023-05-30  8:57 UTC  (2+ messages)

[PATCH v8 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-05-30 13:33 UTC  (4+ messages)
` [PATCH v8 7/7] hw/cxl/events: Add injection of Memory Module Events

[PATCH 0/7] Embedded PPC misc clean up and optimisation
 2023-05-30 13:28 UTC  (8+ messages)
` [PATCH 1/7] target/ppc: Remove single use function
` [PATCH 2/7] target/ppc: Remove "ext" parameter of ppcemb_tlb_check()
` [PATCH 3/7] target/ppc: Move ppcemb_tlb_search() to mmu_common.c
` [PATCH 4/7] target/ppc: Remove some unneded line breaks
` [PATCH 5/7] target/ppc: Simplify ppcemb_tlb_search()
` [PATCH 6/7] target/ppc: Change ppcemb_tlb_check() to return bool
` [PATCH 7/7] target/ppc: Eliminate goto in mmubooke_check_tlb()

[PATCH v4 0/6] target/ppc: Assorted ppc target fixes
 2023-05-30 13:25 UTC  (7+ messages)
` [PATCH v4 1/6] target/ppc: Fix instruction loading endianness in alignment interrupt
` [PATCH v4 2/6] target/ppc: Change partition-scope translate interface
` [PATCH v4 3/6] target/ppc: Add SRR1 prefix indication to interrupt handlers
` [PATCH v4 4/6] target/ppc: Implement HEIR SPR
` [PATCH v4 5/6] target/ppc: Add ISA v3.1 LEV indication in SRR1 for system call interrupts
` [PATCH v4 6/6] target/ppc: Better CTRL SPR implementation

[PATCH v3 00/14] qemu patches for 64-bit NBD extensions
 2023-05-30 13:23 UTC  (5+ messages)
` [PATCH v3 04/14] nbd: Prepare for 64-bit request effect lengths
` [PATCH v3 05/14] nbd: Add types for extended headers

[PATCH 0/5] meson: replace submodules with wrap files
 2023-05-30 13:22 UTC  (21+ messages)
` [PATCH 1/5] configure: remove --with-git= option
` [PATCH 2/5] configure: rename --enable-pypi to --enable-download, control subprojects too
` [PATCH 3/5] meson: subprojects: replace submodules with wrap files
` [PATCH 4/5] configure: check for SLOF submodule before building pc-bios/s390-ccw

[PATCH 0/9] disas/riscv: Add vendor extension support
 2023-05-30 13:18 UTC  (10+ messages)
` [PATCH 1/9] target/riscv: Use xl instead of mxl for disassemble
` [PATCH 2/9] target/riscv: Factor out RISCVCPUConfig from cpu.h
` [PATCH 3/9] disas/riscv: Move types/constants to new header file
` [PATCH 4/9] disas/riscv: Make rv_op_illegal a shared enum value
` [PATCH 5/9] disas/riscv: Encapsulate opcode_data into decode
` [PATCH 6/9] target/riscv/cpu: Share RISCVCPUConfig with disassembler
` [PATCH 7/9] disas/riscv: Provide infrastructure for vendor extensions
` [PATCH 8/9] disas/riscv: Add support for XVentanaCondOps
` [PATCH 9/9] disas/riscv: Add support for XThead* instructions

[PATCH v2] target/ppc: Fix nested-hv HEAI delivery
 2023-05-30 13:21 UTC 

[PATCH v1 1/2] target/ppc: Fix decrementer time underflow and infinite timer loop
 2023-05-30 13:12 UTC  (2+ messages)
` [PATCH v1 2/2] target/ppc: Decrementer fix BookE semantics

[PATCH v1] target/ppc: Fix msgclrp interrupt type
 2023-05-30 13:07 UTC 

[PATCH v1] target/ppc: Support directed privileged doorbell interrupt (SDOOR)
 2023-05-30 13:05 UTC 

[PATCH v4] target/ppc: Fix PMU hflags calculation
 2023-05-30 13:04 UTC 

[PATCH] hw/loongarch: Supplement cpu topology arguments
 2023-05-30 12:59 UTC 

[PATCH v2 00/20] target/arm: Implement FEAT_LSE2
 2023-05-30 12:59 UTC  (7+ messages)
` [PATCH v2 02/20] target/arm: Add feature test for FEAT_LSE2
` [PATCH v2 03/20] target/arm: Introduce finalize_memop_{atom,pair}
  ` [PATCH v2 03/20] target/arm: Introduce finalize_memop_{atom, pair}
` [PATCH v2 11/20] target/arm: Hoist finalize_memop out of do_fp_{ld, st}

[PATCH v3 0/2] hw/vfio: Improve vfio_get_dirty_bitmap() tracepoint
 2023-05-30 12:44 UTC  (3+ messages)
` [PATCH v3 1/2] exec/ram_addr: return nr of dirty pages in cpu_physical_memory_set_dirty_lebitmap()

[PATCH v3 0/4] hw/arm/sbsa-ref: platform version 0.1
 2023-05-30 12:37 UTC  (4+ messages)
` [PATCH v3 3/4] docs: sbsa: document platform version changes

[PATCH v3 0/2] target/arm: allow DC CVA[D]P in user mode emulation
 2023-05-30 12:28 UTC  (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] tests/tcg/aarch64: add DC CVA[D]P tests

[PATCH] igb: Add Function Level Reset to PF and VF
 2023-05-30 12:30 UTC  (9+ messages)

[PATCH v1 0/2] Add LoongArch cpu arch_id support
 2023-05-30 12:23 UTC  (4+ messages)
` [PATCH v1 1/2] hw/loongarch/virt: Add "

[PATCH] hw/smbios: fix thead count field in type 4 table
 2023-05-30 12:20 UTC 

[PATCH] Update copyright dates to 2023
 2023-05-30 12:13 UTC  (3+ messages)

[PATCH v5 0/9] migration: Modify 'migrate' and 'migrate-incoming' QAPI commands for migration
 2023-05-30 12:10 UTC  (7+ messages)
` [PATCH v5 1/9] migration: introduced 'MigrateAddress' in QAPI for migration wire protocol

[PATCH 0/3] arm/Kconfig: Some convenience changes
 2023-05-30 12:07 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).