messages from 2024-06-21 07:13:02 to 2024-06-21 17:56:55 UTC [more...]
[PULL 00/28] Migration patches for 2024-06-21
2024-06-21 17:54 UTC (19+ messages)
` [PULL 01/28] migration: Drop reference to QIOChannel if file seeking fails
` [PULL 02/28] migration: Fix file migration with fdset
` [PULL 03/28] tests/qtest/migration: Fix file migration offset check
` [PULL 04/28] tests/qtest/migration: Add a precopy file test with fdset
` [PULL 07/28] monitor: Stop removing non-duplicated fds
` [PULL 09/28] monitor: Report errors from monitor_fdset_dup_fd_add
` [PULL 10/28] io: Stop using qemu_open_old in channel-file
` [PULL 11/28] migration: Add direct-io parameter
` [PULL 12/28] migration/multifd: Add direct-io support
` [PULL 13/28] tests/qtest/migration: Add tests for file migration with direct-io
` [PULL 14/28] monitor: fdset: Match against O_DIRECT
` [PULL 15/28] migration: Add documentation for fdset with multifd + file
` [PULL 16/28] tests/qtest/migration: Add a test for mapped-ram with passing of fds
` [PULL 18/28] migration: Rename thread debug names
` [PULL 19/28] migration: Use MigrationStatus instead of int
` [PULL 24/28] tests/migration-tests: Always enable migration events
` [PULL 26/28] tests/migration-tests: Verify postcopy-recover-setup status
` [PULL 28/28] migration: Remove unused VMSTATE_ARRAY_TEST() macro
[RFC PATCH] cxl: avoid duplicating report from MCE & device
2024-06-21 17:51 UTC (9+ messages)
command line syntax for connecting a chardev to a CPU
2024-06-21 17:43 UTC
[PATCH 00/13] qapi: convert "Note" and "Example" sections to rST
2024-06-21 17:41 UTC (19+ messages)
` [PATCH 04/13] qapi/parser: preserve indentation in QAPIDoc sections
` [PATCH 09/13] qapi: convert "Note" sections to plain rST
[RFC PATCH 0/7] migration/multifd: Introduce storage slots
2024-06-21 17:40 UTC (8+ messages)
` [RFC PATCH 1/7] migration/multifd: Reduce access to p->pages
[PATCH] migration: Remove unused VMSTATE_ARRAY_TEST() macro
2024-06-21 17:38 UTC (4+ messages)
[PATCH v3 00/11] migration: New postcopy state, and some cleanups
2024-06-21 17:38 UTC (2+ messages)
[PATCH RFC v2 0/3] cxl: Multi-headed Single Logical Device (MHSLD)
2024-06-21 17:28 UTC (2+ messages)
standardizing i2c device ids
2024-06-21 17:22 UTC (3+ messages)
[PATCH] hw/usb/hcd-ohci: Fix ohci_service_td: accept valid TDs
2024-06-21 17:16 UTC (7+ messages)
[PATCH 0/3] target/ppc: Update vector insns to use 128 bit
2024-06-21 16:56 UTC (6+ messages)
` [PATCH 1/3] target/ppc: Move get/set_avr64 functions to vmx-impl.c.inc
` [PATCH 2/3] target/ppc: Update VMX storage access insns to use tcg_gen_qemu_ld/st_i128
` [PATCH 3/3] target/ppc : Update VSX storage access insns to use tcg_gen_qemu _ld/st_i128
[RFC PATCH 1/1] hw/arm: FW first ARM processor error injection
2024-06-21 16:51 UTC
[PATCH v2 0/2] target/arm: Enable FEAT_Debugv8p8 for -cpu max
2024-06-21 16:50 UTC (4+ messages)
` [PATCH v2 1/2] target/arm: Move initialization of debug ID registers
` [PATCH v2 2/2] target/arm: Enable FEAT_Debugv8p8 for -cpu max
[PATCH] bswap: Add st24_be_p() to store 24 bits in big-endian order
2024-06-21 16:47 UTC (3+ messages)
[PATCH v2] exec: don't use void* in pointer arithmetic in headers
2024-06-21 16:32 UTC (2+ messages)
[PATCH 00/23] hw/sd/sdcard: Accumulation of cleanups and fixes
2024-06-21 16:22 UTC (43+ messages)
` [PATCH 01/23] hw/sd/sdcard: Correct code indentation
` [PATCH 02/23] hw/sd/sdcard: Rewrite sd_cmd_ALL_SEND_CID using switch case (CMD2)
` [PATCH 03/23] hw/sd/sdcard: Fix typo in SEND_OP_COND command name
` [PATCH 04/23] hw/sd/sdcard: Use HWBLOCK_SHIFT definition instead of magic values
` [PATCH 05/23] hw/sd/sdcard: Use registerfield CSR::CURRENT_STATE definition
` [PATCH 06/23] hw/sd/sdcard: Use Load/Store API to fill some CID/CSD registers
` [PATCH 07/23] hw/sd/sdcard: Remove ACMD6 handler for SPI mode
` [PATCH 08/23] hw/sd/sdcard: Remove explicit entries for illegal commands
` [PATCH 09/23] hw/sd/sdcard: Generate random RCA value
` [PATCH 10/23] hw/sd/sdcard: Track last command used to help logging
` [PATCH 11/23] hw/sd/sdcard: Trace update of block count (CMD23)
` [PATCH 12/23] hw/sd/sdcard: Trace block offset in READ/WRITE data accesses
` [PATCH 13/23] hw/sd/sdcard: Have cmd_valid_while_locked() return a boolean value
` [PATCH 14/23] hw/sd/sdcard: Factor sd_req_get_rca() method out
` [PATCH 15/23] hw/sd/sdcard: Only call sd_req_get_rca() where RCA is used
` [PATCH 16/23] hw/sd/sdcard: Factor sd_req_get_address() method out
` [PATCH 17/23] hw/sd/sdcard: Only call sd_req_get_address() where address is used
` [PATCH 18/23] hw/sd/sdcard: Add sd_invalid_mode_for_cmd to report invalid mode switch
` [PATCH 19/23] hw/sd/sdcard: Inline BLK_READ_BLOCK / BLK_WRITE_BLOCK macros
` [PATCH 20/23] hw/sd/sdcard: Add comments around registers and commands
` [PATCH 21/23] hw/sd/sdcard: Do not store vendor data on block drive (CMD56)
` [PATCH 22/23] hw/sd/sdcard: Send WRITE_PROT bits MSB first (CMD30)
` [PATCH 23/23] hw/sd/sdcard: Send NUM_WR_BLOCKS bits MSB first (ACMD22)
[PATCH v3 qemu 00/11] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
2024-06-21 16:20 UTC (2+ messages)
[PATCH] docs/cxl: fix some typos
2024-06-21 16:10 UTC (2+ messages)
[PATCH RFC 0/3] Add DCC uart console support
2024-06-21 15:46 UTC (6+ messages)
` [PATCH RFC 1/3] target/arm: Add dcc uart support
` [PATCH RFC 3/3] target/arm/debug_helper: Add fieldoffset for MDCCSR_EL0 reg
[PATCH v5 0/1] ARM Sbsa-ref: Enable CPU cluster topology
2024-06-21 15:26 UTC (3+ messages)
` [PATCH v5 1/1] hw/arm/sbsa-ref: Enable CPU cluster on ARM sbsa machine
[PATCH] hw/misc/stm32l4x5_rcc: Add validation for MCOPRE and MCOSEL values
2024-06-21 15:20 UTC (4+ messages)
[PATCH] vfio: container: Fix missing allocation of VFIOSpaprContainer
2024-06-21 15:10 UTC (6+ messages)
[PATCH v3] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
2024-06-21 15:01 UTC (4+ messages)
[PATCH v1 0/2] hw/net:ftgmac100: support AST2700
2024-06-21 14:57 UTC (3+ messages)
` [PATCH v1 2/2] hw/net:ftgmac100: support 64 bits dma dram address for AST2700
[PATCH v3] hw/misc: Set valid access size for Exynos4210 RNG
2024-06-21 14:54 UTC (2+ messages)
[PATCH 0/2] target/arm: Enable FEAT_Debugv8p8 for -cpu max
2024-06-21 14:41 UTC (4+ messages)
` [PATCH 1/2] target/arm: Move initialization of debug ID registers
[PATCH RFC 0/2] migration: introduce strict SLA
2024-06-21 14:32 UTC (3+ messages)
` [PATCH RFC 1/2] migration: abort when switchover limit exceeded
` [PATCH RFC 2/2] migration: abort on destination if "
[PATCH v3 00/15] Introduce support for IGVM files
2024-06-21 14:29 UTC (16+ messages)
` [PATCH v3 01/15] meson: Add optional dependency on IGVM library
` [PATCH v3 02/15] backends/confidential-guest-support: Add functions to support IGVM
` [PATCH v3 03/15] backends/igvm: Add IGVM loader and configuration
` [PATCH v3 04/15] hw/core/machine: Add igvm-cfg object and processing for IGVM files
` [PATCH v3 05/15] i386/pc_sysfw: Ensure sysfw flash configuration does not conflict with IGVM
` [PATCH v3 06/15] sev: Update launch_update_data functions to use Error handling
` [PATCH v3 07/15] i386/sev: Refactor setting of reset vector and initial CPU state
` [PATCH v3 08/15] i386/sev: Implement ConfidentialGuestSupport functions for SEV
` [PATCH v3 09/15] docs/system: Add documentation on support for IGVM
` [PATCH v3 10/15] docs/interop/firmware.json: Add igvm to FirmwareDevice
` [PATCH v3 11/15] backends/confidential-guest-support: Add set_guest_policy() function
` [PATCH v3 12/15] backends/igvm: Process initialization sections in IGVM file
` [PATCH v3 13/15] backends/igvm: Handle policy for SEV guests
` [PATCH v3 14/15] i386/sev: Add implementation of CGS set_guest_policy()
` [PATCH v3 15/15] sev: Provide sev_features flags from IGVM VMSA to KVM_SEV_INIT2
[PATCH v3 00/16] migration/mapped-ram: Add direct-io support
2024-06-21 14:16 UTC (5+ messages)
` [PATCH v3 16/16] tests/qtest/migration: Add a test for mapped-ram with passing of fds
[PATCH] target/arm/helper: Fix timer interrupt masking when HCR_EL2.E2H == 0
2024-06-21 14:07 UTC (5+ messages)
[PATCH v2 0/3] MIPS misc patches
2024-06-21 13:11 UTC (4+ messages)
` [PATCH v2 1/3] hw/mips/loongson3_virt: Store core_iocsr into LoongsonMachineState
` [PATCH v2 2/3] hw/mips/loongson3_virt: Fix condition of IPI IOCSR connection
` [PATCH v2 3/3] linux-user/mips64: Use MIPS64R2-generic as default CPU type
[PATCH] Add zh_TW Traditional Chinese translation
2024-06-21 13:07 UTC (9+ messages)
[PATCH v3] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
2024-06-21 13:01 UTC (2+ messages)
[PATCH v4 0/3] Add boot-mode property for zynq
2024-06-21 12:59 UTC (4+ messages)
` [PATCH v4 1/3] hw/misc/zynq_slcr: Add boot-mode property
` [PATCH v4 2/3] hw/arm/xilinx_zynq: "
` [PATCH v4 3/3] docs/system/arm: Add a doc for zynq board
[PATCH 0/3] MIPS misc patches
2024-06-21 12:58 UTC (4+ messages)
` [PATCH 1/3] hw/mips/loongson3_virt: Store core_iocsr into LoongsonMachineState
` [PATCH 2/3] hw/mips/loongson3_virt: Fix condition of IPI IOCSR connection
` [PATCH 3/3] linux-user/mips64: Use MIPS64R2-generic as default CPU type
[PATCH] docs: Fix title format errors in the multi-process.rst
2024-06-21 12:28 UTC (2+ messages)
[PATCH] mips: pass code of conditional trap
2024-06-21 12:02 UTC (4+ messages)
[PATCH v3 00/15] Add support for RISC-V ACPI tests
2024-06-21 11:59 UTC (16+ messages)
` [PATCH v3 01/15] uefi-test-tools/UefiTestToolsPkg: Add RISC-V support
` [PATCH v3 02/15] uefi-test-tools: Add support for python based build script
` [PATCH v3 03/15] tests/data/uefi-boot-images: Add RISC-V ISO image
` [PATCH v3 04/15] qtest: bios-tables-test: Rename aarch64 tests with aarch64 in them
` [PATCH v3 05/15] tests/qtest/bios-tables-test.c: Add support for arch in path
` [PATCH v3 06/15] tests/qtest/bios-tables-test.c: Set "arch" for aarch64 tests
` [PATCH v3 07/15] tests/qtest/bios-tables-test.c: Set "arch" for x86 tests
` [PATCH v3 08/15] tests/data/acpi: Move x86 ACPI tables under x86/${machine} path
` [PATCH v3 09/15] tests/data/acpi/virt: Move ARM64 ACPI tables under aarch64/${machine} path
` [PATCH v3 10/15] meson.build: Add RISC-V to the edk2-target list
` [PATCH v3 11/15] pc-bios/meson.build: Add support for RISC-V in unpack_edk2_blobs
` [PATCH v3 12/15] tests/data/acpi/rebuild-expected-aml.sh: Add RISC-V
` [PATCH v3 13/15] tests/qtest/bios-tables-test: Add empty ACPI data files for RISC-V
` [PATCH v3 14/15] tests/qtest/bios-tables-test.c: Enable basic testing "
` [PATCH v3 15/15] tests/qtest/bios-tables-test: Add expected ACPI data files "
[PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
2024-06-21 11:58 UTC (4+ messages)
` [PATCH v3 09/13] hw/riscv/riscv-iommu: add s-stage and g-stage support
[PATCH v8 0/8] update linux headers to v6.10-rc1 and shutdown support for pvpanic
2024-06-21 10:45 UTC (4+ messages)
` [PATCH v8 3/8] hw/misc/pvpanic: centralize definition of supported events
[PATCH v3 0/3] Add boot-mode property for zynq
2024-06-21 9:49 UTC (7+ messages)
` [PATCH v3 1/3] hw/misc/zynq_slcr: Add boot-mode property
` [PATCH v3 2/3] hw/arm/xilinx_zynq: "
` [PATCH v3 3/3] docs/system/arm: Add a doc for zynq board
[PATCH 0/7] pc-bios/s390-ccw: Merge the netboot loader into s390-ccw.img
2024-06-21 9:41 UTC (10+ messages)
` [PATCH 1/7] pc-bios/s390-ccw: Remove duplicated LDFLAGS
` [PATCH 2/7] hw/s390x/ipl: Provide more memory to the s390-ccw.img firmware
` [PATCH 3/7] pc-bios/s390-ccw: Use the libc from SLOF for the main s390-ccw.img binary, too
` [PATCH 4/7] pc-bios/s390-ccw: Link the netboot code into the main s390-ccw.img binary
` [PATCH 5/7] hw/s390x: Remove the possibility to load the s390-netboot.img binary
` [PATCH 6/7] pc-bios/s390-ccw: Merge netboot.mak into the main Makefile
` [PATCH 7/7] docs/system/s390x/bootdevices: Update the documentation about network booting
[PATCH v11 0/2] S3 support
2024-06-21 9:38 UTC (6+ messages)
` [PATCH v11 1/2] virtio-pci: only reset pm state during resetting
` [PATCH v11 2/2] virtio-pci: implement No_Soft_Reset bit
How to use designware-root-port and designware-root-host devices ?
2024-06-21 9:30 UTC (7+ messages)
[PATCH v3 0/9] Add MTE stubs for aarch64 user mode
2024-06-21 9:01 UTC (5+ messages)
` [PATCH v3 3/9] gdbstub: Add support for target-specific stubs
[PATCH v14 00/14] Support blob memory and venus on qemu
2024-06-21 8:59 UTC (4+ messages)
[PATCH v8 0/4] hw/cxl: Poison get, inject, clear
2024-06-21 7:10 UTC (3+ messages)
` [PATCH v8 1/4] bswap: Add the ability to store to an unaligned 24 bit field
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).